/*
    IDASIS™ SOFTWARE - 2023
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;600&family=Saira+Condensed:wght@200;300;400;500;600&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

ul,li,ol,p {
    margin: 0;
    padding: 0;
    list-style: none;
}
u {
    text-decoration: underline;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}
strong,b {
    font-weight: 500!important;
}
a {
    text-decoration: none;
}
:root {
    --bs-theme : #1f2229;
    --bs-theme-hv : #36383c;
    --bs-theme-text : #1d1e20;
    --bs-globe-bg : #1D386D;
    --bs-globe-bg-rgb : 29, 56, 109;
    --bs-globe-hv : #4D6891;
    --bs-globe-text : #1D386D;
    --bs-globe-scs : #a0bc3d;
}
.highlight {
    background-color: var(--bs-white);
}
body {
    font-family: 'Saira Condensed', sans-serif;
    font-size:20px;
    font-weight: 300;
    color:var(--bs-theme-text);
    position: relative;
    background-color: var(--bs-body-bg);
    line-height: 1.2em;
    height:100vh;
    min-height:100vh;
}
body::-webkit-scrollbar {
    width: 3px;
}
body::-webkit-scrollbar-track {
    background: var(--bs-secondary-bg); 
}
body::-webkit-scrollbar-thumb {
    background: var(--bs-secondary); 
}
body::-webkit-scrollbar-thumb:hover {
    background: var(--bs-secondary); 
    opacity: 0.5;
}
main {
    padding-top: 100px;
}
header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 9;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.30) 100%);
}
header nav {
    height: 70px;
    width: 100%;
    background-color: var(--bs-globe-bg);
}
header nav .logo {
    height: 70px;
    display: flex;
    align-items: center;
}
header nav .logo img {
    height: 60px;
}
header nav .head-menu {
    height: 70px;
    display: flex;
    align-items: center;
}
header nav .head-menu .head-link {
    padding-right: 15px;
}
header nav .head-menu .head-link a {
    font-size:20px;
    color: #FFF;
}
header nav .head-menu .head-user img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border:3px solid #4D6891;
    cursor: pointer;
}
header nav .head-menu .head-user .dropdown-menu {
    border-radius: 3px!important;
    padding: 0!important;
    width: 280px;
    top: 10px!important;
}
header nav .head-menu .head-user .dropdown-menu h1 {
    font-size:19px;
    font-weight: 600;
    margin-bottom:0px;
}
header nav .head-menu .head-user .dropdown-menu span {
    font-size:15px;
    font-weight: 200;
}
header nav .head-menu .head-user .dropdown-menu .drop-img img {
    width:70px;
    height: 70px;
    border-radius: 100px;
}
header nav .head-menu .head-user .dropdown-menu ul > li > a {
    font-size:18px;
    font-weight: 300;
    color:#2b80fd;
    display: block;
    padding: 2px 0;
}
header nav .head-menu .head-user .dropdown-menu ul > li > a:hover {
    text-decoration: underline!important;
    transition: all 0.2s;
}
header nav .head-menu .head-user .dropdown-menu .drop-foot {
    display: block;
    font-size:17px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #f0f0f0;
    color:#272c38;
}
html[data-bs-theme="dark"] header nav .head-menu .head-user .dropdown-menu .drop-foot {
    background-color: #272c38;
    color:#f0f0f0;
}

.ida-well {
    font-size:18px;
    font-weight: 200;
}
.ida-well .text-h1 {
    font-size:26px;
    font-weight: 500;
}
.ida-well .text-p {
    font-size:18px;
    font-weight: 200;
}

/* EVENTS */
.event-home .nav span {
    height: 34px;
    line-height: 34px;
    font-size:20px;
    font-weight: 600;
}
.event-home .nav .nav-link {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    font-size:18px;
    font-weight: 300;
    color: var(--bs-secondary);
}
.event-home .nav .active {
    background-color: var(--bs-globe-bg);
    color:var(--bs-white);
}
html[data-bs-theme="dark"] .event-home .nav .active{
    color:var(--bs-white)!important;
    background-color: var(--bs-globe-bg2);
}
.event-home .bottom-url a {
    font-size:16px;
    font-weight: 300;
    color: var(--bs-globe-bg);
}

/* WIDGET */
.widget {
    position: relative;
    height: 150px;
    border:2px solid #dee2e6;
    background: linear-gradient(169deg, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 50%);
    display: block;
}
.widget:hover {
    cursor: pointer;
    border-color: rgba(var(--bs-globe-bg-rgb), 0.5);
    transition: all 300ms ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: linear-gradient(169deg, rgba(255,255,255,1) 25%, rgba(243,243,243,1) 75%);
}
.widget .title {
    position: absolute;
    bottom: 35px;
    right: 15px;
    font-size:18px;
    font-weight: 600;
    color: var(--bs-theme-text);
}
.widget .text {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size:14px;
    font-weight: 200;
    color: var(--bs-theme-text);
}
.widget .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 60px;
    color: var(--bs-globe-bg);
}
.widget .num {
    position: absolute;
    top: 15px;
    left: 15px;
    line-height: 60px;
    font-size: 60px;
    color: var(--bs-theme-text);
}

/* TABLE PORTAL ALL */
.table {
    margin-bottom: 0!important;
}
.table tr th {
    font-family: "Barlow Condensed",sans-serif;
    font-size:18px;
    padding: 0.8em;
    font-weight: 600;
    background-color: var(--bs-light);
    border-top:1px solid #dee2e6;
}
.table tr td {
    padding: 0 0.7em;
    vertical-align: middle;
    font-size:19px;
    font-weight: 300;
    cursor: pointer;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.table tr td p {
    margin: 0!important;
    padding: 0!important;
}
.table .btn {
    border-radius: 3px!important;
}
.table-head .input-group .form-control {
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
    border-radius: 0;
}
.table-head .input-group .btn {
    border-radius: 3px!important;
}
.table .onUp {
    background-color: rgba(1, 153, 9, 0.09);
}
.table .onDown {
    background-color: rgba(250, 8, 8, 0.09);
}

.table-search .form-control {
    background-color: var(--bs-secondary-bg);
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-dark);
}
.table-search .form-control:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-dark);
    box-shadow: none;
}

.page-body .page-top .text-h1 {
    font-size:24px;
    font-weight: 500;
    color: var(--bs-theme-text);
}
.page-body .page-top .text-p {
    font-size:17px;
    font-weight: 200;
    color: var(--bs-theme-text);
}
.page-body .breadcrumb {
    font-size:14px;
    font-weight: 300;
}
.page-body .breadcrumb a {
    color: var(--bs-info);
}

/* APPLICATION */
.app-menu .app-item {
    border:2px solid #dee2e6;
}
.app-menu .app-item:hover {
    cursor: pointer;
    border-color: rgba(var(--bs-globe-bg-rgb), 0.5);
    transition: all 300ms ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.app-menu .app-item .text-h1 {
    font-size: 26px;
    font-weight: 500;
}
.app-menu .app-item .text-h1 span {
    display: block;
    font-size: 12px;
    font-weight: 200;
    text-indent: 33px;
}
.app-menu .app-item .ticked {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.app-menu .app-item .ticked span {
    display: block;
    font-size: 17px;
    font-weight: 500;
}
.app-menu .app-item .text-sm {
    font-size:17px;
    font-weight: 200;
    text-align: right;
}

/* CHATS */
.chart-body {
    display: flex;
    justify-content: end;
}
.chart-body .metric {
    padding: 3%;
}
.chart-body .metric svg {
    max-width: 100%;
}
.chart-body .metric path {
    stroke-width: 50;
    stroke: #ecf0f1;
    fill: none;
}
.chart-body .metric.participation path.data-arc {
    stroke: #3498db;
}
.chart-body .metric.participation text {
    fill: #3498db;
}
.metric.completion path.data-arc {
    stroke: #27ae60;
}
.chart-body .metric.completion text {
    fill: #27ae60;
}
.chart-body .metric.blocked path.data-arc {
    stroke: #e74c3c;
}
.chart-body .metric.blocked text {
    fill: #e74c3c;
}

/* DESK BOX */
.desk-box .desk-item {
    position: relative;
    font-size:19px;
    font-weight: 300;
    background-color: var(--bs-secondary-bg);
}
.desk-box .desk-item .rwd-bottom {
    font-size:17px;
    font-weight: 300;
}
.desk-box .desk-item .rwd-bottom span {
    display: block;
    font-size:17px;
    font-weight: 500;
}

/* BOOTSTRAP RESET */
.btn-ida {
    background-color: var(--bs-globe-bg);
    border-color: var(--bs-globe-bg);
    color: var(--bs-white);
}
.btn-ida:hover {
    background-color: var(--bs-globe-hv);
    border-color: var(--bs-globe-hv);
    color: var(--bs-white);
}
.ida-maps {
    width: 100%;
    height:100vh;
}
.hs-4 {
    height: 48px!important;
}
.form-control {
    border-radius: 3px!important;
}
.form-control:focus {
    box-shadow: none;
}
.form-select {
    border-radius: 3px!important;
}
.form-select:focus {
    box-shadow: none;
}

/* MODAL RESET */
.modal {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.modal .modal-title {
    font-family: "Oswald",sans-serif;
    font-size:22px!important;
    font-weight: 500;
    color:var(--bs-globe-bg);
}
.modal .modal-content {
    border:none!important;
    border-top: 2px solid var(--bs-globe-bg)!important;
}
.modal .modal-body::-webkit-scrollbar {
    width: 3px;
}
.modal .modal-body::-webkit-scrollbar-track {
    background: #f5f5f5; 
}
.modal .modal-body::-webkit-scrollbar-thumb {
    background: #a0a0a0; 
}
.modal .modal-body::-webkit-scrollbar-thumb:hover {
    background: #8b8b8b; 
}
.modal .modal-content .btn {
    border-radius: 3px!important;
    font-size:18px;
}

/* FORM CONTAINER */
.form__container .form-label {
    font-size:16px;
    font-weight: 500;
}
.form__container .form-control {
    background-color: var(--bs-secondary-bg);
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-dark);
    font-size:18px;
    font-weight: 300;
}
.form__container .form-control:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-dark);
    box-shadow: none;
}
.form__container .form-select {
    background-color: var(--bs-secondary-bg);
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-dark);
    font-size:18px;
    font-weight: 300;
}
.form__container .form-select:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-dark);
    box-shadow: none;
}

/* ACN */
.acn__container .account-img img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border:2px solid rgba(212, 213, 216, 0.3);
}
.acn__container .account-text .sm-text {
    font-size: 16px;
    font-weight: 200;
}
.acn__container .account-text .btn-file {
    position: relative;
    overflow: hidden;
    background-color: var(--bs-globe-bg);
    color:#FFF;
    border:0!important;
    border-radius: 5px!important;
    font-size:16px!important;
    font-weight: 300!important;
    cursor:pointer!important;
    display: inline-block;
}
.acn__container .account-text .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: transparent;
    display: block;
    cursor:pointer!important;
}
.acn__container .text-h1 {
    font-size: 28px;
    font-weight: 500;
}
.acn__container .text-p {
    font-size: 18px;
    font-weight: 200;
}
.acn__container .form-control {
    background-color: var(--bs-secondary-bg);
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-secondary);
    font-size:20px;
    font-weight: 400;
}
.acn__container .form-control:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg)!important;
    color: var(--bs-secondary);
}
.acn__container .form-control::placeholder {
    opacity: 0.6;
    font-weight:200;
}
.acn__container .form-select {
    background-color: var(--bs-secondary-bg);
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-secondary);
    font-size:20px;
    font-weight: 300;
}
.acn__container .form-select:focus {
    background-color: transparent;
    border:2px solid var(--bs-secondary-bg)!important;
    color: var(--bs-secondary);
}
.acn__container .bg-light {
    background-color: var(--bs-tertiary-bg)!important;
}
html[data-bs-theme="dark"] .acn__container .bg-light {
    border:1px solid var(--bs-border-color);
}
.acn__container .form-group .form-label {
    font-size:18px;
    font-weight: 500;
    color: var(--bs-secondary);
}
.acn__container .text-url {
    font-size:18px;
    font-weight: 300;
    color: var(--bs-globe-bg);
}
.acn__container #btn-upload {
    display: none;
}
.acn__container .input-group .input-group-text {
    background-color: var(--bs-secondary-bg);
}
.acn__container .gear-menu .gear-item {
    font-size: 20px;
    font-weight: 400;
    position: relative;
}
.acn__container .gear-menu .gear-item:hover {
    background-color: var(--bs-secondary-bg);
    transition: all 300ms;
}
.acn__container .gear-menu .gear-item .bi {
    color: var(--bs-secondary);
}
.acn__container .gear-menu .gear-item span {
    display: block;
    font-size:16px;
    font-weight: 200;
}
.acn__container .table-head .page-search {
    position: relative;
}
.acn__container .table-head .page-search input {
    background-color: var(--bs-secondary-bg);
    border:2px solid var(--bs-secondary-bg);
    color: var(--bs-secondary);
    border-radius: 3px;
    font-size:18px;
}
.acn__container .table-head .page-search input:focus {
    background-color: transparent;
    border-color: var(--bs-secondary-bg)!important;
}
.acn__container .table-head .page-search .search-btn {
    position: absolute;
    top: 9px;
    right: 8px;
    font-size:20px;
    border:none;
    color: var(--bs-globe-bg);
    background-color: transparent;
}

footer {
    font-size:15px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 15px;
}
@media (max-width: 990px) {
    .dn-lg {
        display: none!important;
    }
    .screen__container .auth-screen .logo {
        display: block!important;
    }
    .table {
        width: 990px;
    }
    .app-menu .app-item .app-url {
        display:flex;
        justify-content: center;
        width: 100%;
    }
    .app-menu .app-item .app-url a {
        display: block;
        margin: 0 5px;
        transition: all 300ms ease-in-out;
    }
    .app-menu .app-item .chart-body {
        display: flex;
        justify-content: center;
        transition: all 300ms ease-in-out;
    }
    .app-menu .app-item .text-sm {
        font-size:14px;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .dn-md {
        display: none!important;
    }
    .widget {
        height: 130px;
    }
    .widget .title {
        left: 15px;
        font-size:16px;
        font-weight: 500;
    }
    .widget .text {
        left: 15px;
        font-size:12px;
    }
    .widget .icon {
        font-size: 40px;
    }
    .widget .num {
        font-size: 50px;
        font-weight: 500;
    }
}

/* PAGE DOT */
.pagination {
    font-size: 15px;
    font-weight: 300;
}
.pagination a {
    font-size: 15px;
    font-weight: 300;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #a6abb6;
    text-decoration: none;
    margin: 0 1px;
    border-radius: 3px!important;
}
.pagination .active {
    background-color: var(--bs-globe-bg);
    color: #fff;
    line-height: 30px;
}
.pagination .prv {
    float: left;
    background-color: #e9edf1;
    margin-right: 2px;
}
.pagination .nxt {
    float: right;
    background-color: #e9edf1;
    margin-left: 2px;
}
.pagination ul {
    float: left;
    border-radius: 0;
}
.pagination ul li {
    float: left;
}
.pagination ul li a:hover {
    background-color: var(--bs-globe-hv);
    color: #fff;
    line-height: 30px;
}

/* LOGIN SCREEN */
.screen__container .ida-screen {
    background-color: var(--bs-globe-bg);
    min-height: 100%;
    height: 100%;
}
.screen__container .ida-screen .auth__square-card {
    font-size:18px;
    font-weight: 200;
}
.screen__container .ida-screen .auth__square-card img {
    width: 100%;
    height: 100%;
    display: block;
}
.screen__container .auth-screen .form-control {
    border-radius: 0!important;
    border:none;
    height: 60px;
    padding-left: 0!important;
    font-size:20px;
    font-weight: 300;
}
.screen__container .auth-screen .logo {
    height: 70px;
    display: none;
}
.screen__container .auth-screen .form-control::placeholder {
    font-size:20px;
    font-weight: 200;
}
.screen__container .auth-screen .form-control:focus {
    box-shadow:none!important;
    border:none;
}
.screen__container .auth-screen .btn-ida {
    background-color: var(--bs-globe-bg);
    border-color: var(--bs-globe-bg);
    color:#FFF;
    font-size: 20px;
    font-weight: 300;
}
.screen__container .auth-screen .btn-ida:hover {
    background-color: var(--bs-globe-hv);
    border-color: var(--bs-globe-hv);
    color:#FFF;
    transition: all 250ms;
}
.screen__container .auth-screen .d-url {
    font-size:15px;
    font-weight:normal;
    color:var(--bs-dark-bg);
    display: inline-block;
}
.screen__container .auth-screen .d-url .bi {
    color:var(--bs-globe-text);
}

/* SCREEN */
.ida__screen {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-image: url("../../img/idasis-wel.png");
    background-position: right;
    background-size:contain;
    background-repeat: no-repeat;
    background-color:#FFF;
    z-index: 9999;
    border-radius: 0!important;
    display: flex;
    align-items: center;
}
.ida__screen .aut-body .aut-h1 {
    font-size:40px;
    font-weight: 300;
    line-height: 48px;
}
.ida__screen .aut-body .aut-h2 {
    font-size:48px;
    font-weight: 500;
    color: var(--bs-globe-text);
}

/* ALERT SCREEN */
.alert__screen {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: rgba(29, 30, 32, 0.7);
    z-index: 9999;
    border-radius: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert__screen-bg {
    background-color: var(--bs-globe-bg);
}
.alert__screen .alert-body {
    border-radius: 3px;
    text-align: center;
    width: 500px;
    background-color: #FFF;
}
.alert__screen .alert-body .alert-logo img {
    height: 60px;
}
.alert__screen .alert-body .alert-h1 {
    font-family: "Roboto Condensed",sans-serif;
    font-size:24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.alert__screen .alert-body .alert-h2 {
    font-size:18px;
    font-weight: 300;
}
.alert__screen .alert-body .text-sm {
    font-size:16px!important;
    font-weight: 300;
    color:#484848;
}
.alert__screen .form-checked svg {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}
.alert__screen .form-checked .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}
.alert__screen .form-checked .circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}
.alert__screen .form-checked .line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}
.alert__screen .form-checked .check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.alert__screen .btn-success {
    background-color: var(--bs-globe-bg);
    color:#FFF;
}
.alert__screen .btn-success:hover {
    background-color: var(--bs-globe-hv);
    border-color: var(--bs-globe-hv);
    color:#FFF;
    transition: all 250ms;
}

/* ANIMATION */
@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}