body.waiting * { cursor: wait; }

.w-25px{
    width: 25px !important;
}
.w-50px{
    width: 50px !important;
}
.w-100px{
    width: 100px !important;
}
.w-150px{
    width: 150px !important;
}
.w-200px{
    width: 200px !important;
}
.w-250px{
    width: 250px !important;
}
.w-300px{
    width: 300px !important;
}
.w-350px{
    width: 350px !important;
}
.w-400px{
    width: 400px !important;
}
.w-450px{
    width: 450px !important;
}
.w-500px{
    width: 500px !important;
}

.pt-1-2 {
    padding-top: 0.125rem !important;
}

.status-profile-cyclist {
    position: absolute;
    top: 20px;
    right: 30px;
}

.bottom-10{
    bottom: 10px !important;
}


.bottom-20{
    bottom: 20px !important;
}

.bottom-25{
    bottom: 25px !important;
}

.bottom-n10{
    bottom: -10px !important;
}


/*----------------------------------------------------------------------------------------------------------------------
 Responsible examples
----------------------------------------------------------------------------------------------------------------------*/

/* pure-hidden-xs */
@media screen and (max-width:567px) {
    /**/
}

/* pure-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
    /**/
}

/* pure-hidden-md */
@media screen and (min-width:768px) and (max-width:1023px) {
    /**/
}

/* pure-hidden-lg */
@media screen and (min-width:1024px) and (max-width:1279px) {
    /**/
}

/* pure-hidden-xl */
@media screen and (min-width:1280px) {
    /**/
}


/*----------------------------------------------------------------------------------------------------------------------
 Scrollbar
----------------------------------------------------------------------------------------------------------------------*/
body::-webkit-scrollbar {
    width: 5px !important;;
    height: 5px !important;;
}

body::-webkit-scrollbar-track {
    background-color: #2E373A !important;;
    border-radius: 10px !important;;
}

body::-webkit-scrollbar-thumb {
    background-color: #748D8D !important;
    border-radius: 10px !important;
    margin-left: 10px !important;
    padding: 2px !important;
}

*::-webkit-scrollbar {
    width: 5px !important;;
    height: 5px !important;;
}

*::-webkit-scrollbar-track {
    background-color: #2E373A !important;;
    border-radius: 10px !important;;
}

*::-webkit-scrollbar-thumb {
    background-color: #748D8D !important;
    border-radius: 10px !important;
    margin-left: 10px !important;
    padding: 2px !important;
}

textarea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

textarea::-webkit-scrollbar-track {
    background-color: #2E373A;
    border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #748D8D;
    border-radius: 10px;
    margin-left: 10px;
    padding: 2px !important;
}

/*----------------------------------------------------------------------------------------------------------------------
 Container
----------------------------------------------------------------------------------------------------------------------*/

.container-custom {
    padding-right: 50px;
    padding-left: 50px;
    min-height:100%;
    margin: 0 auto !important;
    position:relative;
}

@media (max-width: 575px) {
    .container-custom {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 576px) {
    .container-custom {
        max-width: 560px;
    }
}
@media (min-width: 768px) {
    .container-custom {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container-custom {
        max-width: 980px;
    }
}
@media (min-width: 1200px) {
    .container-custom {
        max-width: 1700px;
    }
}


/*----------------------------------------------------------------------------------------------------------------------
 Line height
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .card-title-mobile{
        line-height: 1.7 !important;
        font-weight: 600 !important;
        font-size: 14px !important;
    }
}

/*----------------------------------------------------------------------------------------------------------------------
 Button append
----------------------------------------------------------------------------------------------------------------------*/
.input-group-append .btn-light{
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

/*----------------------------------------------------------------------------------------------------------------------
 Cols
----------------------------------------------------------------------------------------------------------------------*/
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12,
.col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
{
    margin-bottom: 0.75rem !important;
}

.col-1-5{
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    .col-sm-1-5{
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px){
    .col-md-1-5{
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px){
    .col-lg-1-5{
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1200px){
    .col-xl-1-5{
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1-5{
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 1rem;
    }
}


/*----------------------------------------------------------------------------------------------------------------------
 Input password icon eye
----------------------------------------------------------------------------------------------------------------------*/
.input-group-icon{
    position: relative;
}

.input-group-icon input{
    padding-right: 40px;
}

.input-group-icon:not(.input-auth) .icon{
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    top: 5px;
    right: 15px;
}
.input-group-icon.input-auth .icon{
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    top: 10px;
    right: 15px;
}


/*----------------------------------------------------------------------------------------------------------------------
Tooltip
----------------------------------------------------------------------------------------------------------------------*/
.tooltip{
    z-index: inherit !important;
}

/*----------------------------------------------------------------------------------------------------------------------
Custom side bar
----------------------------------------------------------------------------------------------------------------------*/
:root{
    --custom-menu-width-from-left: -250px;
    --custom-menu-width-from-right: 250px;
}

.custom-menu-backdrop{
    z-index: 99998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-menu.from-left {
    left: 0;
}

.custom-menu.from-right {
    right: 0;
}

.custom-menu-content {
    position: absolute;
    z-index: 99999;
    top: 0;
    width: 250px;
    min-height: 100vh;
    height: auto;
    padding: 5px 20px;
    background: #fff;
    transition: transform .3s ease; /* our nice transition */
}

.custom-menu.from-left .custom-menu-content {
    transform: translateX(var(--custom-menu-width-from-left));
    -webkit-transform: translateX(var(--custom-menu-width-from-left));
}

.custom-menu.from-right .custom-menu-content {
    transform: translateX(var(--custom-menu-width-from-right));
    -webkit-transform: translateX(var(--custom-menu-width-from-right));
}

.custom-menu.show .custom-menu-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

[data-custom="custom-menu"] .custom-menu-header{
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

[data-custom="custom-menu"] .custom-menu-nav{
    margin-top: 70px;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item{
    height: 50px !important;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item .nav-link{
    height: 50px !important;
    font-size: 14px !important;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item .nav-link .arrow-down{
    float: right;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item .nav-link .arrow-down{
    float: right;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item .dropdown-menu{
    border-radius: 2px;
    width: calc(100% + 10px);
    position: relative;
    margin-top: -10px !important;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item .dropdown-menu .dropdown-item{
    padding: 5px 3px !important;
    display: flex;
    white-space: pre-line !important;;
}

[data-custom="custom-menu"] .custom-menu-nav .nav-item .dropdown-menu .dropdown-item i{
    font-size: 5px;
    margin-right: 10px;
    margin-top: 7px;
}



/*----------------------------------------------------------------------------------------------------------------------
 Toast notification
----------------------------------------------------------------------------------------------------------------------*/
#toast_stack_container{
    position: fixed;
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    #toast_stack_container{
        width: 100% !important;
        bottom: 0 !important;
    }

    #toast_stack_container .toast-notification-item{
        width: 100% !important;
        min-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        background-color: rgba(0,0,0,0.85) !important;
    }

    #toast_stack_container .toast-header{
        display: none !important;
    }

    #toast_stack_container .toast-body{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: rgba(0,0,0,0.0) !important;
        color: #fff !important;
        width: 90% !important;
    }
}

@media screen and (min-width: 769px) {
    #toast_stack_container{
        top: 0 !important;
        right: 0 !important;
    }

    #toast_stack_container .toast-icon{
        display: none !important;
    }

    #toast_stack_container .toast-body{
        width: 100% !important;
    }
}

/*----------------------------------------------------------------------------------------------------------------------
Custom checkbox
----------------------------------------------------------------------------------------------------------------------*/
input[data-custom-checkbox="true"]{
    display: none !important;
}

.custom-checkbox{
    height: 20px !important;
    width: 20px !important;
    background-color: #e5e5e5;
    color: #cbcbcb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-checkbox.md{
    height: 40px !important;
    width: 40px !important;
}

.custom-checkbox.lg{
    height: 60px !important;
    width: 60px !important;
}

.custom-checkbox.xl{
    height: 80px !important;
    width: 80px !important;
}

.custom-checkbox.round{
    border-radius: 50% !important;
}

.custom-checkbox input{
    display: none;
}

.custom-checkbox .icon{
    font-size: 10px;
    color: transparent;
}

.custom-checkbox .icon.light{
    color: inherit;
}

.custom-checkbox.md .icon{
    font-size: 20px !important;
}

.custom-checkbox.lg .icon{
    font-size: 35px !important;
}

.custom-checkbox.xl .icon{
    font-size: 40px !important;
}


.custom-checkbox.disabled{
    opacity: 0.5;
    cursor: not-allowed !important;
}
.custom-checkbox.disabled + label[for]{
    opacity: 0.5;
    cursor: not-allowed !important;
}
.custom-checkbox.checked{
    background-color: #2b56b9;
}
.custom-checkbox.muted.checked{
    background-color: #e5e5e5;
}
.custom-checkbox.danger.checked{
    background-color: rgb(217, 74, 74);
}
.custom-checkbox.orange.checked{
    background-color: rgb(255, 131, 54);
}
.custom-checkbox.warning.checked{
    background-color: rgb(255, 197, 54);
}
.custom-checkbox.success.checked{
    background-color: rgb(33, 173, 131);
}
.custom-checkbox.info.checked{
    background-color: rgb(82, 134, 255);
}
.custom-checkbox.primary.checked{
    background-color: #0f348d;
}
.custom-checkbox.dark.checked{
    background-color: rgb(54, 54, 54);
}


.custom-checkbox.checked .icon{
    color: #fff;
}
.custom-checkbox.muted.danger.checked .icon{
    color: rgb(217, 74, 74) !important;
}
.custom-checkbox.muted.orange.checked .icon{
    color: rgb(255, 131, 54) !important;
}
.custom-checkbox.muted.warning.checked .icon{
    color: rgb(255, 197, 54) !important;
}
.custom-checkbox.muted.success.checked .icon{
    color: rgb(33, 173, 131) !important;
}
.custom-checkbox.muted.info.checked .icon{
    color: rgb(82, 134, 255) !important;
}
.custom-checkbox.muted.primary.checked .icon{
    color: #0f348d !important;
}
.custom-checkbox.muted.dark.checked .icon{
    color: rgb(54, 54, 54) !important;
}

/*----------------------------------------------------------------------------------------------------------------------
 Form Sections
----------------------------------------------------------------------------------------------------------------------*/
.form-divider-subtitle{
    height: 50px;
    background-color: #f1f4f7;
    padding: 15px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
    margin-left: 10px;
    font-weight: 500;
    font-size: 14px;
}

.form-divider-subtitle.form-divider-mx-0{
    width: 100% !important;
    margin-left: 0 !important;
}

/*----------------------------------------------------------------------------------------------------------------------
 Cursors
----------------------------------------------------------------------------------------------------------------------*/
.cursor-pointer{
    cursor: pointer !important;
}

.cursor-default{
    cursor: default !important;
}

.cursor-not-allowed{
    cursor: not-allowed !important;
}


/*----------------------------------------------------------------------------------------------------------------------
 Fadein and fadeout effects
----------------------------------------------------------------------------------------------------------------------*/
.fadein-effect{
    opacity: 1;
    transition: opacity 800ms;
}
.fadeout-effect{
    opacity: 0;
    transition: opacity 800ms;
}

/*----------------------------------------------------------------------------------------------------------------------
 action trigger
----------------------------------------------------------------------------------------------------------------------*/
.action-trigger{
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    transition: 0.3s;
}

.action-trigger:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/*----------------------------------------------------------------------------------------------------------------------
 Labels and texts
----------------------------------------------------------------------------------------------------------------------*/
label.cursor-pointer{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-no-user-select{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: var(--bs-pink);
    padding-left: 0.25rem;
    font-weight: 600;
}

/*----------------------------------------------------------------------------------------------------------------------
 Borders
----------------------------------------------------------------------------------------------------------------------*/
.border-bottom-dashed{
    border-bottom: 1px dashed #36625c;
}

/*----------------------------------------------------------------------------------------------------------------------
 Buttons
----------------------------------------------------------------------------------------------------------------------*/
.btn-block{
    display:block;
    width:100%
}

.table-btn{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

/*----------------------------------------------------------------------------------------------------------------------
 Modal custom
----------------------------------------------------------------------------------------------------------------------*/
.modal-custom{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(11, 11, 11, 0.2);
    overflow-y: hidden;
    overflow-x: hidden;
    justify-content: center;
    padding-top: 100px;
    z-index: 11000;
}

.modal-custom.show{
    display: flex !important
}

.modal-custom .modal-custom-content{
    position: absolute;
    min-height: 300px;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    z-index: 11001 !important;
}

.modal-custom .select2-container {
    z-index: 11002 !important;
}

.modal-custom .modal-custom-close{
    cursor: pointer;
}

.modal-custom .modal-custom-title{
    font-size: 16px;
}

.modal-custom .modal-custom-content .modal-custom-header{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
}

.modal-custom .modal-custom-content .modal-custom-body{
    min-height: 180px;
    max-height: 70vh;
    overflow-y: auto;
    height: auto;
    background-color: #fff;
    position: relative;
    padding: 20px 20px;
    width: 100%;
}

.modal-custom .modal-custom-content .modal-custom-footer{
    height: 60px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 20px;
    border-top: 1px solid #eaeaea;
}


/*----------------------------------------------------------------------------------------------------------------------
 Colors
----------------------------------------------------------------------------------------------------------------------*/
.text-light-blue{
    color: #46b8da !important;
}

/*----------------------------------------------------------------------------------------------------------------------
 Custom checkbox
----------------------------------------------------------------------------------------------------------------------*/
[class*="custom-check-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0px;
}

.custom-check-inline {
    display: inline-block;
}

.custom-check-inline + .custom-check-inline {
    margin-left: .75rem;
    margin-top: 6px;
}

[class*="custom-check-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="custom-check-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

[class*="custom-check-"] > input:first-child:disabled {
    cursor: default;
}

[class*="custom-check-"] > input:first-child + label::before,
[class*="custom-check-"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #D3CFC8;
    border-radius: 0px;
    margin-left: -29px;
}

[class*="custom-check-turquoise-outline"] > input:first-child + label::before,
[class*="custom-check-turquoise-outline"] > input:first-child + input[type="hidden"] + label::before {
    border: 2px solid #4E4B66 !important;
    border-radius: 2px !important;
}

[class*="custom-check-"] > input:first-child:checked + label::after,
[class*="custom-check-"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #14151F;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
}

[class*="custom-check-turquoise-outline"] > input:first-child:checked + label::after,
[class*="custom-check-turquoise-outline"] > input:first-child:checked + input[type="hidden"] + label::after {
    border: solid 2px #1AED9F !important;
    border-left: none !important;
    border-top: none !important;
    width: 5px !important;
    height: 10px !important;
    transform: translate(7.75px, 4.5px) rotate(45deg) !important;
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg) !important;
}

[class*="custom-check-"] > input[type="radio"]:first-child + label::before,
[class*="custom-check-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="custom-check-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="custom-check-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="custom-check-"] > input:first-child:disabled + label,
[class*="custom-check-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="custom-check-"] > input:first-child:disabled + label::before,
[class*="custom-check-"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.custom-check-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #adadad;
}

.custom-check-default > input:first-child:checked + label::before,
.custom-check-default > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.custom-check-default > input:first-child:checked + label::after,
.custom-check-default > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #333;
    border-right-color: #333;
}

.custom-check-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2e6da4;
}

.custom-check-primary > input:first-child:checked + label::before,
.custom-check-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.custom-check-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #4cae4c;
}

.custom-check-success > input:first-child:checked + label::before,
.custom-check-success > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.custom-check-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #46b8da;
}

.custom-check-info > input:first-child:checked + label::before,
.custom-check-info > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.custom-check-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #eea236;
}

.custom-check-warning > input:first-child:checked + label::before,
.custom-check-warning > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.custom-check-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #d43f3a;
}

.custom-check-danger > input:first-child:checked + label::before,
.custom-check-danger > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.custom-check-turquoise > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-turquoise > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #1abc9c;
}

.custom-check-turquoise > input:first-child:checked + label::before,
.custom-check-turquoise > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #1abc9c;
    border-color: #1abc9c;
}
.custom-check-turquoise-outline > input:first-child:checked + label::before,
.custom-check-turquoise-outline > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #14151F !important;
    border: 2px solid #4E4B66 !important;
}

.custom-check-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2ecc71;
}

.custom-check-emerland > input:first-child:checked + label::before,
.custom-check-emerland > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2ecc71;
    border-color: #2ecc71;
}

.custom-check-peterriver > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-peterriver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #3498db;
}

.custom-check-peterriver > input:first-child:checked + label::before,
.custom-check-peterriver > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #3498db;
    border-color: #3498db;
}

.custom-check-amethyst > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-amethyst > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #9b59b6;
}

.custom-check-amethyst > input:first-child:checked + label::before,
.custom-check-amethyst > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #9b59b6;
    border-color: #9b59b6;
}

.custom-check-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-wetasphalt > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #34495e;
}

.custom-check-wetasphalt > input:first-child:checked + label::before,
.custom-check-wetasphalt > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #34495e;
    border-color: #34495e;
}

.custom-check-greensea > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-greensea > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #16a085;
}

.custom-check-greensea > input:first-child:checked + label::before,
.custom-check-greensea > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #16a085;
    border-color: #16a085;
}

.custom-check-nephritis > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-nephritis > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #27ae60;
}

.custom-check-nephritis > input:first-child:checked + label::before,
.custom-check-nephritis > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #27ae60;
    border-color: #27ae60;
}

.custom-check-belizehole > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-belizehole > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2980b9;
}

.custom-check-belizehole > input:first-child:checked + label::before,
.custom-check-belizehole > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2980b9;
    border-color: #2980b9;
}

.custom-check-wisteria > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-wisteria > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #8e44ad;
}

.custom-check-wisteria > input:first-child:checked + label::before,
.custom-check-wisteria > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #8e44ad;
    border-color: #8e44ad;
}

.custom-check-midnightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-midnightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2c3e50;
}

.custom-check-midnightblue > input:first-child:checked + label::before,
.custom-check-midnightblue > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.custom-check-sunflower > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-sunflower > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f1c40f;
}

.custom-check-sunflower > input:first-child:checked + label::before,
.custom-check-sunflower > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f1c40f;
    border-color: #f1c40f;
}

.custom-check-carrot > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-carrot > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #e67e22;
}

.custom-check-carrot > input:first-child:checked + label::before,
.custom-check-carrot > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e67e22;
    border-color: #e67e22;
}

.custom-check-alizarin > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-alizarin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #e74c3c;
}

.custom-check-alizarin > input:first-child:checked + label::before,
.custom-check-alizarin > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.custom-check-clouds > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-clouds > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ecf0f1;
}

.custom-check-clouds > input:first-child:checked + label::before,
.custom-check-clouds > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}

.custom-check-clouds > input:first-child:checked + label::after,
.custom-check-clouds > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #95a5a6;
    border-right-color: #95a5a6;
}

.custom-check-concrete > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-concrete > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #95a5a6;
}

.custom-check-concrete > input:first-child:checked + label::before,
.custom-check-concrete > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #95a5a6;
    border-color: #95a5a6;
}

.custom-check-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f39c12;
}

.custom-check-orange > input:first-child:checked + label::before,
.custom-check-orange > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f39c12;
    border-color: #f39c12;
}

.custom-check-pumpkin > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-pumpkin > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #d35400;
}

.custom-check-pumpkin > input:first-child:checked + label::before,
.custom-check-pumpkin > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #d35400;
    border-color: #d35400;
}

.custom-check-pomegranate > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-pomegranate > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #c0392b;
}

.custom-check-pomegranate > input:first-child:checked + label::before,
.custom-check-pomegranate > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #c0392b;
    border-color: #c0392b;
}

.custom-check-silver > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-silver > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #bdc3c7;
}

.custom-check-silver > input:first-child:checked + label::before,
.custom-check-silver > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}

.custom-check-asbestos > input:first-child:not(:checked):not(:disabled):hover + label::before,
.custom-check-asbestos > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #7f8c8d;
}

.custom-check-asbestos > input:first-child:checked + label::before,
.custom-check-asbestos > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
}
