@media only screen and (max-width: 578px){
        .card.px-1.py-1{
            padding: 0px !important;
        }
    }
    .dropdown-toggle::after {   
        content: ""!important;
    }
    .nav .nav-item .nav-link {
        display: inline-block;
    }
    .content-wrapper {
        min-height: unset !important;
    }
    .skiptranslate{
        display: none;
    }
    .custom-control-label{
        font-size: 1.5rem;
    }
    .custom-control-label::before {
        width: 1.8rem;
        height: 1.8rem;
    }
    .custom-control-label::after {
        width: 1.8rem;
    }
    .custom-control-label::after, .custom-control-label::before {
        height: 1.8rem;
        left: -2rem;
    }
    .custom-control {
        padding-left: 2.2rem;
    }
    .custom-control-label{
        cursor: pointer;
    }
    .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #a8252a;
        background-color: #c74b1e;
    }
    .iti__country-list {
        z-index: 99 !important;
    }
    .dropify-wrapper {
        height: 120px;
    }
    .inputfield {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    .input {
        height: 2.5em;
        width: 2.5em;
        border: 2px solid #dad9df;
        outline: none;
        text-align: center;
        font-size: 1.5em;
        border-radius: 0.3em;
        background-color: #ffffff;
        outline: none;
        /*Hide number field arrows*/
        -moz-appearance: textfield;
    }
    address, dl, ol, p, pre, ul {
        margin-bottom: 0.45rem;
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .input:disabled {
        color: #89888b;
    }
    .input:focus {
        border: 3px solid #ffb800;
    }
    .form-otp{
        max-width: 400px;
        margin: auto;
        margin-top: 10%;
    }