.logo {
    line-height: 67px;
}
.purple-font {
    color: purple;
  }
  
  .red-font {
    color: #FF0000;
  }
  
  .green-font {
    color: #078c24;
  }
  
  .orange-font {
    color: #FAC576;
  }
  
  .blue-font {
    color: #0e6aeb;
  }
  
  .black-font {
    color: #000000;
  }

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.btn-grp {
    margin-top: 30px;
}
.vertical-collpsed .logo span.logo-sm {
    display: block;
    margin: 0 -20px;
}
.disabled-date {
  pointer-events: none;
  opacity: 0.5;
  /* Add any other styling as per your requirements */
}
/* a {
    color: #04c1f3 !important;  
} */
.page-item.active .page-link {
    background-color: #04c1f3;
    border-color: #04c1f3;
}
.btn-primary {
    color: #fff !important;
    background-color: #04c1f3;
    border-color: #04c1f3;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #019ac5;
    border-color: #019ac5;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none !important;
    background-color: #04c1f3;
    border-color: #04c1f3;
}
.table-responsive a .fa {
    color: #04c1f3;
}
.navbar-brand-box {
    padding: 0 !important;
}

.vertical-collpsed .navbar-brand-box {
    padding: 0 24px !important;
}
.main-heading {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    z-index: -1;
}
.main-heading h1 {
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 23px 0;
    font-size: 22px;
    font-weight: 600;
    color: #202A44;
}

body.sidebar-enable.vertical-collpsed .navbar-brand-box a img {
    width: 50px;
    height: 60px;
    object-fit: cover;
}
.footer a {
    color: #74788d;
    margin-left: 10px;
}
.footer a span i.fa {
    padding: 0 5px;
}
.img_block .btn.btn-primary {
    padding: 8px 8px;
}

body[data-sidebar="dark"] .vertical-menu {
    background: #202A44;
}

body[data-sidebar="dark"] .navbar-brand-box {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    height: 70px;
}

.btn-success {
    color: #fff;
    background-color: #04c1f3;
    border-color: #04c1f3;
}

.btn-success:hover {
    color: #fff;
    background-color: #04c1f3;
    border-color: #169670;
}

.text-primary {
    color: #04c1f3 !important;
}

.font-s {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    min-height: 50px;
}

.subarea .dropdown-menu  {
    width: 100%;
    top: 100%;
    display: block;
}
.subarea .dropdown-menu li {
    padding: 5px 10px;
    font-weight: 500;
}
.subarea .dropdown-menu li:hover {           
    color: #fff !important;
    background-color: #04c1f3;
    cursor: pointer;
}
.error-message {
    color: red;
    margin-top: 5px;
}

/***responsive start***/

@media screen and (max-width: 575px) {
    .footer a {
        display: block;
    }
}
@media screen and (max-width: 600px) { 
    .navbar-header .dropdown .dropdown-menu {
        left: auto !important;
        right: 10px !important;
        top: 50px !important;
    }           
    .user-dropdown .mdi.mdi-chevron-down {
      font-size: 18px;  
    } 
    .user-dropdown {
        top: 20px;
    }

    /***login page***/

    .login_page_section .authentication-bg {
        display: block !important;
        height: 100%;
    }
    .login_page_section .bg-overlay {
        position: initial;
    }

    .login_page_section .authentication-bg .cimg {
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    .login_page_section .authentication-page-content.min-vh-100 {
        min-height: 100% !important;
        height: 100%;
    }
   
}
@media screen and (max-width: 767px) {
    .page-title-box {
        padding-bottom: 10px;
    }
    .form-select {  
        margin-bottom: 10px;
    }
    .pagination {
        margin-bottom: 0;
    }
    .btn-grp {
        margin-top: 10px;
    }
    .navbar-brand-box {
        display: none;
    } 
    .main-heading {
        position: relative; 
    }    

    .main-heading h1 {
        padding: 25px 30px;
        font-size: 14px;
        margin-bottom: 8px;
    }  
    .navbar-header .dropdown .dropdown-menu {
        left: auto !important;
        right: 10px !important;
        top: 50px !important;
    }  
    .navbar-header .dropdown .show.header-item {
        background-color: transparent;
    }   
    .user-dropdown .mdi.mdi-chevron-down {
      font-size: 18px;  
    }        
    .footer {
        height: auto;
        padding: 8px calc(24px / 2);
    }
    .footer_inner {
        text-align: center !important;
        padding: 1px 0;
    }
    .img_block label.form-label {
        display: none;
    }   
    
    .fixed-s {
        position: sticky;
        left: 0;
        background: #fff !important;
    }

    .page-content {
        padding: calc(70px + 24px) calc(24px / 2) 85px calc(24px / 2);
    }

    .footer {
        bottom: 0;
    }

    /***login page***/

    .login_page_section .authentication-bg {
        display: block !important;
        height: 100%;
    }
    .login_page_section .bg-overlay {
        position: initial;
    }

    .login_page_section .authentication-bg .cimg {
        height: 100%;
        object-fit: cover;
        position: relative;
    }
    .login_page_section .authentication-page-content.min-vh-100 {
        min-height: 100% !important;
        height: 100%;
    }

    .mobile_view{
        display: block !important;
    }

    .desktop_view{
        display: none;
    }
}
.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }


.text-right{
    text-align: right;
}

  .select2 {
    width: 100% !important;
    /* force fluid responsive */
  }
   .select2-container .select2-selection--single {
    height: 56px;
    position: relative;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
  }
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 8px;
  }
  .select2-container .select2-selection--single .select2-container--default .select2-results > .select2-results__options {
    -webkit-overflow-scrolling: touch;
    /* use momentum scrolling */
  }

  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}
.select2-container .select2-selection--single {
    height: 38.61px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

/**14/07/2023***/


.addphoto {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.addphoto span.asteriskField {
    color: red;
}

.addphoto label {
    font-size: 16px;
}
.owl-prev {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat !important;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    left: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
  }
  
  .owl-next {
    background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat !important;
    height: 54px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 1000;
    right: 2%;
    cursor: pointer;
    color: transparent;
    margin-top: -27px;
  }
  
  .owl-prev:hover,
  .owl-next:hover {
    opacity: 0.5;
  }

  .cke_1 .cke_bottom , .cke_1 .cke_top {
    background-color: #cccccc8c !important; 
    border-top-color: rgb(146, 146, 146);
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.sortable-header {
    cursor: pointer;
}
.form-group.uploadphoto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.card-body.uploadphotolabel {
    max-width: 465px;
    margin: 0 auto;
}

/***login css(27/07/2023)***/

/* .login_page_section .authentication-bg .cimg {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.fixed-s3 {
    position: sticky;
    left: 35px;
    background: #fff !important;
}

.fixed-s2 {
    position: sticky;
    left: -1px;
    background: #fff !important;
} 

.fixed-s {
    position: sticky;
    left: -1px;
    background: #fff !important;
}

.mobile_view{
    display: none;
}
.btnc{
    display: flex;
    gap: 7px;
}

.btnc button{
 font-size: 14px;
}