/* 
    Developed By Quercia IT SYS LLP
*/
/* color */
.has-background-red
{
    background-color: #FF0000;
}
.has-background-transperent
{
    background-color: transparent !important; 
}
.help-bold-needed .help.is-danger
{
    font-weight:bold;
}
.help.is-danger
{
    color: #FA6348 !important;
    font-weight:400;
    /*text-shadow: 0px 0px 0px #FFF;*/
}
.error-black .help.is-danger
{
    color: #000000 !important;
    font-weight:400;
    /*text-shadow: 0px 0px 0px #FFF;*/
}
.is-half-height
{
    min-height: 50vh;
}
/* model */
.modal
{
    z-index: 998!important;
}
.position-relative
{
    position: relative;
}
.modal-content-slide
{
    overflow: initial!important;
}
.modal-arrow-left,.modal-arrow-right
{
    position: absolute;
    top: 48%;
    color: white;
    z-index: 999!important;
    cursor: pointer;
}
.modal-arrow-left{
    left: -3rem;
}
.modal-arrow-right{
    right: -3rem;
}
.is-form-label-color{
    /*color: white !important;*/
}
.has-text-color-white{
    /*color: white !important;*/
}
.has-mouse-pointer
{
    cursor: pointer;
}
.is-no-mouse-pointer
{
    cursor: default !important;
}
.has-borderless{
    border: none !important;
}
.navbar-burger
{
    height: 5.5rem!important;
}
.navbar-link:not(.is-arrowless)::after{
    right: -0.2em!important;
    
}
.has-height.mt5{
    margin-bottom: 3rem !important;
}
.has-custom-hover-color.white:hover{
    color: white !important;
}
.has-text-hover-color.white:hover{
    color: white !important;
}
.has-button-hover-color.gray:hover{
    color:#2b303b !important;
}
.has-font-size.hfz5{
    font-size: 20px !important;
}
.has-heading-font-size.hhfz5{
    font-size: 30px !important;
}
.has-line-height.hlh5{
    line-height: 20px !important;
}
nav a span::after,.header-main-container a span::after{
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.dropdown.is-fullwidth {
      display: flex;
}
.dropdown.is-fullwidth * {
    width: 100%;
}
.is-set-fullwidth{
    width: 100%;
}
.is-set-fullheight{
    height: 100%;
}
.is-pl1{
    padding-left: 1rem;
}
.is-pl2{
    padding-left: 2rem !important;
}
.is-pl3{
    padding-left: 3rem !important;
}
.has-horizontal-padding{
    padding-right: 1rem;
    padding-left: 1rem;
}
.is-horizontal-paddingless{
    padding-right: 0!important;
    padding-left: 0!important;
}
.has-verticle-padding{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.has-verticle-padding.is-p3{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.has-verticle-padding.is-p1by3{
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
}
.is-verticle-paddingless{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.is-vertical-marginless
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.is-text-box.is-h5, .is-text-area.is-h5{
    height: 2.25rem !important;
}
.is-text-box.is-h4, .is-text-area.is-h4{
    height: 2.70rem !important;
}
.has-padding
{
    padding: 1rem;
}
.has-padding.is-p1
{
    padding: 1rem !important;
}
.has-padding.is-p1by3
{
    padding: 0.33rem !important;
}
.is-form-label-color{
    color: white !important;
}
.has-margin-top.is-mt5
{
    margin-top: 5rem !important;
}
.has-margin-top.mt5{
    margin-top: 3rem !important;
}
.has-height.mt5{
    margin-bottom: 3rem !important;
}
.icon.is-large.td-circle
{
    border: 3rem solid;
    border-radius: 100%;
}
.has-text-color-white{
    color: white !important;
}
.has-remove-box-border{
    border:0px !important;
}
.has-custom-hover-color.white:hover{
    color: white !important;
}
.has-text-hover-color.white:hover{
    color: white !important;
}
.has-button-hover-color.gray:hover{
    color:#2b303b !important;
}
.has-font-size.hfz5{
    font-size: 20px !important;
}
.has-heading-font-size.hhfz5{
    font-size: 30px !important;
}
.has-line-height.hlh5{
    line-height: 20px !important;
}
.text-overflow-ellipsis
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.level-item.has-text-right
{
    justify-content:flex-end;
}
.level-item.has-text-left
{
    justify-content:flex-start;
}
.is-hidden-noforce
{
    display: none;
}
.columns-table.columns .column
{
    border: 0.1em solid #cbcbcb;
}
.view-password-icon {
    pointer-events: initial !important;
}


@media screen and (min-width:768px) {
    .has-container-max-200px-tablet
    {
        max-width: 200px;
    }
    .has-container-max-250px-tablet
    {
        max-width: 250px;
    }
}
@media screen and (max-width:768px) {
    .is-hidden-mobile-noforce
    {
        display: none;
    }
    .has-marginless-mobile
    {
        margin: 0!important;
    }
    .has-vertical-paddingless-mobile
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .has-paddingless-mobile
    {
        padding: 0!important;
    }
    .icon.is-large.td-circle
    {
        border: 1.5rem solid;
    }
    .fa-3x
    {
        font-size: 1.5em!important;
    }
    .column-order1-mobile
    {
        order: 1;
    }
    .column-order2-mobile
    {
        order: 2;
    }
    .column-order3-mobile
    {
        order: 3;
    }
    .column-order4-mobile
    {
        order: 4;
    }
    .column-order5-mobile
    {
        order: 5;
    }
    .column-order6-mobile
    {
        order: 6;
    }
}
@media only screen and (max-width:400px){
    .is-mobile-custom-button.mcw5{
         height: 2.5em !important;
        padding-left: calc(1.8em - 1px) !important;
        padding-right: calc(1.8em - 1px) !important;
    }
}