@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #7A5BC5;
}

.skin-blue .main-header .logo {
    background-color: #7A5BC5;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #000;
}

.skin-blue .main-header .navbar .nav>li>a {
    color: #000;
}
.btn-submit:hover{color: #fff;}
.box-tools select#role {
    border-radius: 8px;
    border: 1px solid rgba(11, 8, 18, 0.20);
    background: #FFF;
    padding: 6px !important;
  }
  form#add-form input {
    border-radius: 8px;
    border: 1px solid rgba(11, 8, 18, 0.16);
    opacity: 0.8;
    padding: 15px;
  }
.skin-blue .main-header .navbar {
    background-color: #fff;
}

.skin-blue .sidebar-menu>li.active>a {
    border-left: 3px solid #fff;
    background-color: #9272DEE8;
}

.box {
    border-radius: 8px;
    background: var(--light-version-neutral, #FFF);
    box-shadow: 0px 4px 43px 0px rgba(122, 91, 197, 0.12);
    border: 0px;
    padding: 10px;
}

.box .table {
    padding: 50px !important;
}

td.profile img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 14px;
    top: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.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: -2px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #08161424;
}

input:focus+.slider {
    box-shadow: 0 0 1px #3ADF00;
}

input:checked+.slider:before {
    background-color: #3ADF00;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table th {
    border: 0px !important;
    padding: 15px !important;
    border-bottom: 2px solid #0B081212 !important;
}

.table td {
    border: 0px !important;
    padding: 15px !important;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #F7FCFF;
}

.add-btn {
    background-color: #7A5BC5;
    border-radius: 8px;
    color: #fff;
    padding: 8px 20px;
}

.add-btn:hover {
    background-color: #7A5BC5;
    border-radius: 8px;
    color: #fff;
    padding: 8px 20px;
}

.box-header>.box-tools {
    float: right;
    margin-top: -5px;
    margin-bottom: -5px;
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
}

.box-tools input {
    border-radius: 10px !important;
    border: 1px solid rgba(11, 8, 18, 0.20) !important;
    background: #FFF;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    padding: 15px 30px !important;
    background-position: 10px;
    font-size: 14px !important;
}

input#search {
    border-radius: 10px !important;
    border: 1px solid rgba(11, 8, 18, 0.20) !important;
    background: #FFF;
    background-image: url('../img/search.png');
    background-repeat: no-repeat;
    padding: 15px 30px !important;
    background-position: 10px;
    font-size: 14px !important;
}

p.txt {
    color: #0B0812;
    /* Regular */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6;
    margin-left: 30px;
}

.card {
    border-radius: 20px;
    background: var(--White, #FFF);
    box-shadow: 0px 6.55427px 57.34982px 0px rgba(122, 91, 197, 0.12);
    padding: 30px;
    margin: auto 30px;
}

.card h4 {
    color: var(--White, #FFF);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.326px;
    /* 163.857% */
}

.card h4 span {
    border-radius: 39.326px;
    background: var(--Primary, #7A5BC5);
    width: 65.543px;
    height: 65.543px;
    padding: 16px;
}

.card h5 {
    color: #0B0812;

    /* Semibold */
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 150% */
    margin-bottom: 0px;
    margin-top: 20px;
}

.card p {
    color: #0B0812;

    /* Regular */
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.028px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.card .edit-btn {
    border-radius: 10px;
    border: 1.205px solid var(--Primary, #7A5BC5);
    color: #7A5BC5;
    padding: 10px 30px;
}

.card .preview-btn {
    border-radius: 10px;
    border: 1.205px solid var(--Primary, #7A5BC5);
    color: #fff;
    padding: 10px 30px;
    background-color: #7A5BC5;
}


.box-tools select#filter {
    border-radius: 8px;
    border: 1px solid rgba(11, 8, 18, 0.20);
    background: #FFF;
    padding: 6px !important;
}

.box-tools a {
    color: #000;
    font-size: 18px;
    position: relative;
    top: 5px;
}

.box h3 a.title {
    color: #04081A;
    font-size: 20px;
}

form#add-form input {
    border-radius: 8px;
    border: 1px solid rgba(11, 8, 18, 0.16);
    opacity: 0.8;
    padding: 15px;
}

form#edit-form input {
    border-radius: 8px;
    border: 1px solid rgba(11, 8, 18, 0.16);
    opacity: 0.8;
    padding: 15px;
    background-image: url('../img/Edit_light.png');
    background-repeat: no-repeat;
    background-position: top right;
    color: black;
}

.box-footer {
    border-top: 0px;
}

.btn-submit {
    border-radius: 10px;
    background: var(--primary, #7A5BC5);
    color: #fff;
    padding: 10px;
}

.modal h4 {
    color: var(--brand-black, #0B0812);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.modal {}

.modal p {
    color: var(--brand-black, #0B0812);
    text-align: center;
    /* Regular */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    opacity: 0.6;
}

.modal .btn-no {
    border-radius: 10px;
    border: 1.205px solid var(--primary, #7A5BC5);
    color: #7A5BC5;
    padding: 10px 30px;
}

.modal .btn-yes {
    border-radius: 10px;
    border: 1.205px solid var(--primary, #7A5BC5);
    color: #fff;
    padding: 10px 30px;
    background-color: #7A5BC5;
}

.modal-dialog {
    width: 400px;
    margin: 30px auto;
    border-radius: 10px;
    top: 100px;
}

.modal-content {
    border-radius: 10px;
}

#profile-img .profile_pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

#profile-img .file-upload {
    display: none;
}

#profile-img .circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    position: relative;

}

#profile-img img {
    max-width: 100%;
    height: auto;
}

#profile-img .p-image {
    position: absolute;
    top: 100px;
    left: 95px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

#profile-img .p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

#profile-img .upload-button {
    font-size: 1.2em;
}

#profile-img .upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.form-group {
    position: relative;
}

.form-group .bg {
    position: absolute;
    top: 31px;
    right: 28px;
}

.inner-box-1 {
    border-radius: 12px;
    background: #F8F5FF;
    padding: 30px;
    margin: 10px 20px;
}

.inner-box-1 img {
    width: 129px;
    height: 129px;
    border-radius: 129px;
}

.inner-box-1 h4 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.inner-box-1 p {
    color: var(--Brand-black, #0B0812);
    /* Regular */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.inner-box-2 {
    margin: 30px 20px;
}

.inner-box-2 h5 {
    color: var(--Brand-black, #0B0812);
    /* Regular */
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.inner-box-2 .table {
    border-radius: 11px !important;
    border: 1px solid #D9D9D9 !important;
}

.inner-box-2 tr {
    text-align: center !important;
}

.inner-box-2 th {
    text-align: center !important;
    border: 1px solid #D9D9D9 !important;
}

.inner-box-2 td {
    border: 1px solid #D9D9D9 !important;
}
p.description{color: #0B0812;

    /* Regular */
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
opacity: 0.6; margin-left: 20px; margin-top: 20px;}
#form-add-img .file-upload { background-color: #ffffff;}
#form-add-img .file-upload .glyphicon-download-alt{color: #7A5BC5; font-size: 32px;}
#form-add-img .file-upload-btn {  width: 100%;  margin: 0; color: #fff;  background: #1FB264;  border: none;  padding: 10px;border-radius: 4px; border-bottom: 4px solid #15824B;  transition: all .2s ease;  outline: none; text-transform: uppercase; font-weight: 700; display: none;}
#form-add-img .file-upload-btn:active {border: 0;transition: all .2s ease; }
#form-add-img .file-upload-content { display: none; text-align: center;}
#form-add-img .file-upload-input {position: absolute;  margin: 0;  padding: 0;  width: 100%; height: 100%; outline: none; opacity: 0;cursor: pointer; }
#form-add-img .image-upload-wrap, .file-upload-content { border:1px dashed #7A5BC5!important; position: relative; background: rgba(122, 91, 197, 0.05);    border-radius: 10px;}
#form-add-img .image-title-wrap { padding: 0 15px 15px 15px; color: #222;}
#form-add-img .drag-text {  text-align: center;}
#form-add-img .drag-text h3 {  font-weight: 100; letter-spacing: 0.01em; color: #0B0812;  padding: 40px 0; font-size: 14px;}
#form-add-img .file-upload-image {  max-height: 200px;  max-width: 200px;  margin: auto;  padding: 20px;}
#form-add-img .remove-image {  width: 100%;  margin: 0;  color: #fff;  background: #7A5BC5;  border: none; padding: 6px; border-radius: 10px; transition: all .2s ease; outline: none;}
#form-add-img .remove-image:hover {  background: #c13b2a;  color: #ffffff;  transition: all .2s ease; cursor: pointer; }
#form-add-img .remove-image:active { border: 0; transition: all .2s ease;}
.box-section .box-1{padding: 10px 5px;}
.box-section{margin-bottom: 30px;}


input#search {
    border-radius: 10px !important;
    border: 1px solid rgba(11, 8, 18, 0.20) !important;
    background: #FFF;
    background-image: url(/static/assets/dist/img/search.png);
    background-repeat: no-repeat;
    padding: 15px 35px !important;
    background-position: 10px;
    font-size: 14px !important;
  
}
#timesheet-form {display: flex; column-gap: 20px;}
#timesheet-form .refresh{color: #000; position: relative; top: 3px; font-size: 19px;}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
    .box-body > .table {
        margin-bottom: 0;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .box-header>.box-tools {
        float: unset;
        margin-top: -5px;
        margin-bottom: -5px;
        display: flex;
        row-gap: 20px;
        margin-top: 30px;
        column-gap: 10px;
    }
    .add-btn {
        background-color: #7A5BC5;
        border-radius: 8px;
        color: #fff;
        padding: 8px 7px;
    }
    .card{
        margin-bottom: 30px;
    }
    #button-section-new{top: unset !important;}
    .inner-box-2 .table {
        margin-bottom: 0;
        display: block;
        overflow-x: auto;
        white-space: nowrap !important;
        padding: 0px !important;
    }
}
@media (max-width: 767px){
    .box-body > .table {
        margin-bottom: 0;
        display: block;
        overflow-x: auto;
        white-space: nowrap !important;
    }
    .inner-box-2 .table {
        margin-bottom: 0;
        display: block;
        overflow-x: auto;
        white-space: nowrap !important;
        padding: 0px !important;
    }
    .inner-box-1 .row{margin-bottom: 10px;}
    .box .table{padding: 0px !important;}
}

@media only screen and (min-width: 1401px) and (max-width: 1600px){
    #profile-img .com-md-11{padding-left:  50px;}
}