

.info-md-modal {
    width: 100% !important;
    max-width: 500px;
    font-size: 14px !important;
    line-height: 1.5;
}

.info-lg-modal {
    width: 100% !important;
    max-width: 1000px;
}

.modal-content-image {
    background: var(--light);
    margin: auto;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    min-height: 700px;
    position: relative;
    width: 1050px;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

.modal-content-image-save {
    background: var(--light);
    margin: auto;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    min-height: 400px;
    position: relative;
    width: 400px;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

.modal-content .modal-body .row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 24px;
    margin-bottom: 12px;
}

.modal-content .modal-body .row .left{
    float: left;
}

.m-0 {
    margin: 0 !important;
}

.modal-content .modal-body .row table {
    width: 100%;
    border-collapse: collapse !important;
}

.modal-content .modal-body .row table{
    width: 100%;
    border-collapse: collapse !important;
}

.modal-content .modal-body .row table th{
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid var(--grey);
}
.modal-content .modal-body .row table th:first-child{
    padding-left: 16px;
}
.modal-content .modal-body .row table td{
    padding: 13px 0;
    font-size: 13px;
}

.modal-content .modal-body .row table tr td:first-child{
    align-items: center;
    grid-gap: 12px;
    padding-left: 16px;
}

.modal-content .modal-body .row table tr td:last-child{
    align-items: center;
    grid-gap: 12px;
    padding-right: 16px;
}

.modal-content .modal-body .row table td i{
    font-size: 28px;
    color: var(--icon-table);
}
.modal-content .modal-body .row table td i:hover{
    color: var(--icon-tabledark);
}

.modal-content .modal-body .row table tbody tr{
    cursor: pointer;
    transition: all 0.3s ease;
}
.modal-content .modal-body .row table tbody .odd{
    background: var(--grey);
}

.modal-content .modal-body .row table tbody tr:hover{
    background: var(--grey);
}

.modal-content .modal-body .row table tr td .status{
    font-size: 10px;
    padding: 10px 16px;
    color: var(--light);
    border-radius: 20px;
    font-weight: 400;
    vertical-align: super;
}

.modal-content .modal-body .row table tr td .status.completed{
    background: var(--success);
}

.modal-content .modal-body .row table tr td .status.process{
    background: var(--primary);
}

.modal-content .modal-body .row table tr td .status.pending{
    background: var(--warning);
}

.modal-content .modal-body .row table tr td .status.error{
    background: var(--error);
}

@media print {
    .btn-modal-neg{
        display: none;
    }
    .btn-modal-pos{
        display: none;
    }
}

.alert {
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}

.alert.alert-success {
    background: #00A389;
}

.alert.alert-warning {
    background: #FBC02D;
}

.alert.alert-danger {
    background: #D32F2F;
}

.alert.alert-error {
    background: #FF5B5B;
}

.alert button.close-alert {
    position: absolute;
    background: none;
    font-size: 28px;
    right: 0;
    top: 3px;
}

.alert ul {
    padding-left: 10px;
}
.alert ul li{
    font-size: 14px;
}

.content main .base table tr td .status{
    text-align: center;
    display: inline-block;
    min-width: 88px;
}

.w-100 {
    width: 100% !important;
}

.holdervid {
    position: relative;
}

.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block !important;
}

.mb-1{
    margin-bottom: 0.25rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.mb-4{
    margin-bottom: 1.5rem;
}
.mb-5{
    margin-bottom: 3rem;
}

.formbuilder-radio {
    position: relative;
}

.formbuilder-radio input {
    width: 20px;
    height: 40px;
}

.formbuilder-radio label {
    position: absolute;
    left: 30px;
    top: 13px;
}

.insights.insights-sm{
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
}

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

.card-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 24px;
    margin-bottom: 12px;
}

.card-row .card{
    padding: 24px;
    grid-gap: 24px;
}

.card {
    margin: 20px 0;
    border-radius: 20px;
    background-color: #fff;
}

.card .card-header {
    display: block;
    margin-bottom: 20px;
}

.card .card-header h6 {
    font-size: 18px;
    font-weight: 400;
}

.card .card-header h6 span{
    font-size: 18px;
    font-weight: 400;
}

.form-wrap.form-builder .frmb .form-elements .input-wrap>input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.form-wrap.form-builder .frmb .form-elements .available-roles input {
    width: 15px;
    height: 15px;
    margin-top: 0;
}

.bg-grey {
    background-color: var(--grey);
}

.form-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-display {
    background-color: #e9e9e9;
    padding: 15px;
    border-radius: 10px;
}

.disable-anchor{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.disable-anchor i{
    color: #ced3d7 !important;
}

.logged-user {
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #164968;
}

.sidebar .side-menu {
    margin-top: 20px !important;
}

.sidebar .logo {
    height: auto;
    min-height: 56px;
}

.logo-name {
    line-height: 1;
    font-size: 20px !important;
    display: block;
    padding: 10px 0;
}

.appointment-counter {
    width: 24px;
    border-radius: 5px;
    background: var(--error);
    text-align: center;
    position: absolute;
    padding: 2px 0;
    color: #fff;
    right: 5px;
}