@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e1e1e1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 5px;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #555; 
}*/

* {
    box-sizing: border-box;
}
body{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0;
}
body,
p,a, button, input, select, ul, li, span{
 font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Inter', sans-serif;
}
p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
img{
    max-width: 100%;
}

a {
    color: #444444;
    text-decoration: none;
}
a:hover {
    color: #419CCC;
    text-decoration: underline;
}

h1{
    font-size: 34px;
    line-height: 41px;
}

.wc_custom_color .clr-field {
    display: block;
}
.wc_custom_color button {
    position: absolute;
    width: calc(100% - 70px);
    height: 20px;
    left: 21px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}



.wc_custom_location,
.wc_custom_color,
.wc_custom_datepicker {
    position: relative;
}
.wc_custom_color input {
    padding-right: 40px;
    font-size: 0;
}
.wc_custom_location span,
.wc_custom_color span,
.wc_custom_datepicker span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.wc-medium-btn {
    padding: 5px 15px !important;
    box-shadow: none !important;
}
.wc-medium-btn:hover {
    background: #419ccc !important;
}
label,
.form-label{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 7px;
}
.form-label span{
    color: #FF0505;
}
.form-control{
    background-color: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 9px;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    min-height: 35px;
}
/*.select2-container {
    z-index: 1055;
}*/
.select2-results__option--group::before {
    display: none !important;
}
.select_checkbox .select2-results__option {
    padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    padding: 0px 20px;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}
.select2-container .select2-selection--single {
    height: 41px;
    border: 1px solid #ADADAD;
    border-radius: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #419ccc;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #20204b;
}
.select2-results__option--selectable {
    cursor: pointer;
    font-size: 14px;
    padding: 10px 20px;
}
.select2-container .select2-selection--single:hover,
.form-control:hover{
    border-color: #4285F4;
}
.select2-container .select2-selection--single:focus,
.form-control:focus{
    box-shadow: none;
}
.select2-container .select2-selection--multiple {
    min-height: 41px;
    border-radius: 9px;
    align-items: center;
    display: flex;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    background: #8A92A6;
    border-radius: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    border-right-color: #fff;
    vertical-align: middle;
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #ffffff;
    color: #419ccc;
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 10px 0 0;
}
.select2-container .select2-selection--multiple ul.select2-selection__rendered {
    margin-bottom: 0;
}
/*.select2-container--default .select2-selection--multiple .select2-selection__choice button.select2-selection__choice__remove {
    display: none;
}*/
/*span.select2-search.select2-search--inline {
    line-height: 28px;
}
span.select2-search.select2-search--inline textarea.select2-search__field {
        height: 28px;
}*/
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
    padding: 5px 10px;
    padding-left: 2px;
}
.form-control::-webkit-input-placeholder { 
    color: #808080;
}
.form-control::-moz-placeholder { 
    color: #808080;
}
.form-control:-ms-input-placeholder {
    color: #808080;
}
.form-control:-moz-placeholder { 
    color: #808080;
}

.text-link, .text-link a{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #20204B;
}
.text-link:hover, .text-link a:hover {
    color: #419CCC;
    text-decoration: underline;
}
.wc_custom_small_btn {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    background: #419CCC;
    border-radius: 5px;
    padding: 9px 9px;
}
.wc_custom_small_btn:hover {
    background: #20204b;
    color: #fff;
    text-decoration: none;
}
.btn {
    padding: 7px 30px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.btn-primary{
    background: #20204B;
    box-shadow: 0px 4px 19px rgba(119, 147, 65, 0.3);
    color: #fff;
    border: 0;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #20204B;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background: #000;
}
.-mt-55{
    margin-top: -55px;
}

.wc-10{
    font-size: 10px !important;
}
.wc-11{
    font-size: 11px !important;
}
.wc-12{
    font-size: 12px !important;
}
.wc-13{
    font-size: 13px !important;
}
.wc-14{
    font-size: 14px !important;
}
.wc-15{
    font-size: 15px !important;
}
.wc-16{
    font-size: 16px !important;
}
.wc-17{
    font-size: 17px !important;
}
.wc-18{
    font-size: 18px !important;
}
.wc-19{
    font-size: 19px !important;
}
.wc-20{
    font-size: 20px !important;
}
.wc-21{
    font-size: 21px !important;
}
.wc-22{
    font-size: 22px !important;
}
.wc-23{
    font-size: 23px !important;
}
.wc-24{
    font-size: 24px !important;
}
.text-primary{
    color: #20204B !important;
}
.rounded-2px {
    border-radius: 2px;
}
.rounded-4px {
    border-radius: 4px;
}
.btn-icon{
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0;
    color: #8A92A6;
}

.btn-icon:hover{
    color: #20204B;
}
.rounded-circle{
    border-radius: 50%!important;
}
.topbar-user .dropdown-toggle{
    border: 0;
    background: transparent;
}
.dropdown-toggle::after{
    border: 0;
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    margin-left: 15px;
}

.card{
    background: #FFFFFF;
    border: 0;
    box-shadow: 0px 0px 8px 3px rgba(88, 88, 88, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
}
.card-body{
    padding: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card-animate {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.card-animate:hover {
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgba(30,32,37,.12);
    box-shadow: 0 5px 10px rgba(30,32,37,.12);
}
.card-small{
    box-shadow: 0px 10px 30px rgba(17, 38, 146, 0.05);
    border-radius: 8px;
}
.text-muted{
    color: #8A92A6 !important;
}
.text-nav{
    color: #419CCC !important;
}
.bg-blue {
    background: #419CCC !important;
}
.text-black {
    color: #000;
}
.text-light-black {
    color: #808080 !important;
}
.text-white{
    color: white !important;
}

.topnav-hamburger{
    border: 0;
    background: transparent;
}
.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.hamburger-icon span {
    background-color: #419ccc;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: .3s cubic-bezier(.8,.5,.2,1.4);
    transition: .3s cubic-bezier(.8,.5,.2,1.4);
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
}
.hamburger-icon span:nth-child(1) {
    top: 0;
    width: 80%;
}
.hamburger-icon span:nth-child(2) {
    top: 6px;
}
.hamburger-icon span:nth-child(3) {
    bottom: 0;
    width: 60%;
}
.topnav-hamburger.active .hamburger-icon span {
    width: 100%;
}

.breadcrumb li a{
    color: #20204B;
}
.breadcrumb .breadcrumb-item.active{
    color: #B8B8B8;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 3px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 3px;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: #20204b;
}
/*
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
*/
.wc-dropdown-menu {
    height: 238px;
    overflow-y: auto;
}

.badge {
    width: 68px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 3px 10px;
}
.bg-success {
    background: #17A700 !important;  
}
.bg-error {
    background: #A72800 !important;
}


.wc-icon-box {
    width: 100%;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc-link-bule {
    background: #20204B !important;
}
.wc-link-skybule {
    background: #28B5F2 !important;
}
.wc-link-red {
    background: #A72800 !important;
}



.table-padding-10 {
    padding: 10px !important;
}
.table-text-color {
    color: #444444 !important;
}
.table-text-color-white {
    color: #fff;
}
.table-bordered>:not(caption)>* {
    border-color: #E4E4E4 !important;
}
.table-bordered th {
    border: 1px solid #20204b;
}
.table-click-box {
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #fff;
    padding: 7px;
    background: #20204b;
    border-radius: 5px;
    width: fit-content;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.table-bg-light {
    background: #20204B !important;
}



.page-item .page-link {
    border-radius: 20px !important;
}
.page-link {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    border: 0.5px solid #D9D9D9;
    padding: 5.5px 8px;
    min-width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-link:focus,
.active>.page-link, .page-link.active,
.page-link:hover {
    color: #fff;
    background: #20204B;
    text-decoration: none;
    border-color: #20204B;
}
.page-link:focus {
    box-shadow: none;
}
.disabled>.page-link, .page-link.disabled {
    color: #CFCFCF;
    background: #F8F8F8;
    border-color: #F8F8F8;
}




.form-check {
    min-height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
}
.form-check input[type="checkbox"] {
    float: none !important;
    margin: 0 8px 0 0;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border-radius: 5px;
    padding: 0;
    border-color: #000;
}
.form-check label.form-check-label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.form-check input[type="checkbox"]:checked {
    background-color: #20204b;
    border-color: #fff;
}
.form-check.wc_checkbox_skybule input[type="checkbox"]:checked {
    background-color: #28B5F2;
    border-color: #28B5F2;
}
.form-check.wc_checkbox_skybule input[type="checkbox"]:focus {
/*    border-color: #20204b;*/
}
.form-check input[type="checkbox"]:focus,
.form-check input[type="radio"]:focus {
/*    border-color: #20204b;*/
outline: 0;
box-shadow: none;
}
.form-check input[type="radio"] {
    width: 22px;
    height: 22px;
    min-width: 22px;
    float: none!important;
    margin: 0 8px 0 0;
    padding: 0;
    border-color: #ADADAD;
}
.form-check input[type="radio"]:checked {
    background-color: #ffffff;
    border-color: #2d9ecb!important;
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'-4\ -4\ 8\ 8\'%3e%3ccircle\ r=\'2\'\ fill=\'%232d9ecb\'/%3e%3c/svg%3e);
}
textarea.form-control {
    height: 100%;
    min-height: 140px;
    display: block;
    resize: none;
}
.wc-dropzone {
    border: 1px dashed #ADADAD;
    border-radius: 9px;
    position: relative;
}
.wc-dropzone .dz-message {
    padding: 20px;
    min-height: 138px;
}
.wc-dropzone input.form-control {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.icon-bg-skyblue {
    background: #daf1ff !important;
}
.wp-click-box {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 10px 13px 10px 15px;
    min-height: 83px;
}




.wc_fix_button a {
    background: linear-gradient(90.27deg, #20204B 3.4%, #5263AC 180.34%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 9px 14px 0px #00000026;
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 99;
}
.wc_not_included {
    background: #1E90FF;
}
.wc_included {
    background: #009F1A;
}
.wc_required {
    background: #950900;
}
.wc_disabled {
    background: #A4A2A2;
}
.wc_contact_preferences_wrap {
    max-width: fit-content;
    width: 100%;
    border-radius: 23px;
    height: 25px;
    display: flex;
    padding: 2px;
}
.wc_contact_preferences_wrap .wc_contact_preferences_box {
    width: 21px;
    height: 100%;
    display: block;
    border-radius: 100%;
}
.wc_contact_preferences_wrap .wc_contact_preferences_box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wc_contact_preferences_wrap.wc_not_select_area .wc_contact_preferences_box a {
    pointer-events: none;
}
.wc_contact_preferences_wrap .wc_contact_preferences_box.active,
.wc_contact_preferences_wrap:not(.wc_not_select_area) .wc_contact_preferences_box:hover {
    background: #fff;
}
.wc_contact_preferences_wrap .wc_contact_preferences_box.active path:not(.not-hover),
.wc_contact_preferences_wrap:not(.wc_not_select_area) .wc_contact_preferences_box:hover path:not(.not-hover) {
    fill: #000;
}





/*======================================
    
========================================*/
@media screen and (min-width: 1400px) {
    .wp-five-col .col-xxl-1 {
        width: 20%;
    }
    .wp-five-col .col-xxl-2 {
        width: 40%;
    }
    .wp-five-col .col-xxl-3 {
        width: 60%;
    }
    .wp-five-col .col-xxl-4 {
        width: 80%;
    }
}
@media screen and (max-width: 1440px) {
    label, .form-label {
        font-size: 14px;
    }
    .btn {
        padding: 6px 26px;
        border-radius: 5px;
    }
}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 767px) {
    h1{
        font-size: 30px;
        line-height: 34px;
    }  
    .btn {
        padding: 5px 20px;
        font-size: 14px;
    }
    .card{
        margin-bottom: 20px;
    }
}