::-webkit-scrollbar {
    scrollbar-width: none;
    width: 0px;
}

.marginBottom0 {
    margin-bottom: 0;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.errorList {
    margin-bottom: 0;
    padding-left: 15px;
}

.noscroll {
    overflow: hidden;
}

/* .content-container {
    position: fixed;
    overflow-y: scroll;
    inset: 0;
    top: 155px;
} */

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
}

.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.icon:hover {
    background: rgb(20, 98, 177);
}

.icon-container {
    padding: 40px 0 0 40px !important;
}

.icon-image-container {
    padding-left: 65px !important;
}

.checkbox-lg .form-check-input {
    top: 0.6rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
    padding-top: 10px;
}

.auth-bar {
    box-shadow: 0px 2px #888;
}

.required-field label::after {
    content: "*";
    color: red;
    padding-left: 2px;
}

label {
    font-size: medium;
    font-weight: bold;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 35px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.center {
    text-align: center;
}

.width100 {
    width: 100% !important;
}

.center-flex {
    text-align: center;
    flex-direction: column;
}

.pointer {
    cursor: pointer;
}

.table-bordered thead {
    background-color: #0e4d95;
    color: #fff;
    border: 3px solid #0e4d95;
}

input.md-btn.md-btn-success {
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #0e4d95;
    color: #fff !important;
    border: 1px solid #0e4d95;
}

.cancelpayment {
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #30313170;
    color: #fff !important;
    border: 1px solid #30313100;
}

.cancelpayment:hover,
.cancelpayment:focus {
    text-decoration: none;
    outline: none;
}

.small, small {
    font-size: 60% !important;
    margin-top: 0px;
}

.strik-message {
    font-size: 11px;
    color:red;
    margin-bottom:0;
    text-align:right;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}


@media (max-width: 1024px) {
    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
}

@media (max-width: 768px) {
    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
}

@media (max-width: 991px) {
    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
}

@media (max-width: 1024px) {
    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
}

@media (max-width: 768px) {

    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
}

@media (max-width: 1366px) {

    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
}


@media (max-width: 700px) {
    .logo-img {
        width: 40% !important;
        height: auto !important;
        padding: 0px 0px 30px 0px;
    }
    .search_img img {
        max-width: 160px!important;
        margin-top: 20px;
    }
    .icon-image-container {
        padding-left: 15px !important;
    }
    .img-responsive{width: 130px;}
}
