@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,600);



iframe {
    width: 1px;
    min-width: 100%;
}

.language_translate-dropdown ul li {
    line-height: normal;
}

.kv-form-bs4 .hint-block {
    font-size: 0.75rem;
    margin-top: 0.375rem;
    font-weight: 700;
    color: #000;
}

.kv-form-bs4 label {
    font-weight: 600;
    color: #000;
}

#chips-styles .cyan {
    background-color: #00bcd4;
}

.ui-dialog.ui-corner-all.ui-widget {
    z-index: 99999 !important;
}


#fr-logo{
    display:none;
}

#chips-styles .chip {
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;

    display: inline-block;

    height: 32px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 12px;

    color: rgba(0, 0, 0, .6);
    border-radius: 16px;
}

#chips-styles .chip:focus {
    color: #fff;
    outline: none;
    background-color: #26a69a;
}

#chips-styles .chip > img {
    float: left;

    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;

    border-radius: 50%;
}

#chips-styles .chip .close {
    font-size: 16px;
    line-height: 32px;

    float: right;

    padding-left: 8px;

    cursor: pointer;
}

#chips-styles .chips {
    min-height: 45px;
    margin: 0 0 8px 0;

    -webkit-transition: all .3s;
    transition: all .3s;

    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    box-shadow: none;
}

#chips-styles .chips.focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

#chips-styles .chips:hover {
    cursor: text;
}

#chips-styles .z-depth-4 {
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

#chips-styles .white-text {
    color: #fff;
}

.lms-progress-button {
    position: relative;
    display: inline-flex;
    /*border: 1px solid #ddd;
    border-radius: 8px;*/
    background-color: #fff;
    min-width: 60px;
    min-height: 28px;
    margin-bottom: 5px;
}

.lms-progress-button .btn-content {
    position: relative;
    z-index: 2;
   /* padding: 8px 16px;*/
    background: transparent;
    border: 1px solid #b97c7c;
    width: 100%;
    cursor: pointer;
}

.lms-progress-button .progress-label {
    margin-left: 0;
    color: black;
    font-weight: bold;
}

.lms-progress-button .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(125 219 255) ;/* light green */
    z-index: 1;
    transition: width 0.3s ease;
}

#chips-styles .gradient-45deg-purple-deep-orange {
    background: #8e24aa;
    background: -webkit-linear-gradient(
            45deg, #8e24aa, #ff6e40);
    background: linear-gradient(
            45deg, #8e24aa, #ff6e40);
}

#chips-styles .gradient-45deg-purple-deep-orange.gradient-shadow {
    box-shadow: 0 6px 20px 0 rgba(255, 110, 64, .5);
}

.box-header > .box-tools {
    position: relative;
    display: block;
    float: right;
    right: 0;
    top: 0;
}

.radio-group {
    background: #ffffff;
    border: 0px;
    border-radius: 4px;
}

.os-theme-round-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    background: #d1d1d1 !important;
}

.report-progress-circle {
    width: 150px;
    height: 150px;
    background: conic-gradient(#008000 calc(76% * 3.6deg), #f3f3f3 0deg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.report-inner-circle {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.report-percentage {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.report-status {
    font-size: 16px;
    color: #000;
    padding: 2px 10px;
    border-radius: 5px;
    margin-top: 5px;
}


.zoom-text {
    font-size: 11px; /* Adjust as needed */
    transition: all 0.3s ease-in-out;
}

.zoom-text:hover {
    font-size: 13px !important; /* Adjust as needed */
    color: #ffffff; /* Adjust as needed */
    background-color: black; /* Adjust as needed */
    border: 1px solid #b0bcc4; /* Adjust as needed */
    padding-left: 1px;
    padding-right: 1px;
}

.zoom-element:hover {
    transform: scale(1.5);
    font-size: 25px;
}

[contenteditable] ~ grammarly-extension,
input ~ grammarly-extension,
textarea ~ grammarly-extension {
    display: none;
}

.fr-toolbar.default-theme.fr-desktop.fr-inline {
    left: 600px;
    width: 540px;
}

.loading-overlay.loading-theme-light.loading-shown {
    z-index: 2000 !important;
}

.blur-filter {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.numberCircle {
    font: 32px Arial, sans-serif;

    width: 2em;
    height: 2em;
    box-sizing: initial;

    background: #fff;
    border: 0.1em solid #666;
    color: #666;
    text-align: center;
    border-radius: 50%;

    line-height: 2em;
    box-sizing: content-box;
}

.leader-line {
    z-index: 9999;
}

/*.fancybox-wrap:not(.fancybox-type-iframe) .fancybox-inner{
    height: auto !important;
}*/
.swal2-container {
    z-index: 99999999999 !important;
}

.kv-editable-parent textarea {
    height: 80px !important;
}

.assessment-test-view .dropdown-menu.show {
    z-index: 1200;
}

.kv-editable-link {
    color: #1c1c1c;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 2px 1px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px dashed #bbbbbb;
    text-align: left;
}

.webui-popover.in {
    opacity: 1 !important;
}

#page-header-buttons .dropdown-menu.show {
    z-index: 99999;
}

.disabled-link {
    pointer-events: none;
}

.dancing {
    animation: button-dance 0.8s ease-in-out infinite;
}

@keyframes button-dance {
    0% {
        transform: translate(0) rotate(0);
    }
    50% {
        transform: translate(-10px, -10px) rotate(-180deg);
    }
    100% {
        transform: translate(0) rotate(-360deg);
    }
}

.expand-input-field.clicked {
    width: 300%;
}

.file-detail {
    min-height: 400px;
}

.inline-editable-link {
    cursor: pointer; /* Changes the cursor to a hand when hovering over the element */
    /*border-bottom: 2px dashed #000; !* Makes the dashed underline thicker *!*/
    /*transition: all 0.3s ease; !* Applies the transition to all properties *!*/
    /*padding: 5px; !* Adds some padding around the element *!*/
    background-color: #f9f9f9; /* Adds a light background color */
    /*border-radius: 5px; !* Rounds the corners of the element *!*/
}

.inline-editable-link:hover {
    /*border-color: #f00; !* Changes the underline color to red when hovering *!*/
    background-color: #f1f1f1; /* Darkens the background color when hovering */
    color: #000; /* Changes the text color to black when hovering */
    /*text-decoration: none; !* Removes any text decoration when hovering *!*/
}

.inline-editable-link:active {
    background-color: #ddd; /* Darkens the background color even more when clicked */
}

.disabled-input {
    pointer-events: none;
    opacity: 0.5;
    background-color: #f3adc0 !important; /* Optional: Change the background color to indicate it's disabled */
}

.disabled-input .alert-danger {
    color: #000000;
    background-color: #fda0a9;
    border-color: #f5c6cb;
    margin: 3px 6px 6px 5px !important;
}

#g-recaptcha-response.g-recaptcha-response { /* from forms hiding textarea */
    display: none !important;
}

.fr-popup.fr-desktop.default-theme.fr-above.fr-active {
    z-index: 10 !important;
}

.click-to-copy {
    /* Adding a border to make it visually distinct */
    border-bottom: 1px dashed #666;

    /* Adding some padding for better visual appeal */
    padding: 1px;

    /* Making sure the text is centered */
    text-align: center;

    /* Setting a background color to differentiate it from regular text */
    /*background-color: #f5f5f5;*/

    /* Rounded corners for a smoother look */
    border-radius: 2px;

    /* Adding a transition for the hover effect */
    transition: background-color 0.3s, transform 0.3s;

    /* Setting a relative position to position the hover message accordingly */
    position: relative;
}

/* Changing the background color and giving a slight transform effect on hover */
.click-to-copy:hover {
    cursor: pointer; /* Changing the cursor to pointer on hover */
    background-color: #e0e0e0;
    transform: scale(1.02); /* Slight scaling effect to indicate it's clickable */
}

/* Add the hover message using ::after pseudo-element */
.click-to-copy:hover::after {
    font-size: 0.8em;
    position: absolute;
    top: 100%;  /* Positioning it right below the element */
    left: 50%;  /* Centering the text */
    transform: translateX(-50%);  /* Ensuring it's centered based on its own width */
    padding: 5px;
    background-color: #333;  /* Background color for the message */
    color: #fff;  /* Text color for the message */
    border-radius: 3px;
    margin-top: 5px;  /* Little space between the element and the message */
    white-space: nowrap;  /* Ensuring the text doesn't wrap and stays in one line */
}

.table-td-div-update-score{
    cursor:pointer;
}

.fixed-save-form-icon {
    position: fixed;
    left: -6px;
    bottom: 15%;
    font-size: medium;
    text-transform: uppercase;
    background: #9cd35f;
    z-index: 99999999;
    text-align: center;
    font-weight: 800;
    border: 1px solid #fff;
    padding: 10px 16px 10px 15px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 0 2px #980042;
    -moz-box-shadow: 0 0 0 2px #980042;
    -webkit-box-shadow: 0 0 0 2px #5bdb76;
}
.fixed-save-form-icon:hover{
    opacity: .8;
}
.fixed-save-form-icon a{
    color: #fff;
}

.kv-editable-parent select.form-control[size], select.form-control[multiple] {
    height: 200px;
}

.dep-drop-selected-item-display{
    font-size: smaller;
    font-family: sans-serif;
}

.modal.bootstrap-dialog.show{
    z-index: 9999999999999999 !important;;
}

.fa.fa-info{
    cursor: help;
}

.fa-pencil-square-o{
    cursor:pointer;
}

.modal-open-blur {
    overflow: hidden;
}

.modal-open-blur > *:not(.fancybox-overlay):not(.fancybox-wrap) {
    filter: blur(5px);
    transition: filter 0.3s ease-out;
}

.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.fancybox-inner {
    overflow-x: hidden !important;
}
.fr-wrapper {
    z-index: 0 !important;
}

.fr-second-toolbar:empty {
    z-index: 0 !important;
}

/* QR Image Modal specific styles */
.qr-image-modal-container {
    z-index: 1060;
    overflow-y: hidden !important;
}

.qr-image-modal-popup {
    padding: 20px !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    overflow: hidden !important;
    border-radius: 8px;
}

.qr-image-modal-image {
    max-width: 100% !important;
    max-height: calc(90vh - 80px) !important;
    object-fit: contain !important;
}

.qr-image-modal-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    font-size: 1.5em !important;
    color: #333 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Ensure no scrollbars only for this modal */
.qr-image-modal-container .swal2-popup,
.qr-image-modal-container .swal2-content {
    overflow-y: hidden !important;
}

.college-info-container {
    /* width: 100%;
     padding: 20px;
     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
     border-radius: 15px;
     margin: 10px 0;
     box-shadow: 0 10px 30px rgba(0,0,0,0.1);*/
}

.college-info-grid {
    display: flex;
    gap: .5rem;
}

.college-info-card {
    background: rgb(234 239 252);
    padding:.35rem .5rem;
    border-radius: .45rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(231 231 231);
    height: auto;
}
.college-info-card .d-flex{
    gap: .5rem;
}
.college-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 1);
}

.info-icon {
    width: 25px;
    height: 25px;
    background:#202c4b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}
.top-bar .top-right-icon .info-icon i{
    font-size: 12px !important;
}
.info-content {
    flex: 1;
    text-align: left;
}

.info-label {
    display: flex;
    gap: .5rem;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.5px;
}
.info-label i{
    color: #2780e3;
}
.top-bar .top-right-icon ul.college-info-grid a.info-value,
.top-bar .top-right-icon ul.college-info-grid a.info-value:not(.user-profile a) {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    word-break: break-word;
    box-shadow: none !important;
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
}

.info-value:hover {
    color: #667eea;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .college-info-grid {
        display: inline-block;
    }

}

.fancybox-type-iframe .fancybox-inner{
    height: 90vh !important;
}