:root {
    --z-index-semi-modal-load: 99999;
    --z-index-semi-modal-load-bg: 99998;
    --z-index-session-modal: 99997;
    --z-index-session-modal-bg: 99996;
    --z-index-sheriff-modal: 99995;
    --z-index-sheriff-modal-bg: 99994;
    --color-guinda: #7A0F1F;
}

body {
    font-size: 15px;
}

td, th {
    font-size: 14px;
}

.btn-export {
    background-color: #EDBB99;
    border: 2px solid #EDBB99;
}

.btn-export:hover {
    background-color: rgb(243, 212, 192);
    border: 2px solid #f3cfb7;
}

.btn-export::selection {
    background-color: rgb(243, 212, 192);
    border: 2px solid #f3cfb7;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before {
    font-family: "Font Awesome 5 Free"; 
    content: "\f161";
    width: 5.5px;
    margin-right: 1px;
    overflow: hidden;
    font-weight: 700; 
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after {
    font-family: "Font Awesome 5 Free"; 
    content: "\f884";
    width: 5.5px;
    overflow: hidden;
    font-weight: 700; 
}

.form-control-sm
{
    font-size: 15px;
}
.fixed_all {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-correct
{
    background-color: #008080;
    color: white;
}

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

.m-0 {
    margin: 0 !important;
}
  
.mt-0,
.my-0 {
margin-top: 0 !important;
}

.mr-0,
.mx-0 {
margin-right: 0 !important;
}

.mb-0,
.my-0 {
margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
margin-left: 0 !important;
}

.m-1 {
margin: 0.25rem !important;
}

.mt-1,
.my-1 {
margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
margin-left: 0.25rem !important;
}

.m-2 {
margin: 0.5rem !important;
}

.mt-2,
.my-2 {
margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
margin-left: 0.5rem !important;
}

.m-3 {
margin: 1rem !important;
}

.mt-3,
.my-3 {
margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
margin-right: 1rem !important;
}

.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
margin-left: 1rem !important;
}

.m-4 {
margin: 1.5rem !important;
}

.mt-4,
.my-4 {
margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
margin-left: 1.5rem !important;
}

.m-5 {
margin: 3rem !important;
}

.mt-5,
.my-5 {
margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
margin-right: 3rem !important;
}

.mb-5,
.my-5 {
margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
margin-left: 3rem !important;
}

.p-0 {
padding: 0 !important;
}

.pt-0,
.py-0 {
padding-top: 0 !important;
}

.pr-0,
.px-0 {
padding-right: 0 !important;
}

.pb-0,
.py-0 {
padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
padding-left: 0 !important;
}

.p-1 {
padding: 0.25rem !important;
}

.pt-1,
.py-1 {
padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
padding-left: 0.25rem !important;
}

.p-2 {
padding: 0.5rem !important;
}

.pt-2,
.py-2 {
padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
padding-left: 0.5rem !important;
}

.p-3 {
padding: 1rem !important;
}

.pt-3,
.py-3 {
padding-top: 1rem !important;
}

.pr-3,
.px-3 {
padding-right: 1rem !important;
}

.pb-3,
.py-3 {
padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
padding-left: 1rem !important;
}

.p-4 {
padding: 1.5rem !important;
}

.pt-4,
.py-4 {
padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
padding-left: 1.5rem !important;
}

.p-5 {
padding: 3rem !important;
}

.pt-5,
.py-5 {
padding-top: 3rem !important;
}

.pr-5,
.px-5 {
padding-right: 3rem !important;
}

.pb-5,
.py-5 {
padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
padding-left: 3rem !important;
}

.m-n1 {
margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}

.m-n2 {
margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}

.m-n3 {
margin: -1rem !important;
}

.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}

.m-n4 {
margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}

.m-n5 {
margin: -3rem !important;
}

.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
margin-top: auto !important;
}

.mr-auto,
.mx-auto {
margin-right: auto !important;
}

.mb-auto,
.my-auto {
margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
margin-left: auto !important;
}

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

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

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

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

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

.h-25 {
height: 25% !important;
}

.h-50 {
height: 50% !important;
}

.h-75 {
height: 75% !important;
}

.h-100 {
height: 100% !important;
}

.h-auto {
height: auto !important;
}

.mw-100 {
max-width: 100% !important;
}

.mh-100 {
max-height: 100% !important;
}

.min-vw-100 {
min-width: 100vw !important;
}

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

.vw-100 {
width: 100vw !important;
}

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

.index-2000 {
    z-index: 2000; 
}

.index-2001 {
    z-index: 2001; 
}

.index-2002 {
    z-index: 2002; 
}

.index-2003 {
    z-index: 2003; 
}

.index-2004 {
    z-index: 2004; 
}

.index-2005 {
    z-index: 2005; 
}

.index-2006 {
    z-index: 2006; 
}

.index-2007 {
    z-index: 2007; 
}

.index-2008 {
    z-index: 2008; 
}

.index-2008 {
    z-index: 2008; 
}

.index-2009 {
    z-index: 2009; 
}

.index-2010 {
    z-index: 2010; 
}

/* ALERT DE CIERRO DE SESSIÓN */

#bg_modal_soon_logout, #bg_modal_session_expired {
    z-index: var(--z-index-session-modal-bg);
}

#modal_soon_logout, #modal_session_expired {
    z-index: var(--z-index-session-modal);
}

/* ALERT DE CIERRO DE SESSIÓN */

/* MODAL ALERTS GENERAL */

.sheriff-modal {
    z-index: var(--z-index-sheriff-modal) !important;
}

.sheriff-modal .modal-title {
    margin-right: 10px;
}

.sheriff-modal .sheriff-btn_cerrar {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;  
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0.25rem;    
    border: 1px solid rgba(128, 128, 128, 0.2);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sheriff-modal .sheriff-btn_cerrar:hover {
    text-decoration: underline rgba(128, 128, 128, 0.4);
    border: 1px solid rgba(128, 128, 128, 0.7);
}

.sheriff-modal .sheriff-btn_close {
    background-color: white;
    opacity: 1;
    border: 1px solid rgba(0, 0, 139, 0.15);
}

.sheriff-modal .sheriff-btn_close:hover {
    opacity: 0.9;
    border: 1px solid darkblue;
    outline: 1px solid white;
}

.sheriff-modal .sheriff-header_modal {
    /* background-color: rgba(239, 242, 251, 1); */
    padding: 11px 16px;
}

.sheriff-modal.sheriff-type_danger .sheriff-btn_close:hover {
    outline: none;
}

.sheriff-modal.sheriff-type_danger .sheriff-header_modal {
    background-color: #FA461C;
    color: white;
}

.sheriff-modal.sheriff-type_info .sheriff-header_modal {
    background-color: #b0ecf8;
}

.sheriff-modal.sheriff-type_info .sheriff-btn_close:hover {
    outline: none;
}

.sheriff-modal.sheriff-type_warning .sheriff-header_modal {
    background-color: #ffb300;
    color: white;
}

.sheriff-modal.sheriff-type_warning .sheriff-btn_close:hover {
    outline: none;
}

.sheriff-modal.sheriff-type_success .sheriff-header_modal {
    background-color: #2abf4d;
    color: white;
}

.sheriff-modal.sheriff-type_success .sheriff-btn_close:hover {
    outline: none;
}

.sheriff-modal .sheriff-footer_modal {
    padding: 0px 16px 12px 16px;
    border-top: 1px solid transparent;
}

.sheriff-text {
    font-size: 20px;
}

.sheriff-icon {
    font-size: 5rem;
    height: 5rem;
    position: relative;
}

.sheriff-icon i {
    position: absolute;
    left: 0;
    right: 0;
}

.sheriff-modal.sheriff-type_danger .sheriff-icon {
    color: #FA461C;
}

.sheriff-modal.sheriff-type_info .sheriff-icon {
    color: #0cb9db;
}

.sheriff-modal.sheriff-type_success .sheriff-icon {
    color: #2abf4d;
}

.sheriff-modal.sheriff-type_warning .sheriff-icon {
    color: #ffb300;
    font-size: 3rem;
}

.sheriff-modal.sheriff-type_warning .sheriff-icon i {
    padding-top: 15px;
}

.sheriff-modal.sheriff-type_warning .sheriff-icon i::before {
    border: 7px solid #ffb300;
    border-radius: 50%;
    padding: 10px 25px;
}

.sheriff-bgAll {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: var(--z-index-sheriff-modal-bg);
    background-color: rgba(0, 0, 0, 0.5);
}

.sheriff-modal-width-600 > .modal-content {
    width: 600px;
}

/* MODAL ALERTS GENERAL */

/* ALERT BIG */

.alert_big_tipo_all {
    display: flex;
    border-radius: 8px;
    max-width: 1000px;
    margin: auto;
}

.alert_big_tipo_text {
    width: calc(100% - 120px);
}

.alert_big_tipo_text_desc {
    padding: 20px 20px 15px 20px;
    background-color: rgba(219, 235, 241, 0.3);
}

.alert_big_tipo_text ._title_big {
    font-size: 23px;
}

.alert_big_tipo_text ._desc_big {
    font-size: 21px;
}

.alert_big_tipo_icon {
    font-size: 60px;
    min-width: 120px;
    text-align: center;
}

.alert_big_tipo_emoji {
    font-size: 70px;
}

._desc_line_pint {
    height: 8px;
}

/* warning */
.alert_big_tipo_warning .alert_big_tipo_text ._desc_line_pint {
    background-color: #ffb300;
}

.alert_big_tipo_warning .alert_big_tipo_icon {
    background-color: #ffb300;
    color: white;
}

.alert_big_tipo_warning {
    border: 2px solid #ffb300;
}

/* warning */

/* danger */

.alert_big_tipo_danger {
    border: 2px solid #FA461C;
}

.alert_big_tipo_danger .alert_big_tipo_icon {
    background-color: #FA461C;
    color: white;
}

.alert_big_tipo_danger .alert_big_tipo_text ._desc_line_pint {
    background-color: #FA461C;
}

/* danger */

/* success */

.alert_big_tipo_success {
    border: 2px solid #2cc875;
}

.alert_big_tipo_success .alert_big_tipo_icon {
    background-color: #2cc875;
    color: white;
}

.alert_big_tipo_success .alert_big_tipo_text ._desc_line_pint {
    background-color: #2cc875;
}

/* success */

/* info */

.alert_big_tipo_info {
    border: 2px solid #0cb9db;
}

.alert_big_tipo_info .alert_big_tipo_icon {
    background-color: #0cb9db;
    color: white;
}

.alert_big_tipo_info .alert_big_tipo_text ._desc_line_pint {
    background-color: #0cb9db;
}

/* info */

@media (max-width: 1400px) {
    
    .alert_big_tipo_all {
        border-radius: 5px;
        max-width: 900px;
    }

    .alert_big_tipo_icon {
        font-size: 50px;
        min-width: 100px;
    }

    .alert_big_tipo_text {
        width: calc(100% - 100px);
    }

    .alert_big_tipo_text_desc {
        padding: 15px 15px 10px 15px;
    }

    .alert_big_tipo_text ._title_big {
        font-size: 20px;
    }
    
    .alert_big_tipo_text ._desc_big {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    
    .alert_big_tipo_all {
        display: block;
    }

    .alert_big_tipo_warning .alert_big_tipo_icon {
        padding: 5px 0;
        font-size: 40px;
    }

    .alert_big_tipo_text {
        width: 100%;
    }
    
    .alert_big_tipo_text_desc {
        padding: 10px;
    }

    .alert_big_tipo_text ._title_big {
        font-size: 18px;
    }

    .alert_big_tipo_text ._desc_big {
        font-size: 16px;
    }
}

/* ALERT BIG */

/* MODAL LOADRING */

._modal_loader {
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 140px auto;
}

._modal_loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
._modal_loader--dot:first-child {
    background-color: #8cc759;
    animation-delay: 0.5s;
}
._modal_loader--dot:nth-child(2) {
    background-color: #8c6daf;
    animation-delay: 0.4s;
}
._modal_loader--dot:nth-child(3) {
    background-color: #ef5d74;
    animation-delay: 0.3s;
}
._modal_loader--dot:nth-child(4) {
    background-color: #f9a74b;
    animation-delay: 0.2s;
}
._modal_loader--dot:nth-child(5) {
    background-color: #60beeb;
    animation-delay: 0.1s;
}
._modal_loader--dot:nth-child(6) {
    background-color: #fbef5a;
    animation-delay: 0s;
}

._modal_loader--text {
    font-size: 23px;
    margin: auto;
    font-weight: 500;
    margin-top: 30px;
}

._modal_loader--text:after {
    content: "";
    font-weight: bold;
    animation-name: loading-text;
    animation-duration: 3s;
    min-width: 30px;
    display: inline-block;
    text-align: left;
    animation-iteration-count: infinite;
}
  
@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "";
    }
    25% {
        content: ".";
    }
    50% {
        content: "..";
    }
    75% {
        content: "...";
    }
}

#semi_modal_loading{
    margin-top: calc(50vh - 300px);
    z-index: var(--z-index-semi-modal-load);
}

#semi_modal_loading .modal-body {
    height: 350px;
    border: 3px solid blueviolet;
    border-radius: 3px;
}

#semi_modal_loading .modal-body::before {    
    content: "";
    background-position: center;
    background-size: 300px auto;
    background-repeat: no-repeat;
    background-image: url('https://aesanlucas.edu.pe/intranet/Assets/images/logo_inst_small.png');
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.05;
}

#bg_semi_modal_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    z-index: var(--z-index-semi-modal-load-bg);
}

@media (max-width: 575px) {
    
    #semi_modal_loading {
        margin-top: 0;
    }

    #semi_modal_loading .modal-dialog {
        width: 100%;
    }

    #semi_modal_loading .modal-body {
        border: none;
    }
}

/* MODAL LOADRING */

/* MODAL NEW DESIGN */

.btn_cerrar {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;  
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 0.25rem;    
    border: 1px solid rgba(128, 128, 128, 0.2);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn_cerrar:hover {
    text-decoration: underline rgba(128, 128, 128, 0.4);
    border: 1px solid rgba(128, 128, 128, 0.7);
}

.btn_close_x {
    background-color: white;
    opacity: 1;
    border: 1px solid rgba(0, 0, 139, 0.15);
}

.btn_close_x:hover {
    opacity: 0.9;
    border: 1px solid darkblue;
    outline: 1px solid white;
}

.header_modal_ui {
    background-color: rgba(239, 242, 251, 1);
    padding: 11px 16px !important;
}

.title_modal_btt {
    padding: 10px 16px;
    border-top: 1px solid rgba(128, 128, 128, 0.4);
}

/* MODAL NEW DESIGN */


/* FLASH MESSAGE */
.flash_msg_div {
    position: relative;
    display: flex;
    background-color: white !important;
}

.cont_icono_msg {
    min-width: 50px;
}

.flash_msg_div div.cont_icono_msg.bg-success {
    background-color: #4fce66 !important;
    color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 5px;
}

.flash_msg_div div.cont_icono_msg.bg-danger {
    background-color: #fe6869 !important;
    color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 5px;
}

.flash_msg_div div.cont_icono_msg.bg-warning {
    color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 5px;
}

.flash_msg_div div.cont_icono_msg.bg-warning i {
    border: 2px solid white;
    border-radius: 50%;
    padding: 3px 8px;
}

.flash_msg_close {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0.5rem;
    width: 25px;
    height: 25px;
    color: black;
    border-radius: 5px;
    padding: 0 0 0 4.5px;
    font-size: 21px;
    background-color: white;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

.flash_msg_close:hover {
    border: 1px solid rgb(85, 84, 84);
}

.flash_msg_close > div {
    position: absolute;
    top: -4px;
}

@media (max-width: 430px) {
    
    .flash_msg_div {
        display: block;
    }
    
    .flash_msg_div .cont_icono_msg {
        padding: 5px 0;
    }

    .flash_msg_div .cont_close_msg {
        right: 5px;
        top: 5px;
    }

    .flash_msg_div .cont_text_msg {
        padding-right: 0.5rem !important;
    }
}

/* FLASH MESSAGE */

/* DATA TABLE */

.table_opp_padd tr td:last-child {
    padding: 3px;
}

.table_opp_padd tr td:last-child button, .table_opp_padd tr td:last-child a {
    font-size: 11px;
}

.table_opp_num tr td:first-child {
    text-align: center;
}

.table_coloreada th {
    border: 1px solid #2c3e442f;
    padding: 6px 8px;
}

.table_coloreada td {
    border: 1px solid #2c3e442f;
    padding: 5px 8px;
}

.table_ajust td {
    padding: 4px;
}

.table_ajust th {
    padding: 6px;
}

.table_coloreada th {
    background-color: #0489b6;
    color: white;
    text-align: center;
}

/* .table_coloreada tr:nth-child(even){
    background-color: #ffffff !important;
}

.table_coloreada tr:nth-last-child(even){
    background-color: #00abe400 !important;
} */

th {
    font-weight: 500;
}

.table_coloreada_wrapper{
    color: rgb(0, 116, 161);
}

/* DATA TABLE */

.fs-90 {
    font-size: 90px;
}

.fs-25 {
    font-size: 25px;
}

.fs-24 {
    font-size: 24px;
}

.fs-23 {
    font-size: 23px;
}

.fs-22 {
    font-size: 22px;
}

.fs-20 {
    font-size: 20px;
}

.fs-19 {
    font-size: 19px;
}

.fs-18 {
    font-size: 18px;
}

.fs-17 {
    font-size: 17px;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-15i-all>*, .fs-15i-all th, .fs-15i-all td {
    font-size: 15px !important;
}

.fs-15i {
    font-size: 15px !important;
}

.fs-14 {
    font-size: 14px;
}

.fs-14i {
    font-size: 14px !important;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.fs-10i {
    font-size: 10px !important;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

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

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: white;
    color: rgb(41, 41, 41);
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    background-color: white;
    color: rgb(41, 41, 41);
}