.cat-dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}

.cat-dropdown .dropdown-list {
    padding: 5px;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: scroll;
}

.cat-dropdown .dropdown-option {
    display: block;
    padding: 6px 5px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.cat-dropdown .dropdown-label {
    display: block;
    background: #f0eced;
    color: #453f41!important;
    font-size: 16px!important;
    font-family: CairoSemiBold, Arial, Helvetica, sans-serif!important;
    border: #f0eced solid 1px;
    cursor: pointer;
    border-radius: 0;
}

.cat-dropdown .dropdown-label:before {
    content: '▼';
    float: right;
}

.cat-dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.cat-dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}

.cat-dropdown.on .dropdown-label:before {
    content: '▲';
}

.cat-dropdown [type="checkbox"] {
    position: relative;
    top: 3px;
    margin-right: 4px;
}

svg {
    width: 15px;
    height: 15px;
}

.clearfix {
    text-align: center;
    margin-top: 3rem;
}

.clearfix p {
    display: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.clearfix nav>:first-child {
    display: none;
}

.check-box-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.check-box-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #26273c;
    border-radius: 3px;
}


/* On mouse-over, add a grey background color */

.check-box-container:hover input~.check-box-checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-box-container input:checked~.check-box-checkmark {
    background-color: #fff;
    border: 1px solid #26273c;
    border-radius: 3px;
}


/* Create the checkmark/indicator (hidden when not checked) */

.check-box-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-box-container input:checked~.check-box-checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-box-container .check-box-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #26273c;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.car-infos-type {
    background: #135db1!important;
    border-radius: 8px!important;
    text-align: center!important;
    box-shadow: 6px 6px 10px -5px rgb(38 39 60 / 30%);
    color: #fff!important;
    height: 100%;
}

.global-conditions {
    background: #fff!important;
    border-radius: 8px!important;
    color: #29273d!important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 6px 6px 10px -5px rgb(38 39 60 / 30%);
}

.global-conditions em,
.global-conditions strong {
    color: #135db1!important;
}

.blue-btn {
    background: #135db1;
    color: #fff;
    border-radius: 3px;
    font-family: "CairoBold", Arial, Helvetica, sans-serif;
}

.blue-btn:hover,
.blue-btn:focus {
    background: #fff!important;
    color: #135db1!important;
    border-radius: 3px;
    font-family: "Cairo", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

@media(max-width:800px) {
    .type-title {
        color: #ffffff!important;
        font-size: 28px!important;
        width: 100%;
    }
    .btn-white {
        background-color: #ffffff!important;
        color: #135db1!important;
        box-shadow: 0px 4px 3px 2px rgba(0 0 0 / 15%);
        border-radius: 3px!important;
        font-size: 20px!important;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px solid rgba(0 0 0 / 75%);
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .type-img {
        width: 45%;
        margin-left: 26%;
    }
    .login-text {
        color: #fff!important;
        font-size: 14px;
        font-weight: 600;
    }
    .login-option-or {
        color: #f0eced!important;
        font-size: 16px;
        font-weight: 600;
    }
    .login-options {
        color: #de9a70!important;
        font-size: 20px!important;
        font-family: "Cairo", Arial, Helvetica, sans-serif;
        font-weight: 700;
    }
    .login-options:hover,
    .login-options:focus {
        color: #de9a70!important;
        font-size: 20px!important;
        text-decoration: none;
    }
    .arrow-pointing {
        width: 35px;
    }
    .global-conditions-create {
        background: #fff!important;
        border-radius: 5px!important;
        color: #29273d!important;
        font-size: 18px;
        font-weight: 600;
        box-shadow: 6px 6px 10px -5px rgb(38 39 60 / 30%);
        line-height: 30px;
    }
    .px-20 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
}

@media(min-width:801px) {
    .type-title {
        color: #ffffff!important;
        font-size: 32px!important;
    }
    .btn-white {
        background-color: #ffffff!important;
        color: #135db1!important;
        box-shadow: 0px 4px 3px 2px rgba(0 0 0 / 15%);
        border-radius: 3px!important;
        font-size: 20px!important;
        padding-left: 65px;
        padding-right: 65px;
        border: 1px solid rgba(0 0 0 / 75%);
        padding-top: 12px;
        padding-bottom: 12px;
        display: block;
    }
    .type-img {
        width: 90%;
    }
    .login-text {
        color: #fff!important;
        font-size: 14px;
        font-weight: 600;
    }
    .login-option-or {
        color: #f0eced!important;
        font-size: 16px;
        font-weight: 600;
    }
    .login-options {
        color: #de9a70!important;
        font-size: 20px!important;
        font-family: "Cairo", Arial, Helvetica, sans-serif;
        font-weight: 700;
    }
    .login-options:hover,
    .login-options:focus {
        color: #de9a70!important;
        font-size: 20px!important;
        text-decoration: none;
    }
    .arrow-pointing {
        width: 35px;
    }
    .global-conditions-create {
        background: #fff!important;
        border-radius: 5px!important;
        color: #29273d!important;
        font-size: 18px;
        font-weight: 600;
        box-shadow: 6px 6px 10px -5px rgb(38 39 60 / 30%);
        line-height: 30px;
    }
    .px-20 {
        padding-right: 12rem!important;
        padding-left: 12rem!important;
    }
}

.blue-bg {
    background-color: #135db1;
}

.dark-blue-bg {
    background-color: #26273d!important;
}

.border-raduis-5 {
    border-radius: 5px;
}

.border-raduis-top-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.border-raduis-bottom-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
