
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Bold.woff") format('woff');
    font-weight: 700;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.woff") format('woff');
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Light.woff") format('woff');
    font-weight: 300;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.woff") format('woff');
    font-weight: 500;
}

:root {
    scroll-behavior: smooth;
}

.rotate-45 {
    transform: rotate(45deg);
}

#replyPost {
    display: flex;
}

.xxsmall {
    font-size: 0.3rem;
}   

#btn-scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#notificationContainer blockquote {
    background: rgba(217, 217, 237, 0.25);
    font-style: italic;
    padding: 5px;
    margin: 5px 0;
    border-left: #d9d9ed 5px solid;
}

.notification-message blockquote {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.text-3-lines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.notification-delete {
    cursor: pointer;
    color: rgb(179, 179, 179);
    transition: color 0.3s ease-in-out;
}

.remove-item-from-set {
    cursor: pointer;
}

.remove-item-from-set:hover {
    color: #dcccff;
}

.notification-delete:hover {
    color: #8452ED;
}

.notification-delete:active {
    border: 0;
}

.dropdown-item:active {
    background-color: #8452ed3b;
}

#notificationContainer .dropdown-item{
    cursor: pointer;
}

.file-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.5rem;
}

.file-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fc-event-main {
    font-size: 0.7rem;
    overflow: hidden; 
}

.fc-event:has(.to-accepted) {
    background-color: #7373737e!important;
    border-width: 3px!important;
  }

.select2-dropdown {
    width: 400px!important;
}

.select2-container .select2-selection--single {
    height: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #D9D9ED;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-container--disabled .select2-selection {
    opacity: 0.5;
}

.select2-container {
    margin-bottom: 0px!important;
    margin-right: 10px!important;
}

.select2-selection__rendered {
    padding: 8px;
    line-height: 1rem!important;
}

.xsmall {
    font-size: 0.7rem;
}

body {
    font-family: Poppins;
    font-weight: 400;
    overflow-x: hidden;
}

.filterBox {
    margin-bottom: 1rem;
}

.filterBox .classic-input {
    font-size: .8rem;
}

.btn-showThisFieldHistory {
    font-size: 0.8rem;
    padding: 5px;
    position: absolute;
    bottom: 1px;
    right: 1px; 
    height: 98%;
}

.circle-info {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: inherit;
    color: white;
}

.card-uploader {
    border: 3px dashed grey;
    border-radius: 20px;
    padding: 40px;
    cursor: pointer;
}

#success-area, #warning-area, #error-area, #loading-area {
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex-direction: column;
}

.accordion-button {
    justify-content: center;
    min-width:max-content;
}

.map {
    min-height: 300px;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.map iframe {
    width:100%;
}

.theme {
    width: 40px!important;
}

.badge-card, .badge-blue, .badge-orange, .badge-danger, .badge-success {
    border-radius: 2px;
}

.badge-blue, .badge-orange, .badge-danger, .badge-success {
    color: white;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  .errormark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #ff0000;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  .errormark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    box-shadow: inset 0px 0px 0px #ff0000;
    animation: fillRed .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  }
  .errormark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 29;
    stroke-dashoffset: 29;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  .checkmark-sm
  {
    width: 30px;
    height: 30px;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }
  
  
  @keyframes fillRed {
    100% {
      box-shadow: inset 0px 0px 0px 30px #ff0000;
    }
  }

.modal-content {
    border-radius:3px;
} 

.card-doc-info {
    display: none;
}

.card-doc-info:has(.collapse.show) {
  display: flex;
}

.accordion-button, .accordion-item {
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.accordion-button::after  {
    display: none;
}

#switchMode input{
    height:1.5rem!important;
}

.btn-gray, .btn-outline {
    border-radius: 3px;
}



.default-dashboard {
    min-height: 92vh;
    padding:40px;
}

.vertical-hr {
    width:2px;
    height:4vh;
}

.dashboard-name {
    font-size: 0.9rem;
}

.dashboard-profession {
    font-size:0.7rem;
    margin-top:-3px;
}

.card {
    padding: 20px;
    border-radius:1px;
}

.pagination {
    width:fit-content;
    padding:10px;
}

.avatar-circle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height:35px;
    border-radius: 35px;
    font-weight: bold;
    line-height: normal;
}

.preloader { 
    max-width: 115px;
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:15px;
}


.navbar-profile {
    display: flex;
    align-items: center;
    height: 8vh;
}


input:disabled, input:read-only, textarea:read-only {
    border: 0 !important;
}

input.form-check-input {
    border: 1px solid var(--bs-border-color) !important;
}

.nav-subtitle {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.8;
}

.navbar-nav .nav-item {
    padding: 8px 0;
    font-size:0.9rem;

}

.navbar-nav .nav-item i, .navbar-nav .nav-item svg {
    margin-right: 10px;
    width:18px;
}

.setting-bell {
    cursor: pointer;
}

.setting-bell-notification li {
    border:1px solid rgb(224, 224, 224);
    margin:5px;
}

.setting-bell-notification .notification-date {
    color: rgb(179, 179, 179);
    font-size: 0.8rem;
}

.setting-alert {
    width:7px;
    height: 7px;
    border-radius: 7px;
    background-color: red;
    top: 11px;
    right: 11px;
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast.showing {
    opacity: 0;
}
.toast:not(.show) {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}


#toast-img {
    padding-left: 20px;
}

#snackbar {
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 300px;
    color: #fff;
    text-align: start;
    padding: 16px;
    position: fixed;
    z-index: 99999999;
    bottom: 25px;
    font-size: 17px;
    left: 25px;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}
#snackbar.show {
    visibility: visible;
    /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
     animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}
#snackbar.hide {
    visibility: visible;
    -webkit-animation: fadeout 0.5s;
    animation: fadeout 0.5s;
}

.floating-input-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.classic-input {
    padding: 1rem;
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
    max-width:220px;
}

.classic-input:disabled {
    opacity:.7;
    pointer-events: none;
}

.modal .classic-input {
    width: 100%;
    max-width:400px;
}


.floating-input, .form-select {
    width: 100%;
    background-color: transparent;
    outline: none;
    padding: 1rem 0.75rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.floating-label {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-select:not(:read-only):focus + .floating-label, .floating-input:not(:read-only):focus + .floating-label, .floating-input:not(:placeholder-shown) + .floating-label {
    transform: translateY(-15px);
    font-size: 0.8rem;
}

.form-select:not(:read-only):focus, .floating-input:not(:read-only):focus, .floating-input:not(:placeholder-shown) {
    padding-top:1.6rem;
    padding-bottom:0.6rem;
}

.choose-category {
    cursor: pointer;
}

.search-window, .search-window-all {
    min-width:550px;
    max-height:400px;
    position: absolute;
    padding:10px;
    margin-top:10px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:999;
}

.select2-container--bootstrap-5 .select2-selection {
    padding: 16px!important;
    color: inherit!important;
}

.select2-selection__choice__display, .select2-selection__choice {
    color: inherit!important;
}

.select2-results__option--selected {
    background-color: #703fd3!important;
}

.select2-container {
    margin-bottom: 8px;
}


#switchMode input:checked {
    background-color: #222432;
    border-color: #002d6f;
}

a {
    text-decoration: none;
}

.btn-dark-blue {
    padding: 10px 40px;

}

.btn-dark-blue:hover {
    color: white;
}

.btn-dark-blue:active {
    color: white!important;
}

.color-gray {
    color: #9393ab!important;
}

.img-cover {
    object-fit: cover;
}

 h1 {
     font-size: 30px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     letter-spacing: 1.5px;
 }

 .navbar a {
    padding: 0 !important;
 }

 .card-danger {
    border: 1px solid red;
 }

 .pagination-item {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }

 .hr-rect {
    width:100%;
    height:3px;
    border-radius: 5px;
    opacity: .7;
 }
 


@media (max-width: 576px) {  /*SM*/

}

@media (max-width: 768px) {  /*MD*/

}

@media (max-width: 992px) {  /*LG*/
    .pagination-item {
        width: 30px;
        height: 30px;
    }
    
    .setting-bell-notification {
        max-width:90vw;
    }

    .default-dashboard {
        padding:10px;
    }

    .card {
        padding:10px; 
    }

    .setting-bell-notification a {
        text-wrap: wrap;
    }

    .setting-alert {
        top: 10px;
        right: 4px;
    }

    .sticky-menu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999999;
    }

    #signin {
        position: absolute;
        height:100vh;
        background: #222432b5;
        backdrop-filter: blur(5px);
    }

    #signin h1 {
        font-size: 1.5rem;
        color: white;
    }

    #signin a {
        color: white;
    }

    .btn-dark-blue {
        color: white;
        background: #8452EDFF;
        border-radius:3px;
    }

    .btn-dark-blue:hover {
        color: white;
        background: #703FD3FF;
    }

    .btn-dark-blue:active {
        color: white!important;
        background: #8452EDFF;
        border: 1px solid #D9D9EDFF;
    }
}

@media (max-width: 1200px) {  /*XL*/

}


@media (min-width: 992px) {
    .navbar,
    .navbar-collapse {
      flex-direction: column;
      align-items: start;
    }
    .navbar-expand-lg .navbar-nav {
      flex-direction: column;
    }

    .w-lg-auto {
        width:auto!important;
    }
    
  }