.light-skin .main-sidebar{
    background: #fefefe;
    background: radial-gradient(#f8ffe3, white);
}
.main-header div.logo-box{
    background: #1890ff;
}
.light-skin .sidebar a, .theme-primary.light-skin .sidebar-menu > li.treeview .treeview-menu li a, .light-skin .sidebar-menu > li.menu-open > a {
    color: #000000;
}

.main-box{
    border: 1px solid lightgray;
    border-radius: 20px;
    margin: 10px 20px;
}
.main-box .first{
    background: aliceblue;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.candidate .can-img img{
    height: 120px;
    object-fit: contain;
}
.candidate .card{
    border: 1px solid #f9ff6e;
}
.cursor{
    cursor: pointer;
}
.form-control,
.form-select {
  padding: 10px 0.9rem;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #d4d4d4;
}
.doodle-container .time-picker{
    background: lightblue;
    padding: 15px;
    border-radius: 5px;
}

.input-error{
    border: 1px solid red;
}

a {
 text-decoration: none;
}
.modal-backdrop {
    display: none;
}
body {
    overflow: auto !important;
}
.c-img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bx{
    margin: 25px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 26px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.present label{
    line-height: 19px;
}
.present [type="checkbox"] + label:before, .present [type="checkbox"]:not(.filled-in) + label:after{
    top: 0;
    margin-top: 0px;
}

.present [type="checkbox"]:checked + label:before{
    width: 12px;
    height: 18px;
}
.employement .demo-checkbox label{
    min-width: 140px;
}
.section-overly::before {
    background-color: #1b1b1bab;
}

/* .btn-sm {
    padding: 0.375rem 0.75rem !important;
    font-size: .925rem !important;
    line-height: 1.35 !important;
}
.btn {
    font-size: 13px;
    padding: 20px 21px;
} */

@media (min-width: 768px){
    .sidebar-mini.sidebar-collapse .main-header .logo-box, .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 100px;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper {
        margin-left: 100px;
    }
}