
.avatar-sm {
    width: 2.4375rem;
    height: 2.4375rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
  }
  .avatar img {
    width: 100%;
    border-radius: 0.25rem;
  }
  
  .avatar.rounded-circle img {
    border-radius: 50%;
  }
  
  .action-btn{
      width: 29px;
      height: 28px;
      border-radius: 9.3552px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
  }
  .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .screen.image {
      padding: 5px;
      display: block;
      position: relative;
      cursor: pointer;
      width: 100%;
      margin: auto;
      border-radius: 5px;
      height: auto;
  }
  
  .screen.image img {
      width: 100%;
      width: 100%;
      transition-duration: 0.2s;
      transform-origin: 50% 50%;
      object-fit: cover;
      object-position: top;
      height: 400px;
      transition: 2s all ease;
  }
  
  .screen.image:hover img {
      object-position: bottom;
  }
  
  .colorinput {
      margin: 0;
      position: relative;
      cursor: pointer;
  }
  
  .colorinput-input {
      position: absolute;
      z-index: -1;
      opacity: 0;
  }
  
  .colorinput-color {
      background-color: #fdfdff;
      border-color: #e4e6fc;
      border-width: 1px;
      border-style: solid;
      display: inline-block;
      width: 1.75rem;
      height: 1.75rem;
      border-radius: 3px;
      color: #fff;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }
  
  .colorinput-color:before {
      content: '';
      opacity: 0;
      position: absolute;
      top: .25rem;
      left: .25rem;
      height: 1.25rem;
      width: 1.25rem;
      transition: .3s opacity;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
  }
  
  .colorinput-input:checked~.colorinput-color:before {
      opacity: 1;
  }
  .imagepreview {
      width: 100%;
  }
  .avatar {
    position: relative;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    height: 3.125rem;
    width: 4.125rem;
    border-radius: 0.25rem;
  }
  
  .avatar img {
    width: 100%;
    border-radius: 0.25rem;
  }
  
  .avatar.rounded-circle img {
    border-radius: 50%;
  }
  
  .avatar span {
    background-color: #051C4B;
  }
  
  .avatar + .avatar {
    margin-left: .25rem;
  }
  
  .avatar + .avatar-content {
    display: inline-block;
    margin-left: .75rem;
  }
  
  .avatar-xl {
    width: 6rem;
    height: 6rem;
    font-size: 1.375rem;
  } 
  
  
  .faq .accordion .accordion-item {
      border-radius: 10px;
      overflow: hidden;
      border: none;
      margin-bottom: 10px;
  }
  
  .faq .accordion .accordion-item .accordion-button {
      font-weight: 700 !important;
      padding: 1.3rem 1.25rem;
  }
  
  .faq .accordion .accordion-item .accordion-button span > i {
      font-size: 20px;
      margin-right: 8px;
  }
  
  .faq .accordion .accordion-item .accordion-button:not(.collapsed) {
      border-radius: 10px;
      background: transparent;
      box-shadow: 0 6px 30px rgba(182, 186, 203, 0.3);
  }
  
  .faq .accordion .accordion-item .accordion-body {
      padding: 0.3rem 0.3rem 0.3rem 3rem;
  }
  
  body.application.application-offset {
      font-family: var(--bs-body-font-family) !important;
  }
  
  .switch {
      width: 70px !important;
      height: 10px !important;
  }
  
  label.btn.btn-primary.btn-.switch-on {
      padding: 6px !important;
  }
  label.btn.btn-light.btn-.switch-off {
      padding: 6px !important;
  }z
  .switch-handle {
      padding: 17px;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .ml-0{
      margin-left: 0px !important;
  }
    
  .hover-none{
      text-decoration: none !important;
      color: white !important;
  }
  
  .textarea-adjust textarea {
      border: none;
      outline: none;
      color: #030303;
      font-weight: normal;
      font-size: 12.79277px;
      display: block;
      vertical-align: middle;
      width: 100%;
      resize: none;
      max-height: max-content !important;
      min-height: max-content !important;
  }
  
  .textarea-adjust textarea {
      height: 75px;
      line-height: normal;
  }
  
  .input-h4{
      text-align-last: center;
      margin-right: 26px;
  }
  
  .ml-46px{
      margin-left: -2px;
      text-align: center;
  }
  
  .min-393{
      min-height: 393px !important;
  }
  
      

  
  .pull-right .btn {
      margin-left: 5px;
  }
  
  .screen.image {
      padding: 5px;
      display: block;
      position: relative;
      cursor: pointer;
      width: 100%;
      margin: auto;
      border-radius: 5px;
      height: auto;
  }
  
  .screen.image img {
      width: 100%;
      width: 100%;
      transition-duration: 0.2s;
      transform-origin: 50% 50%;
      object-fit: cover;
      object-position: top;
      height: 400px;
      transition: 2s all ease;
  }
  
  .screen.image:hover img {
      object-position: bottom;
  }
  


  
  
  #sticky {
      position: sticky;
      position: -webkit-sticky;
      width: 100%;
      /* height: 252vh; */
      height: 100%;
      top: 0;
      display: flex;
      /* align-items: center; */
      justify-content: center;
  }
  
  .preview-height {
      height: auto;
      overflow: scroll;
      max-height: 1500px;
      overflow-x: hidden;
  }
  
  .dash-sidebar .main-logo {
      justify-content: center;
      min-height: 80px;
      max-height: 80px;
      width: 100%;
      min-width: 255px;
  }
  a.b-brand {
      height: 100%;
      width: 100%;
  }
  
  .dash-sidebar .main-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    height: auto;
    width: auto !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
  .custom-domain .btn-group, .btn-group-vertical{
      gap: 2rem;
  }
  
  .custom-domain .btn-group .btn-primary{
      background: transparent;
      color: #000;
  }
  .custom-domain .btn-group .btn-primary.actve{
      background: red;
      color: #000;
  }
  
  
  /* radio tab  */
  
  
  
  input.radio_tab, .content {
      display: none;
      background: #0084aa;
      line-height: 25px;
      padding: 5px 25px;
      color: #fff;
      font: normal 1em/150% Sans-Serif;
      min-width: 200px;
      max-width: 600px;
  }
  #one:checked ~ .one,
  #two:checked ~ .two,
  #three:checked ~ .three {display: block;}
  
  label.radio_tab_label {
      cursor: pointer;
      background: #00a8d8;
      height: 25px;
      padding: 5px 10px;
      display: inline-block;
      text-align: center;
      color: #fff;
      font: normal 1em/150% Sans-Serif;
      margin-right: -3px;
      transition: background .25s linear;  
  }
  
  label.radio_tab_label:hover, input.radio_tab:checked + label.radio_tab_label {background: #0084aa;}
  
  .price-card {
      text-align: center;
      position: relative;
      margin-top: 30px;
  }
  
  .price-card.price-2 {
      color: #fff;
  }
  
  .price-card.price-2 .price-badge {
      color: #fff;
      background: #1c232f;
  }
  
  .price-card .p-price {
      font-size: 40px;
  }
  
  .price-card .price-badge {
      color: #fff;
      padding: 7px 24px;
      border-radius: 30px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
  }
  
  .price-card .list-unstyled {
      display: inline-block;
  }
  
  .price-card .list-unstyled li {
      display: flex;
      align-items: center;
  }
  
  .price-card .list-unstyled li + li {
      margin-top: 8px;
  }
  
  .price-card .list-unstyled .theme-avtar {
      display: inline-flex;
      width: 30px;
      height: 30px;
      border-radius: 10px;
      background: #fff;
      margin-right: 15px;
  }
  
  .side-feature {
      overflow: hidden;
  }
  
  .big-logo {
  
      width: 160px;
      height: 45px;
     
  }
  .big-logo1 {
  
      width: 160px;
      height: 45px;
     
  }
  .big-logo2 {
      width: 60px;
      height: 70px;
  }
  .logo-content {
      border-radius: 20px;
      padding: 15px 0px;
  }
  .choose-files div {
      color: #fff;
      background: #584ED2 !important;
      border: none;
      border-radius: 10px;
      padding: 8px 15px;
      max-width: 155px !important;
      font-size: 12px;
      font-weight: 500;
      /* margin-top: 15px; */
  }
  .file {
        position: relative !important;
        left: 0;
      opacity: 0;
      top: 0;
      bottom: 0;
      width: 80%;
      border: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
  }
  .file-icon {
      width: 30px;
      height: 30px;
      background: #0F5EF7;
      border-radius: 50px;
      float: left;
      text-align: center;
  }
  .file-icon i {
      color: #fff;
      z-index: 9999;
      position: relative;
      font-size: 14px;
  }
  .first-file {
      width: 100%;
      float: left;
      padding-bottom: 20px;
      position: relative;
  }
  
  .file-des {
      width: calc(100% - 40px);
      float: right;
      color: #A3AFBB;
      font-size: 12px;
  }
  
  .file-des span {
      width: 100%;
      float: left;
      color: #011C4B;
  }
  
  .general-tab .column-card {
      flex-direction: column;
  }
  
  .first-file:before {
      position: absolute;
      bottom: 0;
      width: 3px;
      height: 100%;
      background: var(--bs-primary) !important;
      content: "";
      left: 25px;
  }
  
  .first-file:last-child:before {
      background: none;
  }
  
  .img_users_fix_size{
      height: 60px !important;
      max-width: 60px !important;
  }
  
  .h-44{
      height:44px;
  }
  
  .min-296{
      min-height: 296px;
  }
  
  .img_setting {
      filter: drop-shadow(2px 3px 7px #011c4b);
  }
  
  .active_color{
      border: 2px solid #000 !important;
  }
  
  .min-250{
      min-height: 250px !important;
      max-height: 250px !important; 
  }
  
  

  .drp-language .dropdown-toggle{
      color: #525B69;
      display: inline-flex;
      align-items: center;
      padding: 0.6rem 0.7rem;
      margin: 0 7.5px;
      border-radius: 4px;
      position: relative;
      font-weight: 500;
      border-radius: 12px;
      border: 1px solid rgba(206, 206, 206, 0.2);
  }
  
  .res{
      overflow: auto;
  }
  

  
  .dash-content::-webkit-scrollbar {
     display: none;
    }
    
  .log{
      margin-top: 15px;
  }  

  .disabledCookie {
    pointer-events: none;
    opacity: 0.4;
}
.disabledPWA {
    pointer-events: none;
    opacity: 0.4;
}

#Webhook_Setting table td{
    font-size: 14px;
}

.ps--active-y  {
    height: 100vh !important;
}

.preview-height ::-webkit-scrollbar {
    display: none;
}

/* Mobile */

body.no-scroll {
    overflow: hidden;
    position: relative;
}

.auth-wrapper .navbar .navbar-brand {
    display: block;
    width: 100%;
    max-width: 160px;
    /* height: 50px; */
}

.auth-wrapper .navbar .navbar-brand img {
    width: 100%;
    height: 100% !important;
}

/* Nav scroller */
.dash-sidebar .navbar-content {
    height: calc(100vh - 70px);
}
.dash-sidebar.mob-sidebar-active .navbar-wrapper {
    background: #fff;
}
/* Auth Mobile responsive */
@media screen and (max-width:767px) {
    .auth-wrapper {
        align-items: flex-start !important;
    }

    .auth-wrapper .auth-content {
        min-height: unset !important;
    }

    .auth-wrapper .auth-content .card {
        /* min-height: calc(100vh - 110px); */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .auth-wrapper .auth-content .card .card-body {
        flex: unset;
    }
    .language-dropdown{
        margin-left: auto !important;  
        margin-right: auto !important;
        display: block;
    }
    .navbar-nav{
        padding-top: 20px;
    }
}


@media screen and (min-width:1024px) {
    .no-scroll .dash-sidebar.light-sidebar.transprent-bg {
        z-index: -1;
    }

    .no-scroll .dash-header {
        z-index: -1;
    }

}

a.b-brand {
    max-width: 160px;
    height: 50px;
    width: 100%;
    display: block;
    margin: auto;
    padding:  0.33594rem 0;
}

.logo{
    max-width: 160px;
    height: 50px;
    width: 100%;
}

.dash-sidebar a.b-brand  img, 
.logo img{
    display: block;
    width: 100% !important;
    /* height: 100% !important;  */
    object-fit: fill !important;
}


@media screen and (max-width:1200px) {
    .auth-wrapper .auth-content,
    .auth-wrapper{
        min-height: 100%;
    }
}






/**** 3-10-23***********/
.repeat_event_div .form-check{
    position: relative;
    width: fit-content;
}
.repeat_event_div .form-check-input[type="checkbox"]{
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
    appearance: none !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.repeat_event_div .form-check label{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;   
    top: 50%;
    text-align: center;
}

.repeat_event_div .form-check-input:checked[type="checkbox"] {
    background-image: none;
    background-color: #2786ba;
    border-color: #c0d8e4;
    box-shadow: none;
}
.happen-div select{
    max-width: 100px;
    background: #f2f4f8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 25px !important;
}

.every-div select{
    max-width: 200px;
    background: #f2f4f8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 25px !important;
}

.end-div input{
    max-width: 180px;
    background: #f2f4f8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 25px !important;
}

.calendar .fc-event:hover {
    background-color: transparent !important;
    color: #51459d;
}

.calendar .fc-event span {
    color: #ffffff !important;
}

.calendar .fc-event:hover span {
    color: #51459d !important;
}

.fc .fc-daygrid-event
{   
    justify-content: space-between !important;
    align-items: start;
}
.calendar .fc-event span i{
    font-size: 18px;
}


.fc-event.highlighted-event {
    background-color: yellow; /* Change this to your desired highlight color */
    border: 2px solid red; /* Add any other styles you want */
  }

.fc-event.highlighted-event-range {
    background-color: yellow; /* Change this to your desired highlight color */
    border: 2px solid rgb(0, 255, 51); /* Add any other styles you want */
  }
  
.fc-event.highlighted-event-part {
    background-color: yellow; /* Change this to your desired highlight color */
    border: 2px solid rgb(0, 225, 255); /* Add any other styles you want */
  }

  .fc-event.highlighted-event-between {
    background-color: yellow; /* Change this to your desired highlight color */
    border: 2px solid rgb(251, 255, 0); /* Add any other styles you want */
  }

  .fc th.fc-widget-header{
    background: transparent !important;
    color: #000 !important;
    border-color: #ddd !important;
  }
  
  .fc-header-left .fc-button, .fc-today-button ,.fc-header-right .fc-button, .fc-today-button{
    background: #f5f5f5 !important;
    border:1px solid rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    color: #343a40 !important;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%) !important;
    text-transform: capitalize !important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%) !important;
    border-radius: 0 !important; 
    margin: 0 !important;
    padding: 0rem 0.75rem !important;
    max-height: 1.9em !important;
    line-height: 1.9em;
}
.fc th.fc-widget-header{
    padding: 0 !important;
}
  
.calendar-icon{
    position: absolute;
    top: 0;
    right: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
}
#repeat_start_date[readonly]{
    cursor: not-allowed !important;
}
.btn.btn-default.dropdown-toggle.event-create-btn-input{
    border-color: #ddd;
}
.repeat_event_div-main{
    position: relative;
    width: fit-content;
}
.repeat_event_div input[type="checkbox"]{
    width: 40px !important;
    height: 40px !important;
    box-shadow: none !important;
    appearance: none !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.repeat_event_div label {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
}

.repeat_event_div input:checked[type="checkbox"] {
    background-image: none;
    background-color: #2786ba;
    border-color: #c0d8e4;
    box-shadow: none;
}
#hide-standard-settings,#show-standard-settings{
    color: #428bca;
}
.next,.prev {
    position: relative;
    top: 1px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet"><g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" fill="%23000000" stroke="none"><path d="M2909 4677 c-64 -24 -102 -53 -211 -165 -126 -127 -151 -172 -151 -272 0 -124 -14 -106 601 -722 l557 -558 -1737 0 c-1722 0 -1738 0 -1792 -20 -74 -28 -139 -98 -161 -174 -13 -45 -16 -91 -13 -224 3 -145 6 -173 25 -213 25 -56 84 -118 138 -144 39 -20 75 -20 1793 -25 l1752 -5 -560 -560 c-617 -617 -604 -601 -603 -722 1 -96 31 -148 165 -279 140 -138 176 -159 278 -159 62 1 84 5 125 27 67 36 1953 1923 1981 1983 28 60 26 176 -5 236 -32 64 -1928 1958 -1985 1984 -52 23 -151 29 -197 12z"/></g></svg>');
    background-size: 16px;
    background-repeat: no-repeat;
}
.prev{
    transform: scaleX(-1);
}

.glyphicon:empty {
    width: 1em;
}
.datetimepicker .table-condensed{
    width: 100%;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu{
    width: 220px;
    border: 1px solid rgba(0,0,0,0.15);
}
.datetimepicker td, .datetimepicker th {
    height: 27px !important;
}
.time-panel-ul {
    padding-left: 0;
}
.bootstrap-growl .close{
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 24px;
}

.dash-h-item .dropdown-menu.show
{
   
    inset: 60px auto auto 0px !important;
    
}

.removeImageDiv
{
    text-align: end;
margin-top: 5px;
}


.custom-svg svg {
    width: 25px !important;
    height: 25px !important;
}
