﻿.bootstrap-select > .dropdown-toggle {
    font-size: 1em;
    padding-left: 0px;
    background: var(--bg-color);
    border-top: none;
    border-left: none;
    border-right: none;
    /*border-bottom: 1px solid var(--normal-text-color);*/
    border-radius: 0px;
}

.bootstrap-select .form-control {
    border-bottom: none !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #495057;
}

.grecaptcha-badge {
    position: inherit !important;
}

.disabledUpdate {
    pointer-events: none;
    filter: opacity(0.5);
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .show > .btn-light.dropdown-toggle,
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    border: none;
    outline: none !important;
    outline-offset: 0px;
    background-color: #ffffff !important;
    border-color: #ffffff;
    border-bottom: none;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li a {
    font-size: 12px;
    padding: 2px 8px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #37587c;
}

.bootstrap-select .dropdown-menu {
    padding: 0px;
}

.submit-modal .modal-body {
    border: 2px solid #24be9e;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    text-align: center;
}

.submit-modal .top-close {
    position: absolute;
    right: 10px;
    width: 25px;
    top: 8px;
    height: 25px;
    border: 1px solid #ccc;
    padding: 0px 5px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

.submit-modal .model-check {
    text-align: center;
    background: #dee1e3;
    border-radius: 50%;
    padding: 8px;
    display: inline-block;
    margin: 0 auto !important;
    position: relative;
    overflow: hidden;
}

    .submit-modal .model-check .fa-check {
        width: 60px;
        height: 60px;
        background: #24be9e;
        border-radius: 50%;
        font-size: 35px;
        line-height: 59px;
        color: #fff;
        display: block;
    }
    .submit-modal .model-check .fa-times {
        width: 60px;
        height: 60px;
        background: #f00;
        border-radius: 50%;
        font-size: 35px;
        line-height: 59px;
        color: #fff;
        display: block;
    }

.model-check::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #00000000 0%,#00000000 50%,#00000014 50%,#00000014 100%);
}

.submit-modal h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #022621;
    margin: 45px 0 15px;
}

.submit-modal .modal-content {
    display: block;
    padding: 15px;
}
.card {
    background-color: var(--bg-color);
    color: var(--font-color);
}