@media (min-width: 1400px) {
    .container {
        max-width: 1440px;
    }
}
main {
    min-height: 100vh;
    background-color: rgba(235, 237, 239, 1) !important;
}
@media (max-width: 500px) {
    .login-bg {
        background: url(/images/assets/login-bg.jpg);
        background-position: 100% 0%;
        background-repeat: no-repeat;
    }
    .mobile-dashboard {
        height: 80vh;
    }
    .app-card {
        min-height: 180px !important;
    }
    .select2-container {
        max-width: 290px !important;
    }
}
.login-img {
    min-height: 100vh;
    object-fit: cover;
}
.navbar {
    background-color: #3c4b64 !important;
    padding: 0;
    box-shadow: 0 2px 2px 0
            rgba(var(--cui-elevation-base-color, 60, 75, 100), 0.14),
        0 3px 1px -2px rgba(var(--cui-elevation-base-color, 60, 75, 100), 0.12),
        0 1px 5px 0 rgba(var(--cui-elevation-base-color, 60, 75, 100), 0.2);
    padding-left: 5px;
}
.navbar-brand {
    color: #fff !important;
}
.nav-item {
    padding: 0 10px;
}
.nav-link {
    color: rgba(255, 255, 255, 0.6) !important;
}
.nav-item.active,
.nav-item:hover {
    background: rgba(255, 255, 255, 0.05);
}
.nav-item.active a,
.nav-item:hover > a {
    /* color: rgba(255, 255, 255, 0.87) !important; */
    color: #fff !important;
}
.card {
    box-shadow: 0 1px 1px 0
            rgba(var(--cui-elevation-base-color, 60, 75, 100), 0.14),
        0 2px 1px -1px rgba(var(--cui-elevation-base-color, 60, 75, 100), 0.12),
        0 1px 3px 0 rgba(var(--cui-elevation-base-color, 60, 75, 100), 0.2);
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    color: var(--cui-card-cap-color);
    background-color: rgba(0, 0, 21, 0.03);
    border-bottom: 1px solid rgba(0, 0, 21, 0.175);
}
.table .thead-custom th {
    color: #fff;
    background-color: #3c4b64;
    border-color: #3c4b64;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    /* content: "\f040"; */
    content: "\F303";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 16px;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.max-height-800 {
    max-height: 800px !important;
}
.max-width-100 {
    max-width: 100% !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent !important;
}

.db-name {
    background: transparent;
    color: #fff;
    border-color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    min-width: 200px;
}
.db-name option {
    color: #000;
}
.chkb-color-danger {
    accent-color: #dc3545 !important;
}
.line-height-0 {
    line-height: 0 !important;
}

.upload {
    display: block;
    padding: 10px 25px;
    border: 0;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #3c4b64;
    color: #fff;
    outline: none;
    transition: 0.3s ease-in-out;
    width: 100%
        /* &:hover, &:focus{ background: #1AA39A; } &:active{ background: #13D4C8; transition: .1s ease-in-out; } */;
}

.fileDoc {
    display: none;
    margin: 0 auto;
}

.remove_btn {
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 42.5px;
    width: 40px;
    background: transparent;
    border: none;
    color: #adadad;
    font-size: 20px;
    line-height: 0;
    cursor: pointer;
}
.remove_btn:hover {
    color: #fff;
}
.example-image {
    width: 50px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 0 0 10px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

input:checked + .slider {
    background-color: #2196f3;
}

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

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

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

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

.all-cards {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-auto-rows: auto;
    grid-gap: 1rem;
}

.card-item {
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    padding: 0.5rem !important;
}

.card-item img {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.my-active span{
    background-color: #5cb85c !important;
    color: white !important;
    border-color: #5cb85c !important;
    padding: 0 5px;
}
ul.pager>li {
    display: inline-flex;
    padding: 5px;
}
.documents-folder {
    background: url("../../images/auth/folder.png");
    background-size: cover;
  }
.mobile-card {
    padding: 40px 0;
    text-align: center;
    background: #fff;
    width: 100%;
    box-shadow: 1px 2px 5px 1px #c3bfbf;
    border-radius: 5px;
}
.mobile-cammera-bar {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
}
.photo-button {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
  }
  .circle {
    position: absolute;
    top: 12%;
    left: 12%;
    bottom: 12%;
    right: 12%;
    border-radius: 100%;
    background-color: #ffffff;
    /* opacity: 0; */
  }
  .ring {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    border-radius: 100%;
    border: 0.5em solid #ffffff;
    opacity: 0.8;
  }
  .photo-button .circle, .photo-button .ring {
    transition: all 0.25s;
    font-size: 35px;
    line-height: 75px;
  }
  .photo-button:hover .circle {
    opacity: 1;
  }
  .photo-button:active .ring {
    opacity: 1;
  }
  .photo-button:active .circle {
    opacity: 0.5;
  }
  .mobile-dashboard {
    position: relative;
  }
  .total-count {
    position: absolute;
    bottom: 4px;
    left: 8px;
    font-size: 90%;
    font-weight: 700;
}
.total-count1 {
    position: absolute;
    bottom: 4px;
    left: 3px;
    font-size: 100%;
    width: 95%;
}

.month-name {
    /* font-size: 10px;
    position: absolute;
    top: 4px;
    left: 6px; */
    color: #000;
}
/* .select2-container .select2-selection--single {
    height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    font-size: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px !important;
} */

.app-card {
    /* width: 300px;
    height: 400px; */
    background: linear-gradient(to bottom, #3498db, #2980b9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    position: relative;
    min-height: 250px;
}

.card-content {
    padding: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.app-icon {
    font-size: 40px;
    margin-bottom: 15px;
    text-align: center;
}

.app-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.app-description {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
#uploadButton {
    cursor: pointer;
}