.cursor-dedo{
    cursor: pointer !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover-bg-blue:hover {
    background-color: #96C3EB !important;
    color: #FFFFFF !important;
}

.hover-bg-primary:hover {
    background-color: #5c80d1 !important;
    color: #FFFFFF !important;
}

#calendar{
    max-width: 1100px;
    margin: 50px auto;
}

.vhr-left {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    height: 100%;
    width: 1px;
}

.vhr-right {
    border: none;
    border-right: 1px solid hsla(200, 10%, 50%,100);
    height: 100%;
    width: 1px;
}

.tag-container {
    display: inline-block;
    margin: 1rem 1rem 1rem 1rem;
    padding-left: 0.25rem;
    height: 1.375rem;
    line-height: 1.375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    background-color: #5c80d1;
    border: none;
    border-radius: 0.25rem;
}

.tag-symbol {
    color: hsla(0,0%,100%,.5);
    cursor: pointer;
    font-weight: bold;
}

.tag-content {
    margin: 0.25rem 0.25rem 0.25rem 0;
    height: 1.375rem;
    line-height: 1.375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    background-color: #5c80d1;
    border: none;
    border-radius: 0.25rem;
}

.btn-resumen-atencion {
    background-color: white !important;
    border: 2px solid #5c80d1 !important;;
    color: #5c80d1 !important;
}

.btn-resumen-atencion:hover {
    color: #fff !important;
    background-color: #5c80d1 !important;
    border-color: #5c80d1 !important;
}

.btn-filter {
    background-color: white !important;
    border: 1px solid darkgrey !important;
}

.btn-filter-selected {
    color: white !important;
    background-color: darkgrey !important;
}

.btn-filter:hover {
    color: white !important;
    background-color: darkgrey !important;
}

.btn-finalizar-consulta-disabled {
    color: black !important;
    border: 1px solid darkgrey !important;
}

.btn-finalizar-consulta-disabled:hover {
    color: white !important;
    background-color: darkgrey !important;
}

.switch-gray-bg-input:not(:checked) ~ .switch-gray-bg-label::before {
    color: #fff !important;
}

.switch-gray-bg-input:not(:checked) ~ .switch-gray-bg-label::before {
    background-color: gray;
    border-color: gray;
}

.switch-gray-bg .switch-gray-bg-label:before {
    width: 2.5rem !important;
}

.switch-gray-bg .switch-gray-bg-label:after {
    background-color: #fff !important;
}

.switch-gray-bg .switch-gray-bg-input:checked~.switch-gray-bg-label:after {
    transform: translateX(1.2rem) !important;
}

.tachado {
    text-decoration:line-through;
}

.borde-redondo {
    border-radius: 30px;
}

.btn-circle{
    height: 30px;
    width: 30px;
    padding: 0 !important;
    border-radius: 50px;
    text-align: center;
}

.btn-circle-sm{
    height: 20px;
    width: 20px;
    padding: 0 !important;
    border-radius: 50px;
    text-align: center;
}

.icon-fa-stroke-medium {
    -webkit-text-stroke-width: medium;
}

.icon-fa-position-circle {
    position: relative;
    top: 0 !important;
}

.width-20-px{
    width: 20px !important;
}

.height-40-px{
    height: 40px !important;
}

.font-size-1-6-em{
    font-size: 1.6em !important;
}

.overflow-x-auto{
    overflow-x: auto !important;
}

.cursor-pointer{
    cursor: pointer !important;
}
/* A ESTANDARIZAR */
.bg-252525{
    background-color:  #252525 !important;
}

.text-ffffff{
    color: #FFFFFF !important;
}

.bg-ffffff{
    background-color: #FFFFFF !important;
}

.bg-dark-button{
    background: #565656 !important;
}

.bg-body-color-light-lignum{
    background: #F2F2F2;
}

.text-252525{
    color: #252525 !important;
}

/* A ESTANDARIZAR */
/* BORDER RADIUS */

.border-rounded-10{
    border-radius: 10px !important;
}

.border-rounded-15{
    border-radius: 15px !important;
}

.border-rounded-20{
    border-radius: 20px !important;
}

.border-rounded-25{
    border-radius: 25px !important;
}

.border-rounded-30{
    border-radius: 30px !important;
}

.border-rounded-top-left-0{
    border-top-left-radius: 0px !important;
}

.border-rounded-top-left-5{
    border-top-left-radius: 5px !important;
}

.border-rounded-top-left-10{
    border-top-left-radius: 10px !important;
}

.border-rounded-top-left-15{
    border-top-left-radius: 15px !important;
}

.border-rounded-top-left-20{
    border-top-left-radius: 20px !important;
}

.border-rounded-top-left-25{
    border-top-left-radius: 25px !important;
}

.border-rounded-top-left-30{
    border-top-left-radius: 30px !important;
}

.border-rounded-top-right-0{
    border-top-right-radius: 0px !important;
}

.border-rounded-top-right-5{
    border-top-right-radius: 5px !important;
}

.border-rounded-top-right-10{
    border-top-right-radius: 10px !important;
}

.border-rounded-top-right-15{
    border-top-right-radius: 15px !important;
}

.border-rounded-top-right-20{
    border-top-right-radius: 20px !important;
}

.border-rounded-top-right-25{
    border-top-right-radius: 25px !important;
}

.border-rounded-top-right-30{
    border-top-right-radius: 30px !important;
}

.border-rounded-bottom-left-0{
    border-bottom-left-radius: 0px !important;
}

.border-rounded-bottom-left-5{
    border-bottom-left-radius: 5px !important;
}

.border-rounded-bottom-left-10{
    border-bottom-left-radius: 10px !important;
}

.border-rounded-bottom-left-15{
    border-bottom-left-radius: 15px !important;
}

.border-rounded-bottom-left-20{
    border-bottom-left-radius: 20px !important;
}

.border-rounded-bottom-left-25{
    border-bottom-left-radius: 25px !important;
}

.border-rounded-bottom-left-30{
    border-bottom-left-radius: 30px !important;
}

.border-rounded-bottom-right-0{
    border-bottom-right-radius: 0px !important;
}

.border-rounded-bottom-right-5{
    border-bottom-right-radius: 5px !important;
}

.border-rounded-bottom-right-10{
    border-bottom-right-radius: 10px !important;
}

.border-rounded-bottom-right-15{
    border-bottom-right-radius: 15px !important;
}

.border-rounded-bottom-right-20{
    border-bottom-right-radius: 20px !important;
}

.border-rounded-bottom-right-25{
    border-bottom-right-radius: 25px !important;
}

.border-rounded-bottom-right-30{
    border-bottom-right-radius: 30px !important;
}

/*END BORDER RADIUS */

/* FONT FAMILY */
.font-montserrat{
    font-family: 'Montserrat' !important;
}

.font-inter{
    font-family: 'Inter' !important;
}

.font-myriad{
    font-family: 'Myriad Pro' !important;
}

.font-myriad-bold{
    font-family: 'Myriad Pro bold' !important;
}

.font-myriad-semibold{
    font-family: 'Myriad Pro semibold' !important;
}
/* END FONT FAMILY */

/* COMPORTAMIENTO DE ELEMENTOS */

.resize-none{
    resize: none !important;
}

/* END COMPORTAMIENTO DE ELEMENTOS */

/* estilo btn exportar */
.btn-export{
    margin-right: 3rem;
    padding: 0px 3rem;
}


.negrita-1 {
    font-weight: 100 !important;
}
.negrita-2 {
    font-weight: 200 !important;
}
.negrita-3 {
    font-weight: 300 !important;
}
.negrita-4 {
    font-weight: 400 !important;
}
.negrita-5 {
    font-weight: 500 !important;
}
.negrita-6 {
    font-weight: 600 !important;
}
.negrita-7 {
    font-weight: 700 !important;
}
.negrita-8 {
    font-weight: 800 !important;
}
.negrita-9 {
    font-weight: 900 !important;
}

.talla-letra-8{
    font-size: 8px !important;
}

.talla-letra-10{
    font-size: 10px !important;
}

.talla-letra-12{
    font-size: 12px !important;
}

.talla-letra-14{
    font-size: 14px !important;
}

.talla-letra-16{
    font-size: 16px !important;
}

.talla-letra-18{
    font-size: 18px !important;
}

.talla-letra-20{
    font-size: 20px !important;
}

.talla-letra-22{
    font-size: 22px !important;
}

.talla-letra-24{
    font-size: 24px !important;
}

.talla-letra-26{
    font-size: 26px !important;
}

.talla-letra-28{
    font-size: 28px !important;
}

.talla-letra-30{
    font-size: 30px !important;
}

.talla-letra-32{
    font-size: 32px !important;
}

.talla-letra-34{
    font-size: 34px !important;
}

.talla-letra-36{
    font-size: 36px !important;
}

.talla-letra-40{
    font-size: 40px !important;
}

.talla-letra-50{
    font-size: 50px !important;
}

.talla-letra-60{
    font-size: 60px !important;
}

.talla-letra-130{
    font-size: 130px !important;
}

.talla-letra-150{
    font-size: 150px !important;
}

.talla-letra-165{
    font-size: 165px !important;
}

.talla-letra-180{
    font-size: 180px !important;
}

.border-top-1{
    border-top: 1px solid !important;
}

.border-top-2{
    border-top: 2px solid !important;
}

.border-top-3{
    border-top: 3px solid !important;
}

.border-top-4{
    border-top: 4px solid !important;
}

.border-top-5{
    border-top: 5px solid !important;
}

.border-bottom-1{
    border-bottom: 1px solid !important;
}

.border-bottom-2{
    border-bottom: 2px solid !important;
}

.border-bottom-3{
    border-bottom: 3px solid !important;
}

.border-bottom-4{
    border-bottom: 4px solid !important;
}

.border-bottom-5{
    border-bottom: 5px solid !important;
}

.border-right-1{
    border-right: 1px solid !important;
}

.border-right-2{
    border-right: 2px solid !important;
}

.border-right-3{
    border-right: 3px solid !important;
}

.border-right-4{
    border-right: 4px solid !important;
}

.border-right-5{
    border-right: 5px solid !important;
}

.border-left-1{
    border-left: 1px solid !important;
}

.border-left-2{
    border-left: 2px solid !important;
}

.border-left-3{
    border-left: 3px solid !important;
}

.border-left-4{
    border-left: 4px solid !important;
}

.border-left-5{
    border-left: 5px solid !important;
}


@media (min-width: 576px) {

    .negrita-sm-1 {
        font-weight: 100 !important;
    }
    .negrita-sm-2 {
        font-weight: 200 !important;
    }
    .negrita-sm-3 {
        font-weight: 300 !important;
    }
    .negrita-sm-4 {
        font-weight: 400 !important;
    }
    .negrita-sm-5 {
        font-weight: 500 !important;
    }
    .negrita-sm-6 {
        font-weight: 600 !important;
    }
    .negrita-sm-7 {
        font-weight: 700 !important;
    }
    .negrita-sm-8 {
        font-weight: 800 !important;
    }
    .negrita-sm-9 {
        font-weight: 900 !important;
    }

    .talla-letra-sm-8{
        font-size: 8px !important;
    }

    .talla-letra-sm-10{
        font-size: 10px !important;
    }

    .talla-letra-sm-12{
        font-size: 12px !important;
    }

    .talla-letra-sm-14{
        font-size: 14px !important;
    }

    .talla-letra-sm-16{
        font-size: 16px !important;
    }

    .talla-letra-sm-18{
        font-size: 18px !important;
    }

    .talla-letra-sm-20{
        font-size: 20px !important;
    }

    .talla-letra-sm-22{
        font-size: 22px !important;
    }

    .talla-letra-sm-24{
        font-size: 24px !important;
    }

    .talla-letra-sm-26{
        font-size: 26px !important;
    }

    .talla-letra-sm-28{
        font-size: 28px !important;
    }

    .talla-letra-sm-30{
        font-size: 30px !important;
    }

    .talla-letra-sm-32{
        font-size: 32px !important;
    }

    .talla-letra-sm-34{
        font-size: 34px !important;
    }

    .talla-letra-sm-36{
        font-size: 36px !important;
    }

    .talla-letra-sm-40{
        font-size: 40px !important;
    }

    .talla-letra-sm-50{
        font-size: 50px !important;
    }

    .talla-letra-sm-60{
        font-size: 60px !important;
    }

    .talla-letra-sm-130{
        font-size: 130px !important;
    }

    .talla-letra-sm-150{
        font-size: 150px !important;
    }

    .talla-letra-sm-165{
        font-size: 165px !important;
    }

    .talla-letra-sm-180{
        font-size: 180px !important;
    }

    .border-top-sm-1{
        border-top: 1px solid !important;
    }

    .border-top-sm-2{
        border-top: 2px solid !important;
    }

    .border-top-sm-3{
        border-top: 3px solid !important;
    }

    .border-top-sm-4{
        border-top: 4px solid !important;
    }

    .border-top-sm-5{
        border-top: 5px solid !important;
    }

    .border-bottom-sm-1{
        border-bottom: 1px solid !important;
    }

    .border-bottom-sm-2{
        border-bottom: 2px solid !important;
    }

    .border-bottom-sm-3{
        border-bottom: 3px solid !important;
    }

    .border-bottom-sm-4{
        border-bottom: 4px solid !important;
    }

    .border-bottom-sm-5{
        border-bottom: 5px solid !important;
    }

    .border-right-sm-1{
        border-right: 1px solid !important;
    }

    .border-right-sm-2{
        border-right: 2px solid !important;
    }

    .border-right-sm-3{
        border-right: 3px solid !important;
    }

    .border-right-sm-4{
        border-right: 4px solid !important;
    }

    .border-right-sm-5{
        border-right: 5px solid !important;
    }

    .border-left-sm-1{
        border-left: 1px solid !important;
    }

    .border-left-sm-2{
        border-left: 2px solid !important;
    }

    .border-left-sm-3{
        border-left: 3px solid !important;
    }

    .border-left-sm-4{
        border-left: 4px solid !important;
    }

    .border-left-sm-5{
        border-left: 5px solid !important;
    }
}

@media (min-width: 768px) {

    .negrita-md-1 {
        font-weight: 100 !important;
    }
    .negrita-md-2 {
        font-weight: 200 !important;
    }
    .negrita-md-3 {
        font-weight: 300 !important;
    }
    .negrita-md-4 {
        font-weight: 400 !important;
    }
    .negrita-md-5 {
        font-weight: 500 !important;
    }
    .negrita-md-6 {
        font-weight: 600 !important;
    }
    .negrita-md-7 {
        font-weight: 700 !important;
    }
    .negrita-md-8 {
        font-weight: 800 !important;
    }
    .negrita-md-9 {
        font-weight: 900 !important;
    }

    .talla-letra-md-8{
        font-size: 8px !important;
    }

    .talla-letra-md-10{
        font-size: 10px !important;
    }

    .talla-letra-md-12{
        font-size: 12px !important;
    }

    .talla-letra-md-14{
        font-size: 14px !important;
    }

    .talla-letra-md-16{
        font-size: 16px !important;
    }

    .talla-letra-md-18{
        font-size: 18px !important;
    }

    .talla-letra-md-20{
        font-size: 20px !important;
    }

    .talla-letra-md-22{
        font-size: 22px !important;
    }

    .talla-letra-md-24{
        font-size: 24px !important;
    }

    .talla-letra-md-26{
        font-size: 26px !important;
    }

    .talla-letra-md-28{
        font-size: 28px !important;
    }

    .talla-letra-md-30{
        font-size: 30px !important;
    }

    .talla-letra-md-32{
        font-size: 32px !important;
    }

    .talla-letra-md-34{
        font-size: 34px !important;
    }

    .talla-letra-md-36{
        font-size: 36px !important;
    }

    .talla-letra-md-40{
        font-size: 40px !important;
    }

    .talla-letra-md-50{
        font-size: 50px !important;
    }

    .talla-letra-md-60{
        font-size: 60px !important;
    }

    .talla-letra-md-130{
        font-size: 130px !important;
    }

    .talla-letra-md-150{
        font-size: 150px !important;
    }

    .talla-letra-md-165{
        font-size: 165px !important;
    }

    .talla-letra-md-180{
        font-size: 180px !important;
    }

    .border-top-md-1{
        border-top: 1px solid !important;
    }

    .border-top-md-2{
        border-top: 2px solid !important;
    }

    .border-top-md-3{
        border-top: 3px solid !important;
    }

    .border-top-md-4{
        border-top: 4px solid !important;
    }

    .border-top-md-5{
        border-top: 5px solid !important;
    }

    .border-bottom-md-1{
        border-bottom: 1px solid !important;
    }

    .border-bottom-md-2{
        border-bottom: 2px solid !important;
    }

    .border-bottom-md-3{
        border-bottom: 3px solid !important;
    }

    .border-bottom-md-4{
        border-bottom: 4px solid !important;
    }

    .border-bottom-md-5{
        border-bottom: 5px solid !important;
    }

    .border-right-md-1{
        border-right: 1px solid !important;
    }

    .border-right-md-2{
        border-right: 2px solid !important;
    }

    .border-right-md-3{
        border-right: 3px solid !important;
    }

    .border-right-md-4{
        border-right: 4px solid !important;
    }

    .border-right-md-5{
        border-right: 5px solid !important;
    }

    .border-left-md-1{
        border-left: 1px solid !important;
    }

    .border-left-md-2{
        border-left: 2px solid !important;
    }

    .border-left-md-3{
        border-left: 3px solid !important;
    }

    .border-left-md-4{
        border-left: 4px solid !important;
    }

    .border-left-md-5{
        border-left: 5px solid !important;
    }
}

@media (min-width: 992px) {

    .negrita-lg-1 {
        font-weight: 100 !important;
    }
    .negrita-lg-2 {
        font-weight: 200 !important;
    }
    .negrita-lg-3 {
        font-weight: 300 !important;
    }
    .negrita-lg-4 {
        font-weight: 400 !important;
    }
    .negrita-lg-5 {
        font-weight: 500 !important;
    }
    .negrita-lg-6 {
        font-weight: 600 !important;
    }
    .negrita-lg-7 {
        font-weight: 700 !important;
    }
    .negrita-lg-8 {
        font-weight: 800 !important;
    }
    .negrita-lg-9 {
        font-weight: 900 !important;
    }

    .talla-letra-lg-8{
        font-size: 8px !important;
    }

    .talla-letra-lg-10{
        font-size: 10px !important;
    }

    .talla-letra-lg-12{
        font-size: 12px !important;
    }

    .talla-letra-lg-14{
        font-size: 14px !important;
    }

    .talla-letra-lg-16{
        font-size: 16px !important;
    }

    .talla-letra-lg-18{
        font-size: 18px !important;
    }

    .talla-letra-lg-20{
        font-size: 20px !important;
    }

    .talla-letra-lg-22{
        font-size: 22px !important;
    }

    .talla-letra-lg-24{
        font-size: 24px !important;
    }

    .talla-letra-lg-26{
        font-size: 26px !important;
    }

    .talla-letra-lg-28{
        font-size: 28px !important;
    }

    .talla-letra-lg-30{
        font-size: 30px !important;
    }

    .talla-letra-lg-32{
        font-size: 32px !important;
    }

    .talla-letra-lg-34{
        font-size: 34px !important;
    }

    .talla-letra-lg-36{
        font-size: 36px !important;
    }

    .talla-letra-lg-40{
        font-size: 40px !important;
    }

    .talla-letra-lg-50{
        font-size: 50px !important;
    }

    .talla-letra-lg-60{
        font-size: 60px !important;
    }

    .talla-letra-lg-130{
        font-size: 130px !important;
    }

    .talla-letra-lg-150{
        font-size: 150px !important;
    }

    .talla-letra-lg-165{
        font-size: 165px !important;
    }

    .talla-letra-lg-180{
        font-size: 180px !important;
    }

    .border-top-lg-1{
        border-top: 1px solid !important;
    }

    .border-top-lg-2{
        border-top: 2px solid !important;
    }

    .border-top-lg-3{
        border-top: 3px solid !important;
    }

    .border-top-lg-4{
        border-top: 4px solid !important;
    }

    .border-top-lg-5{
        border-top: 5px solid !important;
    }

    .border-bottom-lg-1{
        border-bottom: 1px solid !important;
    }

    .border-bottom-lg-2{
        border-bottom: 2px solid !important;
    }

    .border-bottom-lg-3{
        border-bottom: 3px solid !important;
    }

    .border-bottom-lg-4{
        border-bottom: 4px solid !important;
    }

    .border-bottom-lg-5{
        border-bottom: 5px solid !important;
    }

    .border-right-lg-1{
        border-right: 1px solid !important;
    }

    .border-right-lg-2{
        border-right: 2px solid !important;
    }

    .border-right-lg-3{
        border-right: 3px solid !important;
    }

    .border-right-lg-4{
        border-right: 4px solid !important;
    }

    .border-right-lg-5{
        border-right: 5px solid !important;
    }

    .border-left-lg-1{
        border-left: 1px solid !important;
    }

    .border-left-lg-2{
        border-left: 2px solid !important;
    }

    .border-left-lg-3{
        border-left: 3px solid !important;
    }

    .border-left-lg-4{
        border-left: 4px solid !important;
    }

    .border-left-lg-5{
        border-left: 5px solid !important;
    }
}

@media (max-width: 768px) {
    .btn-sm-mobile{
        padding: .25rem .5rem !important;
        font-size: .875rem !important;;
        line-height: 1.5 !important;;
    }
}

@media (min-width: 1200px) {


    .negrita-xl-1 {
        font-weight: 100 !important;
    }
    .negrita-xl-2 {
        font-weight: 200 !important;
    }
    .negrita-xl-3 {
        font-weight: 300 !important;
    }
    .negrita-xl-4 {
        font-weight: 400 !important;
    }
    .negrita-xl-5 {
        font-weight: 500 !important;
    }
    .negrita-xl-6 {
        font-weight: 600 !important;
    }
    .negrita-xl-7 {
        font-weight: 700 !important;
    }
    .negrita-xl-8 {
        font-weight: 800 !important;
    }
    .negrita-xl-9 {
        font-weight: 900 !important;
    }

    .talla-letra-xl-8{
        font-size: 8px !important;
    }

    .talla-letra-xl-10{
        font-size: 10px !important;
    }

    .talla-letra-xl-12{
        font-size: 12px !important;
    }

    .talla-letra-xl-14{
        font-size: 14px !important;
    }

    .talla-letra-xl-16{
        font-size: 16px !important;
    }

    .talla-letra-xl-18{
        font-size: 18px !important;
    }

    .talla-letra-xl-20{
        font-size: 20px !important;
    }

    .talla-letra-xl-22{
        font-size: 22px !important;
    }

    .talla-letra-xl-24{
        font-size: 24px !important;
    }

    .talla-letra-xl-26{
        font-size: 26px !important;
    }

    .talla-letra-xl-28{
        font-size: 28px !important;
    }

    .talla-letra-xl-30{
        font-size: 30px !important;
    }

    .talla-letra-xl-32{
        font-size: 32px !important;
    }

    .talla-letra-xl-34{
        font-size: 34px !important;
    }

    .talla-letra-xl-36{
        font-size: 36px !important;
    }

    .talla-letra-xl-40{
        font-size: 40px !important;
    }

    .talla-letra-xl-50{
        font-size: 50px !important;
    }

    .talla-letra-xl-60{
        font-size: 60px !important;
    }

    .talla-letra-xl-130{
        font-size: 130px !important;
    }

    .talla-letra-xl-150{
        font-size: 150px !important;
    }

    .talla-letra-xl-165{
        font-size: 165px !important;
    }

    .talla-letra-xl-180{
        font-size: 180px !important;
    }

    .border-top-xl-1{
        border-top: 1px solid !important;
    }

    .border-top-xl-2{
        border-top: 2px solid !important;
    }

    .border-top-xl-3{
        border-top: 3px solid !important;
    }

    .border-top-xl-4{
        border-top: 4px solid !important;
    }

    .border-top-xl-5{
        border-top: 5px solid !important;
    }

    .border-bottom-xl-1{
        border-bottom: 1px solid !important;
    }

    .border-bottom-xl-2{
        border-bottom: 2px solid !important;
    }

    .border-bottom-xl-3{
        border-bottom: 3px solid !important;
    }

    .border-bottom-xl-4{
        border-bottom: 4px solid !important;
    }

    .border-bottom-xl-5{
        border-bottom: 5px solid !important;
    }

    .border-right-xl-1{
        border-right: 1px solid !important;
    }

    .border-right-xl-2{
        border-right: 2px solid !important;
    }

    .border-right-xl-3{
        border-right: 3px solid !important;
    }

    .border-right-xl-4{
        border-right: 4px solid !important;
    }

    .border-right-xl-5{
        border-right: 5px solid !important;
    }

    .border-left-xl-1{
        border-left: 1px solid !important;
    }

    .border-left-xl-2{
        border-left: 2px solid !important;
    }

    .border-left-xl-3{
        border-left: 3px solid !important;
    }

    .border-left-xl-4{
        border-left: 4px solid !important;
    }

    .border-left-xl-5{
        border-left: 5px solid !important;
    }
}

.border-input{
    border: 1px solid #565656 !important;
}

.border-radius-10px-vanna{
    border-radius: 10px !important;
}

.border-radius-15px-vanna{
    border-radius: 15px !important;
}

.border-radius-30px-vanna{
    border-radius: 30px !important;
}
