.cowlender-modal{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    left: 0;
    top: 0;
    overflow-y: auto;
    padding: 0px 10px;
    display: none;
    font-family: sans-serif;
}
.cowlender-modal .cowlender-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #6b7280;
    opacity: 0.75;
    z-index: 90;
    display: block;
}
.cowlender-modal .cowlender-modal__block{
    top: 0;
    max-width: 850px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    height: auto;
    margin-bottom: 0;
    z-index: 9999999999;
}
.cowlender-modal .cowlender-body__container{
    height: 100vh;
    border-radius: 7.5px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
}
.cowlender-modal .cowlender-close{
    position: absolute;
    right: 10px;
    top: 40px;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #9fa6b2;
    z-index: 99999999999;
}
.cowlender{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #ffffff;
    height: 100vh;
    max-height: 700px;
    overflow: hidden;
    border-radius: 7.5px;
    max-width: 850px;
    margin: 0;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
    font-family: sans-serif;
}
.cowlender .cowlender-content{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.cowlender .cowlender-content-main{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cowlender .cowlender-content .main-contain{
    display: flex;
    height: 100%;
}
.cowlender .left-side{
    display: block;
    padding: 25px 27px 25px 21px;
    text-align: center;
    width: 50%;
    background-color: rgb(71, 85, 105);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.cowlender .right-side{
    display: flex;
    padding: 25px;
    text-align: center;
    width: 50%;
    border-radius: 2.5px;
    height: 100%;
    flex-direction: column;
    overflow-x: hidden;
}
.cowlender .left-side-content{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.cowlender .left-side-content .widget-logo{
    margin-top: 10px; 
}
.cowlender .left-side-content .widget-logo img{
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 0 solid;
    border-radius: 50%;
    border-width: 3px;
    border-color: #f3f4f6;
    background-color: rgba(243,244,246,1);
    object-fit: cover;
}
.cowlender .left-side-content .widget-title:not(:empty){
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
}
.cowlender .left-side-content .widget-description:not(:empty){
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    margin-top: 10px;
}
.cowlender #datepicker{
    margin-top: 10px; 
}
.cowlender .cowlemder-branding{
    padding: 10px;
    text-align: center;
    background-color: rgba(249,250,251,1);
    font-size: 13px;
    line-height: 12.5px;
}
.cowlender .cowlemder-branding img{
    width: 180px;
    display: inline-block;
}
.cowlender .cowlemder-branding span{
    vertical-align: middle;
}
.cowlender .cowlemder-branding a{
    color: #00ABFF;
}
.cowlender .right-side .timer-title{
    color: #6b7280;
    font-size: 16px;
}
.cowlender .right-side .meeting-duration-title{
    color: #4b5563;
    font-weight: 600;
    font-size: 12.5px;
    text-align: left;
}
.cowlender .right-side .meeting-duration-block{
    display: flex;
    flex-wrap: wrap;
}
.cowlender .right-side .meeting-duration-block-item{
    flex-grow: 1;
    background-color: #f9fafb;
    color: #6b7280;
    cursor: pointer;
    border-radius: 2.5px;
    border: 1px solid #e5e7eb;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
    line-height: 10px;
    margin-right: 5px;
    margin-top: 7.5px;
}
.cowlender .right-side .meeting-duration-block-item.active{
    background-color: #e5e7eb;
}
.cowlender .right-side .timer-info{
    color: #4b5563;
    font-weight: 600;
    margin-top: 15px;
    font-size: 12.5px;
    text-align: left;
}
.cowlender .right-side .timer-extra{
    display: flex;
    width: 100%;
    align-items: center;
}
.cowlender .right-side .timer-zone{
    width: 100%;
    font-size: 11px;
    line-height: 12.5px;
    font-weight: 300;
    color: #00ABFF;
    text-align: left;
}
.cowlender .right-side .timer-format{
    display: flex;
    font-size: 12px;
    color: #8f949b;
}
.cowlender .right-side .timer-format .switch{
    width: 28px;
    height: 16px;
    margin: 0 5px;
}
.cowlender .right-side .timer-format .switch .slider{
    bottom: -1px;
}
.cowlender .right-side .timer-format .switch .slider:before{
    height: 13px;
    width: 13px;
    left: 3px;
    bottom: 2px;
}
.cowlender .right-side .timer-format .switch input:checked + .slider:before{
    left: -6px;
}
.cowlender .right-side .timer-slot{
    height: 100%;
    padding-right: 5px;
    padding-top: 2.5px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.cowlender .right-side .timer-slot .no-available{
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border: 1px dashed #6b7280;
    border-radius: 2.5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #4b5563;
}
.cowlender .right-side .timer-slot .no-available span{
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}
.cowlender .right-side .time-slot-item{
    font-size: 14px;
    line-height: 15px;
    color: #4b5563;
    border: 0 solid;
    border-radius: 2.5px;
    border-width: 1px;
    border-color: #d1d5db;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-weight: 300;
    cursor: pointer;
}
.cowlender .right-side .time-slot-item + .time-slot-item{
    margin-top: 10px;
}
.cowlender .right-side .timer-slot::-webkit-scrollbar,
.cowlender .booking-block .booking-content::-webkit-scrollbar,
.cowlender .left-side::-webkit-scrollbar,
.cowlender .timer-zone select::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 5px;
    height: 5px;
}
.cowlender .right-side .timer-slot::-webkit-scrollbar-thumb,
.cowlender .booking-block .booking-content::-webkit-scrollbar-thumb,
.cowlender .left-side::-webkit-scrollbar-thumb,
.cowlender .timer-zone select::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px hsl(0deg 0% 100% / 50%);
}
.cowlender .booking-block{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    border-top: 8px solid #334FB4;
}
.cowlender .booking-content{
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 100px 60px 100px;
    overflow-y: auto;
}
.cowlender .booking-Banner-statusInfo{
    display: flex;
    padding: 16px;
    background: #eef9f9;
    box-shadow: rgb(152 198 205) 0px 1px 0px 0px inset, rgb(152 198 205) 0px 0px 0px 1px inset !important;
    border-radius: 8px !important;
}
.cowlender .booking-Banner-Ribbon{
    flex: 0 0 32px;
    padding-right: 16px;
}
.cowlender .booking-Icon{
    display: block;
    height: 20px;
    width: 20px;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
.cowlender .booking-Icon-Svg{
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.cowlender .booking-Banner-ContentWrapper{
    flex: 1 1 auto;
}
.cowlender .booking-Banner-Heading{
    word-break: break-word;
}
.cowlender .booking-Banner-Heading .booking-Heading{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    color: #121212bf;
}
.cowlender .booking-Banner-Content p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #121212bf;
}
.cowlender .booking-title{
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 17.5px;
    font-weight: 600;
    margin-top: 40px;
    color: #121212bf;
}
.cowlender .booking-info{
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #00ABFF;
    margin-top: 5px;
    align-items: center;
}
.cowlender .booking-info svg, .cowlender .booking-time svg{
    width: 17.5px;
    height: 17.5px;
    fill: none;
}
.cowlender .booking-info span{
    margin-left: 5px;
}
.cowlender .booking-time{
    display: flex;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 5px;
    align-items: center;
    color: #121212bf;
}
.cowlender .booking-time span{
    margin-left: 5px;
    color: #121212bf;
}
.cowlender .booking-location-info{
    margin-top: 10px;
    font-size: 12px;
    display: flex;
    font-weight: 600;
    color: #121212bf;
}
.cowlender .booking-location-info svg{
    width: 17.5px;
    height: 17.5px;
    margin-right: 5px;
}
.cowlender .booking-element{
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
.cowlender .booking-form .booking-element label{
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    text-transform: unset;
}
.cowlender .booking-form .booking-element .booking-field{
    border: 1px solid #d1d5db;
    padding: 3.5px;
    border-radius: 3.75px;
    min-height: 30px!important;
    box-shadow: none!important;
    color: #000 !important;
    background-color: transparent;
}
.cowlender .booking-field-element input{
    margin-left: 0!important;
    display: block !important;
}
.cowlender .booking-btn{
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cowlender .booking-btn .booking-confirm{
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    padding: 15px 80px;
    font-size: 16px;
    line-height: 12.5px;
    background-color: #6b7280;
    color: #fff;
    border: 1px solid #6b7280;
    cursor: pointer;
    width: auto;
    position: relative;
}
.cowlender .booking-bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 100px;
    z-index: 99999999;
    height: 60px;
    background-color: #fff;
}
.cowlender .booking-bottom .go-back{
    display: flex;
    align-items: center;
    border-radius: 2.5px;
    border: 1px solid #6b7280;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 12.5px;
    color: #374151;
    background-color: transparent;
    cursor: pointer;
    width: auto;
}
.cowlender .booking-field-element{
    display: flex;
}
.cowlender .booking-field-element span{
    color: #374151;
    font-size: 12px;
    margin-left: 5px;
}
.cowlender .cowlender-error, .cowlender .cowlender-email-message, .cowlender .cowlender-confirm-email-message{
    font-size: 12px;
    margin-bottom: 0;
    color: #dc2626;
    margin-top: 5px;
    font-weight: 600;
    display: none;
}
.cowlender table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border: none !important;
}
.cowlender .bootstrap-datetimepicker-widget table td.day:hover,
.cowlender .bootstrap-datetimepicker-widget table td.hour:hover,
.cowlender .bootstrap-datetimepicker-widget table td.minute:hover,
.cowlender .bootstrap-datetimepicker-widget table td.second:hover{
    background: transparent;
}
.cowlender .bootstrap-datetimepicker-widget table td.active,
.cowlender .bootstrap-datetimepicker-widget table td.active:hover{
    border-radius: 50%;
    background-color: #fff;
    color: #364252!important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
.cowlender .bootstrap-datetimepicker-widget table td.active:after{
    display: none !important;
}
.cowlender .bootstrap-datetimepicker-widget table td.day{
    color: #fff;
}
.cowlender .bootstrap-datetimepicker-widget table td.disabled,
.cowlender .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: transparent;
    color: #dce0e0;
    cursor: not-allowed;
    opacity: .3;
}
.cowlender .bootstrap-datetimepicker-widget table th{
    color: #fff;
    opacity: .6;
}
.cowlender .bootstrap-datetimepicker-widget table td.today:before{
    display: none;
}
.cowlender .table-condensed tr{
    border: none !important;
    background: transparent !important;
}
.cowlender .table-condensed>tbody>tr>td,
.cowlender .table-condensed>tbody>tr>th,
.cowlender .table-condensed>tfoot>tr>td,
.cowlender .table-condensed>tfoot>tr>th,
.cowlender .table-condensed>thead>tr>td,
.cowlender .table-condensed>thead>tr>th {
    padding: 15px;
    border: none !important;
    background: transparent;
}
.cowlender tr:first-child th:after,
.cowlender tr:first-child td:after{
    border: none !important;
}
.cowlender .bootstrap-datetimepicker-widget table thead tr:first-child th{
    color: #fff;
    opacity: 1;
}
.cowlender .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: transparent;
}
.cowlender .bootstrap-datetimepicker-widget table tr td.new { display: none; }
.cowlender .bootstrap-datetimepicker-widget table tr td.old { visibility: hidden; } 
.cowlender-overflow-fixed{
    overflow: hidden!important;
}
.cowlender .timer-bottom{
    display: none;
}
.cowlender .bootstrap-datetimepicker-widget li{
    list-style: none;
    border: none;
}

#cowlender-datepicker .bootstrap-datetimepicker-widget thead,
#cowlender-datepicker .bootstrap-datetimepicker-widget th{
    background-color: transparent !important;
}
.cowlender .success-block{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    max-width: 56rem;
    margin: 0 auto;
}
.cowlender .success-block.active{
    display: flex;   
}
.cowlender .success-block .success-block-img{
    max-width: 150px;
    margin: 0 auto;
}
.cowlender .success-block .success-block-img img{
    max-width: 100%;
}
.cowlender .success-block h3{
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
    margin-top: 0;
}
.cowlender .success-block p{
    font-size: 18px;
    color: #374151;
    margin: 0 0 10px;
}
.cowlender .success-block .booking-scheduled-info{
    display: flex;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 600;
    color: #00ABFF;
    margin-top: 0.5rem;
    align-items: center;
    padding-top: 15px;
    border-top: 1px dashed #e5e7eb;
}
.cowlender .success-block .booking-scheduled-info svg{
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
}
/* Rounded sliders start*/
.cowlender .switch {position: relative; display: inline-block; width: 35px; height: 20px; min-width: auto !important;}
.cowlender .switch input {display:none;}
.cowlender .switch .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;height: auto;width: auto}
.cowlender .switch .slider:before {position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s;}
.cowlender .switch input:checked + .slider {background-color: #00ABFF;}
.cowlender .switch input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
.cowlender .switch input:checked + .slider:before {left: -3px; -webkit-transform: translateX(19px); -ms-transform: translateX(19px); transform: translateX(19px);}
.cowlender .slider.round { border-radius: 34px;}
.cowlender .slider.round:before { border-radius: 50%;}
/* Rounded sliders end*/
.cowlender .timer-zone select{
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    outline: unset !important;
    box-shadow: none !important;
    color: #00ABFF !important;
    cursor: pointer !important;
    padding: 0 !important;
    background: transparent !important;
    font-size: 11px !important;
    width: auto !important;
}
@media only screen and (max-width: 767px) {
    .cowlender-modal{
        padding: 0;
    }
    .cowlender-modal .cowlender-body__container{
        height: 100%;
        padding: 0;
    }
    .cowlender{
        width: 100%;
        max-height: 100%;
        border-radius: 0;
    }
    .cowlender-modal .cowlender-close{
        right: 5px;
        top: 10px;
    }
    .cowlender .left-side-content .widget-logo img{
        width: 90px;
        height: 90px;
    }
    .cowlender .left-side{
        width: 100%;
        padding: 20px 10px;
    }
    .cowlender .right-side{
        display: none;
        width: 100%;
    }
    .cowlender .booking-content{
        padding: 30px 30px 60px 30px;
    }
    .cowlender .timer-bottom{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 15px 0 0;
        z-index: 99999999;
        height: 45px;
        background-color: #fff;
    }
    .cowlender .timer-bottom .go-back-cal{
        display: flex;
        align-items: center;
        border-radius: 2.5px;
        border: 1px solid #6b7280;
        padding: 5px 20px;
        font-size: 12px;
        line-height: 12.5px;
        color: #374151;
        background-color: transparent;
    }
    .cowlender .booking-info{
        align-items: unset;
    }
    .cowlender .booking-title{
        margin-top: 10px;
    }
    .cowlender .booking-block{
        height: 100%;
    }
    .cowlender .booking-bottom{
        padding: 15px 30px;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../../../cowlendar/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(../../../../cowlendar/assets/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(../../../../cowlendar/assets/fonts/glyphicons-halflings-regular.woff) format('woff2'), url(../../../../cowlendar/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../../cowlendar/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../../cowlendar/assets/fonts/glyphicons-halflings-regular.svg) format('svg')
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.booking-confirm.confirm-button--loading{
    pointer-events: none;
    opacity: 0.5;
}
.booking-confirm.confirm-button--loading span {
    visibility: hidden;
    opacity: 0;
}
.confirm-button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: confirm-button-loading-spinner 1s ease infinite;
}

@keyframes confirm-button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}