@import "main-style.css";

.loader-container {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    opacity: 0.3;
}

.loader,
.loader:before,
.loader:after {
    background: var(--nav-background);
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: var(--nav-background);
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: "";
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

fieldset [type=email], fieldset [type=number], fieldset [type=tel], fieldset [type=url] {
    direction: inherit !important;
}


@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.header {
    background-color: var(--header-background);
    min-height: 75px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    margin-inline-start: 0px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.header .form-control {
    border: 0 solid transparent;
}

.search-Group {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: solid 1px #d7dae2;
}

.search-Group .input-group-prepend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.search-Group i.fa-search {
    color: rgba(102, 102, 102, 0.5);
}

.search-Group input {
    border-width: 0px;
    height: 44px;
}

.header-links {
    color: var(--nav-background);
    line-height: 38px;
}

.header-links .nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.search-Group input:focus {
    border-width: 0px;
    border-color: transparent;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.pages-content {
    min-height: 85vh;
    background-color: var(--body-background);
    position: relative;
}

.nav-link,
.nav-link:hover {
    color: var(--nav-background)
}

.toggle-menu {
    display: none;
}

#sideNav {
    background-color: var(--nav-background);
    width: 300px;
    max-width: 300px;
}

body > div.row.m-0.w-100 {
    display: flex;
    justify-content: space-between;
}

body > div.row.m-0.w-100 > .col-md-10.px-0 {
    width: calc(100vw - 300px);
    max-width: calc(100vw - 300px);
    left: 0px !important;
    overflow: hidden;
}

.side-nav {
    background-color: var(
            --nav-background
    ); /*background-image: url("../images/Mask\ Group\ 2.svg");       background-position: bottom center;       background-size: cover;*/
    height: 100vh;
    position: fixed; /* padding: 2em; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 99;
}

.side-nav .logo {
    text-align: center;
    margin-bottom: -0.6em;
    margin-top: .8em;
    border-bottom: 1px solid #404143;
}

.side-nav .logo img {
    height: 80%;
    max-height: 70px;
}

.side-nav .nav-menu {
    /* height: 40%; */
    margin: 0 auto auto;
    z-index: 9999;
    margin-top: .6rem;
    /* min-height: 515px;*/
    /* overflow-y: clip;  */
        overflow: visible;
        overflow-y: scroll;
        overflow-x: visible;
    
}

.side-nav i {
    font-size: 20px;
    margin-inline-end: 12px;
}

.nav-menu ul {
    padding-inline-start: 0;
}

.nav-menu li a img {
    margin-inline-end: 0.5em;
    vertical-align: middle;
    height: 20px;
}

.nav-menu li a {
    cursor: pointer;
    color: #fff;
    /* display: block; */
    /* padding-left: 38px; */
    padding-right: 60px;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    text-decoration: none;
}

.nav-menu li {
    color: #fff;
    width: 100%;
    display: inline-grid;
    margin-bottom: 10px;
    list-style: none;
    height: 45px;
}

.nav-menu li:hover,
.nav-menu li.active {
    background-color: #293564;
    border-left: solid var(--second-background) 5px;
}

.side-nav .user-card {
    text-align: center;
    position: relative;
    bottom: 0;
    right: 0;
    /* background-image: url("../images/Mask\ Group\ 2.svg");
    background-position: bottom center;
    background-size: cover; */
    padding: 1em 3.5em;
}

.user-card .user-name {
    display: block;
    font-size: 0.8em;
    margin-top: 1em;
    color: #fff;
}

.user-card .user-title {
    padding: 0.2em 1em;
    font-size: 0.6em;
    color: #fff;
    background-color: var(--nav-background);
    border-radius: 20px;
}

.user-profile {
    width: 25%;
}

.footer-1st-span {
    color: black;
    font-size: 0.8em;
}

.footer-2nd-span {
    color: var(--nav-background);
    font-size: 0.8em;
}

.page-link {
    background: transparent;
    border: solid 0px transparent;
    color: #666666;
    line-height: 1em;
}

.page-item.active .page-link {
    background-color: var(--nav-background);
    border-color: var(--nav-background);
    border-radius: 5px;
    color: #fff;
}

/************** Dashboard style ******************/
.page-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.5em;
    line-height: 1.3em;
}

.info-graph {
    background-color: #FFF;
    /* background-image: url("../images/infographBg.png");
    background-position: left bottom;
    background-size: cover; */
    height: 185px;
    margin-top: 2em;
    padding: 1em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.info-graph .icon {
    /* background-color: rgba(255, 255, 255, 0.17); */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-graph .icon i {
    align-self: center;
    color: var(--nav-background);
    font-size: 30px;
}

.info-comment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-width: 175px; */
    font-size: 2em;
    line-height: 1.5em;
    font-weight: bolder;
    color: var(--second-background);
    letter-spacing: 0.05em;
}

.info-data {
    color: var(--nav-background);
    font-size: 1rem;
    margin: 0px 10px 10px 10px;
}

.more-info:hover {
    text-decoration: none;
}

.more-info {
    background: var(--nav-background);
    color: #FFF;
    padding: 0.2rem 1rem;
    border-radius: 20px;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}

.more-info i {
    color: var(--second-background);
    font-size: 16px;
    display: none;
}

.more-info img {
    display: none;
}

.more-info span {
    color: #FFF;
    font-size: 1em;
    display: inline !important;
}

.chart .card {
    border-width: 0px;
    box-shadow: 0px 3px 6px #00000029;
}

.chart .card-title {
    color: var(--second-background);
}

.chart .card-header {
    background-color: #fff;
}

.chart .card {
    margin-bottom: 1em;
}

.card {
    border-width: 0px;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
}

/*************************** Users Pages ****************/
.users-filter {
    box-shadow: 0px 3px 6px #0000000f;
}

.users-filter .card-title {
    color: var(--second-background);
    font-size: 1.1em;
    display: block;
    margin-bottom: 1em;
}

.plans-title {
    color: var(--second-background);
    font-size: 1.1em;
    display: block;
    margin-bottom: 1em;
}

.plans-title {
    font-size: 1.1em;
    display: block;
    margin-bottom: 1em;
}

.users-filter .input-group {
    background-color: #fff;
    border: solid 1px var(--nav-background);
    padding-inline-start: 0.5em;
}

.users-filter .input-group .form-control {
    border-width: 0px;
    height: 44px;
    color: #666666;
    padding-inline-start: 0;
}

.users-filter .input-group .form-control::placeholder {
    color: rgba(102, 102, 102, 0.25);
}

.users-filter .input-group .form-control:focus {
    border-width: 0px;
    border-color: transparent;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.users-filter .input-group .input-group-prepend {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22px;
}

.users-filter i {
    color: var(--nav-background);
    font-size: 14px;
    opacity: 0.5;
}

.btn-outline-gold {
    color: var(--nav-background);
    border-radius: 23px;
    border: solid 1px var(--second-background);
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    margin-top: 1em;
    font-size: 14px;
}

.btn-outline-gold:hover {
    color: var(--nav-background);
    border-radius: 23px;
    border: solid 1px var(--second-background);
    background: rgba(238, 238, 238, 0.5);
    padding-bottom: 0.8em;
    padding-top: 0.8em;
}

.user-data-card {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 1em;
}

.user-data-card > .card-body > .row.my-3.justify-content-between {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}

.users-table {
    box-shadow: 0px 3px 6px #0000000f;
}

.users-table .card-title {
    color: var(--second-background);
    margin-left: 8px;
}

.user-data-card .card-footer {
    height: auto;
    background-color: var(--second-background);
    text-align: center;
    color: #fff;
    padding: 0.3rem 1.25rem;
}

.users-table-title {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #70707014;
    padding-bottom: 24px;
}

.users-table-title .table-actions {
    display: flex;
    justify-content: space-around;
}

.table thead th {
    color: #666666;
    font-weight: 700;
    font-size: 16px;
}

.table tbody td,
.table tbody td a {
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

.users-table .table thead th {
    color: #666666;
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.users-table .table tbody td,
.users-table .table tbody td a {
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.users-table .table tbody td .btn-table-green {
    color: var(--nav-background);
    padding-top: 0px;
    border-bottom: dashed 1px var(--nav-background);
}

.users-table .table tbody td .btn-table-gold {
    color: var(--second-background);
    padding-top: 0px;
    border-bottom: dashed 1px var(--second-background);
}

.users-table .table-footer {
    justify-content: flex-end !important;
}

.user-data-card .card-footer a,
.user-data-card .card-footer a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 19px;
    display: block;
}

.user-data-card .top-banner {
    background-color: var(--nav-background);
    height: 100px;
}

.user-data-card .user-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 20px;
    align-self: center;
}

.user-data-card .user-image img {
    width: 100%;
}

.user-data-card .card-body {
    padding-top: 80px;
    padding-bottom: 0px;
}

.user-data-card .user-name {
    display: block;
    text-align: center;
    color: var(--second-background);
    font-size: 13px;
    line-height: 3em;
}

.user-data-card .user-sponsor {
    display: block;
    text-align: center;
    color: var(--second-background);
    font-size: 12px;
}

.user-data-card .user-brief {
    border-radius: 7px;
    border: solid 1px var(--second-background);
    padding: 0.5rem 0.25rem;
    text-align: center;
    width: 55px;
}

.user-data-card .brief-title {
    font-size: 10px;
    display: block;
    color: var(--nav-background);
}

.user-data-card .brief-data {
    font-size: 10px;
    display: block;
    color: var(--second-background);
}

/*********** user details *******************/
.cover-page {
    background-color: #666666;
    width: 100%;
    height: 250px;
    position: relative;
}

.profile-image {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 80px;
    right: 50px;
    z-index: 1;
}

.profile-data {
    margin-inline-start: 2em;
    color: #fff;
    padding-top: 80px;
    position: absolute;
    top: 80px;
    right: 280px;
    z-index: 1;
}

.profile-data h4 {
    font-weight: bold;
}

.tabs-nav {
    padding-inline-start: 1em;
    padding-bottom: 0.1em;
    padding-top: 0.5em;
    background-color: #fff;
    display: flex;
    background: var(--nav-background);
    border-radius: 15px;
    margin: 1em;
    /* margin-inline-start: 3em; */
}

.tabs-nav .nav {
    margin: 0em 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tabs-nav .btn-outline-gold {
    color: var(--second-background);
    border-radius: 4px;
    border: solid 1px var(--second-background);
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

.tabs-nav .btn-outline-gold:hover {
    color: var(--second-background);
    border-radius: 4px;
    border: solid 1px var(--second-background);
    padding-bottom: 0.3em;
    padding-top: 0.3em;
}

.tabs-nav .nav-link {
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 1em;
    height: auto;
    padding-bottom: 20px;
}

.tabs-nav .nav-link.active {
    color: var(--second-background);
    background: transparent;
    border-bottom: 5px solid var(--second-background);
}

.tabs-data {
    margin: 1em;
    /* margin-inline-start: 3em; */
    background-color: #fff;
    border-radius: 15px;
    padding: 1em;
    /* padding-inline-start: 56px; */
    box-shadow: 0px 3px 6px #00000029;
}

.tab-column {
    width: 100%;
    padding: 1em;
    border-right: solid 3px var(--nav-background);
}

.data-row label {
    font-weight: bold;
    padding-inline-end: 1em;
    color: var(--second-background);
}

.data-row span {
    color: #666666;
}

.data-row {
    padding-top: 0.5em;
    padding-bottom: 0.5em; /* border-bottom: solid 1px rgba(112, 112, 112, 0.2); */
}

.attachments-files-container {
    width: 105px;
    margin-inline-end: 1em;
}

.attachments-files {
    width: 100%;
    height: 105px;
    display: inline-table;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    cursor: pointer;
}

.attachments-files:hover {
    background-color: #e0e0e0;
}

.attachments-files i {
    font-size: 50px;
    color: brown;
    padding-top: 25px;
}

.attachments-files img {
    width: 75px;
    max-height: 75px;
    padding-top: 25px;
}

.attach-files {
    overflow: auto;
}

.profile-bar {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 3px #0000000d;
    text-align: center;
    padding: 1em;
    margin: 1em;
    overflow: hidden;
    position: relative;
}

.green-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--nav-background);
    height: 100px;
    width: 100%;
}

.user-data {
    position: relative;
    z-index: 99;
}

.user-data .user-image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    border: solid 5px #fff;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
    background-color: white;
}

.user-data .user-image img {
    width: 100%;
}

.visit-data {
    margin-top: 4em;
}

.visit-data b {
    font-size: 16px;
    color: var(--nav-background);
    display: block;
    margin-bottom: 0.4em;
}

.buttons-user-data {
    width: 100%;
    bottom: 0;
    position: relative;
    margin-top: 4em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    justify-content: space-around;
}

.buttons-user-data .btn-dashed,
.buttons-user-data .btn-dashed:hover {
    font-size: 14px;
    color: var(--second-background);
    border-bottom: var(--second-background) dashed 1px;
    margin-inline-end: 0;
}

.button-close-beneficiary {
    width: 96%;
    bottom: 0;
    position: relative;
    margin-top: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    justify-content: left;
    margin-left: 15px;
}

.button-close-beneficiary .btn-outline-gold {
    border-radius: 10px;
}

.button-close-beneficiary .btn-outline-gold:hover {
    border-radius: 10px;
}

.study-data {
    margin-top: 4em;
}

.study-data b {
    font-size: 16px;
    color: var(--nav-background);
    display: block;
    margin-bottom: 0.4em;
}

.study-data a {
    color: var(--nav-background);
    padding: 0;
}

/********** visits *************/
.visits.table th {
    color: var(--nav-background);
    font-size: 16px;
    font-weight: normal;
    border-width: 0px;
    text-align: center;
}

.visits.table td {
    font-size: 14px;
    border-width: 0px;
    text-align: center;
}

.visits.table tbody tr {
    box-shadow: rgba(102, 102, 102, 0.5) 2px 2px 2px;
    background-color: #fff;
}

.visits.table tr td {
    border: solid #fff 2px;
}

.visits.table tr:hover td {
    border: solid var(--nav-background) 2px;
    border-right-width: 0px;
    border-left-width: 0px;
}

.visits.table tr:hover td:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-color: var(--nav-background);
    border-width: 2px;
    border-left-width: 0px;
}

.visits.table tr:hover td:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: var(--nav-background);
    border-width: 2px;
    border-right-width: 0px;
}

.visits.table tr td:first-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.visits.table tr td:last-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-width: 2px;
    border-right-width: 0px;
}

.visits.table tbody tr.spacer {
    background-color: transparent;
    height: 10px;
    box-shadow: rgba(102, 102, 102, 0) 2px 2px 2px;
}

.img-in-table {
    border-right: 6px;
    margin-inline-end: 0.5em;
}

.study-link,
.study-link:hover {
    color: var(--nav-background);
    text-decoration: none;
    padding-bottom: 7px;
    border-bottom: dashed 1px var(--nav-background);
}

.btn-green,
.btn-green:hover {
    background: var(--nav-background);
    border-radius: 20px;
    /* height: 40px; */
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    margin-inline-end: 20px;
}

.btn-green i {
    margin-inline-end: 8px;
}

.btn-dashed,
.btn-dashed:hover {
    height: 40px;
    color: #666666;
    font-size: 14px;
    padding: 8px 20px;
    border-bottom: 0.5px dashed #707070;
    margin-inline-end: 20px;
}

.btn-dashed i {
    margin-inline-end: 8px;
}

.delete-link,
.delete-link:hover {
    color: #ff0000 !important;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    border-bottom: dashed 1px #ff0000;
    font-size: 14px;
}

.delete-link i {
    font-size: 16px;
}

.study-link i {
    font-size: 16px;
}

.modal .close {
    background-color: var(--second-background);
    padding: 0.2em;
    width: 45px;
    height: 45px;
    color: #fff;
    text-shadow: rgb(255, 255, 255) 0px 0px 0px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-body {
    border-bottom: solid var(--nav-background) 10px;
}

.modal-body .title {
    text-align: center;
    font-size: 1.8em;
    color: #666666;
}

.cancel-form label {
    color: var(--second-background);
    font-size: 0.8em;
}

.cancel-form .form-control {
    border: solid 1px var(--second-background);
}

.cancel-form .form-control:focus {
    border: solid 1px var(--second-background);
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.cancel-form .btn-info {
    background-color: var(--nav-background);
    height: 70px;
}

.cancel-form input[type="radio"] {
    position: relative;
    top: 5px;
}

.btn-info {
    background-color: var(--nav-background);
    border-color: var(--nav-background);
}

.btn-info:hover, .btn-info:active {
    background-color: var(--nav-background) !important;
    box-shadow: transparent 0 0 0;
    opacity: 0.7;
    border-color: var(--nav-background) !important;
}

.cancel-form .btn {
    height: 70px;
}

input.date-input:read-only {
    background-color: #fff;
}

/*************** drop zone *****************/
.custom-file-label.gold-label::after {
    background-color: var(--second-background);
    color: #fff;
}

/************************* ****************************/
.wizard-card .card-header {
    background-color: #fff;
}

.smartwizard2 ul.step-anchor {
    background-color: #fff !important;
}

.sw-theme-default > ul.step-anchor > li > a > img {
    filter: grayscale(100%);
    opacity: 0.5;
}

.sw-theme-default > ul.step-anchor > li.active > a > img {
    filter: grayscale(0%);
}

.sw-theme-default > ul.step-anchor > li.done > a > img {
    filter: grayscale(0%);
}

.sw-theme-default > ul.step-anchor > li.active > a {
    color: var(--second-background) !important;
    border-bottom: solid 2px var(--second-background) !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    background: var(--nav-background) !important;
}

.sw-theme-default > ul.step-anchor > li.done > a {
    color: var(--nav-background) !important;
    border-bottom: solid 2px var(--nav-background) !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    background: var(--nav-background) !important;
}

.study-row {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #f7f7f7;
    border: solid 1px #7070700d;
    margin-bottom: 1em;
    color: #666666;
}

.btn.sw-btn-next {
    background-color: var(--nav-background);
}

.btn.sw-btn-prev {
    background-color: var(--second-background);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: var(--nav-background);
    border-color: var(--nav-background);
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--nav-background);
    top: 7px;
    right: -21px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.search-Group i {
    font-size: 18px;
}

.header-links i {
    font-size: 18px;
    margin-inline-end: 10px;
}

.left-top-btn {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 999;
}

.tabs-title {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    position: block;
}

.tabs {
    width: 100%;
    display: flex;
    justify-content: space-around; /*margin-top: 2em;*/
}

.tabs input {
    width: 0;
    opacity: 0;
    position: absolute;
}

.users-table .tabs label {
    border: var(--nav-background) solid 1px;
    padding: 0.6em 1.5em;
    min-width: 120px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
}

.users-table .tabs input[type="radio"]:focus + label {
    background-color: var(--nav-background);
    color: #fff;
}

/*/*********************************************************/
.places .nav-link {
    min-width: 120px;
}

.location-table table.table thead th {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.location-table table.table tbody td {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}

.add-place {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: end !important;
    margin-bottom: 1em;
}

input.name.form-control {
    height: 44px;
    text-align: center;
}

select.nav.form-control {
    height: 44px;
    text-align: center;
    background-color: transparent;
}

.mod-select i.select {
    background: var(--second-background);
    color: #fff;
    padding: 0.8em;
    height: 38px;
    position: absolute;
    border: 1px solid var(--second-background);
    top: 31px;
    left: 14px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.users-table {
    min-width: 800px !important;
}

.table td:last-child {
    /*text-align: left !important;*/
}

.pages-content div.row.mx-0.p-4:nth-child(2) {
    overflow-x: scroll;
}

.table-actions .btn-dashed {
    min-width: 130px;
}

#proChecks
.custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
    background-image: url(/images/tick-white.png) !important;
    background-color: teal;
}

#proChecks label {
    color: #666666;
}

.proj-Num {
    color: var(--nav-background);
    font-size: 0.8em;
    padding-inline-start: 1em;
}

.proj-Num i {
    margin-inline-end: 5px;
}

.btn-plan {
    height: 52px;
    width: 220px;
}

[class^="col"] {
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) and (min-width: 576px){
    .users-filter .col-md-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 770px) {
    .card.w-100.mx-auto.location-table {
        min-width: 800px;
        overflow-x: auto;
    }

    .col-md-3.col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .users-filter .col-md-2.col-sm-4.pr-0,
    .users-filter .col-md-2.col-sm-4.pl-0,
    .users-filter .col-md-2.col-sm-4.px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding: 0.5em !important;
    }

    .users-table .table tbody td .btn-table-gold {
        max-width: 96px !important;
    }

    .profile-data {
        right: 150px;
    }

    .profile-image {
        top: 130px;
    }

    .profile-image img {
        width: 100px;
    }

    .tabs-nav {
        padding-inline-start: 1em;
        display: block;
    }

    .tabs-nav nav .nav-pills {
        width: 100%;
    }

    .tabs-nav .mx-auto {
        padding-bottom: 1em;
        display: flex;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 500px) {
    .users-filter .form-control {
        font-size: 0.7em;
    }

    .users-filter .input-group {
        padding-inline-start: 0.2em;
    }

    .users-filter .input-group-prepend {
        display: none !important;
    }

    .col-md-3.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ui-tabs-vertical .ui-tabs-nav {
        padding: 0.2em 0.1em 0.2em 0.2em;
        /* float: right;
        width: 25%; */
    }

    .btn-green.create {
        margin: auto;
    }

    .side-nav .logo img {
        width: 100%;
        max-width: 160px;
    }

    .upload-link {
        display: block;
    }

    .upload-link .form-control.w-75 {
        width: 100% !important;
        margin-bottom: 16px;
    }

    .cancel-step-btn {
        left: 0px !important;
    }

    .users-table {
        overflow-x: auto;
    }


    .info-graph {
        background-color: #FFF;
        min-height: 185px;
        height: max-content;
        margin-top: 2em;
        padding: 1em;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        display: flex;
        justify-content: center;
    }

    .info-number {
        margin-top: 1rem !important;
        display: block;
        margin-right: unset !important;
    }

    .user-title {
        display: block;
        margin-right: 6.5rem;
    }

}

/****************************************/
.stepper {
    display: block;
}

.stepper li {
    list-style: none;
    margin-bottom: 16px;
    padding: 8px;
}

.stepper li .step-title {
    cursor: pointer;
}

.stepper li.active .step-title {
    cursor: default;
    pointer-events: none;
    font-weight: bold;
}

.step-title {
    display: flex;
}

.stepper li .step-icon {
    background-color: var(--second-background);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.stepper li.active .step-icon {
    background-color: var(--nav-background);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin-inline-end: 10px;
    pointer-events: none;
}

.stepper li.complete .step-icon {
    background-color: var(--nav-background);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.stepper li.error .step-icon {
    background-color: var(--danger);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.stepper .step-content {
    height: 0px;
    overflow: hidden;
}

.stepper .step-content.active {
    height: max-content;
    padding: 16px 32px;
    overflow: hidden;
}

.page-title-create {
    color: var(--second-background);
    font-size: 16px;
}

.required {
    color: var(--danger);
}

.stepper
.custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
    background-image: url(/images/tick.png);
}

.stepper input,
.stepper select {
    border: solid rgba(31, 141, 123, 0.5) 1px;
    transition: all 1s;
}

.stepper input:focus,
.stepper select:focus {
    border: solid #1f8d7b 1px;
    box-shadow: 0 0 0 transparent;
    transition: all 1s;
}

.stepper label {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 5px;
}

.line-time {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.1);
    margin-inline-start: 2.3em;
}

.study-notes {
    color: var(--second-background);
    font-size: 50px;
    margin-bottom: 0.5rem;
    align-self: center;
}

.study-notes.reopen-notes {
    font-size: 28px;
    font-weight: normal;
}

.study-card {
    border-width: 0px;
    width: 100%;
    box-shadow: 0px 3px 6px #d9d9d917;
}

.study-header {
    justify-content: space-between;
}

.study-header .user-profile {
    display: flex;
    width: auto !important;
}

.study-header .profile-image {
    position: relative;
    top: unset;
    right: 1em;
}

.study-header .profile-image img {
    widows: 175px;
    height: 175px;
}

.study-header .profile-data {
    color: #666666;
    margin-inline-start: unset;
    top: unset;
    right: unset;
    position: relative;
    margin-inline-start: 100px;
    padding-top: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.study-header .profile-data h4 {
    font-size: 30px;
    padding-bottom: 0.3em;
}

.study-header .profile-data span {
    font-size: 15px;
}

.study-header .profile-data .btn-green {
    width: 160px;
}


.study-header .header-actions .btn-dashed {
    min-width: 120px !important;
}

#accordion .card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}


#accordion2 .card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}



.golden-text {
    color: var(--second-background);
    font-size: 14px;
}

.sub-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}

.btn-table-green {
    color: var(--nav-background);
    padding-top: 0px;
    border-bottom: dashed 1px var(--nav-background);
}

.ui-widget {
    font-family: var(--main-font) !important;
    direction: rtl;
}

.sw-container > .tab-pane.step-content > .tabs > ul.ui-tabs-nav + div {
    width: 100%;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    background-color: transparent;
    color: #fff;
}

.ui-tabs-tab.ui-state-default.ui-tab.ui-corner-left {
    /*background-color: #666666;*/
    margin-bottom: 1px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: var(--second-background) !important;
    border-color: var(--second-background) !important;
    margin-bottom: 1px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none !important;
}

.ui-tabs-nav {
    background: transparent !important;
    border-width: 0px;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5 !important;
}

.btn.btn-primary.save-answers,
.btn.btn-primary.save-topic-supervisor-notes {
    min-width: 150px;
    background-color: var(--nav-background);
}

textarea.topic_researcher_note,
textarea.topic_supervisor_note {
    width: 100% !important;
    display: block;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 1em;
    margin-top: 1em;
}

.btn-browse-img {
    position: relative;
    margin-top: 5px;
    width: 100%;
    background-color: var(--second-background);
    color: #fff;
}

.btn-remove-img {
    position: relative;
    margin-top: 5px;
    width: 100%;
    color: #fff;
}

.btn-remove-img:hover {
    cursor: default !important;
    color: #fff;
}

.imgInp {
    position: absolute;
    top: 5px;
}

.menu-parent {
    position: relative;
}

.menu-parent a {
    display: flex;
    justify-content: space-between;
}

.nav-menu li a i {
    padding-top: 12px;
}

.menu-parent i.fa-chevron-left {
    margin-top: 5px;
    font-size: 14px;
}

.menu-child {
    position: fixed;
    width: 0px;
    overflow: hidden;
    top: auto;
    right: 300px;
    /* right: 0; */
    background-color: var(--second-background);
    box-shadow: -3px 3px 6px #00000029;
    transition: all 1s;
}

.menu-child.open {
    /* position: absolute;
    width: 250px;
    top: 0;
    right: 300px;
    background-color: var(--second-background);
    box-shadow: -3px 3px 6px #00000029;
    transition: all 1s; */

    position: fixed;
    width: 250px;
    left: -300px;
    top: auto;
    background-color: var(--second-background);
    box-shadow: -3px 3px 6px #00000029;
    transition: all 1s;

}

.menu-child li {
    padding-top: 10px;
    margin-bottom: 0px;
    width: 300px;
}

.menu-child li a {
    padding-right: 40px;
}

.menu-parent .menu-child li:hover,
.menu-parent .menu-child li.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
}

.plan-profile .profile-image-plane {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    margin-inline-end: 10px;
}

.plan-profile .profile-image-plane img {
    width: 100%;
}

.plan-profile span {
    font-size: 24px;
    color: var(--second-background);
    font-weight: bold;
    line-height: 2.5;
}

.plans-table {
    min-width: 800px;
}

.plans-table td {
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
}

.plans-table.table td:last-child {
    text-align: right !important;
}

.plans-table.table tr:nth-child(odd) td.colord-td {
    background: #f7f7f7;
}

.plans-table.table td {
    padding: 0.2rem 0.75rem;
}

.table-links a {
    display: block;
    color: var(--nav-background);
    margin-bottom: 10px;
    text-decoration: underline;
}

.table-notes a,
.table-notes a:hover {
    color: #666666;
    text-decoration: none;
}

.table-notes a i {
    color: #666666 !important;
}

select.form-control {
    padding: 0.15rem 0.75rem;
}

label {
    color: #666666;
    font-size: 14px;
}

input.form-control,
select.form-control,
textarea.form-control {
    font-size: 14px;
    border: solid 1px rgba(0, 128, 128, 0.5);
}

.form-subtitle {
    font-size: 16px;
    color: var(--second-background);
}

.cancel-step-btn {
    position: absolute;
    left: -100px;
    top: 31px;
}

.upload-link label {
    display: block;
    width: 100%;
}

.upload-link {
    display: flex;
    justify-content: space-between;
    padding-inline-start: 0;
}

input.uploadedFilesNo {
    background: white;
}

.input-file-hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

#filesSelected {
    padding: 5px 10px;
    margin: 10px;
}

.file-row {
    margin: 10px;
    padding: 10px;
    background: hsl(0, 0%, 97%);
    border-bottom: 3px solid #fff;
    overflow-wrap: break-word;
}

.btn-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-round-cancel {
    font-size: 10px;
    border: 1px solid #dc3545;
    color: #dc3545;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 0;
}

.file-type {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.file-type img {
    max-width: 50px;
}

.file-type i {
    font-size: 28px;
    color: brown;
}

.file-name {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0.2em;
}

.file-size {
    color: #666666;
    font-size: 12px;
    margin-bottom: 0;
    cursor: pointer;
    direction: ltr;
}

/******************** Responsive **********************/
@media only screen and (max-width: 1100px) {
    .pages-content {
        overflow-x: auto;
    }

    body > div.row.m-0.w-100 > .col-md-10.px-0 {
        width: 100vw !important;
        max-width: 100vw !important;
        flex: 0 0 100%;
    }

    #sideNav {
        background-color: transparent;
        position: fixed;
        top: 0;
        right: -240px;
        height: 100vh;
        z-index: 99;
        transition: all 1s;
    }

    .side-nav {
        background-color: var(--nav-background);
        position: fixed;
        top: 0;
        right: -330px;
        height: 100vh;
        z-index: 99;
        transition: all 1s;
        width: 300px;
    }

    .side-nav .user-card {
        bottom: -30px;
    }

    .toggle-menu {
        display: block;
        width: 48px;
        height: 33px;
        position: fixed;
        background-color: var(--nav-background);
        top: 1.2em;
        right: 0px;
        z-index: 999;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
        transition: all 1s;
        border-radius: 5px 0px 0px 5px;
        color: #fff;
        font-size: 18px;
    }

    .toggle-menu.opened {
        right: 240px;
        transition: all 1s;
    }

    .side-nav.opened {
        right: 0;
        transition: all 1s;
    }

    .header.row.px-4 {
        flex-direction: column;
    }

    .input-group.mb-3.mx-2.col-md-4.search-Group.col-12 {
        width: 100%;
        max-width: 100%;
    }

    .header-links.col-md-6.col-12 {
        width: 100%;
        max-width: 100%;
    }

    .info-number {
        font-size: 1.8em;
        line-height: 1.5em;
        font-weight: bolder;
        letter-spacing: 0.05em;
        margin-right: -60px;
        z-index: 9999999;
        margin-top: -30px;
    }

    .info-data {
        font-size: 0.8em;
        margin-inline-start: 0.2em;
        margin: 1rem;
    }

    .info-data .more-info {
        min-width: 100px
    }

    .menu-child {
        position: relative;
        width: 0%;
        height: 0px;
        background-color: #fff;
        right: 0;
        top: 10px;
        margin-bottom: 10px;
        box-shadow: 0px 0px 0px transparent;
    }

    .menu-child.open {
        position: relative;
        width: 100%;
        height: max-content;
        background-color: #fff;
        right: 3px;
        top: 10px;
        box-shadow: 0px 0px 0px transparent;
    }

    .menu-child li {
        padding-top: 10px;
        border-bottom: 1px #eef2f4 solid;
        color: #212529;
        margin-bottom: 0px;
        width: 300px;
    }

    .menu-child li a {
        color: #212529;
    }

    .menu-child li:hover {
        color: #fff;
        background-color: #666666;
    }

    .menu-parent i.fa-chevron-down {
        margin-top: 5px;
        font-size: 14px;
    }

    .menu-child li:hover a {
        color: #fff;
    }

    .side-nav .nav-menu {
        overflow: visible;
        overflow-y: scroll;
        overflow-x: visible;
    }

    .cancel-step-btn {
        position: absolute;
        left: 75%;
        top: 105%;
        z-index: 999;
    }
}

.signature {
    padding-bottom: 20mm;
    font-size: 10pt;
    text-align: center;
    height: 20px;
    width: 100%;
    margin: 0px auto;
    position: inherit;
    bottom: 0px;
}

.signature .person_container {
    text-align: right;
    padding-right: 20mm;
}

.signature .person_signature {
    padding-top: 5mm;
}

.modal-text {
    font-size: 14px;
    color: #666666;
}

.owner-multiselect-ul input,
.partner-multiselect-ul input {
    margin-left: 5px;
}

.owner-multiselect-btn,
.partner-multiselect-btn {
    border: solid 1px rgba(0, 128, 128, 0.5);
}

.fa-whatsapp-custom {
    font-size: 16px;
}

.plan-card {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 3px 6px rgba(128, 128, 128, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
}

.proj-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.plan-details {
    height: 0px;
    max-height: 800px;
    opacity: 0;
    overflow: hidden;
    padding-top: 16px;
    transition: max-height 1s, opacity 1.5s;
}

.plan-card.active .plan-details {
    height: auto;
    opacity: 1;
    overflow: visible;
}

.checkbox-div {
    display: flex;
    flex-wrap: wrap;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: var(--nav-background);
    border-radius: 4px;
}

.checkbox-div .custom-control-label span {
    padding-inline-end: 10px;
}

.checkbox-div .custom-control-label {
    margin-bottom: 10px;
}

.stage-weight {
    color: var(--second-background);
    font-size: 12px;
}

.plan-details .input-div {
    display: flex;
    flex-wrap: wrap;
}

.plan-details .input-div .form-group {
    margin-inline-end: 30px;
    width: 26%;
}

.checkbox-div .custom-control-label button {
    color: gray;
}

.view-data-btn {
    border-radius: 30px;
}

.gold-text {
    color: var(--second-background);
}

.gray-bold {
    color: #808080;
    font-weight: bold;
    margin-inline-end: 12px;
}

.response-select {
    border-top: rgba(128, 128, 128, 0.5) solid 1px;
    margin-top: 36px;
    padding-top: 16px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
}

.response-select b {
    color: #666666;
    margin-bottom: 20px;
}

.proj-stages {
    color: #666666;
    font-size: 14px;
}

.whatsapp_confirm_visit {
    color: var(--second-background);
    display: block;
}

.whatsapp_response span {
    direction: ltr;
    display: inline-block;
}

.whatsapp_response {
    height: 300px;
    overflow-y: scroll;
    font-size: 14px;
}


.header .user-profile-img {
    width: 50px;
    height: 50px;
    margin-inline-end: 1rem;
    margin-inline-start: 2rem;
}

.header .user-name {
    font-size: 14px;
    color: var(--nav-background);
    margin-inline-end: 16px;
    font-weight: bold;
}

.header .user-title {
    font-size: 14px;
    color: var(--second-background);
    margin-inline-end: 16px;
    font-weight: bold;
}

.btn-side-bottom, .btn-side-bottom:hover {
    background-color: #293564;
    color: #FFF;
    margin-bottom: 16px;
    border-radius: 20px;
    width: 180px;

}

.disable-btn{
    pointer-events: none;cursor: default;
}

/******** partner-multiselect *****/
.partner-multiselect-btn{
    background: #FFF;
}
.partner-multiselect-btn:focus{
    outline: none;
    box-shadow: none;
}
.multiselect-container > li:hover{
    background: #007eff;
}
.multiselect-container > li a:hover{
    text-decoration: none;
    color: #fff !important;
}
.multiselect-container > li > a > label > input[type=checkbox] {
    margin-top: 6px !important;
}
.multiselect-container > li a:hover label{
    color: #fff !important;
}
.multiselect.dropdown-toggle::after{
    float: left;
    margin-top: 10px;
}

/****** scrollbar *********/
body::-webkit-scrollbar, .nav-menu::-webkit-scrollbar {
  width: .5em;
}
 
body::-webkit-scrollbar-track, .nav-menu:hover::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb, .nav-menu:hover::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.nav-menu::-webkit-scrollbar {
    width: .2em;
  }
   
.nav-menu:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
.nav-menu:hover::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}



/********** media queries ***********/
@media only screen and (max-width: 576px) {
    
    .btn-green,
    .btn-green:hover {
        height: auto;
        padding: 8px 5px 8px 5px !important;
        margin-inline-end: 10px;
        margin-inline-start: 5px;
    }
}

@media only screen and (max-width: 768px) {
    
    .btn-green,
    .btn-green:hover {
        height: auto;
        padding: 8px 5px 8px 5px !important;
        margin-inline-end: 10px;
        margin-inline-start: 5px;
    }
    .more-info {
        min-width: 150px;
    }
     td #commitment, td #method, td #satisfaction{
         width: unset !important;
     }
}

@media only screen and (max-width: 1024px) {
    
    .btn-green,
    .btn-green:hover {
        height: auto;
        padding: 8px;
        margin-inline-end: 10px;
        margin-inline-start: 5px;
    }
}
