@import url(../css/bootstrap/bootstrap.min.css);

iframe {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}

.lock-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: none;
    z-index: 200;
}

body::-webkit-scrollbar {
    width: 0.3em;
}

body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 150px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
    appearance: none;
    -moz-appearance: none;
}

.cancel-editing {
    padding: 10px 20px;
}

.save-editing {
    padding: 10px 30px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00aaffab;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* BASE ELEMENTS */

.mobile-history-header {
    margin-top: 45px;
}

.mobile-history-header h1 {
    font-weight: 700;
}

.mobile-fileline-buttons {
    width: 100% !important;
}

.mobile-fileline-buttons td {
    width: 100%;
    display: table-cell;
    padding: 10px 20px;
}

.mobile-fileline-buttons button {
    padding: 15px;
}

.default-input {
    color: #444;
    border: none;
    outline: 0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
    border-radius: 8px;
}

/* ROUNDED CHECKBOX SLIDER */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #00A9FF;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00A9FF;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* NAVBAR MOBILE */

.navbar-mobile {
    padding: 10px;
}

.navbar-mobile .navbar-brand img {
    width: 130px;
}

.navbar-mobile .navbar-toggler {
    border: none;
}

.navbar-mobile .navbar-toggler-icon {
    background-image: url(../newsm/images/SM-navbar-mobile-hamburger.svg);
    background-size: 25px;
}

.navbar-mobile .navbar-notifications-toggler {
    background-image: url(../newsm/images/SM-navbar-mobile-notifications.svg) !important;
    background-size: 25px;
    height: 50px;
}

.navbar-mobile .has-notifications {
    background-image: url(../newsm/images/SM-navbar-mobile-notifications-new.svg) !important;
}

.navbar-mobile .container-fluid {
    padding: 0;
}

.navbar-mobile-search {
    margin: 0 10px;
}

.navbar-mobile-search input[type="search"] {
    padding: 10px 15px;
}

.mobile-add-document-button {
    z-index: 99;
    padding-bottom: 35px;
    padding-top: 30px;
}

.mobile-add-document-button .btn {
    padding: 10px 25px;
    border-radius: 40px;
    font-weight: 600;
    border: 0;
}

/* SIDEBAR */

.sidebar-sticky {
    top: 50px;
}

.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sidebar-logo {
    width: 8em;
}

.main-sidebar {
    margin-top: 20px;
}

.main-sidebar img {
    display: inline-block;
    width: 20px;
    margin-right: 20px;
}

.main-sidebar .nav-item {
    margin-bottom: 18px;
    white-space: nowrap;
}

.main-sidebar .nav-link {
    vertical-align: middle !important;
    display: inline-block !important;
    padding: 0;
    font-size: 1.2em;
}

.main-sidebar .nav-link:hover {
    color: #00A9FF;
}

.main-sidebar .nav-item:last-of-type .nav-link:hover {
    color: #FF314A;
}

.quick-links-separator {
    height: 1px;
    width: 80%;
    margin-bottom: 15px;
}

.quick-links {
    margin-top: 10px;
}

.quick-links a {
    font-size: 0.9em;
    text-decoration: none;
    padding-right: 10px;
    margin-top: 8px;
    display: inline-block;
}

.quick-links a:hover {
    text-decoration: underline;
}

/* END SIDEBAR */

/* MOBILE SIDEBAR */

.mobile-sidebar {
    z-index: 9999;
    overflow-y: scroll;
}

.offcanvas-title {
    font-weight: 800;
}

.close-sidebar {
    margin-top: -40px !important;
    margin-left: -20px;
}

.sidebar-profile-phone {
    margin-left: 1rem;
    margin-top: -0.8rem;
    font-size: 1.2em;
    font-weight: 700;
}

.sidebar-change-profile {
    padding: 15px;
    margin-top: 15px;
    font-weight: 700;
}

.offcanvas-body .nav-item a {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;
}

.offcanvas-body img {
    width: 18px;
}

.sidebar-mobile-profiles-container {
    padding: 15px;
}

.sidebar-mobile-profiles-container li {
    margin-bottom: 20px;
}

.sidebar-mobile-profiles-container .nav-item a {
    display: inline-block;
    padding: 0;
    margin-left: 15px;
}

.sidebar-mobile-profiles-container img {
    width: 18px;
    margin-top: -5px;
}

.mobile-sidebar-addprofile {
    margin: auto;
    width: 100%;
    margin-top: 10px;
    border: none;
}

.mobile-company-status {
    margin-left: 15px;
    margin-top: -2px;
    font-size: 0.7em;
    font-weight: 600;
    display: block;
}

.mobile-notifications-body {
    padding: 0;
}

.mobile-notifications-container .clear-all-notifications {
    background: none !important;
}

/* USERBAR */

.userbar img {
    width: 35px;
}

.userbar .dropdown-menu {
    z-index: 9999;
}

.userbar .change-user {
    float: right;
    margin-bottom: -10px;
    cursor: pointer;
}

.userbar .change-user-button {
    border-radius: 10px;
    padding: 10px;
}

.userbar .change-user h6 {
    margin-bottom: -5px;
    font-weight: 400;
}

.userbar .change-user span {
    font-size: 0.8em;
}

.userbar .userbar-dropdown {
    margin-left: 20px;
    margin-right: 15px;
    text-align: center;
    /* border-right: 1px solid #eaeaea; */
}

.userbar .userbar-dropdown img {
    width: 12px;
}

.userbar .userbar-notifications {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border-left: 1px solid;
}

.userbar .userbar-notifications img {
    width: 25px;
}

.profile-dropdown-menu {
    padding: 0;
}

.change-profile-line {
    padding: 15px 20px;
}

.profile-dropdown-menu li {
    width: 500px;
}

.profile-dropdown-menu:last-child {
    border: none;
}

.change-profile-line img {
    width: 30px;
}

.change-profile-line:hover {
    cursor: pointer;
}

/* END USERBAR */


/* MAIN CONTAINER */

.main-container {
    margin-top: 20px;
    border: 0;
    border-radius: 6px;
    min-height: 500px;
}

.main-container .card-body {
    padding: 0;
}

.file-input {
    border-radius: 6px 6px 0px 0px;
    height: 48px;
    justify-content: center;
    color: #fff;
    font-size: 1em;
}

.file-input:hover {
    cursor: pointer;
}

.file-input-text {
    text-align: center;
}

.file-error:hover {
    cursor: default;
}

.file-error {
    border-radius: 6px 6px 0px 0px;
    height: 48px;
    justify-content: center;
    color: #fff;
    font-size: 1em;
}

.file-error-text {
    text-align: center;
}

.file-error-action {
    padding: 12px 30px !important;
    border-top-right-radius: 6px;
}

.file-error-action img {
    margin-top: -2px;
    width: 15px;
}

.file-error-action:hover {
    cursor: pointer;
    background: #0093dd;
}

.nohistory-block {
    display: flex;
    height: 500px;
    align-items: center;
    justify-content: center;
}

/* NOTIFICATIONS BLOCK */

.userbar-notifications {
    width: 60px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.userbar-notifications:hover {
    background-color: #ebf1f2;
}

.notifications-line {
    padding: 15px 20px;
    word-break: break-all;
}

.notifications-line:hover {
    cursor: pointer;
}

.notifications-line h6 {
    margin-bottom: 5px !important;
    font-weight: 600 !important;
}

.notifications-line .btn {
    font-size: 0.8em;
    padding: 5px 25px;
}

.clear-all-notifications {
    text-align: center;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
}

.clear-all-notifications button {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* PAGINATION */

.files-pagination {
    background: #FDFDFD;
    padding: 10px;
}

.files-pagination .pagination {
    margin: 0;
}

.files-pagination .pagination a {
    color: #00A9FF;
    margin-right: 10px;
    border-radius: 4px !important;
}

.files-pagination .pagination a:hover {
    background: #E3F5FF;
}

.mobile-pagination {
    /*margin-top: -50px;*/
    padding: 10px;
}

.mobile-pagination .btn:first-of-type {
    margin-right: 10px;
}

.signscontainer-info {
    margin: 15px;
}

.mobile-sidebar-body .subnav {
    margin-left: -15px !important;
    margin-top: 20px;
}


.mobile-keys-buttons {
    width: 100%;
}

.mobile-keys-buttons .btn {
    display: block;
    width: 90%;
    margin: 15px;
    padding: 10px;
}

.mobile-keys-buttons .btn a {
    display: block;
    width: 90%;
    margin: 15px;
    padding: 10px;
}

@media (prefers-color-scheme: dark) {

    .lock-overlay {
        background: #111;
    }

    .main-blue-font {
        color: #00A9FF;
    }

    .main-black-font {
        color: #444444;
    }

    .main-red-font {
        color: #FF314A;
    }

    .main-red-bg {
        background: #962330 !important;
    }

    .main-blue-bg {
        background: #005176;
    }

    .main-black-font {
        color: #777;
    }

    .form-floating label {
        color: #777 !important;
    }

    .default-input {
        background-color: #111 !important;
        color: #777 !important;
    }

    .default-select-settings {
        background: #111 !important;
        color: #777 !important;
        border-color: #111 !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='grey' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right .75rem center !important;
        background-size: 16px 12px !important;
    }

    .is-invalid {
        /*background: #111 !important;
        color: #777 !important;*/
        background: #240206 !important;
        color: #dc3545;
    }

    .default-select {
        background: #111 !important;
        color: #777 !important;
        border: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='grey' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right .75rem center !important;
        background-size: 16px 12px !important;
    }

    .modal-content {
        background: transparent;
    }

    .modal-body {
        background: #191919;
    }

    .modal-footer {
        background: #191919;
    }

    img {
        opacity: 0.7;
    }

    .body-bg {
        background: #000;
    }

    .main-sidebar .nav-link:hover {
        color: #fff;
    }

    .main-sidebar .nav-item:last-of-type .nav-link:hover {
        color: #FF314A;
    }

    .quick-links-separator {
        background-color: #777;
    }

    .quick-links a {
        color: #777;
    }

    .userbar .change-user h6 {
        color: #777;
    }

    .userbar .change-user span {
        color: #999;
    }

    .userbar .change-user-button:hover {
        background: #111;
    }

    .profile-dropdown-menu {
        background: #000;
        border: 1px solid #222 !important;
    }

    .change-profile-line {
        border-bottom: 1px solid #222 !important;
    }

    .change-profile-line:hover {
        background: #111;
    }

    .profile-status-declined {
        color: #ff31499a !important;
    }

    .profile-status-checking {
        color: #00aaffa2 !important;
    }

    .profile-status-ok {
        color: #2a7e00 !important;
    }

    .offcanvas-header .btn-close {
        filter: invert(1) grayscale(100%) brightness(200%);
    }

    .notifications-line .btn-close {
        filter: invert(1) grayscale(100%) brightness(200%);
    }

    .close-mobile-modal {
        filter: invert(1) grayscale(100%) brightness(200%);
    }

    .userbar .userbar-notifications {
        border-color: #777;
    }

    .userbar .userbar-notifications:hover {
        background: #111;
    }

    .notifications-line {
        border-bottom: 1px solid #333 !important;
        color: #777;
    }

    .notifications-line:hover {
        background: #111;
    }

    .notifications-line a {
        color: #00A9FF;
    }

    .clear-all-notifications {
        background: #111;
    }

    .clear-all-notifications button {
        background-color: #8d1624;
        border-color: #8d1624;
        color: #111;
    }

    .notifications-line .btn-primary {
        background: #005176;
        color: #111;
        border-color: #005176;
    }

    .notifications-line .btn-secondary {
        background: #444;
        color: #111;
        border-color: #444;
    }

    .notifications-line p {
        color: #777;
    }

    .file-input {
        color: #bbb;
    }

    .file-error-action {
        background: #851926 !important;
    }

    .file-list-header {
        background-color: #111;
    }

    .file-list-header th {
        color: #777;
    }

    .file-line td{
        color: #777;
    }

    .file-date {
        color: #777;
    }

    @supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
        .navbar-mobile {
            box-shadow: 0px 0px 28px #111 !important;
            background-color: rgba(34, 34, 34, 0.486) !important;
            backdrop-filter: blur(10px) !important;
            -webkit-backdrop-filter: blur(10px) !important;
        }
    }

    .mobile-notifications-container {
        background-color: #000;
    }

    .mobile-notifications-container h5 {
        color: #777;
    }

    .navbar-mobile {
        box-shadow: 0px 0px 28px #111;
        background-color: #111;
    }

    .navbar-toggler-icon {
        opacity: 0.7 !important;
    }

    .navbar-mobile-search input[type="search"] {
        background: #191919;
        border: none;
        box-shadow: none;
        color: #777;
    }

    .mobile-history-header {
        color: #999;
    }

    .main-container {
        box-shadow: none;
        background-color: #191919;
    }

    .nohistory-block {
        color: #555;
    }

    .mobile-add-document-button {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .mobile-add-document-button .btn {
        color: #00A9FF;
        background: #1f1f1f;
    }

    .mobile-nokey-button .btn {
        background: #462524;
        color: #FF3501;
    }

    .mobile-sidebar {
        background: #111;
    }

    .mobile-sidebar .offcanvas-title {
        color: #888;
    }

    .sidebar-profile-phone {
        color: #bbb;
    }

    .sidebar-change-profile {
        background: #E3F5FF;
        color: #00A9FF;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='grey' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right 1.5rem center !important;
        background-size: 16px 12px !important;
    }

    .mobile-sidebar .sidebar-change-profile {
        background-color: #005176;
    }

    .mobile-sidebar .nav-item a {
        color: #888;
    }

    .mobile-sidebar .nav-item a:hover {
        color: #fff;
    }

    .mobile-sidebar .nav-item .active {
        color: #00A9FF;
    }

    .cancel-editing {
        background: #444;
        border-color: #444;
        color: #111;
    }

    .cancel-editing:hover {
        background: #3b3b3b;
        border-color: #3b3b3b;
        color: #111;
    }

    .save-editing {
        background: #00A9FF;
        border-color: #00A9FF;
        color: #111;
    }

    .save-editing:hover {
        background: #0094df;
        border-color: #0094df;
        color: #111;
    }

    .passport-notice {
        color: #666;
    }

    .mobile-sidebar-body {
        overflow-y: visible !important;
    }

    .mobile-sidebar-addprofile {
        color: #00A9FF !important;
        background: #1f1f1f !important;
    }

    .files-pagination {
        background: #222 !important;
    }

    .files-pagination .pagination a {
        background: #333 !important;
        border-color: #222 !important;
    }

    .files-pagination .pagination a:hover {
        background: #444 !important;
    }

    .files-pagination .active a {
        background: #444 !important;
        color: #fff !important;
    }

    .mobile-sidebar-body .subnav a {
        color: #777;
    }

    .signscontainer-info {
        background: #00252e;
        border-color: #00252e;
        color: #009bbc;
    }

}


@media (prefers-color-scheme: light) {

    .lock-overlay {
        background: #fff;
    }

    /* BASE COLORS */

    .body-bg {
        background: #F4F8F9;
    }

    .main-blue-bg {
        background: #00A9FF;
    }

    .secondary-blue-bg {
        background: #009BEA;
    }

    .main-red-bg {
        background: #FF314A;
    }

    .secondary-red-bg {
        background: #DB2B41;
    }

    .main-grey-bg {
        background: #F3F7F9;
    }

    .secondary-grey-bg {
        background: #EDEDED;
    }

    .main-blue-font {
        color: #00A9FF;
    }

    .main-black-font {
        color: #444444;
    }

    .main-red-font {
        color: #FF314A;
    }

    .main-grey-font {
        color: #CCCCCC;
    }

    /* END */

    .default-input {
        background-color: #F3F7F9 !important;
    }

    .default-select-settings {
        background: #F3F7F9 !important;
        color: #666 !important;
        border-color: #F3F7F9 !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='grey' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right .75rem center !important;
        background-size: 16px 12px !important;
    }

    .is-invalid {
        background: #F3F7F9;
    }

    .default-select {
        background: #F3F7F9 !important;
        border: none;
    }

    /* NAVBAR MOBILE */

    .navbar-mobile {
        box-shadow: 0px 0px 28px #E5E9EF;
        background: #f8f9fa;
    }

    .navbar-mobile-search input[type="search"] {
        border-color: #eee;
        box-shadow: 0px 0px 4px #E5E9EF;
    }

    .mobile-add-document-button {
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6895351890756303) 74%, rgba(255,255,255,0) 100%);
    }

    .mobile-add-document-button .btn {
        color: #00A9FF;
        background: #E3F5FF;
    }

    .mobile-nokey-button .btn {
        background: #FFE4E3;
        color: #FF3501;
    }

    .offcanvas-body .nav-item a {
        color: #444;
    }

    .offcanvas-body .active {
        color: #00A9FF !important;
    }


    /* END */

    .quick-links-separator {
        background: #eaeaea;
    }

    .quick-links a {
        color: #aaaaaa;
    }

    .sidebar-profile-phone {
        color: #bbb;
    }

    .sidebar-change-profile {
        background: #E3F5FF;
        color: #00A9FF;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='grey' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: right 1.5rem center !important;
        background-size: 16px 12px !important;
    }

    .userbar .change-user h6 {
        color: #444444;
    }

    .userbar .change-user span {
        color: #B2B2B2;
        font-size: 0.8em;
    }

    .userbar .change-user-button:hover {
        background: #ebf1f2;
    }

    .profile-dropdown-menu {
        border: 1px solid #ddd !important;
        box-shadow: 0px 0px 48px #E5E9EF;
    }

    .change-profile-line {
        border-bottom: 1px solid #f5f5f5 !important;
    }

    .change-profile-line:hover {
        background: #fdfdfd;
    }

    .profile-status-declined {
        color: #FF314A !important;
    }

    .profile-status-checking {
        color: #00a9ff !important;
    }

    .profile-status-ok {
        color: #37a500 !important;
    }

    .userbar-notifications {
        border-color: #E5E5E5 !important;
    }

    .userbar-notifications:hover {
        background-color: #fdfdfd;
    }

    .notifications-line {
        border-bottom: 1px solid #eee !important;
    }

    .notifications-line:hover {
        background: #fdfdfd;
    }

    .notifications-line a {
        color: #00A9FF;
    }

    .clear-all-notifications {
        background: #F3F7F9;
    }

    .clear-all-notifications button {
        background: #E906001C;
        border-color: #E9060000;
        color: #E90600;
    }

    .notifications-line .btn-primary {
        background: #00A9FF;
        border-color: #00A9FF;
    }

    .userbar-notifications {
        border-color: #E5E5E5 !important;
    }

    .main-container {
        margin-top: 20px;
        border: 0;
        border-radius: 6px;
        box-shadow: 0px 0px 48px #E5E9EF;
        min-height: 500px;
    }

    .nohistory-block {
        color: #ccc;
    }

    .cancel-editing {
        background: #FFE3E4;
        border-color: #FFE3E4;
        color: #E90600;
    }

    .cancel-editing:hover {
        background: #E90600;
        border-color: #E90600;
        color: #fff;
    }

    .save-editing {
        background: #E3F4FD;
        border-color: #E3F4FD;
        color: #00A9FF;
    }

    .save-editing:hover {
        background: #00A9FF;
        border-color: #00A9FF;
        color: #fff;
    }

    .passport-notice {
        color: #888;
    }

    .mobile-sidebar-addprofile {
        color: #00A9FF;
        background: #E3F5FF;
    }

    .file-error-action {
        background: #DB2B41 !important;
    }

    .files-pagination .active a {
        background: #00A9FF;
        color: #fff !important;
        border-color: #00A9FF;
    }

    .files-pagination .active a:hover {
        background: #00A9FF !important;
        color: #fff !important;
        border-color: #00A9FF;
    }

    .mobile-sidebar-body .subnav a {
        color: #ccc;
    }

}

.login-container {
    border: 0;
    border-radius: 6px;
}

.login-container .card-header {
    border: 0;
    padding: 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.login-container .card-body {
    text-align: center;
    padding: 30px;
}

.login-container .card-body .form-control {
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    outline: 0px !important;
    box-shadow: none !important;
}

.login-sms .btn {
    height: 56px;
}

.login-container .card-body .login-main-button {
    border: none;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px;
    text-decoration: none;
}

.login-container .card-body .login-main-button:hover {
    background: #009BEA;
}

.login-container .card-body .login-submenu {
    background: #00A9FF;
    border: none;
    border-radius: 6px;
    padding: 20px 20px;
    margin-top: -5px;
    font-size: 0.87em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0px !important;
    box-shadow: none !important;
}

.login-container .card-body .login-submenu:hover {
    background: #009BEA;
}

.login-container .card-body .login-submenu img {
    width: 20px;
}

::-webkit-input-placeholder {
    text-align: center;
    color: #ccc !important;
 }

 :-moz-placeholder { /* Firefox 18- */
    text-align: center;
    color: #ccc !important;
 }

 ::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
    color: #ccc !important;
 }

 :-ms-input-placeholder {
    text-align: center;
    color: #ccc !important;
 }

 .login-container .card-footer {
    text-align: center;
    padding: 25px;
    border: none;
}


 .login-container .card-footer a {
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    font-size: 0.8em;
 }

 .login-container .card-footer a:first-of-type {
     margin-right: 10px;
 }

 .login-container .card-footer a:last-of-type {
    margin-top: 15px;
}

 .login-container .card-footer a:hover {
     background: #444;
     color: #fff;
 }

 /* LOGIN CHECK */

 .login-check-container {
    border-radius: 6px;
 }

 .login-check-container .card-header {
    background: transparent;
    border: 0;
    padding: 25px;
    text-align: center;
 }

 .login-check-container .card-body {
     padding: 0px;
 }

 .login-check-line {
     padding: 15px 25px;
 }

 .login-check-line img {
     width: 25px;
 }

 .login-check-line h6 {
     margin: 0;
     font-weight: 400;
     font-size: 1.1em;
 }

 .login-check-has-sign {
    color: #01AF4B;
 }

 .login-signs-line {
    padding: 15px 25px;
 }

 .login-signs-line img {
    width: 25px;
}

.login-signs-line h6 {
    margin: 0;
    font-weight: 400;
    font-size: 1.1em;
}

.login-signs-line span {
    color: #B2B2B2;
    font-size: 0.9em;
 }

 .login-check-container .card-footer {
     padding: 0px 20px;
 }

.back-button, .new-check-button {
    background: #00A9FF;
    border: none;
    border-radius: 6px;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0px;
    text-decoration: none;
 }

 .back-button {
    background: #EDEDED;
    color: #444;
 }

 .back-button:hover {
     color: #fff;
     background: #444;
 }

 .new-check-button:hover {
     background: #009BEA;
 }

 .new-check-button {
     float: right;
 }

 #file {
     display: none;
 }

@media (prefers-color-scheme: dark) {

    .login-container, .login-check-container {
        box-shadow: none;
        border: 1px solid #111;
        background-color: #111;
    }

    .login-container .card-header {
        background: transparent;
        color: #777;
    }

    .login-check-container .card-header {
        background: #000;
        color: #777;
    }

    .login-check-tooltip {
        color: #777 !important;
    }

    .login-check-line {
        border-top: 1px solid #222;
        color: #777;
    }

    .login-check-container .card-footer {
        background: #111;
        border-color: #222;
    }

    .login-container .card-body .form-control {
        border-color: #000 !important;
        background: #000;
        color: #777;
    }

    .login-container .card-body .login-main-button {
        background: #005176;
    }

    .login-container .card-body .login-main-button:hover {
        background: #003855 !important;
    }

    .login-container .card-footer {
        background: #181818;
    }

    .login-container .card-footer a {
        cursor: pointer;
        background: #252525;
        color: #999;
    }

    .login-sms .btn {
        border-color: #222;
        background: #222;
    }

    .login-signs-line {
        border-bottom: 1px solid #222;
        background: #111;
        color: #777;
    }

}


@media (prefers-color-scheme: light) {

    .login-container, .login-check-container {
        border: 0;
        box-shadow: 0px 0px 48px #E5E9EF;
    }

    .login-container .card-header {
        background: transparent;
    }

    .login-check-line {
        border-top: 1px solid #F5F5F5;
    }

    .login-check-container .card-footer {
        background: transparent;
        border-color: #F5F5F5;
    }

    .login-container .card-body .form-control {
        border-color: #eee;
        color: #444;
    }

    .login-container .card-body .login-main-button {
        background: #00A9FF;
    }

    .login-container .card-footer {
        background: #F3F7F9;
    }

    .login-container .card-footer a {
        background: #EDEDED;
        color: #444;
    }

    .login-sms .btn {
        border-color: #eee;
    }

    .login-signs-line {
        border-top: 1px solid #F5F5F5;
        background: #FDFDFD;
    }

}
