.b1{ border:1px solid red !important; background: #ff00000A;}
.b2{ border:1px solid #002aff !important; background: rgba(34, 165, 220, 0.04);}
.b3{ border:1px solid #09b626 !important; background: rgba(18, 237, 73, 0.04);}
.pre{ white-space: nowrap; }
.page-logo img {
    width: 125px;
    height: auto;
}

#tc-flags .flag-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
}
#tc-flags > div > div > div {
    display: inline-block;
    position: relative;
    top: 4px;
    left: 7px;
}
#tc-flags > div > div {
    border: 1px solid #EC921A;
    border-radius: 4px;
    cursor: pointer;
    line-height: 12px;
    font-size: 17px;
    padding: 5px 0;
}

#contact-method .card {
    border: 0 !important;
}
#contact-method .card a:not(.btn) {
    padding: 0;
}

#contact-method .card-body {

}
.resend a {
    color: #FF9900 !important;
	color: #0884A6 !important;
    cursor: pointer;
	font-size: 16px;
	margin: 5px 0 0 42px;
	display: block;
}
.accordion .card .card-header {
    background-color: white;
}

.visible-mobile {
    display: none !important;
}
.visible-desktop {
    display: block !important;
}


.custom-checkbox.error {
    border: 1px solid #FF9900 !important;
    background: #FFF7EB !important;
    border-radius: 5px;
    padding: 5px 10px 5px 35px;
}
input.error {
    border: 1px solid #FF9900 !important;
    background: #FFF7EB !important;
}


#tc-flags > .col-6 {
    margin: 14px 0;
}
#tc-flags > div > div:hover,
.tc-icon-block.active {
    background: #EC921A;
    color: white;
    /*
    background: rgb(242, 242, 242);
    border: 1px solid rgb(198 198 198) !important;
    */
}

.bg-orange {
    background: #EC921A;
}

#verificate-email button,
#verificate-phone button {
    line-height: 21px;
}
@media (max-width: 576px) {
    .visible-mobile {
        display: table !important;
    }
    .visible-desktop {
        display: none !important;
    }

    .w-50-mobile {
        width: 50%;
    }
    .w-100-mobile {
        width: 100% !important;
    }
    .select2-container {
        /*z-index: 2000;*/
    }
    .select2-results {
        top: 0px;
        bottom: 25px;
        left: 0px;
        right: 25px;
        position: fixed;
        z-index: 1060;
        display: inline-block;
    }
    .select2-results__options {
        max-height: 100% !important;
        width: 100%;
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        background-color: white;
        border: 1px solid #CCC;
        overflow-y: scroll
    }
    #tc-flags > div > div {
        font-size: 12px;
        padding: 10px 5px !important;
    }
    #tc-flags > div > div > div {
        top: 7px;
    }
    #tc-flags > .col-6 {
        padding: 0 5px;
        margin: 5px 0px;
    }
    .mobile-padding-bottom-70 {
        padding-bottom: 70px !important;
    }
}

.menu-card {
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.menu-card .card {
    position: relative;
}

.menu-card .menu {
    width: 67px;
    background-color: #ffffff;
    border-radius: 10px;
    /*height: 300px;
    box-shadow: 10px 0 50px rgba(0, 0, 0, 0.2);*/
    overflow: hidden;
    transition: 0.5s;
}

.menu-card .menu.active {
    width: 100%;
}

.menu-card .toggle {
    position: absolute;
    top: -20px;
    right: -15px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 1;
    background-color: #000000;
    border: 4px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu-card .line-1,
.menu-card .line-2 {
    height: 2px;
    width: 15px;
    background-color: #ffffff;
    transition: 0.5s ease;
}

.menu-card .line-1 {
    transform: rotate(-35deg) translate(5px, 8px);
}

.menu-card .line-2 {
    transform: rotate(35deg) translate(-8px, 0px);
}

.menu-card .menu.active .line-1 {
    transform: rotate(-45deg) translate(5px, 6px);
}

.menu-card .menu.active .line-2 {
    transform: rotate(45deg) translate(-5px, 6px);
}

.menu-card ul {
    position: relative;
    width: 100%;
    padding: 0;
}

.menu-card li {
    position: relative;
    list-style: none;
    height: 50px;
    width: 100%;
    padding-left: 23px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menu-card li:hover, .menu-card li.active {
    background-color: #f7f9fa;
}

.menu-card span {
    margin-left: 20px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}

.menu-card .menu.active span {
    visibility: visible;
    opacity: 1;
}
.select2-search__field{
    font-size: 14px !important;
    /*font-weight: 300 !important;*/
}
.select2-results__option{
    font-size: 14px !important;
}
.select2-results__option span{
    margin-right: 8px;
}
/*.select2-selection__rendered {*/
/*    line-height: 48px !important;*/
/*    font-size: 14px;*/
/*}*/
/*.select2-container .select2-selection--single {*/
/*    height: 55px !important;*/
/*}*/
/*.select2-selection__arrow {*/
/*    height: 54px !important;*/
/*}*/

/* **************************** */

.boxError{ background: #fac3ce; color:red;}
.errorMessage{ display: none; }
.boxError .errorMessage{ display: block; }
