/* Begin General  */


* {
    font-family: 'Open Sans', sans-serif;
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px;
    background-color: var(--bg-color);
}

::-webkit-scrollbar-thumb:vertical {
    background: var(--primary-color);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: var(--primary-color);
    border-radius: 10px;
}

.height-100 {
    height: 100vh !important;
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.profile-photo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.profile-photo-full {
    width: 200px;
    height: auto;
    border-radius: 4px;
}

#shadow-div.active {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    background-color: #00000094;
    transition: .2s !important;
    display: block !important;
}

.sidebar-general {
    width: 180px;
    position: fixed;
    z-index: 2000;
    background-color: white;
}

.sidebar-button {
    color: white !important;
}

.kurios-logo {
    text-align: left !important;
    filter: var(--logo-filter);
}

body {
    background-color: var(--bg-color) !important;
    transition: var(--transition-time);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, th, td {
    color: var(--primary-color) !important;
}

a {
    color: #457AFF !important;
    font-weight: 500;
}

button {
    color: var(--font-a-color) !important;
}

p, div {
    color: var(--primary-color);
}

#main {
    background-color: var(--bg-color);
    transition: var(--transition-time);
}

#main-container {
    background-color: var(--bg-color);
    transition: var(--transition-time);
    min-height: 100vh;
}

#menu-modal i {
    color: var(--font-h-color)
}

@media (max-width: 575px) {
    #main-container {
        margin-top: 50px !important;
    }
}

.side-bar i {
    color: #666666;
}

.index-implementer-path {
    width: 50px;
    height: 50px;
    background-color: #FFE162FF;
}

@media (max-width: 991px) {

    .index-implementer-btn {
        padding-left: 120px
    }

}

/* END General */

/* Begin Bootstrap classes */

.btn-primary {
    border-radius: 7px;
    color: #001251 !important;
    background-color: #75FBC5 !important;
    border-color: #75FBC5 !important;
}

.btn-outline-primary {
    border-color: #75FBC5 !important;
    color: #75FBC5 !important;
}

button.btn-outline-secondary, a.btn-outline-secondary {
    border-radius: 7px;
    border: 1px solid #457AFF !important;
    background-color: white !important;
    color: #001251 !important;
}

button.btn-outline-secondary:hover, a.btn-outline-secondary:hover,
button.btn-outline-secondary:active, a.btn-outline-secondary:active {
    background-color: #457AFF !important;
    color: white !important;
}

.btn-outline-primary:active, .btn-outline-primary.dropdown-toggle.show {
    background-color: #e0e0e0 !important;
}

.btn-outline-primary:hover, .btn-outline-primary.active {
    border-color: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.dropdown-menu {
    background-color: var(--font-a-btnprimary-color);
}

.dropdown-item:hover {
    background-color: var(--dropdown-item-hover);
}

label {
    color: var(--font-h-color)
}

.modal-content, .card {
    background-color: var(--font-a-btnprimary-color);
}

#modal-content-whatsapp {
    width: auto;
    margin: auto;
}

.list-group-item {
    padding: 0.5rem 2rem;
}

@media (max-width: 768px) {
    .list-group-item {
        padding: 0.5rem 1rem;
    }
}

/* END Boostrap classes */


ul.list-group.side-bar {
    box-shadow: 0px -1px 0px var(--primary-color);
    margin-bottom: 1px;
}

a.list-group-item-action.side-bar {
    border-width: 0px 5px 0px 0px;
    box-shadow: 0px 1px 0px var(--primary-color);
    margin-bottom: 2px;
    padding-bottom: 10px;
    padding-top: 10px;
}

a.list-group-item-action.side-bar:hover {
    border-color: var(--link-color);
    color: var(--font-a-color) !important;
    transition: 0.2s;
}

a.list-group-item-action.side-bar {
    border-top: 0px;
    color: var(--a-sidebar-color) !important;
}

a.list-group-item-action.active.side-bar {
    border-color: var(--link-color);
    color: var(--font-a-color) !important;
}

a.list-group-item.side-bar {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
    color: var(--a-sidebar-color);
    font-weight: 500;
}


a.no-underline {
    text-decoration: none !important;
}

.btn-zoom {
    color: white !important;
    background-color: #4086FCFF !important;
    border-color: #4086FCFF !important;
}


.btn-teams {
    color: white !important;
    background-color: #464EB8 !important;
    border-color: #464EB8 !important;
}

.btn-outline-zoom {
    color: rgb(64, 134, 252) !important;
    background-color: white !important;
    border-color: rgb(64, 134, 252) !important;
}

/* Cohorts styles */

.hide {
    display: none;
    transition: 0.2s;
}

.showContextMenu {
    display: grid;
    z-index: 1000;
    position: absolute;
    background-color: white;
    transition: 0.1s;
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 3px;
}

#cohorts-students tr td {
    position: relative;
}

.has-comment {
    position: absolute;
    height: 10px;
    width: 10px;
    left: calc(100% - 15px);
    bottom: calc(100% - 15px);
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid yellow;
    transform: rotate(270deg);
}

.has-comment button {
    height: 10px;
    width: 10px;
    bottom: calc(100%);
    margin-bottom: 12px;
    margin-left: -26px;
}

.tr-selected {
    filter: opacity(0.5);
    color: black;
    transition: 0.2s;
}

.item-selected label {
    font-weight: 700 !important;
    margin-left: 0 !important;
}

.item-selected i {
    display: inline-block !important;
}

.item-selected button {
    font-weight: 800;
}

.column-select-item {
    margin: 2px 10px;
    font-size: 14px;
    width: auto !important;
    transition: .1s;
}

.column-select-item:hover {
    background-color: #e8e8e8;
    transition: .1s;
}

.column-select-item label {
    cursor: pointer;
    width: max-content !important;
    font-weight: 700;
}

.column-select-item label i {
    font-size: 10px;
    color: green;
    margin-right: 6px !important;
}


.tabs {
    overflow-x: auto;
    gap: 20px;
}

.tab {
    min-width: 100px;
    color: rgb(132, 134, 141);
    padding: 8px 12px 6px;
    font-weight: 500;
    font-size: 20px;
}

.tab.active, .tab:hover {
    color: var(--primary-color);
    background-color: #e7edff;
    border-radius: 10px;
    transition: 0.2s;
}

/* End Cohorts styles */


/* Metrics styles */

.metric-top {
    min-height: 20vh;
}

.metric-top-card {
    max-width: 230px;
    height: 150px;
    padding: 15px 20px;
    min-height: 100px;
    background-color: #fdfdfd;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 3px 4px 8px #d5d5d5;
    transition: .4s;
}

.metric-top-card:hover {
    transition: .4s;
    background-color: var(--primary-color);
    color: #666666;
}

.metric-top-card h5 {
    max-width: 170px;
}

/* End Chart js styles */

@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

.pie {
    --p: 20; /* the percentage */
    --b: 22px; /* the thickness */
    --c: darkred; /* the color */
    --w: 150px; /* the size*/

    width: var(--w);
    aspect-ratio: 1/1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: 500;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.pie:before {
    inset: 0;
    background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p) * 1%), #0000 0);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
    mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}

.pie:after {
    inset: calc(50% - var(--b) / 2);
    background: var(--c);
    transform: rotate(calc(var(--p) * 3.6deg - 90deg)) translate(calc(var(--w) / 2 - 50%));
}

.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}

@keyframes p {
    from {
        --p: 0;
    }
}

.btn-link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

.btn-link:hover {
    color: #4260EB;
}

a:hover {
    color: #4260EB !important;
}

/* Begin Whatsapp */

.contacts {
    background-color: white;
    overflow-y: auto;
    height: 100vh;
    /*min-width: 300px;*/
}

.contacts-header, .messages-header {
    background-color: var(--bg-color) !important;
    margin-right: -12px;
    z-index: 200;
}

.contacts-header img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
}

.contact-card-total a:hover {
    color: black;
}

.contact-selected {
    background-color: #0a58ca;
    width: 6px;
    height: 100%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.contact-card {
    background-color: var(--bg-color) !important;
    border-bottom: 2px solid #ededed;
}

.contact-card:hover {
    background-color: #f6f6f6;
    transition: 0.05s;
}

.contact-card.selected {
    background-color: #ededed;
}

.contact-card-general p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
}

.contact-card-photo-bg {
    margin-left: 10px;
    background-color: darkred;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.contact-card-photo-bg p {
    text-align: center;
    font-size: 22px;
    color: white;
    padding-top: 3px;
}

.contact-card-info p {
    font-size: 12px;
}

.contact-card-info .btn:focus {
    outline: 0;
    box-shadow: none;
}

.messages {
    background-color: white;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(66.66666667% - 12px) !important;
}

#messages-all {
    padding-top: 80px;
    background: var(--whatsapp-bg);
    height: calc(100vh - 70px);
    overflow-y: scroll;
}

.messages-header {
    background-color: #f2f4f5;
    box-shadow: #ababab 2px 2px 2px;
    height: 80px;
}

.messages-bar {
    height: 70px;
    background-color: #ececec;
    box-shadow: #ababab 2px 2px 2px;
}

.message {
}

.message-send {
    background-color: var(--bg-color);
    border-radius: 5px;
    margin-right: 60px;
    max-width: 400px;
    box-shadow: #ececec 1px 1px 1px;
    float: right;
}

.message-received {
    background-color: var(--bg-color);
    border-radius: 5px;
    margin-left: 50px;
    max-width: 400px;
    float: left;
    box-shadow: #ececec 1px 1px 1px;
}

.message-text {
    font-size: 12px;
}

.message-text p, .message-text a {
    margin-bottom: 0;
}

.message-hour {
    float: right;
    font-size: 11px;
}

.message-img, .message-video {
    width: 100%;
    min-width: 200px;
    object-fit: cover;
    max-height: 300px;
}

.message-file {
    filter: brightness(0.9);
    background-color: white;
    border-radius: 5px;
    content: ""
}

#modal-image {
    max-height: 90vh;
}

#message-file-upload {
    width: 200px;
    top: -40px;
    background-color: #ececec;
    z-index: -1
}

#message-file-upload::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
}

.message-file a {
    text-decoration: none !important;
    font-weight: normal;
}

.new-dates {
    font-size: 12px;
    width: fit-content;
    background-color: #6B6B6B7A;
    margin: 10px auto auto auto;
    padding: 4px 14px;
    border-radius: 5px;
}

/* End Whatsapp */

i.fa-sidebar-x {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1em;
}

a.list-group-item.list-group-item-action.report-tab.active {
    background-color: black !important;
    color: white !important;
    border-color: black;
}

.sidebar-icon {
    border-radius: 5px 0 0 5px;
    height: 36px;
    min-width: 25px;
    max-width: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all .2s ease-in-out;
    color: white;
    margin-right: 10px;
}

.sidebar-title {
    border-radius: 0 5px 5px 0;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all .2s ease-in-out;
    color: white;
    font-weight: 600;
}

.sidebar-link {
    text-decoration: none;
}

.sidebar-link:hover .sidebar-icon, .sidebar-link:hover .sidebar-title, .sidebar-link.active .sidebar-icon, .sidebar-link.active .sidebar-title {
    color: #75FBC5;
}

.input-number-not-spin::-webkit-outer-spin-button,
.input-number-not-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.mark, mark {
    padding: 0.2em;
    background-color: #FFFF00;
}

.breadcrumb-item-passed div {
    background-color: #198754;
}

.breadcrumb-item-passed p, .breadcrumb-item-passed a {
    color: #198754 !important;
}

.breadcrumb-item-warning div {
    background-color: #e4b509;
}

.breadcrumb-item-warning p, .breadcrumb-item-warning a {
    color: #e4b509 !important;
}

.breadcrumb-item-active div {
    background-color: #0a53be;
}

.breadcrumb-item-active p {
    color: #0a53be !important;
}

.breadcrumb-item-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.breadcrumb-item-centered p {
    margin-top: auto;
    margin-bottom: auto;
}

.horizontal-list-number {
    width: 30px;
    height: 30px;
    border: solid black 2px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.bg-new-gradient {
    background-image: url(https://assets-global.website-files.com/63d13f6…/6489da0…_organic-kurios.webp);
    background-size: auto;
}

.bg-new-gradient {
    background-image: url(https://assets-global.website-files.com/63d13f6…/6489da0…_organic-kurios.webp);
    background-size: auto;
}

#login-bg {
    position: relative;
    background-color: #001251;
    overflow: hidden;
}

#login-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/Kurios-login-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: 0.25; /* Adjust opacity as needed */
    z-index: 1; /* Ensure it's above the background color */
}

.btn-login {
    background-color: #FBFCFF;
    color: #445863 !important;
    border-radius: 10px;
    border: 1px solid #E8F0F6;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.form-control {
    background-color: #FBFCFF;
    border: 1px solid #E8F0F6;
}

.form-floating > label {
    color: #445863;
}

.link {
    font-weight: 600;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 8px;
}

tbody tr:not(:last-child) td {
    border-bottom: 1px solid #457AFF;
}

.fw-semibold {
    font-weight: 600;
}

.sidebar-icon > img {
    transition: all 0.25s ease-in-out;
    filter: invert(100%) sepia(7%) saturate(30%) hue-rotate(203deg) brightness(106%) contrast(108%);
}

.sidebar-link:hover .sidebar-icon > img, .sidebar-link.active .sidebar-icon > img {
filter: invert(86%) sepia(60%) saturate(425%) hue-rotate(76deg) brightness(101%) contrast(96%);
}

.fw-medium {
    font-weight: 500;
}
