div.content-wrapper {
    background-color: white !important;
}


p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


#jazzy-sidebar {
    background-color: #132748;
}

#jazzy-navbar {
    background-color: #132748;
}

span.brand-text {
    color: #f0b41c;
}

a.nav-link:link {
    color: #f0b41c !important;
}

a.nav-link:visited {
    color: #f0b41c !important;
}

.add-row {
    float: left !important;
    background-color: transparent !important;
}

.btn.btn-sm.btn-default{
    background-color:#132748 !important;
    color: #ffffff;
}

.btn.btn-sm.btn-default:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 24%);
}

.btn.btn-sm.btn-default:active{
    background-color:#10213c !important;
    color: #E8E8E8 !important; 
}

input[type = number] {
    border-radius: 4px;
    border: 1px solid #ced4da !important;
    position: relative;
    top: 2px;
    height: 30px !important;
    width: 200px;
}

input[type = number]:focus {
    border-radius: 4px;
    outline: none;
    border: 1px solid #10213c !important; 
}

input[type = text] {
    border-radius: 4px;
    border: 2px solid #ced4da !important; 
    position: relative;
    top: 2px;
    height: 30px;
}

a.inline-deletelink {
    padding: 1px 3px;
    margin: auto;
}

.help-block, .timezonewarning {
    display: inline;
}

.form-group {
    padding-top:5px;
    padding-right:2px; 
    padding-left:2px;
    flex: 0 1 0px !important;
}

#searchbar {
    height:38px;
    border: 2px solid #1f2933 !important;
}

.djn-checkbox-select-all {
   width: auto;
}

thead {
    display: table-header-group;
    width: auto;
}

td, th {
    padding: 0.75rem !important;
    text-align: start !important;
}


  /* theme Toggler Styles
--------------------------- */ 

.theme-mode-button {
    background:0;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 30px;
    height: 16px;
    position: relative;
    border: 1px solid rgba(255,255,255,0);
    position: relative;
}

.theme-mode-button:focus {
    outline:none;
}

.theme-mode-button span:nth-child(1) {
    position: absolute;
    top:0;
    left:0;
    width: 30px;
    height:16px;
    background-color: #f0b41c;
    border-radius: 9px;
    box-shadow: inset 1px 1px 3px 0 rgb(0 0 0 / 40%);
    transition: .3s;
}

.theme-mode-button span:nth-child(2) {
    position: absolute;
    top:3px;
    left:3px;
    width: 10px;
    height: 10px;
    background-color: #ffff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 40%);
    transition: .3s;
}


/* Light & Dark Mode Styles
--------------------------- */ 

body {
    background-color: #f6f6f6;
    transition: background-color .3s;
}

body[theme-mode=dark] {
    background-color: #141516 !important;
    color: #ffff;
}

body[theme-mode=dark] .content-wrapper {
    background-color: #050b14 !important;
}

body[theme-mode= dark] .card {
    background-color:  rgba(79, 93, 118, 0.5);
}

body[theme-mode=dark] .nav-link.active {
    background-color: transparent !important;
}

body[theme-mode=dark] .nav-item:focus{
    background-color: rgba(255,255,255,.1) !important;
 }

body[theme-mode=dark] .nav-sidebar>.nav-item>.nav-link.active{
    box-shadow: none !important;
    background-color: #10213d !important;
}

body[theme-mode = dark] .select2-selection.select2-selection--single {
    background-color:#323f4b;
    border: 1px solid #1f2933!important;
    color: #f0f4f8 !important;  
}
body[theme-mode = dark] .select2-hidden-accessible:hover {
    background-color:#323f4b;
    border: 1px solid #1f2933!important;
    color: #f0f4f8 !important;  
}

body[theme-mode = dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f0f4f8 !important;  
}

body[theme-mode = dark] .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color:#323f4b;
    border: 1px solid #1f2933!important;
    color: #f0f4f8 !important; 
}

body[theme-mode = dark] .select2-container--default .select2-dropdown{
    background-color:#323f4b;
    border: 1px solid #1f2933!important;
    color: #f0f4f8 !important; 
}

body[theme-mode = dark] select.form-control {
    background-color:#323f4b;
    border: 1px solid #1f2933!important;
    color: #f0f4f8 !important; 
}

body[theme-mode = dark] input[type = number] {
    border-radius: 4px;
    border: 1px solid #1f2933!important;
    position: relative;
    top: 2px;
    height: 30px !important;
    width: 200px;
    background-color:#323f4b;
    color: #f0f4f8;  
}

body[theme-mode = dark] input[type = number]:focus {
    border-radius: 4px;
    outline: none;
    border:1px solid #000000!important; 

}
body[theme-mode = dark] input[type = text] {
    border-radius: 4px;
    border: 2px solid #1f2933 !important;
    position: relative;
    top: 2px;
    height: 30px;
    background-color: #323f4b;
    color:#f0f4f8;
}
body[theme-mode = dark] input[type = text]:focus {
    border-radius: 4px;
    border: 1px solid #000000!important; 
    outline: none;
    position: relative;
    top: 2px;
    height: 30px;
}

body[theme-mode="dark"] .theme-mode-button span:nth-child(1){
    background-color: #3062b6; 
    color: #141516;
}

body[theme-mode=dark] .theme-mode-button span:nth-child(2) {
    left: 17px;
    background-color: #141516;
}

/* Image Modal Toggler Styles
--------------------------- */ 
.field-image_tag {
    pointer-events: none;
    border-radius: 4px;
    background-color: transparent;
}

.field-image_tag img {
    pointer-events: auto;
    cursor: zoom-in;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.field-image_tag img:hover {
    transform: scale(1.1);
}

.field-image_tag img:focus {
    transform: scale(1.1);
    cursor: zoom-in;
}


.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.733);
    margin-top: -1px;
    animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

#newImage {
    margin: auto;
    display: block;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
}
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

#rangeValue{
    font-size: 18px;
    font-weight: 500;
    font-family: sans-serif;
    padding-left: 10px; 
    color:rgba(255, 255, 255, 0.87); 
}

#image_size_slider {

    position: absolute;
    top:95%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 500px; 
    height: 30px; 
    padding:20px; 
    background-color: rgba(255, 255, 255, 0.5);
    display: flex; 
    align-items: center;
}

#slider { 
    -webkit-appearance: none !important;
    width: 500px;
    height:4px; 
    background-color: rgba(255, 255, 255, 0.87);
    border: none; 
    outline: none; 
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    width:17px; 
    height:17px; 
    background-color: #3062b6;
    border-radius: 50%;
    cursor: pointer;
}

#slider::-webkit-slider-thumb:hover {
    background-color: #10213d;
}

.increaseIcon{
    color:rgba(255, 255, 255, 0.87);
    font-weight: 600;
    padding:2px;
    margin:5px;
}

.decreaseIcon {
    color:rgba(255, 255, 255, 0.87);
    font-weight: 600;
    padding:2px;
    margin:5px;
}

.percentIcon {
    color:rgba(255, 255, 255, 0.87);
    font-size: 14px;
    padding:2px;
}

.closeBtn {
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.closeBtn:hover {
    color:  rgba(255, 255, 255, 0.87);
}
