/* font CSS
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

/* Reset CSS
========================================================================== */
html, body, div, span0, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    background: #f7f8fa;
    color: #111111;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    overflow-x: hidden;
}
*, *::after, *::before {
    box-sizing: border-box;
}

/* Common CSS
========================================================================== */
ol, ul {
    list-style: none;
}
a, .btn {
    transition: all 0.5s ease;
}

    a:active, a:hover, a:focus, .btn:focus, .btn:active, .btn:hover {
        outline: 0;
    }

a {
    color: #36A635;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #111111;
        text-decoration: none;
    }

b, strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 72%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.4em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

hr {
    box-sizing: content-box;
    height: 0;
}

*:focus {
    box-shadow: none;
    outline: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* Button CSS
========================================================================== */
.btn {
    box-shadow: none;
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.625rem 1rem;
    font-size: 16px;
    font-weight: 500;
} 


.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    background: #4FB030;
    border-color: #4FB030;
    color: #ffffff;
} 
.btn-primary:hover,  .btn-primary:not(:disabled):not(.disabled):active {
    background: rgba(54, 166, 53, 0.8);
    border-color: rgba(54, 166, 53, 0.8);
    box-shadow: none;
    color: #ffffff;
}
.btn-border {
    background: transparent;
    border: 1px solid #4FB030;
    color: #4FB030;
    padding: 0.438rem 1rem;
}
.btn-border:hover, .btn-border:not(:disabled):not(.disabled):active {
    background: #4FB030;
    border-color: #4FB030;
    box-shadow: none;
    color: #ffffff;
}

button:focus {
    outline: 0;
    box-shadow: none;
} 

.btn-grey-link {
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}


.btn-action {
    padding: 0.341em 0.364rem;
    font-size: 11px;
}
.btn-edit { 
    background: rgba(56, 145, 222, 0.1);
    color: #3891DE;
}
.btn-edit:hover, .btn-edit:focus, .btn-edit:not(:disabled):not(.disabled):active {
    background: rgba(56, 145, 222, 1);
    color: #fff;
}
.btn-remove {
background: rgba(235, 78, 78, 0.1);
color: #EB4E4E;
}
.btn-remove:hover, .btn-remove:focus, .btn-remove:not(:disabled):not(.disabled):active {
background: #EB4E4E;
color: #fff;
}
.btn-print {
    background: #E7DEFE;
    color: #AF69FC;
}
.btn-print:hover, .btn-print:focus, .btn-print:not(:disabled):not(.disabled):active {
    background: #AF69FC;
    color: #fff;
}
.btn-pending {
    background: #FEF8DE;
    color: #FFA700;
}
.btn-pending:hover, .btn-pending:focus, .btn-pending:not(:disabled):not(.disabled):active {
    background: #FFA700;
    color: #fff;
}

/* Badge CSS
========================================================================== */
.badge {
    font-weight: normal;
    border: 0px;
    border-radius: 8px;
    padding: 0.249rem 0.494rem 0.19rem;
    font-size: 8px;
    color: #000;
}

.badge .cross {
cursor: pointer;
margin-left: 5px;
font-size: 12px;
}


/* Color CSS
========================================================================== */
.text-primary {
    color: #36A635 !important;
}
.text-muted {
    color: #888888 !important;
}
/*===============================================================
 Theme Scrollbar Classes =======*/
.custom-scrollbar {
    padding-right: 4px;
    overflow: auto;
}
.custom-scrollbar::-webkit-scrollbar {
width: 6px;
background-color: #ffffff;
    }
.custom-scrollbar::-moz-scrollbar {
width: 6px;
background-color: #ffffff;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #c9c9c9;
border-radius: 25px;
}
.custom-scrollbar::-moz-scrollbar-thumb {
background-color: #c9c9c9;
border-radius: 25px;
}
.custom-scrollbar::-webkit-scrollbar:horizontal {
height: 6px;
}
.custom-scrollbar::-moz-scrollbar:horizontal {
height: 6px;
}

 

/* Table CSS
========================================================================== */
.table-border {
    background-color: transparent; 
    border-collapse: separate;
    border-spacing: 0; 
}
.table-border th {
border-color: #F5F5F5;
color: #888888;
}
.table-border td {
color: #000000;
font-size: 10px;
vertical-align: middle;
border-bottom-color: #E0E0E0;
line-height: 1.5; 
}
 

.table-sm th {
font-weight: 500;
font-size: 10px;
}


.table-sm > :not(caption) > * > * {
padding: .44rem .25rem;
}




.table-default thead tr th {
    background: #ececec;
    border: 0;
    padding: .1rem .6rem
}

    .table-default thead tr th:first-child {
        border-radius: 6px 0 0 0
    }

    .table-default thead tr th:last-child {
        border-radius: 0 6px 0 0
    }

    .table-default thead tr th i.fa-filter {
        opacity: 0;
        color: #aaa;
        transition-duration: .5s;
        font-size: 10px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 9px
    }

    .table-default thead tr th:hover i.fa-filter {
        opacity: 1
    }

.table-default tbody {
    background: #fff
}

.table-default tr td, .table-default tr th {
    font-size: 12px;
    vertical-align: middle;
    padding: .2rem .6rem
}

.table-default tr td {
    border-top: 0;
    border-bottom: 1px solid #e3e3e3;
    min-height: 42px;
    line-height: 1.2rem;
}

.table-fixed thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.table-border-scroll {
    border-bottom: 1px solid #ededed;
    border-radius: 6px
}

    .table-border-scroll .table-border {
        border-bottom: 0
    }

.table-border-radius {
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden
}

    .table-border-radius .table-default tbody tr:last-child td {
        border-bottom: 0
    }


/****** Custom Css ***/
.wrapper {
    padding-top: 78px;
}

.text-underline {
    text-decoration: underline;
}

.container {
    max-width: 1110px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    position: relative;
}


.relative {
    position: relative;
}

.block {
    display: block;
}

.font-600 {
    font-weight: 600;
}

.font-500 {
    font-weight: 500 !important;
}

.font-16 {
    font-size: 16px !important;
}

.lh-2 {
    line-height: 1.8rem;
}

.resize-no {
    resize: none;
}

.mh-60 {
    min-height: 60px;
}

.btn-md {
    padding: 0.4rem 0.8rem;
}
/*-------------------------------------------------------*/
/*  Header Navigation Css
/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* Common ELement Css
/*-------------------------------------------------------*/
.wrapper-form {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/*-------------------------------------------------------*/
/* Form element Css
/*-------------------------------------------------------*/
.form-group {margin-bottom : 1rem; }
.control-label { font-size: 12px; font-weight: 400; /*margin-bottom: 5px;*/ }

.form-control { 
    box-shadow: none;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    padding: 0.704rem 0.75rem;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #CCCCCC;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #CCCCCC;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #CCCCCC;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #CCCCCC;
}
.pw-setup .form-select, .custom-select {
    background-position: right 0.25rem center;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    padding: 0.2rem 1.2rem 0.2rem 0.75rem;
}
.form-select, .custom-select {
    background-position: right 0.5rem center;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    padding: 0.2rem 1.2rem 0.2rem 0.75rem;
}

    .form-select, .custom-select.custom-select-calendar {
        padding: .375rem 1.75rem .375rem .75rem;
    }

.form-control:focus, .form-select:focus {
    border: 1px solid #b8ffa2;
    box-shadow: none;
    outline: 0;
}
.custom-select-sm {
    padding: 0.407rem 1.2rem 0.407rem 0.75rem;
}

.custom-checkbox {
}

.custom-checkbox .form-check-input {
opacity: 0;
position: absolute;
}

.custom-checkbox .form-check-input + .form-check-label {
font-size: 12px;
position: relative;
cursor: pointer;
padding: 0;
line-height: 1;
}

.custom-checkbox .form-check-input + .form-check-label:before {
content: "";
margin-right: 5px;
display: inline-block;
vertical-align: text-top;
width: 16px;
height: 16px;
background: white;
border: 1px solid #7f8c8d;
border-radius: 4px;
}

.custom-checkbox .form-check-input + .form-check-label:before {
}

.custom-checkbox .form-check-input:checked + .form-check-label:before {
background: #4FB030;
border-color: #4FB030;
}

.custom-checkbox .form-check-input:disabled + .form-check-label {
color: #b8b8b8;
cursor: auto;
}

.custom-checkbox .form-check-input:disabled + .form-check-label:before {
box-shadow: none;
background: #ddd;
}

.custom-checkbox .form-check-input:checked + .form-check-label:after {
content: '';
display: block;
position: absolute;
top: 1px;
left: 5px;
width: 6px;
height: 11px;
border: solid #fff;
border-width: 0 2px 2px 0;
transform: rotate( 45deg);
}
   


.form-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 1rem 1.5rem;
}

    .form-box h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .form-box .form-group {
        margin-bottom: 1rem;
    }

    .form-box .form-control {
        border: 1px solid #cccccc;
        border-radius: 5px;
        background: #fff;
        width: 100%;
        height: 36px;
        padding: 0.5rem 1rem;
        font-weight: 600;
        font-size: 13px;
    }

    .form-box .control-label {
        display: block;
        font-weight: 600;
        font-size: 15px;
        margin-bottom: 3px;
    }

    .form-box .customselect {
        background: url(../images/selectimg.jpg) no-repeat right center #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .form-box .selectcustom {
        position: relative;
    }
        .form-box .selectcustom:after {
            content: "";
            background: url(../images/selectimg.jpg) no-repeat right center #fff;
            position: absolute;
            width: 32px;
            display: block;
            height: 60px;
            top: 0;
            right: 0;
            border-radius: 0px 5px 5px 0px;
        }

        .form-box .selectcustom .customselect {
            background: none;
        }

    .form-box .Editor-editor {
        height: 135px;
    }

    .form-box .btn-group {
        margin-left: 1px !important;
    }

    .form-box .line-control-status-bar {
        display: none;
    }

.form-submit {
    text-align: center;
}

    .form-submit .btn {
        min-width: 200px;
        height: 60px;
    }

.error-msg {
    font-size: 13px;
    font-weight: 600;
}

.file-browse .file-border {
    opacity: 0;
    width: 100%;
}

.file-browse .upload-btn {
    display: block;
    width: calc(100% - 30px);
    height: 30px;
    border: 0.5px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 0;
    padding-left: 68px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    outline: 0;
    font-size: 12px;
}

    .file-browse .upload-btn::before {
        position: absolute;
        content: "Browse";
        color: #fff;
        height: 30px;
        width: 61px;
        line-height: 20px;
        padding: 5px;
        text-transform: uppercase;
        top: 0px;
        left: 0;
        background: #36A635;
        border-color: #36A635;
        border-radius: 5px 0px 0px 5px;
        font-size: 12px;
        font-weight: 500;
    }

.file-browse {
    position: relative;
}

.imageuploader {
}

.imageList {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .imageList li {
        min-width: 50%;
        flex-basis: 50%;
        padding: 0 24px 3rem;
    }

        .imageList li .image, .imageList li .image_picker {
            background: #e5e5e5;
            position: relative;
            width: 100%;
            height: 200px;
        }

            .imageList li .image .close {
                width: 32px;
                height: 32px;
                background: red;
                border: 1px solid #d6d6d6;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                cursor: pointer;
                display: inline-block;
                margin: 10px 5px;
                z-index: 3;
                right: 0;
            }

                .imageList li .image .close.disabled {
                    background: #fff;
                }

                .imageList li .image .close:before {
                    left: 50%;
                    top: 50%;
                    margin-left: -10px;
                    margin-top: -2px;
                    width: 20px;
                    height: 4px;
                    background-color: #e5e5e5;
                    border: 1px solid #d6d6d6;
                    content: "";
                    position: absolute;
                    -moz-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .imageList li .image .close:after {
                    width: 20px;
                    height: 4px;
                    background-color: #e5e5e5;
                    border: 1px solid #d6d6d6;
                    content: "";
                    left: 50%;
                    top: 50%;
                    margin-left: -10px;
                    margin-top: -2px;
                    position: absolute;
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

.imageuploader .bototmLink {
    text-align: right;
    margin-top: -24px;
}

    .imageuploader .bototmLink a {
        text-decoration: underline;
    }

.line-control-menu-bar a.btn {
    font-size: 12px;
    padding: 0.1rem 0.3rem;
}

.line-control-menu-bar .dropdown-toggle .caret {
    margin-left: 0px;
}

.line-control-menu-bar .dropdown-menu li a {
    padding: 0.5rem;
    color: #111;
    display: block;
    width: 100%;
}

    .line-control-menu-bar .dropdown-menu li a:hover {
        background: #e6e6e6;
    }

/*** FIle uploader **/

.setting {
}

.image_picker .settings_wrap {
    overflow: hidden;
    position: relative;
}

.drop_target {
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
    height: 200px;
    width: 100%;
}

    .drop_target input[type="file"] {
        visibility: hidden;
    }

    .drop_target:before {
        background: url(../images/image.jpg) no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 200px;
        transition: color 0.2s;
    }

    .drop_target .image_preview {
        width: 100%;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
        position: relative;
        z-index: 2;
    }

header.header-green {
    margin: 0 -20px;
}


/* Modal CSS
========================================================================== */
.modal-lg {
    max-width: 824px;
    width: calc(100% - 1rem);
}
.modal-header {
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0px;
}
.modal-header .modal-title {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
 
.modal-lg .modal-header {
padding: 25px 30px;
}  
.modal-lg .modal-header .btn-close {
width: 11px;
height: 11px;
padding: 0.1rem;
opacity: 1;
margin-right: 0;
} 
.modal-lg .modal-header .btn-close:hover {
opacity: 0.7;
}
.btn-close:focus {
    box-shadow: none;
}

.modal-lg .modal-body {
    padding: 25px 30px;
}
.modal .box-grey {
    background: #F5F5F5;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 10px 18px 2px;
    font-size: 12px;
    color: #000000;
}
.modal .box-grey h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 9px;
}
.modal .box-grey .date {
    margin-top: 9px;
    color: #BABABA;
    font-size: 10px;
    font-weight: 300;
}
.modal .box-grey .date i {
    font-size: 12px;
}



.modalform {
    max-width: 1140px;
    width: 96%;
}

    .modalform .modal-header {
        background: #36A635;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem;
        color: #fff;
        margin-bottom: 0rem;
        text-align: center;
    }

        .modalform .modal-header .modal-title, .header-green h1 {
            font-weight: 500;
            font-size: 2rem;
            display: block;
            text-align: center;
            width: 100%;
            padding-right: 2.5rem;
        }

    .modalform .wrapper-form {
        padding: 0px;
    }

        .modalform .wrapper-form .form-box {
            padding: 0px 2rem;
        }


.modalform .modal-dialog .modal-header .close {
    top: 44px;
}

.modalform .line-control-menu-bar a.btn {
    font-size: 13px;
    padding: 0.3rem;
}

.modalform .line-control-status-bar {
    min-height: 14px;
    line-height: 15px;
}

.modalform .modal-body {
    padding: 0;
}

.modalform .modal-scroll {
    max-height: calc(100vh - 144px);
    overflow: auto;
    padding: 0 15px;
}

.modalform .form-submit {
    padding: 15px;
}

/*-------------------------------------------------------*/
/* Login Page Css
/*-------------------------------------------------------*/
.contentwrapper {
    background: #ffffff;
    display: flex;
    display: -webkit-flex;
}

    .contentwrapper .leftPanel {
        background: #36A635;
        box-shadow: 20px 4px 120px rgba(59, 110, 255, 0.2);
        height: 100vh;
        min-width: 536px;
        flex-basis: 536px;
        padding: 2rem;
    }

        .contentwrapper .leftPanel .logo {
            margin: auto;
            margin-bottom: 3rem;
        }

            .contentwrapper .leftPanel .logo img {
                max-width: 347px;
                min-width: 260px;
            }

.leftPanel .titleText {
    font-size: 40px;
    line-height: 57px;
    margin: auto;
    color: #fff;
}

    .leftPanel .titleText span {
        font-size: 30px;
    }

.contentPanel {
    height: 100vh;
    overflow-y: auto;
    flex-basis: 100%;
    padding: 15px;
}

.form-container {
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 70px);
    display: flex;
}

    .form-container .loginForm {
        max-width: 342px;
        width: 100%;
        padding: 40px 0;
    }

h3.title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 4.5rem;
    font-weight: 600;
}

.form-link {
    margin-top: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.form-message {
    text-align: center;
    line-height: 1.5rem;
}

    .form-message h2 {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 17px;
    }

.form-container .loginForm .custom-checkbox {
    font-size: 13px;
    line-height: 1.6rem;
}
@media (max-width: 992px) {
    .contentwrapper {
        min-height: 100vh;
    }

        .contentwrapper .leftPanel {
            display: none;
        }

    .form-container .loginForm {
        padding: 40px !important;
        max-width: 330px;
        background-color: #fff;
        box-shadow: 0px 0px 80px rgba(0, 0, 0, 7%);
        border-radius: 10px;
    }

        .form-container .loginForm h3.title {
            display: none;
        }

        .form-container .loginForm .form-group .control-label {
            margin-bottom: 5px !important;
        }

        .form-container .loginForm .form-group input {
            min-height: 40px;
            font-size: 12px;
        }

        .form-container .loginForm .form-group .forgot-password {
            display: block !important;
        }

        .form-container .loginForm .custom-control {
            display: none;
        }

        .form-container .loginForm .form-button .btn-block {
            font-size: 14px;
            min-height: 46px;
            margin-top: 27px;
        }

        .form-container .loginForm .form-group .field-validation-error {
            font-size: 12px;
            margin-top: 4px;
            display: inline-block;
        }

        .form-container .loginForm .signUp {
            font-size: 14px;
            display: block !important;
        }

        .form-container .loginForm .formTitle {
            display: block !important;
        }

        .form-container .loginForm h3.formTitle {
            font-weight: 700;
            margin-bottom: 13px;
            font-size: 21px;
        }

        .form-container .loginForm p.formTitle {
            margin-bottom: 40px;
            font-size: 14px;
        }
}
/*=================================
Main container
=================================*/
.main-container {
    display: flex;
    display: -webkit-flex;
}

.siteheader-green {
    background: #33da1a;
    text-align: center;
    padding: 1rem 0;
    font-size: 2rem;
    color: #fff;
    margin: 0rem -20px 1rem;
}

    .siteheader-green h1 {
        font-weight: 500;
        font-size: 2.5rem;
        margin: 0;
    }

/*-------------------------------------------------------*/
/* Left Sidebar Css
/*-------------------------------------------------------*/
.leftsidebar {
    background: #fff;
    box-shadow: 0 35px 35px rgba(0,0,0,.1);
    min-height: 100vh;
    min-width: 160px;
    flex-basis: 160px;
    position: relative;
}

    .leftsidebar .logo-bar {
        height: 60px;
        position: relative;
        padding: 0 20px 0 10px;
    }

        .leftsidebar .logo-bar .logo-small {
            display: none;
        }

        .leftsidebar .logo-bar .togglebtn {
            background: #fff;
            border: 1px solid #dadada;
            position: absolute;
            color: #aeaaaa;
            z-index: 9999;
            padding: 0;
            font-size: 20px;
            right: -13px;
            width: 26px;
            height: 26px;
            border-radius: 100%;
            display: none;
            align-items: center;
            justify-content: center;
        }

    .leftsidebar .menu-bar {
        height: calc(100vh - 65px);
        position: relative;
    }

        .leftsidebar .menu-bar .nav-bar {
            padding: 0;
            margin: 0;
        }

            .leftsidebar .menu-bar .nav-bar li {
                margin: 5px 0;
            }

                .leftsidebar .menu-bar .nav-bar li a {
                    display: flex;
                    display: -webkit-flex;
                    align-items: center;
                    padding: 13px 10px;
                    color: #000;
                    font-size: 13px;
                    line-height: 1;
                    font-family: roc-grotesk,sans-serif;
                    font-weight: 300;
                    font-style: normal;
                    text-transform: uppercase;
                    min-width: 100%;
                    border-radius: 0;
                }

                    .leftsidebar .menu-bar .nav-bar li a .icon {
                        color: #36A635;
                        margin-right: .5rem;
                        font-size: 13px;
                    }

                    .leftsidebar .menu-bar .nav-bar li.active a, .leftsidebar .menu-bar .nav-bar li a:hover {
                        background: rgba(59,110,255,.1);
                        font-weight: 500;
                    }

.profilearea {
    width: calc(100% - 10px);
    border-radius: 0 15px 15px 0;
    background-color: #36A635;
    padding: 15px;
    margin: 10px 0 10px;
    position: absolute;
    bottom: 0px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

    .profilearea .user {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: rgba(0,0,0,.25);
        cursor: pointer;
        border: 1px solid #fff;
        overflow: hidden;
        padding: 0;
    }

        .profilearea .user img {
            max-width: 100%;
            object-fit: cover;
            width: 40px;
            height: 40px;
        }

    .profilearea .detail {
        color: #fff;
        margin-left: 10px;
        flex-basis: calc(100% - 50px);
        min-width: calc(100% - 50px);
    }

    .profilearea .name {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 4px;
        display: block;
    }

    .profilearea .detail a {
        color: #f6e8e8;
        font-size: 12px;
    }

@media (max-width: 990px) {
    .leftsidebar .logo-bar .togglebtn {
        display: flex;
        display: -webkit-flex;
    }

    .leftsidebar .logo-bar img, .leftbar-open .leftsidebar .logo-bar .logo-small {
        display: none;
    }

    .leftsidebar .logo-bar .logo-small {
        display: block;
        margin-left: -2px;
    }

    .leftsidebar {
        min-width: 40px;
        flex-basis: 40px;
    }

        .leftsidebar .menu-bar .nav-bar li a {
            justify-content: center;
        }

            .leftsidebar .menu-bar .nav-bar li a .value {
                display: none;
            }

            .leftsidebar .menu-bar .nav-bar li a .icon {
                margin-right: 0;
            }

        .leftsidebar .logo-bar .togglebtn i {
            transform: rotate(180deg);
            top: -1px;
            position: relative;
            left: 1px;
        }


    .leftbar-open .leftsidebar .logo-bar img {
        display: block;
    }

    .leftbar-open .leftsidebar {
        min-width: 160px;
        flex-basis: 160px;
    }

        .leftbar-open .leftsidebar .menu-bar .nav-bar li a {
            justify-content: left;
        }

            .leftbar-open .leftsidebar .menu-bar .nav-bar li a .value {
                display: inline-block;
            }

            .leftbar-open .leftsidebar .menu-bar .nav-bar li a .icon {
                margin-right: 0.5rem;
            }

        .leftbar-open .leftsidebar .logo-bar .togglebtn i {
            transform: rotate(0deg);
            top: 0px;
            left: 0px;
        }

    .profilearea .user {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .profilearea {
        padding: 5px;
    }

        .profilearea .user img {
            width: 20px;
            height: 20px;
        }
}



/*-------------------------------------------------------*/
/* Right Panel Css
/*-------------------------------------------------------*/
.right-panel {
    background: #f9f9f9;
    flex-basis: 100%;
    min-width: calc(100% - 165px);
}

.main-container .right-panel .content-panel {
    padding: 0 20px;
}

    .main-container .right-panel .content-panel .table-sidebar {
        display: flex;
        display: -webkit-flex;
        height: 100vh;
        position: relative;
    }

.main-container .right-panel .table-content {
    min-width: 100%;
    max-width: 100%;
    margin-top: 15px;
}

.table-content .table-responsive {
    height: calc(100vh - 96px);
}

.form-panel {
    height: 100vh;
    overflow: auto;
    margin: 0 -20px;
    padding-bottom: 80px;
}

.wrapper-form.form-panel {
    height: calc(100vh - 92px);
    overflow: auto;
    margin: 0 -20px;
    padding-bottom: 80px;
}

.form-panel .form-submit {
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}

h1.title {
    flex-basis: 100%;
    min-width: 100%;
}

.main-container .right-panel .table-content .table {
    margin-bottom: 0;
}


.main-container .right-panel .content-panel .table-sidebar .rightsidebar {
    display: none;
    min-width: 486px;
    max-width: 486px;
    background: #fff;
    margin-left: auto;
    border-left: 1px solid rgba(0,0,0,.1);
    margin-right: -20px;
    position: relative
}

    .main-container .right-panel .content-panel .table-sidebar .rightsidebar .customscroll {
        overflow: auto
    }

    .main-container .right-panel .content-panel .table-sidebar .rightsidebar .close-strip {
        background-color: #36A635;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding: .5rem;
        text-align: right;
    }

    .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        padding: 0px;
        align-items: center
    }

        .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .item {
            flex-basis: 33.33%;
            min-width: 33.33%;
            padding: 15px;
            font-size: 14px;
        }

            .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .item label {
                font-weight: 600;
                margin-bottom: 5px;
                display: block;
                width: 100%;
            }

        .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .image {
            margin-left: auto;
            border: 1px solid #d5d5d5;
            border-radius: 5px;
            overflow: hidden;
            width: 151px
        }

        .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .info {
            padding-right: 15px
        }

            .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .info .item {
                margin-bottom: 18px;
                font-size: 18px
            }

            .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .info h5 {
                color: #000;
                font-size: 12px;
                margin-bottom: 5px;
                font-weight: 400
            }

.table-sidebar.rightsidebar-open .table-content {
    min-width: calc(100% - 486px);
    max-width: calc(100% - 486px);
    max-height: calc(100vh - 35px);
    overflow: hidden;
}

.main-container .right-panel .content-panel .table-sidebar.rightsidebar-open .rightsidebar {
    display: block;
}

.rightsidebar .collaborator {
    padding: 15px 15px 5px;
    background: #F5F8F9;
    display: flex;
}
/*  .ag-theme-balham .ag-row-odd {display: -webkit-flex;
    font-size: 13px;
    margin: 0 15px;
}*/

.collaborator ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.collaborator label {
    font-size: 11px;
}

.collaborator ul li {
    margin-left: 10px;
    margin-bottom: 10px;
}

    .collaborator ul li .dropdown .dropdown-toggle {
        padding: 0 0.5rem;
        color: #0070fe;
        font-size: 14px;
    }

    .collaborator ul li .dropdown-menu ul li {
        font-size: 14px;
        cursor: pointer;
        padding: 0.5rem;
        margin: 0px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

        .collaborator ul li .dropdown-menu ul li:last-child {
            border-bottom: 0px;
        }

        .collaborator ul li .dropdown-menu ul li:hover {
            background: #e6e6e6;
        }

.rightsidebar .tag {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 15px;
}

    .rightsidebar .tag label {
        font-size: 14px;
        text-transform: capitalize;
    }

    .rightsidebar .tag ul {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        margin-left: 1rem;
    }

        .rightsidebar .tag ul li {
            margin: 4px;
        }

            .rightsidebar .tag ul li .tag {
                border: 0px;
                border-radius: 15px;
                padding: 0.2rem 0.5rem;
                font-size: 11px;
            }

.bg-yellow {
    background: #ff9500 !important;
    color: #fff !important;
}

.bg-green {
    background: #00d577 !important;
    color: #fff;
}

.bg-gray {
    background: #e6e6e6 !important;
    color: #111;
}

.bg-lightgreen {
    background: #98d03d !important;
    color: #fff;
}

.bg-lightyellow {
    background: #deb453;
}

.bg-dark-blue {
    background: #ab6ed6;
}

.bg-lightblue {
    background: #5d9ed9;
}

.bg-blue {
    background: #0070fe !important;
    color: #fff;
}

.bg-red {
    background: #ff1d41 !important;
    color: #fff;
}

.table-inventory tr {
    cursor: pointer;
}

.rightsidebar .tag ul li .tag span {
    opacity: 0.5;
    font-size: 16px;
    margin-left: 7px;
}


.rightsidebar .tag ul li .dropdown-toggle {
    padding: 0;
    color: #0070fe;
}

.no-arrow {
}

    .no-arrow:after {
        opacity: 0;
        display: none;
    }

.rightsidebar .tag ul li .dropdown {
    margin-left: 1rem;
}

.rightsidebar .tag ul li .dropdown-menu {
    padding: 0;
}

    .rightsidebar .tag ul li .dropdown-menu ul {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        margin: 0px;
    }

        .rightsidebar .tag ul li .dropdown-menu ul li {
            min-width: 100%;
            flex-basis: 100%;
            padding: 5px;
            margin: 0;
        }

            .rightsidebar .tag ul li .dropdown-menu ul li:hover {
                background: #e6e6e6;
            }

.rightsidebar .name-icon {
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    flex-basis: 32px;
    width: 32px;
    align-items: center;
    background: center/cover #cbd4db;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.07);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    position: relative;
    vertical-align: top;
    flex-shrink: 0;
    margin-right: 8px;
}

.comment-composer {
    display: flex;
    display: -webkit-flex;
    padding: 12px;
}

    .comment-composer .texteditor {
        flex-grow: 1;
    }

        .comment-composer .texteditor .comment-textarea {
            border: 0;
            width: 100%;
            resize: none;
            margin: 0;
            height: 69px;
            font-size: 15px;
            padding: 5px;
        }

        .comment-composer .texteditor .editor-tools {
            padding: 10px;
            font-size: 12px;
            display: flex;
            display: -webkit-flex;
        }

        .comment-composer .texteditor .Editor-container {
            margin-top: 0;
        }

        .comment-composer .texteditor .btn-group a {
            font-size: 10px;
        }

        .comment-composer .texteditor .Editor-editor {
            height: 92px;
            border-radius: 5px;
        }

        .comment-composer .texteditor div#statusbar_txtEditor {
            display: none;
        }

.comment-button {
    text-align: right;
    padding: 0 12px 0 52px;
}

.btn-sm {
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    left: 0;
    z-index: 10001;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.comment-composer .texteditor .editor-tools .button {
    margin-left: auto;
}

.btn-sm {
    font-size: 12px;
    padding: 0.3rem 0.5rem;
    font-weight: 500;
}

.comment-composer .texteditor .editor-tools .button span {
    margin-right: 10px;
}

.feedSection {
}

    .feedSection .feedList {
    }

        .feedSection .feedList li {
            display: flex;
            display: -webkit-flex;
            padding: 10px 15px;
            margin-bottom: 10px;
        }

        .feedSection .feedList .feed-title {
            display: flex;
            display: -webkit-flex;
            margin-bottom: 8px;
        }

            .feedSection .feedList .feed-title .name {
                color: #151b26;
                font-size: 13px;
                font-weight: 500;
            }

            .feedSection .feedList .feed-title .like {
                margin-left: auto;
                color: #6f7782;
                font-size: 15px;
            }

            .feedSection .feedList .feed-title .name .date {
                color: #6f7782;
                font-size: 11px;
                margin-left: 8px;
            }

        .feedSection .feedList .feed-comment {
            font-size: 13px;
            line-height: 1.1rem;
        }

        .feedSection .feedList
        .detail {
            flex-grow: 1;
        }

        .feedSection .feedList .feed-title .name span.attach-icon {
            margin-left: 4px;
        }

        .feedSection .feedList .feed-comment .attachment {
            background: #f6f8f9;
            border: 1px solid #e8ecee;
            border-radius: 8px;
            overflow: hidden;
        }

            .feedSection .feedList .feed-comment .attachment img {
                max-height: 400px;
                width: 100%;
                object-fit: cover;
            }

        .feedSection .feedList .feed-comment .attachment-name {
            font-size: 11px;
            font-weight: 600;
            color: #6f7782;
            margin-top: 3px;
        }

            .feedSection .feedList .feed-comment .attachment-name a {
                color: #6f7782;
            }

        .feedSection .feedList .update-item {
            flex-basis: 100%;
            min-width: 100%;
            color: #6f7782;
            font-size: 11px;
            margin-bottom: 6px;
            line-height: 1.1rem;
        }

        .feedSection .feedList .feed-update {
            flex-wrap: wrap;
            padding-left: 55px;
            padding-top: 0;
        }

        .feedSection .feedList .update-item a {
            color: #6f7782;
            font-weight: 500;
        }

        .feedSection .feedList .feed-comment embed {
            width: 100%;
            min-height: 120px;
            overflow: hidden;
        }

.main-container .right-panel .content-panel .table-sidebar .rightsidebar .close-strip button.close-right {
    background: transparent;
    border: 0px;
    color: #fff;
}

.table-inventory tr td .image {
    height: 50px;
    overflow: hidden;
    width: 80px;
}

    .table-inventory tr td .image embed {
        width: 100px;
        height: 100%;
    }

    .table-inventory tr td .image img {
        width: 100%;
        object-fit: cover;
    }

@media (max-width: 990px) {
    .main-container .right-panel .content-panel .table-sidebar .rightsidebar {
        min-width: 386px;
        max-width: 386px;
    }

    .table-sidebar.rightsidebar-open .table-content {
        min-width: calc(100% - 386px);
        max-width: calc(100% - 386px);
    }
}

@media (max-width: 767px) {
    .main-container .right-panel .content-panel .table-sidebar .rightsidebar {
        min-width: 320px;
        max-width: 320px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

        .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .item label, .main-container .right-panel .content-panel .table-sidebar .rightsidebar .sku-detail .item {
            font-size: 12px;
        }

    .collaborator ul li {
        margin: 6px 8px 0 0;
    }

    .collaborator ul {
        width: 100%;
        min-width: 100%;
    }

    .table-sidebar.rightsidebar-open .table-content {
        min-width: 100%;
        max-width: 100%;
    }
}

.dz-size {
    display: none;
}

.task-search {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}

    .task-search .col-auto {
        padding: 0 7.5px;
    }

    .task-search .form-group {
        margin-bottom: 1rem;
    }

    .task-search .col-button {
        display: flex;
        display: -webkit-flex;
    }

        .task-search .col-button .btn {
            height: 40px;
        }

@media (max-width: 700px) {
    .task-search {
        flex-wrap: wrap;
    }

        .task-search .col-button {
            flex-basis: 100%;
            min-width: 100%;
            padding: 0 15px 15px;
        }

    .task-list .table-responsive {
        height: calc(100vh - 141px);
    }
}

@media(max-width: 540px) {
    .task-search .col-auto {
        width: 100%;
    }

    .task-list .table-responsive {
        height: calc(100vh - 200px);
    }
}

/***********************************
Responsive Css
****************************************/
@media (max-width: 1100px) {
    .contentwrapper .leftPanel {
        min-width: 436px;
        flex-basis: 436px;
    }
}

@media (max-width: 990px) {
    .contentwrapper .leftPanel {
        min-width: 330px;
        flex-basis: 330px;
    }
}

@media (max-width: 767px) {
    .contentwrapper {
        flex-wrap: wrap;
    }

        .contentwrapper .leftPanel {
            min-width: 100%;
            flex-basis: 100%;
            height: auto;
        }

    .form-container .loginForm {
        padding: 15px 0;
    }

    .contentPanel {
        height: auto;
        padding: 30px 15px;
    }

    .form-container {
        min-height: 100%;
    }

    .leftPanel .titleText {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}


/* Content Schedule*/
.mainWrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
}

    .mainWrapper .rightSection {
        background: #fff;
        min-width: 250px;
        flex-basis: 250px;
        padding: 15px;
    }

        .mainWrapper .rightSection .checkList ul li {
            margin: 5px 0;
            font-size: 15px;
        }
.checkList .styled-checkbox + label {
    font-size: 11px;
    font-weight: 500;
    color: #0a0a0a;
}
.styled-checkbox:checked + label,
.styled-checkbox + label:hover {
    /*font-size: 11px;
    font-weight: 500;
    color: #0a0a0a;*/
}
.mainWrapper .rightSection .control-label {
    font-size: 11px;
}

            .mainWrapper .rightSection .checkList ul li input[type=checkbox] {
                margin-right: 4px;
            }

.staff-short-tt {
    height: 18px;
    font-size: 10px;
}
    .staff-short-tt.therapy-type-OC {
        background: #a9eded !important;
    }
    .staff-short-tt.therapy-type-PH {
        background: #e7b7cb !important;
    }
    .staff-short-tt.therapy-type-SP {
        background: #f7e695 !important;
    }
    .staff-short-tt.therapy-type-PS {
        background: #d9d9d9 !important;
    }
    .staff-short-tt.therapy-type-VI {
        background: #f2a8ffe3 !important;
    }
    .staff-short-tt.therapy-type-HE {
        background: #f56e6eed !important;
    }

.staff-short-sch-count, .staff-short-unsch-count {
    height: 21px;
    width: 21px;
    font-size: 12px;
}
.staff-short-sch-count{
    background: #d2ffd3b5 !important;
    color: #50bf50;
}

.staff-short-unsch-count {
    background: #dcdfdcb5 !important;
    color: #575e57d1;
}
.scroll.scroll-pull {
   /* padding-right: 8px;
    margin-right: -4px;*/
}

.scroll {
    position: relative;
    overflow: hidden;
}
    .scroll::-webkit-scrollbar {
        width: 0px;
        height: 5px;
        background-color: transparent;
    }

    body::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        background-color: transparent;
    }

/*.ui-contextmenu {
    z-index: 1;
}*/


.calendar-content .scroll::-webkit-scrollbar {
   /* width: 5px;*/
    height: 10px;
    background-color: #575e57d1;
}
.calendar-content .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.calendar-content .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #608d67;
}

.staff-container {
    height: calc(100vh - 463px);
    overflow-y: auto;
    overflow-x: hidden;
}
.iepCoordinator-container {
    height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x: hidden;
}
.school-teacher-container {
    height: calc(100vh - 305px);
    overflow-y: auto;
    overflow-x: hidden;
}
#SetupWorkingTimeModal .staff-container {
    height: calc(100vh - 310px);
    overflow-y: auto;
    overflow-x: hidden;
}

.staff-container-scheduler {
    height: calc(100vh - 160px);
    overflow-y: auto;
    overflow-x: hidden;
}

.student-container {
    height: calc(100vh - 470px);
    overflow-y: auto;
    overflow-x: hidden;
}

.schedule-container-y {
    max-height: calc(100vh - 50px);
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.schedule-container {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.schedule-container-print {
    height: calc(100vh - 195px);
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.border-student {
    border-color: #dce3ebd9;
}
.text-student-name {
    font-size: 11px;
    color: #111111;
    font-weight: 600;
}
.text-student-dob {
    font-size: 10px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        color: #888888;
        position: relative;
        cursor: pointer;
        padding: 6px 10px 6px 30px;
        font-size: 13px;
        font-weight: 400;
    }
.pw-setup .styled-checkbox + label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 19px;
    min-width: 14px;
    height: 18px;
    margin-top: 0;
    border-radius: 3px;
    background: white;
    border: 1px solid #bababa;
    position: absolute;
    top: 2px;
    left: 0;
}

        .styled-checkbox + label:before {
            content: '';
            margin-right: 5px;
            display: inline-block;
            vertical-align: text-top;
            width: 14px;
            min-width: 14px;
            height: 14px;
            margin-top: 0;
            border-radius: 3px;
            background: white;
            border: 1px solid #bababa;
            position: absolute;
            /*top: 2px;*/
            left: 0;
        }

    .styled-checkbox:hover + label:before {
        background: #4FB030;
        border: 1px solid #4FB030;
    }

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #4FB030;
        border: 1px solid #4FB030;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 2px;
        /*top: 6px;*/
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.pw-setup .styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.contentSection .topSection {
    display: flex;
    display: -webkit-flex;
}

    .contentSection .topSection .navbar {
        padding: 0;
        justify-content: flex-start;
    }

    .contentSection .topSection .right-action label[for="showtooltip"] {
        white-space: normal;
        display: flex;
        /* display: -webkit-flex;*/
    }

@media (max-width: 990px) {
    .contentSection .topSection .navbar {
        flex-wrap: nowrap;
    }
}

.contentSection .topSection .navbar .nav-item {
    padding: 0 10px;
}

    .contentSection .topSection .navbar .nav-item button {
        background: transparent;
        border: 0px;
        color: #9e9e9f;
        font-weight: 500;
        border-bottom: 1px solid transparent;
        padding: 0 0 12px;
        font-size: 12px;
    }

/*.calendar-content {
    flex-basis: calc(100% - 250px);
    min-width: calc(100% - 250px);
    padding: 30px 15px 15px 15px;
}*/

.contentSection .topSection .right-action {
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
}

.contentSection .topSection .navbar .nav-item:first-child {
    padding-left: 0px;
}

.contentSection .topSection .navbar .nav-item.active button {
    border-bottom-color: #000;
    color: #000;
}

.contentSection .topSection .right-action .dropdown .btn-gray {
    background: #f0f0f0;
    font-weight: 600;
    font-size: 12px;
}

.contentSection .topSection .right-action .custom-select {
    font-size: 14px;
    height: 34.4px;
}

.contentSection .topSection .right-action .dropdown {
    margin-right: 11px;
}

/*.calendar-content .boxcontent {
    background: #fff;
    min-height: 125px;
    margin-top: 20px;*/
    /* zoom: 0.8;*/
/*}*/

.calendar-content .boxcontent .calendar-title {
    padding: 10px 0 5px 0;
    /*display: flex;
        display: -webkit-flex;*/
}

        .calendar-content .boxcontent .calendar-title .left-arrow {
            padding: 0rem 1rem 0 0rem;
        }

            .calendar-content .boxcontent .calendar-title .left-arrow a {
                background: url(/assets/images/right-arrow.png);
                background-size: contain;
                background-repeat: no-repeat;
                display: block;
                width: 20px;
                height: 20px;
                transform: rotate(180deg);
                opacity: 0.3;
            }

        .calendar-content .boxcontent .calendar-title .right-arrow {
            padding: 0rem 0rem 0 1rem;
        }

            .calendar-content .boxcontent .calendar-title .right-arrow a {
                background: url(/assets/images/right-arrow.png);
                background-size: contain;
                background-repeat: no-repeat;
                display: block;
                width: 20px;
                height: 20px;
                opacity: 0.3;
            }

        .calendar-content .boxcontent .calendar-title h3 {
            font-weight: 400;
            font-size: 16px;
            display: flex;
            display: -webkit-flex;
            align-items: center;
            color: #5f96c5;
        }

            .calendar-content .boxcontent .calendar-title h3 span {
                font-size: 14px;
                margin-right: 1rem;
                color: #343436;
            }

        .calendar-content .boxcontent .calendar-title .statusAction {
            /*margin-left: auto;*/
            display: flex;
            display: -webkit-flex;
        }

            .calendar-content .boxcontent .calendar-title .statusAction li {
                font-size: 10px;
                font-weight: 500;
                display: flex;
                display: -webkit-flex;
            }

.calendar-content .boxcontent.schedule-old .calendar-title .statusAction li {
    margin-right: 30px;
}

                .calendar-content .boxcontent .calendar-title .statusAction li .dot {
                    display: block;
                    width: 8px;
                    height: 8px;
                    border-radius: 100%;
                    margin-right: 7px;
                }

        .calendar-content .boxcontent .calendar-title h3 .close {
            cursor: pointer;
            font-size: 13px;
            margin-right: 8px;
        }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0px !important;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    margin: 1px !important;
    padding: 2px 5px;
}
    .fc-time-grid .fc-bgevent, .fc-time-grid .fc-event.calendar-work-out {
        margin: 0px !important;
    }

.fc-time-grid .fc-slats td {
    height: 1em !important;
}
.fc-agendaWeek-view tr {
    height: 33px; /*50px;*/
}

@media print {
    .fc-agendaWeek-view tr {
        height: 30px;
    }
}


#calendars .fc-head .fc-head-container.fc-widget-header th,
.calendar-content .fc-head .fc-head-container.fc-widget-header th {
    height: 30px;
    border-width: 0px;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    color: #888888;
    text-align: left;
    padding: 0 8px;
}
#calendars .fc-time,
.calendar-content .fc-time {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
    color: slategray;
}
#calendars .fc-event .fc-title,
.calendar-content .fc-event .fc-title {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    color: darkslategray;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1 !important;
}
    #calendars .fc-event .fc-title .otherElemCss,
    .calendar-content .fc-event .fc-title .otherElemCss {
        font-size: 10px;
        font-weight: 400;
        color: darkslategray;
        margin-top: -2px;
    }

#calendarPrintContent .fc-head .fc-head-container.fc-widget-header th {
    height: 30px;
    border-width: 0px;
    vertical-align: middle;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    color: #888888;
    text-align: left;
    padding: 0 8px;
}
#calendarPrintContent .fc-time {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: slategray;
}
#calendarPrintContent .calendar-title .statusAction.me-auto {
    margin-right: unset !important;
}
#calendarsForPrint .calendar-title .flex-grow-1,
#calendarPrintContent .calendar-title .flex-grow-1 {
    flex-grow: unset !important;
}
#calendarsForPrint .fc-head .fc-head-container.fc-widget-header th {
    height: 30px;
    border-width: 0px;
    vertical-align: middle;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #888888;
    text-align: left;
    padding: 0 8px;
}
#calendarsForPrint .fc-slats .fc-time {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #202326;
}
#calendarsForPrint .fc-content-skeleton .fc-time {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    color: #202326;
}
#calendarsForPrint .fc-event .fc-title {
    font-size: 12px;
    font-weight: 500;
    color: darkslategray;
}

.contentSection .topSection .right-action .btn, .contentSection .topSection .right-action .custom-select {
    font-size: 12px;
}

.mainWrapper .rightSection .custom-select {
    font-size: 11px;
}
#requestModal textarea#txtRequest {
    height: 100px;
}



@media print {
    @page {
        size: landscape; /* auto is the initial value */
        margin: 0; /* this affects the margin in the printer settings */
        overflow: hidden !important;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .boxcontent {
        position: absolute;
        top: 0px;
        right: 10px;
        left: 10px;
        bottom: 0px;
        margin-top: 0px !important;
    }

    .calendar-page {
        height: 816px;

    }

    .pagebreak {
        height: 85px; /*Letter*/
        /*height:160px;*/ /*A4*/
    }

    .no-print, .no-print * {
        display: none !important;
    }

    html {
        /*zoom: 1;
        overflow: hidden !important;*/
    }
}

.genericSidebarCSS {
    height: 100%;
    width: 85px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #111;*/
    transition: 0.5s;
    overflow-x: hidden;
    padding-top: 60px;
    white-space: nowrap;
}

    .genericSidebarCSS a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
    }

        .genericSidebarCSS a:hover {
            color: #f1f1f1;
        }

genericMain .genericSidebarCSS {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.material-icons,
.icon-text {
    vertical-align: middle;
}

.material-icons {
    padding-bottom: 3px;
    margin-right: 30px;
}

.material-icons-first {
    margin-right: 40px;
}

#genericMain {
    padding: 16px; 
    transition: margin-left 0.5s;
    flex-basis: 100%;
}

/* Qtip Tottlitp Css */
.qtip-default {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 0px;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
  
}

    .qtip-default .qtip-content {
        min-width: 124px;
    }
.qtip .qtip-tip, .qtip .qtip-tip canvas {
    display: none;
}

.qtip:before {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    margin-left: -20px;
    position: absolute;
    bottom: -10px;
    left: 40px;
}
.font-12 {
    font-size: 12px;
}

.filterDate {
    margin-left: auto;
    max-width: 528px;
    padding: 10px 20px;
}

    .filterDate .form-control {
        width: 154px;
        margin: 0 5px;
    }
/*End Report style*/

.printHeaderCss {
    font-size: 17px;
    font-weight: bold;
    background: white;
    width: 98%;
    position: absolute;
    padding: 20px 10px 10px 30px;
}
 

/* New css */
.left-sidebar {
    background-color: #fff;
    box-shadow: 5px 0px 10px #00000008;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    min-width: 246px;
    padding: 2.8rem 0 0; 
}
.left-sidebar .logo {
padding: 0 30px 2.8rem;
display: flex;
justify-content: space-between;
}
.left-sidebar .logo .navbar-brand{ max-width: 143px;}
.left-sidebar .logo button.navbar-toggler {
padding: 0;
height: auto;
box-shadow: none;
} 
.left-sidebar ul.navbar-nav li {
padding: 4px 1rem;
}

.left-sidebar ul.navbar-nav li a {
color: #888888;
font-size: 16px;
display: flex;
align-items: center;
width: 100%;
padding: 11px 15px;
}
    .left-sidebar ul.navbar-nav li .icon {
        margin-right: 14px;
        font-size: 14px;
        flex-basis: 14px;
        color: #BABABA;
    }
.left-sidebar ul.navbar-nav li a:hover {
color: #000000;
} 
.left-sidebar ul.navbar-nav li a.active {
background-color: #F0F0F0;
border-radius: 8px;
color: #000000;
}
.sidebar-collapse .left-sidebar .logo button.navbar-toggler {
    transform: rotate(180deg);
}
.sidebar-collapse .left-sidebar {
min-width: 50px;
flex-basis: 50px;
overflow: hidden;
}

.sidebar-collapse .left-sidebar .navbar-brand {
display: none;
}

.sidebar-collapse .left-sidebar .logo {
padding-left: 10px;
padding-right: 10px;
justify-content: center;
}

.sidebar-collapse .left-sidebar ul.navbar-nav li {
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.sidebar-collapse .left-sidebar ul.navbar-nav li a {
padding: 11px 5px;
text-align: center;
justify-content: center;
}

.sidebar-collapse .left-sidebar ul.navbar-nav li .icon-text {
display: none;
}

.sidebar-collapse .left-sidebar ul.navbar-nav li .icon {
margin-right: 0px;
}

.content-wrapper {
    flex-basis: 100%;
    padding: 40px 55px;
}
.content-wrapper h1.title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.5rem 0 1rem 0;
}
.tab-pane .search-field {
    display: flex;
    padding: 0px 0px 0 15px;
    align-items: center;
}

.tab-pane .search-field .form-control {
border: 0px;
height: 67px;
color: #BABABA;
font-size: 12px;
font-weight: 500;
}
    .tab-pane .search-field .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #BABABA;
        font-weight: 500;
    }
    .tab-pane .search-field .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #BABABA;
        font-weight: 500;
    }

.tab-pane .search-field i {
color: #BABABA;
font-size: 11px;
}

/* Ag Theme Css */
.ag-theme-balham .ag-root-wrapper { border: 0px; }
.ag-theme-balham .ag-header { background-color: #F5F5F5; }
.ag-header-cell-text { color: #888888; font-size: 12px; font-weight: 500; }
.ag-theme-balham { font-family: 'Poppins', sans-serif; }
.ag-theme-balham input[class^='ag-'][type='text']:disabled { background: #f9f9f9 !important; }
.ag-header-row { border: 0px !important; }
.ag-theme-balham .ag-header-cell { border-top-color: #F5F5F5 !important; }
.ag-theme-balham .ag-row { border-color: #E0E0E0; }
.ag-theme-balham .ag-row-odd {
    background-color: #f8f8f8;
}
.ag-theme-balham .ag-cell-value {
    font-size: 12px; 
}
.ag-theme-balham .ag-ltr .ag-cell h6 { font-size: 12px; font-weight: 400; margin-bottom: 4px;}
.ag-theme-balham .ag-ltr .ag-cell {font-size: 12px; line-height: 1.2;}
.ag-theme-balham .ag-ltr .ag-cell .small-text { font-size: 10px; font-weight: 300; color: #888888; }
.ag-theme-balham .ag-ltr .ag-cell .small-text .date { margin-right: 10px; }
.ag-theme-balham .ag-ltr .ag-cell > div { width: 100%; }
.ag-theme-balham .ag-ltr .ag-cell > div p { margin-bottom: 0; line-height: 1.5; }
.ag-theme-balham .ag-row-selected { background-color: #EDF7FF; }
.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked {
background: #4FB030;
color: #fff;
}

.ag-theme-balham .ag-checkbox-input-wrapper.ag-checked::after {
color: #fff;
border-color: #4FB030;
}

.icon-box {
    width: 20px;
    height: 20px;
    background-color: #f1f1f1;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 13px;
}
button{ text-decoration: none;}
/*******************************
* Common Css
*******************************/
.bg-danger {
    background-color: #FF7676 !important;
    color: #ffffff;
}
.bg-success { background-color: #7ACB60 !important; color: #ffffff; }
.bg-danger { background-color: #FF7676 !important; color: #ffffff; }
.bg-info { background-color: #65B5FA !important; color: #ffffff; }
.bg-warning { background-color: #FDC036 !important; color: #ffffff; }
.bg-muted { background-color: #FDC036 !important; color: #ffffff; }
.bg-pink { background-color: #E285EF !important; color: #ffffff; }
.bg-yellowlight { background-color: #FFEEC9; }
.bg-dangerlight { background: #FFB1B1; }

.text-info {
    color: #3891DE !important;
}

.text-danger {
    color: #EB4E4E !important;
}
.text-gray { color: #888888;}
.text-hover-dark:hover {
    color: #000;
}
.font-9 {
    font-size: 9px;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20 {
    font-size: 20px;
}
.input-icon {
    position: relative;
}
    .input-icon .form-control {
        padding-left: calc(1.5em + 1.3rem + 2px);
        border: none;
    }
    .input-icon span {
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(1.5em + 1.3rem + 2px);
    }
        .input-icon span i {
            font-size: 14px;
            color: #dddddd;
        }

.icon-phone { transform: rotate( 90deg); }
/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 498px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
 

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.right .modal-dialog .modal-header {
border: 0px;
padding: 1rem 2rem;
}

.modal.right .modal-dialog .modal-header h3 {
font-size: 20px;
font-weight: 500;
margin-bottom: 0px;
}

.modal.right .modal-dialog .modal-header .btn-close {
opacity: 1;
font-size: 12px;
}

/* ----- MODAL STYLE ----- */
.modal-content { border-radius: 0; border: none; }

/* Select Custom Style CSS
========================================================================== */
.select2-container.select2-container--open {
    z-index: 9999;
}
.select2-container .select2-dropdown {
    border: 0px;
    border-radius: 0px;
}
.select-custom select.select-hidden {
    display: none;
}
.select-hidden { display: none; visibility: hidden; padding-right: 10px; }


.select2-container--select-underline .select2-selection {
    color: #000000;
    border-bottom: 1px solid #BABABA;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 4px 8px 6px 1px;
    font-size: 12px;
    transition: all 0.2s ease-in;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
}
.select2-container--select-underline .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    padding-right: 10px;
}
.select2-container--select-underline .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #111;
    border-left: 1px solid #111;
    transform: rotate( 225deg);
    margin-left: auto;
    top: 0;
    position: relative;
    right: 0px;
}
.select2-results__options {
   
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.select2-results__options li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    color: #000000;
    font-size: 10px;
    padding: 6px 5px;
    line-height: 1.5; 
    transition: all 0.15s ease-in;
}
.select2-results__options li:hover {
    color: #000000;
    background: #EDF7FF;
}
.select2-results__options li:last-child {
    border-bottom: 0px;
}

.select-styled .select2-container {
    display: block;
    width: 100% !important;
}

.select-styled .select2-container--default .select2-selection--single {
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    padding: 0.704rem 0.75rem;
    height: 44px;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
}

.select-styled .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 0;
} 
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 1;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{display: none;}

/* Nav tab CSS
========================================================================== */
.nav-tabs {
    border: 0px;
    margin-bottom: 2rem;
}
.nav-tabs li { padding: 0px 15px; margin-bottom: 0; }
.nav-tabs > li > a, .nav-tabs > li > .nav-link { border: 0px; font-size: 16px; color: #888888; font-weight: 500; padding: 5px 0 12px; }
.nav-tabs > li > a:hover, .nav-tabs > li > .nav-link:hover { background: transparent; border: 0px; }
.nav-tabs > li > .nav-link.active, .nav-tabs > li > .nav-link.active:focus, .nav-tabs > li > .nav-link.active:hover, .nav-tabs > li.active > .nav-link, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover { color: #000000; background: transparent; border: 0; border-bottom: 1px solid #000000; } 
.nav-tabs li:first-child { padding-left: 0px; }

.nav-tabs-secondary { border-bottom: 1px solid #F5F5F5; width: 100%; margin-bottom: 11px; }
.nav-tabs-secondary li.nav-item { padding: 0; flex-grow: 1; }
.nav-tabs-secondary li.nav-item .nav-link { background: #F5F5F5; border: 0px; border-top: 3px solid #F5F5F5; border-radius: 0; width: 100%; padding: 1.282rem 1rem; margin: 0; color: #888888; font-size: 16px; }
.nav-tabs-secondary li.nav-item .nav-link.active, .nav-tabs-secondary li.nav-item .nav-link.active:focus, .nav-tabs-secondary li.nav-item .nav-link.active:hover { background: #ffffff; border: 0px; border-top: 3px solid #4FB030; color: #4FB030; }

.tab-content { background: #ffffff; border-radius: 2px; border: 1px solid #E0E0E0; }


/* Busing System CSS
========================================================================== */
.toggle-switch input { display: none; }
.toggle-switch { display: inline-block; width: 34px; height: 18px; position: relative; }

/* Style Wired */
.toggle-switch .slider { position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 9px; cursor: pointer; overflow: hidden; transition: .4s; }
.toggle-switch .slider:before { position: absolute; content: ""; width: 14px; height: 14px;
    background: #ffffff;
    border-radius: 100%;
    transform: translateX(2px);
    top: 2px;
    transition: .4s;
}

input:checked + .slider:before {
    transform: translateX(18px);
    background: #ffffff;
}
input + .slider {
    background: #BBC5D5;
}
input:checked + .slider {
    background: #38E25E;
}


.form-toggle {
    display: flex;
    align-items: center;
}

.toggle-switch-md {
width: 26px;
height: 14px;
}

.toggle-switch-md .slider {
}

.toggle-switch-md .slider::before {
width: 10px;
height: 10px;
}

.toggle-switch-md input:checked + .slider:before {
transform: translateX(14px);
}


/* Toggle Sidebar CSS
========================================================================== */
.toggle-sidebar {
    background-color: #fff;
    box-shadow: -10px 0px 20px rgb(0 0 0 / 5%);
    position: fixed;
    margin: auto;
    right: -100%;
    width: 100%;
    max-width: 498px;
    height: 100%;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
    .toggle-sidebar.active {
        right: 0px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .toggle-sidebar .sidebar-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 14px 30px;
    }

.toggle-sidebar .sidebar-header h3 {
font-size: 20px;
font-weight: 500;
color: #000000;
}

.toggle-sidebar .sidebar-header .btn-close {
width: 11px;
height: 11px;
background-size: 11px;
box-shadow: none;
}
.toggle-sidebar .bus-detail {
    padding: 1rem 30px;
    font-size: 12px;
    line-height: 1.5;
} 

.toggle-sidebar .toggle-content {
padding: 15px 30px 30px;
border: 0px;
border-radius: 0px;
}
    .toggle-sidebar .tab-content {
        border: 0px;
        border-radius: 0px;
    }

    .toggle-sidebar .tab-content .tab-pane {
        padding: 15px 30px;
        border: 0px;
        border-radius: 0px;
    }
        .toggle-sidebar .tab-content #changes {
            height: calc(100vh - 256px);
            overflow: auto;
        }
.toggle-sidebar .bus-detail p {
margin-bottom: 5px;
}

.toggle-sidebar .bus-detail .date {
display: flex;
align-items: center;
color: #888888;
font-weight: 300;
margin: 8px 0 12px;
font-size: 10px;
letter-spacing: 0.4px;
}

.toggle-sidebar .bus-detail .date i {
color: #BABABA;
font-size: 11px;
margin-right: 6px;
}
.toggle-sidebar .toggle-footer {
text-align: right;
position: absolute;
bottom: 0;
padding: 10px 30px;
width: 100%;
left: 0;
background: #fff;
}
    .toggle-sidebar #gridBusingRouteHistory {
        margin: 0 -30px;
        padding: 0 30px;
    }
    .toggle-sidebar .ag-theme-balham .ag-header {
        background: transparent;
    }
    .toggle-sidebar .ag-theme-balham .ag-ltr .ag-cell {
        display: flex;
        align-items: center;
    }
    .toggle-sidebar .tab-content .tab-pane#buses {
        height: calc(100vh - 255px);
    }

    /* Busing System CSS
========================================================================== */
    .modal-buschanges .bus-detail {
        padding: 1rem 2rem;
        font-size: 12px;
        line-height: 1.5;
    }
.modal-buschanges .modal-body { padding: 0; }
.modal-buschanges .tab-content { padding: 15px 30px 30px; border: 0px; border-radius: 0px; }

.modal-buschanges .bus-detail p { margin-bottom: 5px; }
.modal-buschanges .bus-detail .date { display: flex; align-items: center; color: #888888; font-weight: 300; margin: 8px 0 12px; font-size: 10px; letter-spacing: 0.4px; }
.modal-buschanges .bus-detail .date i { color: #BABABA; font-size: 11px; margin-right: 6px; }




.bus-lists .bus-item { margin-bottom: 20px; }
.bus-lists .bus-item h6 { color: #888888; font-size: 15px; font-weight: 500; line-height: 1; margin-bottom: 10px; }
.bus-lists .bus-item .border-box { border: 1px solid #E0E0E0; border-radius: 4px; padding: 14px 11px; display: flex; align-items: center; }
.bus-lists .bus-item .detail h5 { font-size: 12px; margin-bottom: 3px; }
.bus-lists .bus-item .detail .badges { margin-bottom: 8px; }
.bus-lists .bus-item .detail .badges .badge { font-size: 8px; color: #000; margin-right: 4px;}
.bus-lists .bus-item .detail .date { display: flex; align-items: center; color: #888888; font-weight: 300; font-size: 10px; letter-spacing: 0.4px; }
.bus-lists .bus-item .detail .date i { color: #bababa; font-size: 11px; margin-right: 6px; }
.bus-lists .bus-item .select label.control-label { display: block; color: #888888; font-size: 10px; font-weight: 300; margin: 0; }
    .bus-lists .bus-item .select .select2-container {
        max-width: 185px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.bus-lists .bus-item .phone { color: #888888; font-size: 10px; }
.bus-lists .bus-item .phone i { color: #BABABA; font-size: 11px; margin-right: 6px; }
.bus-lists .bus-item  .btn-edit { border-radius: 5px; width: 24px; height: 24px; padding: 0; font-size: 11px; }

.bus-lists .bus-item .action { margin-left: auto; }
.top-filter .sortby .form-control {
    padding: 0.313rem 0.75rem;
    font-size: 12px;
}
.changes-list {
    padding-bottom: 2rem;
}

.changes-list .changes-box {
border: 1px solid #E0E0E0;
border-radius: 4px;
margin-bottom: 1rem;
}

.changes-list .changes-box .head-title {
padding: 10px 15px;
border-bottom: 1px solid #E0E0E0;
}

.changes-list .changes-box .head-title .title {
}

.changes-list .changes-box .head-title .title h5 {
font-size: 12px;
line-height: 1.5;
margin-bottom: 0;
font-weight: 400;
}


.changes-list .changes-box ul.box-list {
list-style: none;
margin: 0;
padding: 7px 15px;
}

.changes-list .changes-box ul.box-list li {
padding: 7px 0;
font-size: 12px;
display: flex;
}

.changes-list .changes-box ul.box-list li label {
flex-basis: 145px;
min-width: 145px;
color: #888888;
font-weight: 400;
}
.changes-list .changes-box.disabled h5, .changes-list .changes-box.disabled h5 .text-gray, .changes-list .changes-box.disabled ul.box-list li, .changes-list .changes-box.disabled ul.box-list li label {
color: #BABABA;
}
 
/* Bus List CSS */
#tabBusList {
    background: #f7f8fa;
    box-shadow: 0px 0px 0px 1px #f7f8fa;
}

.grid-box {
    background: #fff;
    border: 1px solid #E0E0E0;
}

.grid-box h4.title {
background: #F5F5F5;
border-bottom: 1px solid #E0E0E0;
text-align: center;
color: #888888;
font-size: 12px;
font-weight: 500;
padding: 0.6758rem 1rem;
margin-bottom: 0;
}

.border-divider {
    position: relative;
}

.border-divider:before {
content: "";
background: #E0E0E0;
width: 1px;
position: absolute;
display: block;
left: 0;
height: 50%;
transform: translateY(50%);
}

@media (max-width: 768px) {
[class*="col-md-"].border-divider:before {
width: 50%;
height: 1px;
left: 0;
right: 0;
margin: auto;
transform: none;
top: 0px;
}
}

.close {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}


.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-check-input.form-check-student {
    position: unset;
    margin-left: 0;
    margin-top: 0;
}

.student-container .student-row:hover,
.student-container .student-row.active {
    background-color: #e0efff !important;
    border-color: #78aee5 !important;
}

.calendar-page {
    /*min-width: 50%;*/
}



.rounded-sm {
    border-radius: .28rem !important
}

.rounded {
    border-radius: .85rem !important
}

.rounded-top {
    border-top-left-radius: .85rem !important;
    border-top-right-radius: .85rem !important
}

.rounded-right {
    border-top-right-radius: .85rem !important;
    border-bottom-right-radius: .85rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .85rem !important;
    border-bottom-left-radius: .85rem !important
}

.rounded-left {
    border-top-left-radius: .85rem !important;
    border-bottom-left-radius: .85rem !important
}

.rounded-lg {
    border-radius: .85rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}



.bg-hover-primary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.hoverable:hover .bg-hover-primary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #f64e60 !important
}

.bg-hover-state-primary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-primary:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ee2d41 !important
    }

.bg-diagonal-primary:before {
    background-color: #f64e60 !important
}

.bg-diagonal-r-primary:after {
    background-color: #f64e60 !important
}

.bg-radial-gradient-primary {
    background-color: #f64e60;
    background-image: radial-gradient(circle,rgba(255,226,229,.4),#f64e60 70%)
}

.bg-primary-o-5 {
    background-color: rgba(246,78,96,.02) !important
}

.bg-hover-primary-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.2) !important
    }

.bg-primary-o-10 {
    background-color: rgba(246,78,96,.04) !important
}

.bg-hover-primary-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.4) !important
    }

.bg-primary-o-15 {
    background-color: rgba(246,78,96,.06) !important
}

.bg-hover-primary-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.6) !important
    }

.bg-primary-o-20 {
    background-color: rgba(246,78,96,.08) !important
}

.bg-hover-primary-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.8) !important
    }

.bg-primary-o-25 {
    background-color: rgba(246,78,96,.1) !important
}

.bg-hover-primary-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-30 {
    background-color: rgba(246,78,96,.12) !important
}

.bg-hover-primary-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-35 {
    background-color: rgba(246,78,96,.14) !important
}

.bg-hover-primary-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-40 {
    background-color: rgba(246,78,96,.16) !important
}

.bg-hover-primary-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-45 {
    background-color: rgba(246,78,96,.18) !important
}

.bg-hover-primary-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-50 {
    background-color: rgba(246,78,96,.2) !important
}

.bg-hover-primary-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-55 {
    background-color: rgba(246,78,96,.22) !important
}

.bg-hover-primary-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-60 {
    background-color: rgba(246,78,96,.24) !important
}

.bg-hover-primary-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-65 {
    background-color: rgba(246,78,96,.26) !important
}

.bg-hover-primary-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-70 {
    background-color: rgba(246,78,96,.28) !important
}

.bg-hover-primary-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-75 {
    background-color: rgba(246,78,96,.3) !important
}

.bg-hover-primary-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-80 {
    background-color: rgba(246,78,96,.32) !important
}

.bg-hover-primary-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-85 {
    background-color: rgba(246,78,96,.34) !important
}

.bg-hover-primary-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-90 {
    background-color: rgba(246,78,96,.36) !important
}

.bg-hover-primary-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-95 {
    background-color: rgba(246,78,96,.38) !important
}

.bg-hover-primary-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-primary-o-100 {
    background-color: rgba(246,78,96,.4) !important
}

.bg-hover-primary-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-primary-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-hover-secondary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.hoverable:hover .bg-hover-secondary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #e4e6ef !important
}

.bg-hover-state-secondary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-secondary:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #d7dae7 !important
    }

.bg-diagonal-secondary:before {
    background-color: #e4e6ef !important
}

.bg-diagonal-r-secondary:after {
    background-color: #e4e6ef !important
}

.bg-radial-gradient-secondary {
    background-color: #e4e6ef;
    background-image: radial-gradient(circle,rgba(235,237,243,.4),#e4e6ef 70%)
}

.bg-secondary-o-5 {
    background-color: rgba(228,230,239,.02) !important
}

.bg-hover-secondary-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(228,230,239,.2) !important
    }

.bg-secondary-o-10 {
    background-color: rgba(228,230,239,.04) !important
}

.bg-hover-secondary-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(228,230,239,.4) !important
    }

.bg-secondary-o-15 {
    background-color: rgba(228,230,239,.06) !important
}

.bg-hover-secondary-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(228,230,239,.6) !important
    }

.bg-secondary-o-20 {
    background-color: rgba(228,230,239,.08) !important
}

.bg-hover-secondary-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(228,230,239,.8) !important
    }

.bg-secondary-o-25 {
    background-color: rgba(228,230,239,.1) !important
}

.bg-hover-secondary-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-30 {
    background-color: rgba(228,230,239,.12) !important
}

.bg-hover-secondary-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-35 {
    background-color: rgba(228,230,239,.14) !important
}

.bg-hover-secondary-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-40 {
    background-color: rgba(228,230,239,.16) !important
}

.bg-hover-secondary-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-45 {
    background-color: rgba(228,230,239,.18) !important
}

.bg-hover-secondary-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-50 {
    background-color: rgba(228,230,239,.2) !important
}

.bg-hover-secondary-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-55 {
    background-color: rgba(228,230,239,.22) !important
}

.bg-hover-secondary-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-60 {
    background-color: rgba(228,230,239,.24) !important
}

.bg-hover-secondary-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-65 {
    background-color: rgba(228,230,239,.26) !important
}

.bg-hover-secondary-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-70 {
    background-color: rgba(228,230,239,.28) !important
}

.bg-hover-secondary-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-75 {
    background-color: rgba(228,230,239,.3) !important
}

.bg-hover-secondary-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-80 {
    background-color: rgba(228,230,239,.32) !important
}

.bg-hover-secondary-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-85 {
    background-color: rgba(228,230,239,.34) !important
}

.bg-hover-secondary-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-90 {
    background-color: rgba(228,230,239,.36) !important
}

.bg-hover-secondary-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-95 {
    background-color: rgba(228,230,239,.38) !important
}

.bg-hover-secondary-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-secondary-o-100 {
    background-color: rgba(228,230,239,.4) !important
}

.bg-hover-secondary-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-secondary-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-hover-success {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.hoverable:hover .bg-hover-success {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #1bc5bd !important
}

.bg-hover-state-success {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-success:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #0bb7af !important
    }

.bg-diagonal-success:before {
    background-color: #1bc5bd !important
}

.bg-diagonal-r-success:after {
    background-color: #1bc5bd !important
}

.bg-radial-gradient-success {
    background-color: #1bc5bd;
    background-image: radial-gradient(circle,rgba(201,247,245,.4),#1bc5bd 70%)
}

.bg-success-o-5 {
    background-color: rgba(27,197,189,.02) !important
}

.bg-hover-success-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(27,197,189,.2) !important
    }

.bg-success-o-10 {
    background-color: rgba(27,197,189,.04) !important
}

.bg-hover-success-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(27,197,189,.4) !important
    }

.bg-success-o-15 {
    background-color: rgba(27,197,189,.06) !important
}

.bg-hover-success-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(27,197,189,.6) !important
    }

.bg-success-o-20 {
    background-color: rgba(27,197,189,.08) !important
}

.bg-hover-success-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(27,197,189,.8) !important
    }

.bg-success-o-25 {
    background-color: rgba(27,197,189,.1) !important
}

.bg-hover-success-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-30 {
    background-color: rgba(27,197,189,.12) !important
}

.bg-hover-success-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-35 {
    background-color: rgba(27,197,189,.14) !important
}

.bg-hover-success-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-40 {
    background-color: rgba(27,197,189,.16) !important
}

.bg-hover-success-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-45 {
    background-color: rgba(27,197,189,.18) !important
}

.bg-hover-success-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-50 {
    background-color: rgba(27,197,189,.2) !important
}

.bg-hover-success-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-55 {
    background-color: rgba(27,197,189,.22) !important
}

.bg-hover-success-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-60 {
    background-color: rgba(27,197,189,.24) !important
}

.bg-hover-success-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-65 {
    background-color: rgba(27,197,189,.26) !important
}

.bg-hover-success-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-70 {
    background-color: rgba(27,197,189,.28) !important
}

.bg-hover-success-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-75 {
    background-color: rgba(27,197,189,.3) !important
}

.bg-hover-success-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-80 {
    background-color: rgba(27,197,189,.32) !important
}

.bg-hover-success-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-85 {
    background-color: rgba(27,197,189,.34) !important
}

.bg-hover-success-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-90 {
    background-color: rgba(27,197,189,.36) !important
}

.bg-hover-success-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-95 {
    background-color: rgba(27,197,189,.38) !important
}

.bg-hover-success-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-success-o-100 {
    background-color: rgba(27,197,189,.4) !important
}

.bg-hover-success-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-success-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #1bc5bd !important
    }

.bg-hover-info {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.hoverable:hover .bg-hover-info {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #8950fc !important
}

.bg-hover-state-info {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-info:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #7337ee !important
    }

.bg-diagonal-info:before {
    background-color: #8950fc !important
}

.bg-diagonal-r-info:after {
    background-color: #8950fc !important
}

.bg-radial-gradient-info {
    background-color: #8950fc;
    background-image: radial-gradient(circle,rgba(238,229,255,.4),#8950fc 70%)
}

.bg-info-o-5 {
    background-color: rgba(137,80,252,.02) !important
}

.bg-hover-info-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(137,80,252,.2) !important
    }

.bg-info-o-10 {
    background-color: rgba(137,80,252,.04) !important
}

.bg-hover-info-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(137,80,252,.4) !important
    }

.bg-info-o-15 {
    background-color: rgba(137,80,252,.06) !important
}

.bg-hover-info-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(137,80,252,.6) !important
    }

.bg-info-o-20 {
    background-color: rgba(137,80,252,.08) !important
}

.bg-hover-info-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(137,80,252,.8) !important
    }

.bg-info-o-25 {
    background-color: rgba(137,80,252,.1) !important
}

.bg-hover-info-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-30 {
    background-color: rgba(137,80,252,.12) !important
}

.bg-hover-info-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-35 {
    background-color: rgba(137,80,252,.14) !important
}

.bg-hover-info-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-40 {
    background-color: rgba(137,80,252,.16) !important
}

.bg-hover-info-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-45 {
    background-color: rgba(137,80,252,.18) !important
}

.bg-hover-info-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-50 {
    background-color: rgba(137,80,252,.2) !important
}

.bg-hover-info-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-55 {
    background-color: rgba(137,80,252,.22) !important
}

.bg-hover-info-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-60 {
    background-color: rgba(137,80,252,.24) !important
}

.bg-hover-info-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-65 {
    background-color: rgba(137,80,252,.26) !important
}

.bg-hover-info-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-70 {
    background-color: rgba(137,80,252,.28) !important
}

.bg-hover-info-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-75 {
    background-color: rgba(137,80,252,.3) !important
}

.bg-hover-info-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-80 {
    background-color: rgba(137,80,252,.32) !important
}

.bg-hover-info-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-85 {
    background-color: rgba(137,80,252,.34) !important
}

.bg-hover-info-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-90 {
    background-color: rgba(137,80,252,.36) !important
}

.bg-hover-info-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-95 {
    background-color: rgba(137,80,252,.38) !important
}

.bg-hover-info-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-info-o-100 {
    background-color: rgba(137,80,252,.4) !important
}

.bg-hover-info-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-info-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #8950fc !important
    }

.bg-hover-warning {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.hoverable:hover .bg-hover-warning {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #ffa800 !important
}

.bg-hover-state-warning {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-warning:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ee9d01 !important
    }

.bg-diagonal-warning:before {
    background-color: #ffa800 !important
}

.bg-diagonal-r-warning:after {
    background-color: #ffa800 !important
}

.bg-radial-gradient-warning {
    background-color: #ffa800;
    background-image: radial-gradient(circle,rgba(255,244,222,.4),#ffa800 70%)
}

.bg-warning-o-5 {
    background-color: rgba(255,168,0,.02) !important
}

.bg-hover-warning-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,168,0,.2) !important
    }

.bg-warning-o-10 {
    background-color: rgba(255,168,0,.04) !important
}

.bg-hover-warning-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,168,0,.4) !important
    }

.bg-warning-o-15 {
    background-color: rgba(255,168,0,.06) !important
}

.bg-hover-warning-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,168,0,.6) !important
    }

.bg-warning-o-20 {
    background-color: rgba(255,168,0,.08) !important
}

.bg-hover-warning-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,168,0,.8) !important
    }

.bg-warning-o-25 {
    background-color: rgba(255,168,0,.1) !important
}

.bg-hover-warning-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-30 {
    background-color: rgba(255,168,0,.12) !important
}

.bg-hover-warning-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-35 {
    background-color: rgba(255,168,0,.14) !important
}

.bg-hover-warning-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-40 {
    background-color: rgba(255,168,0,.16) !important
}

.bg-hover-warning-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-45 {
    background-color: rgba(255,168,0,.18) !important
}

.bg-hover-warning-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-50 {
    background-color: rgba(255,168,0,.2) !important
}

.bg-hover-warning-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-55 {
    background-color: rgba(255,168,0,.22) !important
}

.bg-hover-warning-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-60 {
    background-color: rgba(255,168,0,.24) !important
}

.bg-hover-warning-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-65 {
    background-color: rgba(255,168,0,.26) !important
}

.bg-hover-warning-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-70 {
    background-color: rgba(255,168,0,.28) !important
}

.bg-hover-warning-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-75 {
    background-color: rgba(255,168,0,.3) !important
}

.bg-hover-warning-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-80 {
    background-color: rgba(255,168,0,.32) !important
}

.bg-hover-warning-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-85 {
    background-color: rgba(255,168,0,.34) !important
}

.bg-hover-warning-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-90 {
    background-color: rgba(255,168,0,.36) !important
}

.bg-hover-warning-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-95 {
    background-color: rgba(255,168,0,.38) !important
}

.bg-hover-warning-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-warning-o-100 {
    background-color: rgba(255,168,0,.4) !important
}

.bg-hover-warning-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-warning-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffa800 !important
    }

.bg-hover-danger {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.hoverable:hover .bg-hover-danger {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #f64e60 !important
}

.bg-hover-state-danger {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-danger:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ee2d41 !important
    }

.bg-diagonal-danger:before {
    background-color: #f64e60 !important
}

.bg-diagonal-r-danger:after {
    background-color: #f64e60 !important
}

.bg-radial-gradient-danger {
    background-color: #f64e60;
    background-image: radial-gradient(circle,rgba(255,226,229,.4),#f64e60 70%)
}

.bg-danger-o-5 {
    background-color: rgba(246,78,96,.02) !important
}

.bg-hover-danger-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.2) !important
    }

.bg-danger-o-10 {
    background-color: rgba(246,78,96,.04) !important
}

.bg-hover-danger-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.4) !important
    }

.bg-danger-o-15 {
    background-color: rgba(246,78,96,.06) !important
}

.bg-hover-danger-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.6) !important
    }

.bg-danger-o-20 {
    background-color: rgba(246,78,96,.08) !important
}

.bg-hover-danger-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(246,78,96,.8) !important
    }

.bg-danger-o-25 {
    background-color: rgba(246,78,96,.1) !important
}

.bg-hover-danger-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-30 {
    background-color: rgba(246,78,96,.12) !important
}

.bg-hover-danger-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-35 {
    background-color: rgba(246,78,96,.14) !important
}

.bg-hover-danger-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-40 {
    background-color: rgba(246,78,96,.16) !important
}

.bg-hover-danger-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-45 {
    background-color: rgba(246,78,96,.18) !important
}

.bg-hover-danger-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-50 {
    background-color: rgba(246,78,96,.2) !important
}

.bg-hover-danger-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-55 {
    background-color: rgba(246,78,96,.22) !important
}

.bg-hover-danger-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-60 {
    background-color: rgba(246,78,96,.24) !important
}

.bg-hover-danger-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-65 {
    background-color: rgba(246,78,96,.26) !important
}

.bg-hover-danger-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-70 {
    background-color: rgba(246,78,96,.28) !important
}

.bg-hover-danger-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-75 {
    background-color: rgba(246,78,96,.3) !important
}

.bg-hover-danger-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-80 {
    background-color: rgba(246,78,96,.32) !important
}

.bg-hover-danger-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-85 {
    background-color: rgba(246,78,96,.34) !important
}

.bg-hover-danger-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-90 {
    background-color: rgba(246,78,96,.36) !important
}

.bg-hover-danger-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-95 {
    background-color: rgba(246,78,96,.38) !important
}

.bg-hover-danger-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-danger-o-100 {
    background-color: rgba(246,78,96,.4) !important
}

.bg-hover-danger-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-danger-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f64e60 !important
    }

.bg-hover-light {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.hoverable:hover .bg-hover-light {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #f3f6f9 !important
}

.bg-hover-state-light {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-light:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-diagonal-light:before {
    background-color: #f3f6f9 !important
}

.bg-diagonal-r-light:after {
    background-color: #f3f6f9 !important
}

.bg-radial-gradient-light {
    background-color: #f3f6f9;
    background-image: radial-gradient(circle,rgba(243,246,249,.4),#f3f6f9 70%)
}

.bg-light-o-5 {
    background-color: rgba(243,246,249,.02) !important
}

.bg-hover-light-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(243,246,249,.2) !important
    }

.bg-light-o-10 {
    background-color: rgba(243,246,249,.04) !important
}

.bg-hover-light-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(243,246,249,.4) !important
    }

.bg-light-o-15 {
    background-color: rgba(243,246,249,.06) !important
}

.bg-hover-light-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(243,246,249,.6) !important
    }

.bg-light-o-20 {
    background-color: rgba(243,246,249,.08) !important
}

.bg-hover-light-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(243,246,249,.8) !important
    }

.bg-light-o-25 {
    background-color: rgba(243,246,249,.1) !important
}

.bg-hover-light-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-30 {
    background-color: rgba(243,246,249,.12) !important
}

.bg-hover-light-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-35 {
    background-color: rgba(243,246,249,.14) !important
}

.bg-hover-light-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-40 {
    background-color: rgba(243,246,249,.16) !important
}

.bg-hover-light-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-45 {
    background-color: rgba(243,246,249,.18) !important
}

.bg-hover-light-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-50 {
    background-color: rgba(243,246,249,.2) !important
}

.bg-hover-light-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-55 {
    background-color: rgba(243,246,249,.22) !important
}

.bg-hover-light-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-60 {
    background-color: rgba(243,246,249,.24) !important
}

.bg-hover-light-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-65 {
    background-color: rgba(243,246,249,.26) !important
}

.bg-hover-light-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-70 {
    background-color: rgba(243,246,249,.28) !important
}

.bg-hover-light-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-75 {
    background-color: rgba(243,246,249,.3) !important
}

.bg-hover-light-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-80 {
    background-color: rgba(243,246,249,.32) !important
}

.bg-hover-light-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-85 {
    background-color: rgba(243,246,249,.34) !important
}

.bg-hover-light-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-90 {
    background-color: rgba(243,246,249,.36) !important
}

.bg-hover-light-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-95 {
    background-color: rgba(243,246,249,.38) !important
}

.bg-hover-light-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-light-o-100 {
    background-color: rgba(243,246,249,.4) !important
}

.bg-hover-light-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-hover-dark {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.hoverable:hover .bg-hover-dark {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #181c32 !important
}

.bg-hover-state-dark {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-dark:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #131628 !important
    }

.bg-diagonal-dark:before {
    background-color: #181c32 !important
}

.bg-diagonal-r-dark:after {
    background-color: #181c32 !important
}

.bg-radial-gradient-dark {
    background-color: #181c32;
    background-image: radial-gradient(circle,rgba(209,211,224,.4),#181c32 70%)
}

.bg-dark-o-5 {
    background-color: rgba(24,28,50,.02) !important
}

.bg-hover-dark-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(24,28,50,.2) !important
    }

.bg-dark-o-10 {
    background-color: rgba(24,28,50,.04) !important
}

.bg-hover-dark-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(24,28,50,.4) !important
    }

.bg-dark-o-15 {
    background-color: rgba(24,28,50,.06) !important
}

.bg-hover-dark-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(24,28,50,.6) !important
    }

.bg-dark-o-20 {
    background-color: rgba(24,28,50,.08) !important
}

.bg-hover-dark-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(24,28,50,.8) !important
    }

.bg-dark-o-25 {
    background-color: rgba(24,28,50,.1) !important
}

.bg-hover-dark-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-30 {
    background-color: rgba(24,28,50,.12) !important
}

.bg-hover-dark-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-35 {
    background-color: rgba(24,28,50,.14) !important
}

.bg-hover-dark-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-40 {
    background-color: rgba(24,28,50,.16) !important
}

.bg-hover-dark-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-45 {
    background-color: rgba(24,28,50,.18) !important
}

.bg-hover-dark-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-50 {
    background-color: rgba(24,28,50,.2) !important
}

.bg-hover-dark-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-55 {
    background-color: rgba(24,28,50,.22) !important
}

.bg-hover-dark-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-60 {
    background-color: rgba(24,28,50,.24) !important
}

.bg-hover-dark-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-65 {
    background-color: rgba(24,28,50,.26) !important
}

.bg-hover-dark-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-70 {
    background-color: rgba(24,28,50,.28) !important
}

.bg-hover-dark-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-75 {
    background-color: rgba(24,28,50,.3) !important
}

.bg-hover-dark-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-80 {
    background-color: rgba(24,28,50,.32) !important
}

.bg-hover-dark-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-85 {
    background-color: rgba(24,28,50,.34) !important
}

.bg-hover-dark-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-90 {
    background-color: rgba(24,28,50,.36) !important
}

.bg-hover-dark-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-95 {
    background-color: rgba(24,28,50,.38) !important
}

.bg-hover-dark-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-dark-o-100 {
    background-color: rgba(24,28,50,.4) !important
}

.bg-hover-dark-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-dark-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }

.bg-hover-white {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.hoverable:hover .bg-hover-white {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    background-color: #fff !important
}

.bg-hover-state-white {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-state-white:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-diagonal-white:before {
    background-color: #fff !important
}

.bg-diagonal-r-white:after {
    background-color: #fff !important
}

.bg-radial-gradient-white {
    background-color: #fff;
    background-image: radial-gradient(circle,rgba(255,255,255,.4),#fff 70%)
}

.bg-white-o-5 {
    background-color: rgba(255,255,255,.02) !important
}

.bg-hover-white-o-1 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-1:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,255,255,.2) !important
    }

.bg-white-o-10 {
    background-color: rgba(255,255,255,.04) !important
}

.bg-hover-white-o-2 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-2:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,255,255,.4) !important
    }

.bg-white-o-15 {
    background-color: rgba(255,255,255,.06) !important
}

.bg-hover-white-o-3 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-3:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,255,255,.6) !important
    }

.bg-white-o-20 {
    background-color: rgba(255,255,255,.08) !important
}

.bg-hover-white-o-4 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-4:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: rgba(255,255,255,.8) !important
    }

.bg-white-o-25 {
    background-color: rgba(255,255,255,.1) !important
}

.bg-hover-white-o-5 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-5:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-30 {
    background-color: rgba(255,255,255,.12) !important
}

.bg-hover-white-o-6 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-6:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-35 {
    background-color: rgba(255,255,255,.14) !important
}

.bg-hover-white-o-7 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-7:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-40 {
    background-color: rgba(255,255,255,.16) !important
}

.bg-hover-white-o-8 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-8:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-45 {
    background-color: rgba(255,255,255,.18) !important
}

.bg-hover-white-o-9 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-9:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-50 {
    background-color: rgba(255,255,255,.2) !important
}

.bg-hover-white-o-10 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-10:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-55 {
    background-color: rgba(255,255,255,.22) !important
}

.bg-hover-white-o-11 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-11:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-60 {
    background-color: rgba(255,255,255,.24) !important
}

.bg-hover-white-o-12 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-12:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-65 {
    background-color: rgba(255,255,255,.26) !important
}

.bg-hover-white-o-13 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-13:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-70 {
    background-color: rgba(255,255,255,.28) !important
}

.bg-hover-white-o-14 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-14:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-75 {
    background-color: rgba(255,255,255,.3) !important
}

.bg-hover-white-o-15 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-15:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-80 {
    background-color: rgba(255,255,255,.32) !important
}

.bg-hover-white-o-16 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-16:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-85 {
    background-color: rgba(255,255,255,.34) !important
}

.bg-hover-white-o-17 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-17:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-90 {
    background-color: rgba(255,255,255,.36) !important
}

.bg-hover-white-o-18 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-18:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-95 {
    background-color: rgba(255,255,255,.38) !important
}

.bg-hover-white-o-19 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-19:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-white-o-100 {
    background-color: rgba(255,255,255,.4) !important
}

.bg-hover-white-o-20 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-white-o-20:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-light-white {
    background-color: #fff !important
}

.bg-hover-light-white {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-white:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff !important
    }

.bg-diagonal-light-white:before {
    background-color: #fff !important
}

.bg-light-primary {
    background-color: #ffe2e5 !important
}

.bg-hover-light-primary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-primary:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffe2e5 !important
    }

.bg-diagonal-light-primary:before {
    background-color: #ffe2e5 !important
}

.bg-light-secondary {
    background-color: #ebedf3 !important
}

.bg-hover-light-secondary {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-secondary:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ebedf3 !important
    }

.bg-diagonal-light-secondary:before {
    background-color: #ebedf3 !important
}

.bg-light-success {
    background-color: #c9f7f5 !important
}

.bg-hover-light-success {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-success:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #c9f7f5 !important
    }

.bg-diagonal-light-success:before {
    background-color: #c9f7f5 !important
}

.bg-light-info {
    background-color: #eee5ff !important
}

.bg-hover-light-info {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-info:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #eee5ff !important
    }

.bg-diagonal-light-info:before {
    background-color: #eee5ff !important
}

.bg-light-warning {
    background-color: #fff4de !important
}

.bg-hover-light-warning {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-warning:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #fff4de !important
    }

.bg-diagonal-light-warning:before {
    background-color: #fff4de !important
}

.bg-light-danger {
    background-color: #ffe2e5 !important
}

.bg-hover-light-danger {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-danger:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ffe2e5 !important
    }

.bg-diagonal-light-danger:before {
    background-color: #ffe2e5 !important
}

.bg-light-light {
    background-color: #f3f6f9 !important
}

.bg-hover-light-light {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-light:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-diagonal-light-light:before {
    background-color: #f3f6f9 !important
}

.bg-light-dark {
    background-color: #d1d3e0 !important
}

.bg-hover-light-dark {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-light-dark:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #d1d3e0 !important
    }

.bg-diagonal-light-dark:before {
    background-color: #d1d3e0 !important
}

.bg-gray-100 {
    background-color: #f3f6f9 !important
}

.bg-hover-gray-100 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-100:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #f3f6f9 !important
    }

.bg-gray-200 {
    background-color: #ebedf3 !important
}

.bg-hover-gray-200 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-200:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #ebedf3 !important
    }

.bg-gray-300 {
    background-color: #e4e6ef !important
}

.bg-hover-gray-300 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-300:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #e4e6ef !important
    }

.bg-gray-400 {
    background-color: #d1d3e0 !important
}

.bg-hover-gray-400 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-400:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #d1d3e0 !important
    }

.bg-gray-500 {
    background-color: #b5b5c3 !important
}

.bg-hover-gray-500 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-500:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #b5b5c3 !important
    }

.bg-gray-600 {
    background-color: #7e8299 !important
}

.bg-hover-gray-600 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-600:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #7e8299 !important
    }

.bg-gray-700 {
    background-color: #5e6278 !important
}

.bg-hover-gray-700 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-700:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #5e6278 !important
    }

.bg-gray-800 {
    background-color: #3f4254 !important
}

.bg-hover-gray-800 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-800:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #3f4254 !important
    }

.bg-gray-900 {
    background-color: #181c32 !important
}

.bg-hover-gray-900 {
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    cursor: pointer
}

    .bg-hover-gray-900:hover {
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        background-color: #181c32 !important
    }




.h-auto {
    height: auto !important
}

.w-auto {
    width: auto !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.min-w-100 {
    min-width: 100% !important
}

.min-h-100 {
    min-height: 100% !important
}

.max-h-100 {
    max-height: 100% !important
}

.max-w-100 {
    max-width: 100% !important
}

.w-50 {
    width: 50% !important
}

.h-50 {
    height: 50% !important
}

.min-w-50 {
    min-width: 50% !important
}

.min-h-50 {
    min-height: 50% !important
}

.max-h-50 {
    max-height: 50% !important
}

.max-w-50 {
    max-width: 50% !important
}

.w-auto {
    width: auto !important
}

.h-auto {
    height: auto !important
}

.min-w-auto {
    min-width: auto !important
}

.min-h-auto {
    min-height: auto !important
}

.max-h-auto {
    max-height: auto !important
}

.max-w-auto {
    max-width: auto !important
}

.w-1px {
    width: 1px !important
}

.h-1px {
    height: 1px !important
}

.min-w-1px {
    min-width: 1px !important
}

.min-h-1px {
    min-height: 1px !important
}

.max-h-1px {
    max-height: 1px !important
}

.max-w-1px {
    max-width: 1px !important
}

.w-2px {
    width: 2px !important
}

.h-2px {
    height: 2px !important
}

.min-w-2px {
    min-width: 2px !important
}

.min-h-2px {
    min-height: 2px !important
}

.max-h-2px {
    max-height: 2px !important
}

.max-w-2px {
    max-width: 2px !important
}

.w-3px {
    width: 3px !important
}

.h-3px {
    height: 3px !important
}

.min-w-3px {
    min-width: 3px !important
}

.min-h-3px {
    min-height: 3px !important
}

.max-h-3px {
    max-height: 3px !important
}

.max-w-3px {
    max-width: 3px !important
}

.w-4px {
    width: 4px !important
}

.h-4px {
    height: 4px !important
}

.min-w-4px {
    min-width: 4px !important
}

.min-h-4px {
    min-height: 4px !important
}

.max-h-4px {
    max-height: 4px !important
}

.max-w-4px {
    max-width: 4px !important
}

.w-5px {
    width: 5px !important
}

.h-5px {
    height: 5px !important
}

.min-w-5px {
    min-width: 5px !important
}

.min-h-5px {
    min-height: 5px !important
}

.max-h-5px {
    max-height: 5px !important
}

.max-w-5px {
    max-width: 5px !important
}

.w-10px {
    width: 10px !important
}

.h-10px {
    height: 10px !important
}

.min-w-10px {
    min-width: 10px !important
}

.min-h-10px {
    min-height: 10px !important
}

.max-h-10px {
    max-height: 10px !important
}

.max-w-10px {
    max-width: 10px !important
}

.w-15px {
    width: 15px !important
}

.h-15px {
    height: 15px !important
}

.min-w-15px {
    min-width: 15px !important
}

.min-h-15px {
    min-height: 15px !important
}

.max-h-15px {
    max-height: 15px !important
}

.max-w-15px {
    max-width: 15px !important
}

.w-20px {
    width: 20px !important
}

.h-20px {
    height: 20px !important
}

.min-w-20px {
    min-width: 20px !important
}

.min-h-20px {
    min-height: 20px !important
}

.max-h-20px {
    max-height: 20px !important
}

.max-w-20px {
    max-width: 20px !important
}

.w-25px {
    width: 25px !important
}

.h-25px {
    height: 25px !important
}

.min-w-25px {
    min-width: 25px !important
}

.min-h-25px {
    min-height: 25px !important
}

.max-h-25px {
    max-height: 25px !important
}

.max-w-25px {
    max-width: 25px !important
}

.w-30px {
    width: 30px !important
}

.h-30px {
    height: 30px !important
}

.min-w-30px {
    min-width: 30px !important
}

.min-h-30px {
    min-height: 30px !important
}

.max-h-30px {
    max-height: 30px !important
}

.max-w-30px {
    max-width: 30px !important
}

.w-35px {
    width: 35px !important
}

.h-35px {
    height: 35px !important
}

.min-w-35px {
    min-width: 35px !important
}

.min-h-35px {
    min-height: 35px !important
}

.max-h-35px {
    max-height: 35px !important
}

.max-w-35px {
    max-width: 35px !important
}

.w-40px {
    width: 40px !important
}

.h-40px {
    height: 40px !important
}

.min-w-40px {
    min-width: 40px !important
}

.min-h-40px {
    min-height: 40px !important
}

.max-h-40px {
    max-height: 40px !important
}

.max-w-40px {
    max-width: 40px !important
}

.w-45px {
    width: 45px !important
}

.h-45px {
    height: 45px !important
}

.min-w-45px {
    min-width: 45px !important
}
.min-h-44px {
    min-height: 44px !important
}
.min-h-45px {
    min-height: 45px !important
}

.max-h-45px {
    max-height: 45px !important
}

.max-w-45px {
    max-width: 45px !important
}

.w-50px {
    width: 50px !important
}

.h-50px {
    height: 50px !important
}

.min-w-50px {
    min-width: 50px !important
}

.min-h-50px {
    min-height: 50px !important
}

.max-h-50px {
    max-height: 50px !important
}

.max-w-50px {
    max-width: 50px !important
}

.w-55px {
    width: 55px !important
}

.h-55px {
    height: 55px !important
}

.min-w-55px {
    min-width: 55px !important
}

.min-h-55px {
    min-height: 55px !important
}

.max-h-55px {
    max-height: 55px !important
}

.max-w-55px {
    max-width: 55px !important
}

.w-60px {
    width: 60px !important
}

.h-60px {
    height: 60px !important
}

.min-w-60px {
    min-width: 60px !important
}

.min-h-60px {
    min-height: 60px !important
}

.max-h-60px {
    max-height: 60px !important
}

.max-w-60px {
    max-width: 60px !important
}

.w-65px {
    width: 65px !important
}

.h-65px {
    height: 65px !important
}

.min-w-65px {
    min-width: 65px !important
}

.min-h-65px {
    min-height: 65px !important
}

.max-h-65px {
    max-height: 65px !important
}

.max-w-65px {
    max-width: 65px !important
}

.w-70px {
    width: 70px !important
}

.h-70px {
    height: 70px !important
}

.min-w-70px {
    min-width: 70px !important
}

.min-h-70px {
    min-height: 70px !important
}

.max-h-70px {
    max-height: 70px !important
}

.max-w-70px {
    max-width: 70px !important
}

.w-75px {
    width: 75px !important
}

.h-75px {
    height: 75px !important
}

.min-w-75px {
    min-width: 75px !important
}

.min-h-75px {
    min-height: 75px !important
}

.max-h-75px {
    max-height: 75px !important
}

.max-w-75px {
    max-width: 75px !important
}

.w-80px {
    width: 80px !important
}

.h-80px {
    height: 80px !important
}

.min-w-80px {
    min-width: 80px !important
}

.min-h-80px {
    min-height: 80px !important
}

.max-h-80px {
    max-height: 80px !important
}

.max-w-80px {
    max-width: 80px !important
}

.w-85px {
    width: 85px !important
}

.h-85px {
    height: 85px !important
}

.min-w-85px {
    min-width: 85px !important
}

.min-h-85px {
    min-height: 85px !important
}

.max-h-85px {
    max-height: 85px !important
}

.max-w-85px {
    max-width: 85px !important
}

.w-90px {
    width: 90px !important
}

.h-90px {
    height: 90px !important
}

.min-w-90px {
    min-width: 90px !important
}

.min-h-90px {
    min-height: 90px !important
}

.max-h-90px {
    max-height: 90px !important
}

.max-w-90px {
    max-width: 90px !important
}

.w-95px {
    width: 95px !important
}

.h-95px {
    height: 95px !important
}

.min-w-95px {
    min-width: 95px !important
}

.min-h-95px {
    min-height: 95px !important
}

.max-h-95px {
    max-height: 95px !important
}

.max-w-95px {
    max-width: 95px !important
}

.w-100px {
    width: 100px !important
}

.h-100px {
    height: 100px !important
}

.min-w-100px {
    min-width: 100px !important
}

.min-h-100px {
    min-height: 100px !important
}

.max-h-100px {
    max-height: 100px !important
}

.max-w-100px {
    max-width: 100px !important
}

.w-105px {
    width: 105px !important
}

.h-105px {
    height: 105px !important
}

.min-w-105px {
    min-width: 105px !important
}

.min-h-105px {
    min-height: 105px !important
}

.max-h-105px {
    max-height: 105px !important
}

.max-w-105px {
    max-width: 105px !important
}

.w-110px {
    width: 110px !important
}

.h-110px {
    height: 110px !important
}

.min-w-110px {
    min-width: 110px !important
}

.min-h-110px {
    min-height: 110px !important
}

.max-h-110px {
    max-height: 110px !important
}

.max-w-110px {
    max-width: 110px !important
}

.w-115px {
    width: 115px !important
}

.h-115px {
    height: 115px !important
}

.min-w-115px {
    min-width: 115px !important
}

.min-h-115px {
    min-height: 115px !important
}

.max-h-115px {
    max-height: 115px !important
}

.max-w-115px {
    max-width: 115px !important
}

.w-120px {
    width: 120px !important
}

.h-120px {
    height: 120px !important
}

.min-w-120px {
    min-width: 120px !important
}

.min-h-120px {
    min-height: 120px !important
}

.max-h-120px {
    max-height: 120px !important
}

.max-w-120px {
    max-width: 120px !important
}

.w-125px {
    width: 125px !important
}

.h-125px {
    height: 125px !important
}

.min-w-125px {
    min-width: 125px !important
}

.min-h-125px {
    min-height: 125px !important
}

.max-h-125px {
    max-height: 125px !important
}

.max-w-125px {
    max-width: 125px !important
}

.w-130px {
    width: 130px !important
}

.h-130px {
    height: 130px !important
}

.min-w-130px {
    min-width: 130px !important
}

.min-h-130px {
    min-height: 130px !important
}

.max-h-130px {
    max-height: 130px !important
}

.max-w-130px {
    max-width: 130px !important
}

.w-135px {
    width: 135px !important
}

.h-135px {
    height: 135px !important
}

.min-w-135px {
    min-width: 135px !important
}

.min-h-135px {
    min-height: 135px !important
}

.max-h-135px {
    max-height: 135px !important
}

.max-w-135px {
    max-width: 135px !important
}

.w-140px {
    width: 140px !important
}

.h-140px {
    height: 140px !important
}

.min-w-140px {
    min-width: 140px !important
}

.min-h-140px {
    min-height: 140px !important
}

.max-h-140px {
    max-height: 140px !important
}

.max-w-140px {
    max-width: 140px !important
}

.w-145px {
    width: 145px !important
}

.h-145px {
    height: 145px !important
}

.min-w-145px {
    min-width: 145px !important
}

.min-h-145px {
    min-height: 145px !important
}

.max-h-145px {
    max-height: 145px !important
}

.max-w-145px {
    max-width: 145px !important
}

.w-150px {
    width: 150px !important
}

.h-150px {
    height: 150px !important
}

.min-w-150px {
    min-width: 150px !important
}

.min-h-150px {
    min-height: 150px !important
}

.max-h-150px {
    max-height: 150px !important
}

.max-w-150px {
    max-width: 150px !important
}

.w-155px {
    width: 155px !important
}

.h-155px {
    height: 155px !important
}

.min-w-155px {
    min-width: 155px !important
}

.min-h-155px {
    min-height: 155px !important
}

.max-h-155px {
    max-height: 155px !important
}

.max-w-155px {
    max-width: 155px !important
}

.w-160px {
    width: 160px !important
}

.h-160px {
    height: 160px !important
}

.min-w-160px {
    min-width: 160px !important
}

.min-h-160px {
    min-height: 160px !important
}

.max-h-160px {
    max-height: 160px !important
}

.max-w-160px {
    max-width: 160px !important
}

.w-165px {
    width: 165px !important
}

.h-165px {
    height: 165px !important
}

.min-w-165px {
    min-width: 165px !important
}

.min-h-165px {
    min-height: 165px !important
}

.max-h-165px {
    max-height: 165px !important
}

.max-w-165px {
    max-width: 165px !important
}

.w-176px {
    width: 170px !important
}

.h-176px {
    height: 170px !important
}

.min-w-176px {
    min-width: 170px !important
}

.min-h-176px {
    min-height: 170px !important
}

.max-h-176px {
    max-height: 170px !important
}

.max-w-176px {
    max-width: 170px !important
}

.w-175px {
    width: 175px !important
}

.h-175px {
    height: 175px !important
}

.min-w-175px {
    min-width: 175px !important
}

.min-h-175px {
    min-height: 175px !important
}

.max-h-175px {
    max-height: 175px !important
}

.max-w-175px {
    max-width: 175px !important
}

.w-180px {
    width: 180px !important
}

.h-180px {
    height: 180px !important
}

.min-w-180px {
    min-width: 180px !important
}

.min-h-180px {
    min-height: 180px !important
}

.max-h-180px {
    max-height: 180px !important
}

.max-w-180px {
    max-width: 180px !important
}

.w-200px {
    width: 200px !important
}

.h-200px {
    height: 200px !important
}

.min-w-200px {
    min-width: 200px !important
}

.min-h-200px {
    min-height: 200px !important
}

.max-h-200px {
    max-height: 200px !important
}

.max-w-200px {
    max-width: 200px !important
}

.w-225px {
    width: 225px !important
}

.h-225px {
    height: 225px !important
}

.min-w-225px {
    min-width: 225px !important
}

.min-h-225px {
    min-height: 225px !important
}

.max-h-225px {
    max-height: 225px !important
}

.max-w-225px {
    max-width: 225px !important
}

.w-235px {
    width: 235px !important
}

.h-235px {
    height: 235px !important
}

.min-w-235px {
    min-width: 235px !important
}

.min-h-235px {
    min-height: 235px !important
}

.max-h-235px {
    max-height: 235px !important
}

.max-w-235px {
    max-width: 235px !important
}

.w-250px {
    width: 250px !important
}

.h-250px {
    height: 250px !important
}

.min-w-250px {
    min-width: 250px !important
}

.min-h-250px {
    min-height: 250px !important
}

.max-h-250px {
    max-height: 250px !important
}

.max-w-250px {
    max-width: 250px !important
}

.w-255px {
    width: 255px !important
}

.h-255px {
    height: 255px !important
}

.min-w-255px {
    min-width: 255px !important
}

.min-h-255px {
    min-height: 255px !important
}

.max-h-255px {
    max-height: 255px !important
}

.max-w-255px {
    max-width: 255px !important
}

.w-260px {
    width: 260px !important
}

.h-260px {
    height: 260px !important
}

.min-w-260px {
    min-width: 260px !important
}

.min-h-260px {
    min-height: 260px !important
}

.max-h-260px {
    max-height: 260px !important
}

.max-w-260px {
    max-width: 260px !important
}

.w-265px {
    width: 265px !important
}

.h-265px {
    height: 265px !important
}

.min-w-265px {
    min-width: 265px !important
}

.min-h-265px {
    min-height: 265px !important
}

.max-h-265px {
    max-height: 265px !important
}

.max-w-265px {
    max-width: 265px !important
}

.w-275px {
    width: 275px !important
}

.h-275px {
    height: 275px !important
}

.min-w-275px {
    min-width: 275px !important
}

.min-h-275px {
    min-height: 275px !important
}

.max-h-275px {
    max-height: 275px !important
}

.max-w-275px {
    max-width: 275px !important
}

.w-295px {
    width: 295px !important
}

.h-295px {
    height: 295px !important
}

.min-w-295px {
    min-width: 295px !important
}

.min-h-295px {
    min-height: 295px !important
}

.max-h-295px {
    max-height: 295px !important
}

.max-w-295px {
    max-width: 295px !important
}

.w-300px {
    width: 300px !important
}

.h-300px {
    height: 300px !important
}

.min-w-300px {
    min-width: 300px !important
}

.min-h-300px {
    min-height: 300px !important
}

.max-h-300px {
    max-height: 300px !important
}

.max-w-300px {
    max-width: 300px !important
}

.w-325px {
    width: 325px !important
}

.h-325px {
    height: 325px !important
}

.min-w-325px {
    min-width: 325px !important
}

.min-h-325px {
    min-height: 325px !important
}

.max-h-325px {
    max-height: 325px !important
}

.max-w-325px {
    max-width: 325px !important
}

.w-350px {
    width: 350px !important
}

.h-350px {
    height: 350px !important
}

.min-w-350px {
    min-width: 350px !important
}

.min-h-350px {
    min-height: 350px !important
}

.max-h-350px {
    max-height: 350px !important
}

.max-w-350px {
    max-width: 350px !important
}

.w-375px {
    width: 375px !important
}

.h-375px {
    height: 375px !important
}

.min-w-375px {
    min-width: 375px !important
}

.min-h-375px {
    min-height: 375px !important
}

.max-h-375px {
    max-height: 375px !important
}

.max-w-375px {
    max-width: 375px !important
}

.w-400px {
    width: 400px !important
}

.h-400px {
    height: 400px !important
}

.min-w-400px {
    min-width: 400px !important
}

.min-h-400px {
    min-height: 400px !important
}

.max-h-400px {
    max-height: 400px !important
}

.max-w-400px {
    max-width: 400px !important
}

.w-425px {
    width: 425px !important
}

.h-425px {
    height: 425px !important
}

.min-w-425px {
    min-width: 425px !important
}

.min-h-425px {
    min-height: 425px !important
}

.max-h-425px {
    max-height: 425px !important
}

.max-w-425px {
    max-width: 425px !important
}

.w-450px {
    width: 450px !important
}

.h-450px {
    height: 450px !important
}

.min-w-450px {
    min-width: 450px !important
}

.min-h-450px {
    min-height: 450px !important
}

.max-h-450px {
    max-height: 450px !important
}

.max-w-450px {
    max-width: 450px !important
}

.w-475px {
    width: 475px !important
}

.h-475px {
    height: 475px !important
}

.min-w-475px {
    min-width: 475px !important
}

.min-h-475px {
    min-height: 475px !important
}

.max-h-475px {
    max-height: 475px !important
}

.max-w-475px {
    max-width: 475px !important
}

.w-500px {
    width: 500px !important
}

.h-500px {
    height: 500px !important
}

.min-w-500px {
    min-width: 500px !important
}

.min-h-500px {
    min-height: 500px !important
}

.max-h-500px {
    max-height: 500px !important
}

.max-w-500px {
    max-width: 500px !important
}

.w-550px {
    width: 550px !important
}

.h-550px {
    height: 550px !important
}

.min-w-550px {
    min-width: 550px !important
}

.min-h-550px {
    min-height: 550px !important
}

.max-h-550px {
    max-height: 550px !important
}

.max-w-550px {
    max-width: 550px !important
}

.w-600px {
    width: 600px !important
}

.h-600px {
    height: 600px !important
}

.min-w-600px {
    min-width: 600px !important
}

.min-h-600px {
    min-height: 600px !important
}

.max-h-600px {
    max-height: 600px !important
}

.max-w-600px {
    max-width: 600px !important
}

.w-650px {
    width: 650px !important
}

.h-650px {
    height: 650px !important
}

.min-w-650px {
    min-width: 650px !important
}

.min-h-650px {
    min-height: 650px !important
}

.max-h-650px {
    max-height: 650px !important
}

.max-w-650px {
    max-width: 650px !important
}

.w-700px {
    width: 700px !important
}

.h-700px {
    height: 700px !important
}

.min-w-700px {
    min-width: 700px !important
}

.min-h-700px {
    min-height: 700px !important
}

.max-h-700px {
    max-height: 700px !important
}

.max-w-700px {
    max-width: 700px !important
}

.w-750px {
    width: 750px !important
}

.h-750px {
    height: 750px !important
}

.min-w-750px {
    min-width: 750px !important
}

.min-h-750px {
    min-height: 750px !important
}

.max-h-750px {
    max-height: 750px !important
}

.max-w-750px {
    max-width: 750px !important
}

.w-800px {
    width: 800px !important
}

.h-800px {
    height: 800px !important
}

.min-w-800px {
    min-width: 800px !important
}

.min-h-800px {
    min-height: 800px !important
}

.max-h-800px {
    max-height: 800px !important
}

.max-w-800px {
    max-width: 800px !important
}

.w-850px {
    width: 850px !important
}

.h-850px {
    height: 850px !important
}

.min-w-850px {
    min-width: 850px !important
}

.min-h-850px {
    min-height: 850px !important
}

.max-h-850px {
    max-height: 850px !important
}

.max-w-850px {
    max-width: 850px !important
}

.w-900px {
    width: 900px !important
}

.h-900px {
    height: 900px !important
}

.min-w-900px {
    min-width: 900px !important
}

.min-h-900px {
    min-height: 900px !important
}

.max-h-900px {
    max-height: 900px !important
}

.max-w-900px {
    max-width: 900px !important
}

.w-950px {
    width: 950px !important
}

.h-950px {
    height: 950px !important
}

.min-w-950px {
    min-width: 950px !important
}

.min-h-950px {
    min-height: 950px !important
}

.max-h-950px {
    max-height: 950px !important
}

.max-w-950px {
    max-width: 950px !important
}

.w-1000px {
    width: 1000px !important
}

.h-1000px {
    height: 1000px !important
}

.min-w-1000px {
    min-width: 1000px !important
}

.min-h-1000px {
    min-height: 1000px !important
}

.max-h-1000px {
    max-height: 1000px !important
}

.max-w-1000px {
    max-width: 1000px !important
}

@media (min-width:576px) {
    .w-sm-100 {
        width: 100% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .min-w-sm-100 {
        min-width: 100% !important
    }

    .min-h-sm-100 {
        min-height: 100% !important
    }

    .max-h-sm-100 {
        max-height: 100% !important
    }

    .max-w-sm-100 {
        max-width: 100% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .min-w-sm-50 {
        min-width: 50% !important
    }

    .min-h-sm-50 {
        min-height: 50% !important
    }

    .max-h-sm-50 {
        max-height: 50% !important
    }

    .max-w-sm-50 {
        max-width: 50% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .h-sm-auto {
        height: auto !important
    }

    .min-w-sm-auto {
        min-width: auto !important
    }

    .min-h-sm-auto {
        min-height: auto !important
    }

    .max-h-sm-auto {
        max-height: auto !important
    }

    .max-w-sm-auto {
        max-width: auto !important
    }

    .w-sm-1px {
        width: 1px !important
    }

    .h-sm-1px {
        height: 1px !important
    }

    .min-w-sm-1px {
        min-width: 1px !important
    }

    .min-h-sm-1px {
        min-height: 1px !important
    }

    .max-h-sm-1px {
        max-height: 1px !important
    }

    .max-w-sm-1px {
        max-width: 1px !important
    }

    .w-sm-2px {
        width: 2px !important
    }

    .h-sm-2px {
        height: 2px !important
    }

    .min-w-sm-2px {
        min-width: 2px !important
    }

    .min-h-sm-2px {
        min-height: 2px !important
    }

    .max-h-sm-2px {
        max-height: 2px !important
    }

    .max-w-sm-2px {
        max-width: 2px !important
    }

    .w-sm-3px {
        width: 3px !important
    }

    .h-sm-3px {
        height: 3px !important
    }

    .min-w-sm-3px {
        min-width: 3px !important
    }

    .min-h-sm-3px {
        min-height: 3px !important
    }

    .max-h-sm-3px {
        max-height: 3px !important
    }

    .max-w-sm-3px {
        max-width: 3px !important
    }

    .w-sm-4px {
        width: 4px !important
    }

    .h-sm-4px {
        height: 4px !important
    }

    .min-w-sm-4px {
        min-width: 4px !important
    }

    .min-h-sm-4px {
        min-height: 4px !important
    }

    .max-h-sm-4px {
        max-height: 4px !important
    }

    .max-w-sm-4px {
        max-width: 4px !important
    }

    .w-sm-5px {
        width: 5px !important
    }

    .h-sm-5px {
        height: 5px !important
    }

    .min-w-sm-5px {
        min-width: 5px !important
    }

    .min-h-sm-5px {
        min-height: 5px !important
    }

    .max-h-sm-5px {
        max-height: 5px !important
    }

    .max-w-sm-5px {
        max-width: 5px !important
    }

    .w-sm-10px {
        width: 10px !important
    }

    .h-sm-10px {
        height: 10px !important
    }

    .min-w-sm-10px {
        min-width: 10px !important
    }

    .min-h-sm-10px {
        min-height: 10px !important
    }

    .max-h-sm-10px {
        max-height: 10px !important
    }

    .max-w-sm-10px {
        max-width: 10px !important
    }

    .w-sm-15px {
        width: 15px !important
    }

    .h-sm-15px {
        height: 15px !important
    }

    .min-w-sm-15px {
        min-width: 15px !important
    }

    .min-h-sm-15px {
        min-height: 15px !important
    }

    .max-h-sm-15px {
        max-height: 15px !important
    }

    .max-w-sm-15px {
        max-width: 15px !important
    }

    .w-sm-20px {
        width: 20px !important
    }

    .h-sm-20px {
        height: 20px !important
    }

    .min-w-sm-20px {
        min-width: 20px !important
    }

    .min-h-sm-20px {
        min-height: 20px !important
    }

    .max-h-sm-20px {
        max-height: 20px !important
    }

    .max-w-sm-20px {
        max-width: 20px !important
    }

    .w-sm-25px {
        width: 25px !important
    }

    .h-sm-25px {
        height: 25px !important
    }

    .min-w-sm-25px {
        min-width: 25px !important
    }

    .min-h-sm-25px {
        min-height: 25px !important
    }

    .max-h-sm-25px {
        max-height: 25px !important
    }

    .max-w-sm-25px {
        max-width: 25px !important
    }

    .w-sm-30px {
        width: 30px !important
    }

    .h-sm-30px {
        height: 30px !important
    }

    .min-w-sm-30px {
        min-width: 30px !important
    }

    .min-h-sm-30px {
        min-height: 30px !important
    }

    .max-h-sm-30px {
        max-height: 30px !important
    }

    .max-w-sm-30px {
        max-width: 30px !important
    }

    .w-sm-35px {
        width: 35px !important
    }

    .h-sm-35px {
        height: 35px !important
    }

    .min-w-sm-35px {
        min-width: 35px !important
    }

    .min-h-sm-35px {
        min-height: 35px !important
    }

    .max-h-sm-35px {
        max-height: 35px !important
    }

    .max-w-sm-35px {
        max-width: 35px !important
    }

    .w-sm-40px {
        width: 40px !important
    }

    .h-sm-40px {
        height: 40px !important
    }

    .min-w-sm-40px {
        min-width: 40px !important
    }

    .min-h-sm-40px {
        min-height: 40px !important
    }

    .max-h-sm-40px {
        max-height: 40px !important
    }

    .max-w-sm-40px {
        max-width: 40px !important
    }

    .w-sm-45px {
        width: 45px !important
    }

    .h-sm-45px {
        height: 45px !important
    }

    .min-w-sm-45px {
        min-width: 45px !important
    }

    .min-h-sm-45px {
        min-height: 45px !important
    }

    .max-h-sm-45px {
        max-height: 45px !important
    }

    .max-w-sm-45px {
        max-width: 45px !important
    }

    .w-sm-50px {
        width: 50px !important
    }

    .h-sm-50px {
        height: 50px !important
    }

    .min-w-sm-50px {
        min-width: 50px !important
    }

    .min-h-sm-50px {
        min-height: 50px !important
    }

    .max-h-sm-50px {
        max-height: 50px !important
    }

    .max-w-sm-50px {
        max-width: 50px !important
    }

    .w-sm-55px {
        width: 55px !important
    }

    .h-sm-55px {
        height: 55px !important
    }

    .min-w-sm-55px {
        min-width: 55px !important
    }

    .min-h-sm-55px {
        min-height: 55px !important
    }

    .max-h-sm-55px {
        max-height: 55px !important
    }

    .max-w-sm-55px {
        max-width: 55px !important
    }

    .w-sm-60px {
        width: 60px !important
    }

    .h-sm-60px {
        height: 60px !important
    }

    .min-w-sm-60px {
        min-width: 60px !important
    }

    .min-h-sm-60px {
        min-height: 60px !important
    }

    .max-h-sm-60px {
        max-height: 60px !important
    }

    .max-w-sm-60px {
        max-width: 60px !important
    }

    .w-sm-65px {
        width: 65px !important
    }

    .h-sm-65px {
        height: 65px !important
    }

    .min-w-sm-65px {
        min-width: 65px !important
    }

    .min-h-sm-65px {
        min-height: 65px !important
    }

    .max-h-sm-65px {
        max-height: 65px !important
    }

    .max-w-sm-65px {
        max-width: 65px !important
    }

    .w-sm-70px {
        width: 70px !important
    }

    .h-sm-70px {
        height: 70px !important
    }

    .min-w-sm-70px {
        min-width: 70px !important
    }

    .min-h-sm-70px {
        min-height: 70px !important
    }

    .max-h-sm-70px {
        max-height: 70px !important
    }

    .max-w-sm-70px {
        max-width: 70px !important
    }

    .w-sm-75px {
        width: 75px !important
    }

    .h-sm-75px {
        height: 75px !important
    }

    .min-w-sm-75px {
        min-width: 75px !important
    }

    .min-h-sm-75px {
        min-height: 75px !important
    }

    .max-h-sm-75px {
        max-height: 75px !important
    }

    .max-w-sm-75px {
        max-width: 75px !important
    }

    .w-sm-80px {
        width: 80px !important
    }

    .h-sm-80px {
        height: 80px !important
    }

    .min-w-sm-80px {
        min-width: 80px !important
    }

    .min-h-sm-80px {
        min-height: 80px !important
    }

    .max-h-sm-80px {
        max-height: 80px !important
    }

    .max-w-sm-80px {
        max-width: 80px !important
    }

    .w-sm-85px {
        width: 85px !important
    }

    .h-sm-85px {
        height: 85px !important
    }

    .min-w-sm-85px {
        min-width: 85px !important
    }

    .min-h-sm-85px {
        min-height: 85px !important
    }

    .max-h-sm-85px {
        max-height: 85px !important
    }

    .max-w-sm-85px {
        max-width: 85px !important
    }

    .w-sm-90px {
        width: 90px !important
    }

    .h-sm-90px {
        height: 90px !important
    }

    .min-w-sm-90px {
        min-width: 90px !important
    }

    .min-h-sm-90px {
        min-height: 90px !important
    }

    .max-h-sm-90px {
        max-height: 90px !important
    }

    .max-w-sm-90px {
        max-width: 90px !important
    }

    .w-sm-95px {
        width: 95px !important
    }

    .h-sm-95px {
        height: 95px !important
    }

    .min-w-sm-95px {
        min-width: 95px !important
    }

    .min-h-sm-95px {
        min-height: 95px !important
    }

    .max-h-sm-95px {
        max-height: 95px !important
    }

    .max-w-sm-95px {
        max-width: 95px !important
    }

    .w-sm-100px {
        width: 100px !important
    }

    .h-sm-100px {
        height: 100px !important
    }

    .min-w-sm-100px {
        min-width: 100px !important
    }

    .min-h-sm-100px {
        min-height: 100px !important
    }

    .max-h-sm-100px {
        max-height: 100px !important
    }

    .max-w-sm-100px {
        max-width: 100px !important
    }

    .w-sm-105px {
        width: 105px !important
    }

    .h-sm-105px {
        height: 105px !important
    }

    .min-w-sm-105px {
        min-width: 105px !important
    }

    .min-h-sm-105px {
        min-height: 105px !important
    }

    .max-h-sm-105px {
        max-height: 105px !important
    }

    .max-w-sm-105px {
        max-width: 105px !important
    }

    .w-sm-110px {
        width: 110px !important
    }

    .h-sm-110px {
        height: 110px !important
    }

    .min-w-sm-110px {
        min-width: 110px !important
    }

    .min-h-sm-110px {
        min-height: 110px !important
    }

    .max-h-sm-110px {
        max-height: 110px !important
    }

    .max-w-sm-110px {
        max-width: 110px !important
    }

    .w-sm-115px {
        width: 115px !important
    }

    .h-sm-115px {
        height: 115px !important
    }

    .min-w-sm-115px {
        min-width: 115px !important
    }

    .min-h-sm-115px {
        min-height: 115px !important
    }

    .max-h-sm-115px {
        max-height: 115px !important
    }

    .max-w-sm-115px {
        max-width: 115px !important
    }

    .w-sm-120px {
        width: 120px !important
    }

    .h-sm-120px {
        height: 120px !important
    }

    .min-w-sm-120px {
        min-width: 120px !important
    }

    .min-h-sm-120px {
        min-height: 120px !important
    }

    .max-h-sm-120px {
        max-height: 120px !important
    }

    .max-w-sm-120px {
        max-width: 120px !important
    }

    .w-sm-125px {
        width: 125px !important
    }

    .h-sm-125px {
        height: 125px !important
    }

    .min-w-sm-125px {
        min-width: 125px !important
    }

    .min-h-sm-125px {
        min-height: 125px !important
    }

    .max-h-sm-125px {
        max-height: 125px !important
    }

    .max-w-sm-125px {
        max-width: 125px !important
    }

    .w-sm-130px {
        width: 130px !important
    }

    .h-sm-130px {
        height: 130px !important
    }

    .min-w-sm-130px {
        min-width: 130px !important
    }

    .min-h-sm-130px {
        min-height: 130px !important
    }

    .max-h-sm-130px {
        max-height: 130px !important
    }

    .max-w-sm-130px {
        max-width: 130px !important
    }

    .w-sm-135px {
        width: 135px !important
    }

    .h-sm-135px {
        height: 135px !important
    }

    .min-w-sm-135px {
        min-width: 135px !important
    }

    .min-h-sm-135px {
        min-height: 135px !important
    }

    .max-h-sm-135px {
        max-height: 135px !important
    }

    .max-w-sm-135px {
        max-width: 135px !important
    }

    .w-sm-140px {
        width: 140px !important
    }

    .h-sm-140px {
        height: 140px !important
    }

    .min-w-sm-140px {
        min-width: 140px !important
    }

    .min-h-sm-140px {
        min-height: 140px !important
    }

    .max-h-sm-140px {
        max-height: 140px !important
    }

    .max-w-sm-140px {
        max-width: 140px !important
    }

    .w-sm-145px {
        width: 145px !important
    }

    .h-sm-145px {
        height: 145px !important
    }

    .min-w-sm-145px {
        min-width: 145px !important
    }

    .min-h-sm-145px {
        min-height: 145px !important
    }

    .max-h-sm-145px {
        max-height: 145px !important
    }

    .max-w-sm-145px {
        max-width: 145px !important
    }

    .w-sm-150px {
        width: 150px !important
    }

    .h-sm-150px {
        height: 150px !important
    }

    .min-w-sm-150px {
        min-width: 150px !important
    }

    .min-h-sm-150px {
        min-height: 150px !important
    }

    .max-h-sm-150px {
        max-height: 150px !important
    }

    .max-w-sm-150px {
        max-width: 150px !important
    }

    .w-sm-155px {
        width: 155px !important
    }

    .h-sm-155px {
        height: 155px !important
    }

    .min-w-sm-155px {
        min-width: 155px !important
    }

    .min-h-sm-155px {
        min-height: 155px !important
    }

    .max-h-sm-155px {
        max-height: 155px !important
    }

    .max-w-sm-155px {
        max-width: 155px !important
    }

    .w-sm-160px {
        width: 160px !important
    }

    .h-sm-160px {
        height: 160px !important
    }

    .min-w-sm-160px {
        min-width: 160px !important
    }

    .min-h-sm-160px {
        min-height: 160px !important
    }

    .max-h-sm-160px {
        max-height: 160px !important
    }

    .max-w-sm-160px {
        max-width: 160px !important
    }

    .w-sm-165px {
        width: 165px !important
    }

    .h-sm-165px {
        height: 165px !important
    }

    .min-w-sm-165px {
        min-width: 165px !important
    }

    .min-h-sm-165px {
        min-height: 165px !important
    }

    .max-h-sm-165px {
        max-height: 165px !important
    }

    .max-w-sm-165px {
        max-width: 165px !important
    }

    .w-sm-176px {
        width: 170px !important
    }

    .h-sm-176px {
        height: 170px !important
    }

    .min-w-sm-176px {
        min-width: 170px !important
    }

    .min-h-sm-176px {
        min-height: 170px !important
    }

    .max-h-sm-176px {
        max-height: 170px !important
    }

    .max-w-sm-176px {
        max-width: 170px !important
    }

    .w-sm-175px {
        width: 175px !important
    }

    .h-sm-175px {
        height: 175px !important
    }

    .min-w-sm-175px {
        min-width: 175px !important
    }

    .min-h-sm-175px {
        min-height: 175px !important
    }

    .max-h-sm-175px {
        max-height: 175px !important
    }

    .max-w-sm-175px {
        max-width: 175px !important
    }

    .w-sm-180px {
        width: 180px !important
    }

    .h-sm-180px {
        height: 180px !important
    }

    .min-w-sm-180px {
        min-width: 180px !important
    }

    .min-h-sm-180px {
        min-height: 180px !important
    }

    .max-h-sm-180px {
        max-height: 180px !important
    }

    .max-w-sm-180px {
        max-width: 180px !important
    }

    .w-sm-200px {
        width: 200px !important
    }

    .h-sm-200px {
        height: 200px !important
    }

    .min-w-sm-200px {
        min-width: 200px !important
    }

    .min-h-sm-200px {
        min-height: 200px !important
    }

    .max-h-sm-200px {
        max-height: 200px !important
    }

    .max-w-sm-200px {
        max-width: 200px !important
    }

    .w-sm-225px {
        width: 225px !important
    }

    .h-sm-225px {
        height: 225px !important
    }

    .min-w-sm-225px {
        min-width: 225px !important
    }

    .min-h-sm-225px {
        min-height: 225px !important
    }

    .max-h-sm-225px {
        max-height: 225px !important
    }

    .max-w-sm-225px {
        max-width: 225px !important
    }

    .w-sm-235px {
        width: 235px !important
    }

    .h-sm-235px {
        height: 235px !important
    }

    .min-w-sm-235px {
        min-width: 235px !important
    }

    .min-h-sm-235px {
        min-height: 235px !important
    }

    .max-h-sm-235px {
        max-height: 235px !important
    }

    .max-w-sm-235px {
        max-width: 235px !important
    }

    .w-sm-250px {
        width: 250px !important
    }

    .h-sm-250px {
        height: 250px !important
    }

    .min-w-sm-250px {
        min-width: 250px !important
    }

    .min-h-sm-250px {
        min-height: 250px !important
    }

    .max-h-sm-250px {
        max-height: 250px !important
    }

    .max-w-sm-250px {
        max-width: 250px !important
    }

    .w-sm-255px {
        width: 255px !important
    }

    .h-sm-255px {
        height: 255px !important
    }

    .min-w-sm-255px {
        min-width: 255px !important
    }

    .min-h-sm-255px {
        min-height: 255px !important
    }

    .max-h-sm-255px {
        max-height: 255px !important
    }

    .max-w-sm-255px {
        max-width: 255px !important
    }

    .w-sm-260px {
        width: 260px !important
    }

    .h-sm-260px {
        height: 260px !important
    }

    .min-w-sm-260px {
        min-width: 260px !important
    }

    .min-h-sm-260px {
        min-height: 260px !important
    }

    .max-h-sm-260px {
        max-height: 260px !important
    }

    .max-w-sm-260px {
        max-width: 260px !important
    }

    .w-sm-265px {
        width: 265px !important
    }

    .h-sm-265px {
        height: 265px !important
    }

    .min-w-sm-265px {
        min-width: 265px !important
    }

    .min-h-sm-265px {
        min-height: 265px !important
    }

    .max-h-sm-265px {
        max-height: 265px !important
    }

    .max-w-sm-265px {
        max-width: 265px !important
    }

    .w-sm-275px {
        width: 275px !important
    }

    .h-sm-275px {
        height: 275px !important
    }

    .min-w-sm-275px {
        min-width: 275px !important
    }

    .min-h-sm-275px {
        min-height: 275px !important
    }

    .max-h-sm-275px {
        max-height: 275px !important
    }

    .max-w-sm-275px {
        max-width: 275px !important
    }

    .w-sm-295px {
        width: 295px !important
    }

    .h-sm-295px {
        height: 295px !important
    }

    .min-w-sm-295px {
        min-width: 295px !important
    }

    .min-h-sm-295px {
        min-height: 295px !important
    }

    .max-h-sm-295px {
        max-height: 295px !important
    }

    .max-w-sm-295px {
        max-width: 295px !important
    }

    .w-sm-300px {
        width: 300px !important
    }

    .h-sm-300px {
        height: 300px !important
    }

    .min-w-sm-300px {
        min-width: 300px !important
    }

    .min-h-sm-300px {
        min-height: 300px !important
    }

    .max-h-sm-300px {
        max-height: 300px !important
    }

    .max-w-sm-300px {
        max-width: 300px !important
    }

    .w-sm-325px {
        width: 325px !important
    }

    .h-sm-325px {
        height: 325px !important
    }

    .min-w-sm-325px {
        min-width: 325px !important
    }

    .min-h-sm-325px {
        min-height: 325px !important
    }

    .max-h-sm-325px {
        max-height: 325px !important
    }

    .max-w-sm-325px {
        max-width: 325px !important
    }

    .w-sm-350px {
        width: 350px !important
    }

    .h-sm-350px {
        height: 350px !important
    }

    .min-w-sm-350px {
        min-width: 350px !important
    }

    .min-h-sm-350px {
        min-height: 350px !important
    }

    .max-h-sm-350px {
        max-height: 350px !important
    }

    .max-w-sm-350px {
        max-width: 350px !important
    }

    .w-sm-375px {
        width: 375px !important
    }

    .h-sm-375px {
        height: 375px !important
    }

    .min-w-sm-375px {
        min-width: 375px !important
    }

    .min-h-sm-375px {
        min-height: 375px !important
    }

    .max-h-sm-375px {
        max-height: 375px !important
    }

    .max-w-sm-375px {
        max-width: 375px !important
    }

    .w-sm-400px {
        width: 400px !important
    }

    .h-sm-400px {
        height: 400px !important
    }

    .min-w-sm-400px {
        min-width: 400px !important
    }

    .min-h-sm-400px {
        min-height: 400px !important
    }

    .max-h-sm-400px {
        max-height: 400px !important
    }

    .max-w-sm-400px {
        max-width: 400px !important
    }

    .w-sm-425px {
        width: 425px !important
    }

    .h-sm-425px {
        height: 425px !important
    }

    .min-w-sm-425px {
        min-width: 425px !important
    }

    .min-h-sm-425px {
        min-height: 425px !important
    }

    .max-h-sm-425px {
        max-height: 425px !important
    }

    .max-w-sm-425px {
        max-width: 425px !important
    }

    .w-sm-450px {
        width: 450px !important
    }

    .h-sm-450px {
        height: 450px !important
    }

    .min-w-sm-450px {
        min-width: 450px !important
    }

    .min-h-sm-450px {
        min-height: 450px !important
    }

    .max-h-sm-450px {
        max-height: 450px !important
    }

    .max-w-sm-450px {
        max-width: 450px !important
    }

    .w-sm-475px {
        width: 475px !important
    }

    .h-sm-475px {
        height: 475px !important
    }

    .min-w-sm-475px {
        min-width: 475px !important
    }

    .min-h-sm-475px {
        min-height: 475px !important
    }

    .max-h-sm-475px {
        max-height: 475px !important
    }

    .max-w-sm-475px {
        max-width: 475px !important
    }

    .w-sm-500px {
        width: 500px !important
    }

    .h-sm-500px {
        height: 500px !important
    }

    .min-w-sm-500px {
        min-width: 500px !important
    }

    .min-h-sm-500px {
        min-height: 500px !important
    }

    .max-h-sm-500px {
        max-height: 500px !important
    }

    .max-w-sm-500px {
        max-width: 500px !important
    }

    .w-sm-550px {
        width: 550px !important
    }

    .h-sm-550px {
        height: 550px !important
    }

    .min-w-sm-550px {
        min-width: 550px !important
    }

    .min-h-sm-550px {
        min-height: 550px !important
    }

    .max-h-sm-550px {
        max-height: 550px !important
    }

    .max-w-sm-550px {
        max-width: 550px !important
    }

    .w-sm-600px {
        width: 600px !important
    }

    .h-sm-600px {
        height: 600px !important
    }

    .min-w-sm-600px {
        min-width: 600px !important
    }

    .min-h-sm-600px {
        min-height: 600px !important
    }

    .max-h-sm-600px {
        max-height: 600px !important
    }

    .max-w-sm-600px {
        max-width: 600px !important
    }

    .w-sm-650px {
        width: 650px !important
    }

    .h-sm-650px {
        height: 650px !important
    }

    .min-w-sm-650px {
        min-width: 650px !important
    }

    .min-h-sm-650px {
        min-height: 650px !important
    }

    .max-h-sm-650px {
        max-height: 650px !important
    }

    .max-w-sm-650px {
        max-width: 650px !important
    }

    .w-sm-700px {
        width: 700px !important
    }

    .h-sm-700px {
        height: 700px !important
    }

    .min-w-sm-700px {
        min-width: 700px !important
    }

    .min-h-sm-700px {
        min-height: 700px !important
    }

    .max-h-sm-700px {
        max-height: 700px !important
    }

    .max-w-sm-700px {
        max-width: 700px !important
    }

    .w-sm-750px {
        width: 750px !important
    }

    .h-sm-750px {
        height: 750px !important
    }

    .min-w-sm-750px {
        min-width: 750px !important
    }

    .min-h-sm-750px {
        min-height: 750px !important
    }

    .max-h-sm-750px {
        max-height: 750px !important
    }

    .max-w-sm-750px {
        max-width: 750px !important
    }

    .w-sm-800px {
        width: 800px !important
    }

    .h-sm-800px {
        height: 800px !important
    }

    .min-w-sm-800px {
        min-width: 800px !important
    }

    .min-h-sm-800px {
        min-height: 800px !important
    }

    .max-h-sm-800px {
        max-height: 800px !important
    }

    .max-w-sm-800px {
        max-width: 800px !important
    }

    .w-sm-850px {
        width: 850px !important
    }

    .h-sm-850px {
        height: 850px !important
    }

    .min-w-sm-850px {
        min-width: 850px !important
    }

    .min-h-sm-850px {
        min-height: 850px !important
    }

    .max-h-sm-850px {
        max-height: 850px !important
    }

    .max-w-sm-850px {
        max-width: 850px !important
    }

    .w-sm-900px {
        width: 900px !important
    }

    .h-sm-900px {
        height: 900px !important
    }

    .min-w-sm-900px {
        min-width: 900px !important
    }

    .min-h-sm-900px {
        min-height: 900px !important
    }

    .max-h-sm-900px {
        max-height: 900px !important
    }

    .max-w-sm-900px {
        max-width: 900px !important
    }

    .w-sm-950px {
        width: 950px !important
    }

    .h-sm-950px {
        height: 950px !important
    }

    .min-w-sm-950px {
        min-width: 950px !important
    }

    .min-h-sm-950px {
        min-height: 950px !important
    }

    .max-h-sm-950px {
        max-height: 950px !important
    }

    .max-w-sm-950px {
        max-width: 950px !important
    }

    .w-sm-1000px {
        width: 1000px !important
    }

    .h-sm-1000px {
        height: 1000px !important
    }

    .min-w-sm-1000px {
        min-width: 1000px !important
    }

    .min-h-sm-1000px {
        min-height: 1000px !important
    }

    .max-h-sm-1000px {
        max-height: 1000px !important
    }

    .max-w-sm-1000px {
        max-width: 1000px !important
    }
}

@media (min-width:768px) {
    .w-md-100 {
        width: 100% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .min-w-md-100 {
        min-width: 100% !important
    }

    .min-h-md-100 {
        min-height: 100% !important
    }

    .max-h-md-100 {
        max-height: 100% !important
    }

    .max-w-md-100 {
        max-width: 100% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .min-w-md-50 {
        min-width: 50% !important
    }

    .min-h-md-50 {
        min-height: 50% !important
    }

    .max-h-md-50 {
        max-height: 50% !important
    }

    .max-w-md-50 {
        max-width: 50% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .h-md-auto {
        height: auto !important
    }

    .min-w-md-auto {
        min-width: auto !important
    }

    .min-h-md-auto {
        min-height: auto !important
    }

    .max-h-md-auto {
        max-height: auto !important
    }

    .max-w-md-auto {
        max-width: auto !important
    }

    .w-md-1px {
        width: 1px !important
    }

    .h-md-1px {
        height: 1px !important
    }

    .min-w-md-1px {
        min-width: 1px !important
    }

    .min-h-md-1px {
        min-height: 1px !important
    }

    .max-h-md-1px {
        max-height: 1px !important
    }

    .max-w-md-1px {
        max-width: 1px !important
    }

    .w-md-2px {
        width: 2px !important
    }

    .h-md-2px {
        height: 2px !important
    }

    .min-w-md-2px {
        min-width: 2px !important
    }

    .min-h-md-2px {
        min-height: 2px !important
    }

    .max-h-md-2px {
        max-height: 2px !important
    }

    .max-w-md-2px {
        max-width: 2px !important
    }

    .w-md-3px {
        width: 3px !important
    }

    .h-md-3px {
        height: 3px !important
    }

    .min-w-md-3px {
        min-width: 3px !important
    }

    .min-h-md-3px {
        min-height: 3px !important
    }

    .max-h-md-3px {
        max-height: 3px !important
    }

    .max-w-md-3px {
        max-width: 3px !important
    }

    .w-md-4px {
        width: 4px !important
    }

    .h-md-4px {
        height: 4px !important
    }

    .min-w-md-4px {
        min-width: 4px !important
    }

    .min-h-md-4px {
        min-height: 4px !important
    }

    .max-h-md-4px {
        max-height: 4px !important
    }

    .max-w-md-4px {
        max-width: 4px !important
    }

    .w-md-5px {
        width: 5px !important
    }

    .h-md-5px {
        height: 5px !important
    }

    .min-w-md-5px {
        min-width: 5px !important
    }

    .min-h-md-5px {
        min-height: 5px !important
    }

    .max-h-md-5px {
        max-height: 5px !important
    }

    .max-w-md-5px {
        max-width: 5px !important
    }

    .w-md-10px {
        width: 10px !important
    }

    .h-md-10px {
        height: 10px !important
    }

    .min-w-md-10px {
        min-width: 10px !important
    }

    .min-h-md-10px {
        min-height: 10px !important
    }

    .max-h-md-10px {
        max-height: 10px !important
    }

    .max-w-md-10px {
        max-width: 10px !important
    }

    .w-md-15px {
        width: 15px !important
    }

    .h-md-15px {
        height: 15px !important
    }

    .min-w-md-15px {
        min-width: 15px !important
    }

    .min-h-md-15px {
        min-height: 15px !important
    }

    .max-h-md-15px {
        max-height: 15px !important
    }

    .max-w-md-15px {
        max-width: 15px !important
    }

    .w-md-20px {
        width: 20px !important
    }

    .h-md-20px {
        height: 20px !important
    }

    .min-w-md-20px {
        min-width: 20px !important
    }

    .min-h-md-20px {
        min-height: 20px !important
    }

    .max-h-md-20px {
        max-height: 20px !important
    }

    .max-w-md-20px {
        max-width: 20px !important
    }

    .w-md-25px {
        width: 25px !important
    }

    .h-md-25px {
        height: 25px !important
    }

    .min-w-md-25px {
        min-width: 25px !important
    }

    .min-h-md-25px {
        min-height: 25px !important
    }

    .max-h-md-25px {
        max-height: 25px !important
    }

    .max-w-md-25px {
        max-width: 25px !important
    }

    .w-md-30px {
        width: 30px !important
    }

    .h-md-30px {
        height: 30px !important
    }

    .min-w-md-30px {
        min-width: 30px !important
    }

    .min-h-md-30px {
        min-height: 30px !important
    }

    .max-h-md-30px {
        max-height: 30px !important
    }

    .max-w-md-30px {
        max-width: 30px !important
    }

    .w-md-35px {
        width: 35px !important
    }

    .h-md-35px {
        height: 35px !important
    }

    .min-w-md-35px {
        min-width: 35px !important
    }

    .min-h-md-35px {
        min-height: 35px !important
    }

    .max-h-md-35px {
        max-height: 35px !important
    }

    .max-w-md-35px {
        max-width: 35px !important
    }

    .w-md-40px {
        width: 40px !important
    }

    .h-md-40px {
        height: 40px !important
    }

    .min-w-md-40px {
        min-width: 40px !important
    }

    .min-h-md-40px {
        min-height: 40px !important
    }

    .max-h-md-40px {
        max-height: 40px !important
    }

    .max-w-md-40px {
        max-width: 40px !important
    }

    .w-md-45px {
        width: 45px !important
    }

    .h-md-45px {
        height: 45px !important
    }

    .min-w-md-45px {
        min-width: 45px !important
    }

    .min-h-md-45px {
        min-height: 45px !important
    }

    .max-h-md-45px {
        max-height: 45px !important
    }

    .max-w-md-45px {
        max-width: 45px !important
    }

    .w-md-50px {
        width: 50px !important
    }

    .h-md-50px {
        height: 50px !important
    }

    .min-w-md-50px {
        min-width: 50px !important
    }

    .min-h-md-50px {
        min-height: 50px !important
    }

    .max-h-md-50px {
        max-height: 50px !important
    }

    .max-w-md-50px {
        max-width: 50px !important
    }

    .w-md-55px {
        width: 55px !important
    }

    .h-md-55px {
        height: 55px !important
    }

    .min-w-md-55px {
        min-width: 55px !important
    }

    .min-h-md-55px {
        min-height: 55px !important
    }

    .max-h-md-55px {
        max-height: 55px !important
    }

    .max-w-md-55px {
        max-width: 55px !important
    }

    .w-md-60px {
        width: 60px !important
    }

    .h-md-60px {
        height: 60px !important
    }

    .min-w-md-60px {
        min-width: 60px !important
    }

    .min-h-md-60px {
        min-height: 60px !important
    }

    .max-h-md-60px {
        max-height: 60px !important
    }

    .max-w-md-60px {
        max-width: 60px !important
    }

    .w-md-65px {
        width: 65px !important
    }

    .h-md-65px {
        height: 65px !important
    }

    .min-w-md-65px {
        min-width: 65px !important
    }

    .min-h-md-65px {
        min-height: 65px !important
    }

    .max-h-md-65px {
        max-height: 65px !important
    }

    .max-w-md-65px {
        max-width: 65px !important
    }

    .w-md-70px {
        width: 70px !important
    }

    .h-md-70px {
        height: 70px !important
    }

    .min-w-md-70px {
        min-width: 70px !important
    }

    .min-h-md-70px {
        min-height: 70px !important
    }

    .max-h-md-70px {
        max-height: 70px !important
    }

    .max-w-md-70px {
        max-width: 70px !important
    }

    .w-md-75px {
        width: 75px !important
    }

    .h-md-75px {
        height: 75px !important
    }

    .min-w-md-75px {
        min-width: 75px !important
    }

    .min-h-md-75px {
        min-height: 75px !important
    }

    .max-h-md-75px {
        max-height: 75px !important
    }

    .max-w-md-75px {
        max-width: 75px !important
    }

    .w-md-80px {
        width: 80px !important
    }

    .h-md-80px {
        height: 80px !important
    }

    .min-w-md-80px {
        min-width: 80px !important
    }

    .min-h-md-80px {
        min-height: 80px !important
    }

    .max-h-md-80px {
        max-height: 80px !important
    }

    .max-w-md-80px {
        max-width: 80px !important
    }

    .w-md-85px {
        width: 85px !important
    }

    .h-md-85px {
        height: 85px !important
    }

    .min-w-md-85px {
        min-width: 85px !important
    }

    .min-h-md-85px {
        min-height: 85px !important
    }

    .max-h-md-85px {
        max-height: 85px !important
    }

    .max-w-md-85px {
        max-width: 85px !important
    }

    .w-md-90px {
        width: 90px !important
    }

    .h-md-90px {
        height: 90px !important
    }

    .min-w-md-90px {
        min-width: 90px !important
    }

    .min-h-md-90px {
        min-height: 90px !important
    }

    .max-h-md-90px {
        max-height: 90px !important
    }

    .max-w-md-90px {
        max-width: 90px !important
    }

    .w-md-95px {
        width: 95px !important
    }

    .h-md-95px {
        height: 95px !important
    }

    .min-w-md-95px {
        min-width: 95px !important
    }

    .min-h-md-95px {
        min-height: 95px !important
    }

    .max-h-md-95px {
        max-height: 95px !important
    }

    .max-w-md-95px {
        max-width: 95px !important
    }

    .w-md-100px {
        width: 100px !important
    }

    .h-md-100px {
        height: 100px !important
    }

    .min-w-md-100px {
        min-width: 100px !important
    }

    .min-h-md-100px {
        min-height: 100px !important
    }

    .max-h-md-100px {
        max-height: 100px !important
    }

    .max-w-md-100px {
        max-width: 100px !important
    }

    .w-md-105px {
        width: 105px !important
    }

    .h-md-105px {
        height: 105px !important
    }

    .min-w-md-105px {
        min-width: 105px !important
    }

    .min-h-md-105px {
        min-height: 105px !important
    }

    .max-h-md-105px {
        max-height: 105px !important
    }

    .max-w-md-105px {
        max-width: 105px !important
    }

    .w-md-110px {
        width: 110px !important
    }

    .h-md-110px {
        height: 110px !important
    }

    .min-w-md-110px {
        min-width: 110px !important
    }

    .min-h-md-110px {
        min-height: 110px !important
    }

    .max-h-md-110px {
        max-height: 110px !important
    }

    .max-w-md-110px {
        max-width: 110px !important
    }

    .w-md-115px {
        width: 115px !important
    }

    .h-md-115px {
        height: 115px !important
    }

    .min-w-md-115px {
        min-width: 115px !important
    }

    .min-h-md-115px {
        min-height: 115px !important
    }

    .max-h-md-115px {
        max-height: 115px !important
    }

    .max-w-md-115px {
        max-width: 115px !important
    }

    .w-md-120px {
        width: 120px !important
    }

    .h-md-120px {
        height: 120px !important
    }

    .min-w-md-120px {
        min-width: 120px !important
    }

    .min-h-md-120px {
        min-height: 120px !important
    }

    .max-h-md-120px {
        max-height: 120px !important
    }

    .max-w-md-120px {
        max-width: 120px !important
    }

    .w-md-125px {
        width: 125px !important
    }

    .h-md-125px {
        height: 125px !important
    }

    .min-w-md-125px {
        min-width: 125px !important
    }

    .min-h-md-125px {
        min-height: 125px !important
    }

    .max-h-md-125px {
        max-height: 125px !important
    }

    .max-w-md-125px {
        max-width: 125px !important
    }

    .w-md-130px {
        width: 130px !important
    }

    .h-md-130px {
        height: 130px !important
    }

    .min-w-md-130px {
        min-width: 130px !important
    }

    .min-h-md-130px {
        min-height: 130px !important
    }

    .max-h-md-130px {
        max-height: 130px !important
    }

    .max-w-md-130px {
        max-width: 130px !important
    }

    .w-md-135px {
        width: 135px !important
    }

    .h-md-135px {
        height: 135px !important
    }

    .min-w-md-135px {
        min-width: 135px !important
    }

    .min-h-md-135px {
        min-height: 135px !important
    }

    .max-h-md-135px {
        max-height: 135px !important
    }

    .max-w-md-135px {
        max-width: 135px !important
    }

    .w-md-140px {
        width: 140px !important
    }

    .h-md-140px {
        height: 140px !important
    }

    .min-w-md-140px {
        min-width: 140px !important
    }

    .min-h-md-140px {
        min-height: 140px !important
    }

    .max-h-md-140px {
        max-height: 140px !important
    }

    .max-w-md-140px {
        max-width: 140px !important
    }

    .w-md-145px {
        width: 145px !important
    }

    .h-md-145px {
        height: 145px !important
    }

    .min-w-md-145px {
        min-width: 145px !important
    }

    .min-h-md-145px {
        min-height: 145px !important
    }

    .max-h-md-145px {
        max-height: 145px !important
    }

    .max-w-md-145px {
        max-width: 145px !important
    }

    .w-md-150px {
        width: 150px !important
    }

    .h-md-150px {
        height: 150px !important
    }

    .min-w-md-150px {
        min-width: 150px !important
    }

    .min-h-md-150px {
        min-height: 150px !important
    }

    .max-h-md-150px {
        max-height: 150px !important
    }

    .max-w-md-150px {
        max-width: 150px !important
    }

    .w-md-155px {
        width: 155px !important
    }

    .h-md-155px {
        height: 155px !important
    }

    .min-w-md-155px {
        min-width: 155px !important
    }

    .min-h-md-155px {
        min-height: 155px !important
    }

    .max-h-md-155px {
        max-height: 155px !important
    }

    .max-w-md-155px {
        max-width: 155px !important
    }

    .w-md-160px {
        width: 160px !important
    }

    .h-md-160px {
        height: 160px !important
    }

    .min-w-md-160px {
        min-width: 160px !important
    }

    .min-h-md-160px {
        min-height: 160px !important
    }

    .max-h-md-160px {
        max-height: 160px !important
    }

    .max-w-md-160px {
        max-width: 160px !important
    }

    .w-md-165px {
        width: 165px !important
    }

    .h-md-165px {
        height: 165px !important
    }

    .min-w-md-165px {
        min-width: 165px !important
    }

    .min-h-md-165px {
        min-height: 165px !important
    }

    .max-h-md-165px {
        max-height: 165px !important
    }

    .max-w-md-165px {
        max-width: 165px !important
    }

    .w-md-176px {
        width: 170px !important
    }

    .h-md-176px {
        height: 170px !important
    }

    .min-w-md-176px {
        min-width: 170px !important
    }

    .min-h-md-176px {
        min-height: 170px !important
    }

    .max-h-md-176px {
        max-height: 170px !important
    }

    .max-w-md-176px {
        max-width: 170px !important
    }

    .w-md-175px {
        width: 175px !important
    }

    .h-md-175px {
        height: 175px !important
    }

    .min-w-md-175px {
        min-width: 175px !important
    }

    .min-h-md-175px {
        min-height: 175px !important
    }

    .max-h-md-175px {
        max-height: 175px !important
    }

    .max-w-md-175px {
        max-width: 175px !important
    }

    .w-md-180px {
        width: 180px !important
    }

    .h-md-180px {
        height: 180px !important
    }

    .min-w-md-180px {
        min-width: 180px !important
    }

    .min-h-md-180px {
        min-height: 180px !important
    }

    .max-h-md-180px {
        max-height: 180px !important
    }

    .max-w-md-180px {
        max-width: 180px !important
    }

    .w-md-200px {
        width: 200px !important
    }

    .h-md-200px {
        height: 200px !important
    }

    .min-w-md-200px {
        min-width: 200px !important
    }

    .min-h-md-200px {
        min-height: 200px !important
    }

    .max-h-md-200px {
        max-height: 200px !important
    }

    .max-w-md-200px {
        max-width: 200px !important
    }

    .w-md-225px {
        width: 225px !important
    }

    .h-md-225px {
        height: 225px !important
    }

    .min-w-md-225px {
        min-width: 225px !important
    }

    .min-h-md-225px {
        min-height: 225px !important
    }

    .max-h-md-225px {
        max-height: 225px !important
    }

    .max-w-md-225px {
        max-width: 225px !important
    }

    .w-md-235px {
        width: 235px !important
    }

    .h-md-235px {
        height: 235px !important
    }

    .min-w-md-235px {
        min-width: 235px !important
    }

    .min-h-md-235px {
        min-height: 235px !important
    }

    .max-h-md-235px {
        max-height: 235px !important
    }

    .max-w-md-235px {
        max-width: 235px !important
    }

    .w-md-250px {
        width: 250px !important
    }

    .h-md-250px {
        height: 250px !important
    }

    .min-w-md-250px {
        min-width: 250px !important
    }

    .min-h-md-250px {
        min-height: 250px !important
    }

    .max-h-md-250px {
        max-height: 250px !important
    }

    .max-w-md-250px {
        max-width: 250px !important
    }

    .w-md-255px {
        width: 255px !important
    }

    .h-md-255px {
        height: 255px !important
    }

    .min-w-md-255px {
        min-width: 255px !important
    }

    .min-h-md-255px {
        min-height: 255px !important
    }

    .max-h-md-255px {
        max-height: 255px !important
    }

    .max-w-md-255px {
        max-width: 255px !important
    }

    .w-md-260px {
        width: 260px !important
    }

    .h-md-260px {
        height: 260px !important
    }

    .min-w-md-260px {
        min-width: 260px !important
    }

    .min-h-md-260px {
        min-height: 260px !important
    }

    .max-h-md-260px {
        max-height: 260px !important
    }

    .max-w-md-260px {
        max-width: 260px !important
    }

    .w-md-265px {
        width: 265px !important
    }

    .h-md-265px {
        height: 265px !important
    }

    .min-w-md-265px {
        min-width: 265px !important
    }

    .min-h-md-265px {
        min-height: 265px !important
    }

    .max-h-md-265px {
        max-height: 265px !important
    }

    .max-w-md-265px {
        max-width: 265px !important
    }

    .w-md-275px {
        width: 275px !important
    }

    .h-md-275px {
        height: 275px !important
    }

    .min-w-md-275px {
        min-width: 275px !important
    }

    .min-h-md-275px {
        min-height: 275px !important
    }

    .max-h-md-275px {
        max-height: 275px !important
    }

    .max-w-md-275px {
        max-width: 275px !important
    }

    .w-md-295px {
        width: 295px !important
    }

    .h-md-295px {
        height: 295px !important
    }

    .min-w-md-295px {
        min-width: 295px !important
    }

    .min-h-md-295px {
        min-height: 295px !important
    }

    .max-h-md-295px {
        max-height: 295px !important
    }

    .max-w-md-295px {
        max-width: 295px !important
    }

    .w-md-300px {
        width: 300px !important
    }

    .h-md-300px {
        height: 300px !important
    }

    .min-w-md-300px {
        min-width: 300px !important
    }

    .min-h-md-300px {
        min-height: 300px !important
    }

    .max-h-md-300px {
        max-height: 300px !important
    }

    .max-w-md-300px {
        max-width: 300px !important
    }

    .w-md-325px {
        width: 325px !important
    }

    .h-md-325px {
        height: 325px !important
    }

    .min-w-md-325px {
        min-width: 325px !important
    }

    .min-h-md-325px {
        min-height: 325px !important
    }

    .max-h-md-325px {
        max-height: 325px !important
    }

    .max-w-md-325px {
        max-width: 325px !important
    }

    .w-md-350px {
        width: 350px !important
    }

    .h-md-350px {
        height: 350px !important
    }

    .min-w-md-350px {
        min-width: 350px !important
    }

    .min-h-md-350px {
        min-height: 350px !important
    }

    .max-h-md-350px {
        max-height: 350px !important
    }

    .max-w-md-350px {
        max-width: 350px !important
    }

    .w-md-375px {
        width: 375px !important
    }

    .h-md-375px {
        height: 375px !important
    }

    .min-w-md-375px {
        min-width: 375px !important
    }

    .min-h-md-375px {
        min-height: 375px !important
    }

    .max-h-md-375px {
        max-height: 375px !important
    }

    .max-w-md-375px {
        max-width: 375px !important
    }

    .w-md-400px {
        width: 400px !important
    }

    .h-md-400px {
        height: 400px !important
    }

    .min-w-md-400px {
        min-width: 400px !important
    }

    .min-h-md-400px {
        min-height: 400px !important
    }

    .max-h-md-400px {
        max-height: 400px !important
    }

    .max-w-md-400px {
        max-width: 400px !important
    }

    .w-md-425px {
        width: 425px !important
    }

    .h-md-425px {
        height: 425px !important
    }

    .min-w-md-425px {
        min-width: 425px !important
    }

    .min-h-md-425px {
        min-height: 425px !important
    }

    .max-h-md-425px {
        max-height: 425px !important
    }

    .max-w-md-425px {
        max-width: 425px !important
    }

    .w-md-450px {
        width: 450px !important
    }

    .h-md-450px {
        height: 450px !important
    }

    .min-w-md-450px {
        min-width: 450px !important
    }

    .min-h-md-450px {
        min-height: 450px !important
    }

    .max-h-md-450px {
        max-height: 450px !important
    }

    .max-w-md-450px {
        max-width: 450px !important
    }

    .w-md-475px {
        width: 475px !important
    }

    .h-md-475px {
        height: 475px !important
    }

    .min-w-md-475px {
        min-width: 475px !important
    }

    .min-h-md-475px {
        min-height: 475px !important
    }

    .max-h-md-475px {
        max-height: 475px !important
    }

    .max-w-md-475px {
        max-width: 475px !important
    }

    .w-md-500px {
        width: 500px !important
    }

    .h-md-500px {
        height: 500px !important
    }

    .min-w-md-500px {
        min-width: 500px !important
    }

    .min-h-md-500px {
        min-height: 500px !important
    }

    .max-h-md-500px {
        max-height: 500px !important
    }

    .max-w-md-500px {
        max-width: 500px !important
    }

    .w-md-550px {
        width: 550px !important
    }

    .h-md-550px {
        height: 550px !important
    }

    .min-w-md-550px {
        min-width: 550px !important
    }

    .min-h-md-550px {
        min-height: 550px !important
    }

    .max-h-md-550px {
        max-height: 550px !important
    }

    .max-w-md-550px {
        max-width: 550px !important
    }

    .w-md-600px {
        width: 600px !important
    }

    .h-md-600px {
        height: 600px !important
    }

    .min-w-md-600px {
        min-width: 600px !important
    }

    .min-h-md-600px {
        min-height: 600px !important
    }

    .max-h-md-600px {
        max-height: 600px !important
    }

    .max-w-md-600px {
        max-width: 600px !important
    }

    .w-md-650px {
        width: 650px !important
    }

    .h-md-650px {
        height: 650px !important
    }

    .min-w-md-650px {
        min-width: 650px !important
    }

    .min-h-md-650px {
        min-height: 650px !important
    }

    .max-h-md-650px {
        max-height: 650px !important
    }

    .max-w-md-650px {
        max-width: 650px !important
    }

    .w-md-700px {
        width: 700px !important
    }

    .h-md-700px {
        height: 700px !important
    }

    .min-w-md-700px {
        min-width: 700px !important
    }

    .min-h-md-700px {
        min-height: 700px !important
    }

    .max-h-md-700px {
        max-height: 700px !important
    }

    .max-w-md-700px {
        max-width: 700px !important
    }

    .w-md-750px {
        width: 750px !important
    }

    .h-md-750px {
        height: 750px !important
    }

    .min-w-md-750px {
        min-width: 750px !important
    }

    .min-h-md-750px {
        min-height: 750px !important
    }

    .max-h-md-750px {
        max-height: 750px !important
    }

    .max-w-md-750px {
        max-width: 750px !important
    }

    .w-md-800px {
        width: 800px !important
    }

    .h-md-800px {
        height: 800px !important
    }

    .min-w-md-800px {
        min-width: 800px !important
    }

    .min-h-md-800px {
        min-height: 800px !important
    }

    .max-h-md-800px {
        max-height: 800px !important
    }

    .max-w-md-800px {
        max-width: 800px !important
    }

    .w-md-850px {
        width: 850px !important
    }

    .h-md-850px {
        height: 850px !important
    }

    .min-w-md-850px {
        min-width: 850px !important
    }

    .min-h-md-850px {
        min-height: 850px !important
    }

    .max-h-md-850px {
        max-height: 850px !important
    }

    .max-w-md-850px {
        max-width: 850px !important
    }

    .w-md-900px {
        width: 900px !important
    }

    .h-md-900px {
        height: 900px !important
    }

    .min-w-md-900px {
        min-width: 900px !important
    }

    .min-h-md-900px {
        min-height: 900px !important
    }

    .max-h-md-900px {
        max-height: 900px !important
    }

    .max-w-md-900px {
        max-width: 900px !important
    }

    .w-md-950px {
        width: 950px !important
    }

    .h-md-950px {
        height: 950px !important
    }

    .min-w-md-950px {
        min-width: 950px !important
    }

    .min-h-md-950px {
        min-height: 950px !important
    }

    .max-h-md-950px {
        max-height: 950px !important
    }

    .max-w-md-950px {
        max-width: 950px !important
    }

    .w-md-1000px {
        width: 1000px !important
    }

    .h-md-1000px {
        height: 1000px !important
    }

    .min-w-md-1000px {
        min-width: 1000px !important
    }

    .min-h-md-1000px {
        min-height: 1000px !important
    }

    .max-h-md-1000px {
        max-height: 1000px !important
    }

    .max-w-md-1000px {
        max-width: 1000px !important
    }
}

@media (min-width:992px) {
    .w-lg-100 {
        width: 100% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .min-w-lg-100 {
        min-width: 100% !important
    }

    .min-h-lg-100 {
        min-height: 100% !important
    }

    .max-h-lg-100 {
        max-height: 100% !important
    }

    .max-w-lg-100 {
        max-width: 100% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .min-w-lg-50 {
        min-width: 50% !important
    }

    .min-h-lg-50 {
        min-height: 50% !important
    }

    .max-h-lg-50 {
        max-height: 50% !important
    }

    .max-w-lg-50 {
        max-width: 50% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .h-lg-auto {
        height: auto !important
    }

    .min-w-lg-auto {
        min-width: auto !important
    }

    .min-h-lg-auto {
        min-height: auto !important
    }

    .max-h-lg-auto {
        max-height: auto !important
    }

    .max-w-lg-auto {
        max-width: auto !important
    }

    .w-lg-1px {
        width: 1px !important
    }

    .h-lg-1px {
        height: 1px !important
    }

    .min-w-lg-1px {
        min-width: 1px !important
    }

    .min-h-lg-1px {
        min-height: 1px !important
    }

    .max-h-lg-1px {
        max-height: 1px !important
    }

    .max-w-lg-1px {
        max-width: 1px !important
    }

    .w-lg-2px {
        width: 2px !important
    }

    .h-lg-2px {
        height: 2px !important
    }

    .min-w-lg-2px {
        min-width: 2px !important
    }

    .min-h-lg-2px {
        min-height: 2px !important
    }

    .max-h-lg-2px {
        max-height: 2px !important
    }

    .max-w-lg-2px {
        max-width: 2px !important
    }

    .w-lg-3px {
        width: 3px !important
    }

    .h-lg-3px {
        height: 3px !important
    }

    .min-w-lg-3px {
        min-width: 3px !important
    }

    .min-h-lg-3px {
        min-height: 3px !important
    }

    .max-h-lg-3px {
        max-height: 3px !important
    }

    .max-w-lg-3px {
        max-width: 3px !important
    }

    .w-lg-4px {
        width: 4px !important
    }

    .h-lg-4px {
        height: 4px !important
    }

    .min-w-lg-4px {
        min-width: 4px !important
    }

    .min-h-lg-4px {
        min-height: 4px !important
    }

    .max-h-lg-4px {
        max-height: 4px !important
    }

    .max-w-lg-4px {
        max-width: 4px !important
    }

    .w-lg-5px {
        width: 5px !important
    }

    .h-lg-5px {
        height: 5px !important
    }

    .min-w-lg-5px {
        min-width: 5px !important
    }

    .min-h-lg-5px {
        min-height: 5px !important
    }

    .max-h-lg-5px {
        max-height: 5px !important
    }

    .max-w-lg-5px {
        max-width: 5px !important
    }

    .w-lg-10px {
        width: 10px !important
    }

    .h-lg-10px {
        height: 10px !important
    }

    .min-w-lg-10px {
        min-width: 10px !important
    }

    .min-h-lg-10px {
        min-height: 10px !important
    }

    .max-h-lg-10px {
        max-height: 10px !important
    }

    .max-w-lg-10px {
        max-width: 10px !important
    }

    .w-lg-15px {
        width: 15px !important
    }

    .h-lg-15px {
        height: 15px !important
    }

    .min-w-lg-15px {
        min-width: 15px !important
    }

    .min-h-lg-15px {
        min-height: 15px !important
    }

    .max-h-lg-15px {
        max-height: 15px !important
    }

    .max-w-lg-15px {
        max-width: 15px !important
    }

    .w-lg-20px {
        width: 20px !important
    }

    .h-lg-20px {
        height: 20px !important
    }

    .min-w-lg-20px {
        min-width: 20px !important
    }

    .min-h-lg-20px {
        min-height: 20px !important
    }

    .max-h-lg-20px {
        max-height: 20px !important
    }

    .max-w-lg-20px {
        max-width: 20px !important
    }

    .w-lg-25px {
        width: 25px !important
    }

    .h-lg-25px {
        height: 25px !important
    }

    .min-w-lg-25px {
        min-width: 25px !important
    }

    .min-h-lg-25px {
        min-height: 25px !important
    }

    .max-h-lg-25px {
        max-height: 25px !important
    }

    .max-w-lg-25px {
        max-width: 25px !important
    }

    .w-lg-30px {
        width: 30px !important
    }

    .h-lg-30px {
        height: 30px !important
    }

    .min-w-lg-30px {
        min-width: 30px !important
    }

    .min-h-lg-30px {
        min-height: 30px !important
    }

    .max-h-lg-30px {
        max-height: 30px !important
    }

    .max-w-lg-30px {
        max-width: 30px !important
    }

    .w-lg-35px {
        width: 35px !important
    }

    .h-lg-35px {
        height: 35px !important
    }

    .min-w-lg-35px {
        min-width: 35px !important
    }

    .min-h-lg-35px {
        min-height: 35px !important
    }

    .max-h-lg-35px {
        max-height: 35px !important
    }

    .max-w-lg-35px {
        max-width: 35px !important
    }

    .w-lg-40px {
        width: 40px !important
    }

    .h-lg-40px {
        height: 40px !important
    }

    .min-w-lg-40px {
        min-width: 40px !important
    }

    .min-h-lg-40px {
        min-height: 40px !important
    }

    .max-h-lg-40px {
        max-height: 40px !important
    }

    .max-w-lg-40px {
        max-width: 40px !important
    }

    .w-lg-45px {
        width: 45px !important
    }

    .h-lg-45px {
        height: 45px !important
    }

    .min-w-lg-45px {
        min-width: 45px !important
    }

    .min-h-lg-45px {
        min-height: 45px !important
    }

    .max-h-lg-45px {
        max-height: 45px !important
    }

    .max-w-lg-45px {
        max-width: 45px !important
    }

    .w-lg-50px {
        width: 50px !important
    }

    .h-lg-50px {
        height: 50px !important
    }

    .min-w-lg-50px {
        min-width: 50px !important
    }

    .min-h-lg-50px {
        min-height: 50px !important
    }

    .max-h-lg-50px {
        max-height: 50px !important
    }

    .max-w-lg-50px {
        max-width: 50px !important
    }

    .w-lg-55px {
        width: 55px !important
    }

    .h-lg-55px {
        height: 55px !important
    }

    .min-w-lg-55px {
        min-width: 55px !important
    }

    .min-h-lg-55px {
        min-height: 55px !important
    }

    .max-h-lg-55px {
        max-height: 55px !important
    }

    .max-w-lg-55px {
        max-width: 55px !important
    }

    .w-lg-60px {
        width: 60px !important
    }

    .h-lg-60px {
        height: 60px !important
    }

    .min-w-lg-60px {
        min-width: 60px !important
    }

    .min-h-lg-60px {
        min-height: 60px !important
    }

    .max-h-lg-60px {
        max-height: 60px !important
    }

    .max-w-lg-60px {
        max-width: 60px !important
    }

    .w-lg-65px {
        width: 65px !important
    }

    .h-lg-65px {
        height: 65px !important
    }

    .min-w-lg-65px {
        min-width: 65px !important
    }

    .min-h-lg-65px {
        min-height: 65px !important
    }

    .max-h-lg-65px {
        max-height: 65px !important
    }

    .max-w-lg-65px {
        max-width: 65px !important
    }

    .w-lg-70px {
        width: 70px !important
    }

    .h-lg-70px {
        height: 70px !important
    }

    .min-w-lg-70px {
        min-width: 70px !important
    }

    .min-h-lg-70px {
        min-height: 70px !important
    }

    .max-h-lg-70px {
        max-height: 70px !important
    }

    .max-w-lg-70px {
        max-width: 70px !important
    }

    .w-lg-75px {
        width: 75px !important
    }

    .h-lg-75px {
        height: 75px !important
    }

    .min-w-lg-75px {
        min-width: 75px !important
    }

    .min-h-lg-75px {
        min-height: 75px !important
    }

    .max-h-lg-75px {
        max-height: 75px !important
    }

    .max-w-lg-75px {
        max-width: 75px !important
    }

    .w-lg-80px {
        width: 80px !important
    }

    .h-lg-80px {
        height: 80px !important
    }

    .min-w-lg-80px {
        min-width: 80px !important
    }

    .min-h-lg-80px {
        min-height: 80px !important
    }

    .max-h-lg-80px {
        max-height: 80px !important
    }

    .max-w-lg-80px {
        max-width: 80px !important
    }

    .w-lg-85px {
        width: 85px !important
    }

    .h-lg-85px {
        height: 85px !important
    }

    .min-w-lg-85px {
        min-width: 85px !important
    }

    .min-h-lg-85px {
        min-height: 85px !important
    }

    .max-h-lg-85px {
        max-height: 85px !important
    }

    .max-w-lg-85px {
        max-width: 85px !important
    }

    .w-lg-90px {
        width: 90px !important
    }

    .h-lg-90px {
        height: 90px !important
    }

    .min-w-lg-90px {
        min-width: 90px !important
    }

    .min-h-lg-90px {
        min-height: 90px !important
    }

    .max-h-lg-90px {
        max-height: 90px !important
    }

    .max-w-lg-90px {
        max-width: 90px !important
    }

    .w-lg-95px {
        width: 95px !important
    }

    .h-lg-95px {
        height: 95px !important
    }

    .min-w-lg-95px {
        min-width: 95px !important
    }

    .min-h-lg-95px {
        min-height: 95px !important
    }

    .max-h-lg-95px {
        max-height: 95px !important
    }

    .max-w-lg-95px {
        max-width: 95px !important
    }

    .w-lg-100px {
        width: 100px !important
    }

    .h-lg-100px {
        height: 100px !important
    }

    .min-w-lg-100px {
        min-width: 100px !important
    }

    .min-h-lg-100px {
        min-height: 100px !important
    }

    .max-h-lg-100px {
        max-height: 100px !important
    }

    .max-w-lg-100px {
        max-width: 100px !important
    }

    .w-lg-105px {
        width: 105px !important
    }

    .h-lg-105px {
        height: 105px !important
    }

    .min-w-lg-105px {
        min-width: 105px !important
    }

    .min-h-lg-105px {
        min-height: 105px !important
    }

    .max-h-lg-105px {
        max-height: 105px !important
    }

    .max-w-lg-105px {
        max-width: 105px !important
    }

    .w-lg-110px {
        width: 110px !important
    }

    .h-lg-110px {
        height: 110px !important
    }

    .min-w-lg-110px {
        min-width: 110px !important
    }

    .min-h-lg-110px {
        min-height: 110px !important
    }

    .max-h-lg-110px {
        max-height: 110px !important
    }

    .max-w-lg-110px {
        max-width: 110px !important
    }

    .w-lg-115px {
        width: 115px !important
    }

    .h-lg-115px {
        height: 115px !important
    }

    .min-w-lg-115px {
        min-width: 115px !important
    }

    .min-h-lg-115px {
        min-height: 115px !important
    }

    .max-h-lg-115px {
        max-height: 115px !important
    }

    .max-w-lg-115px {
        max-width: 115px !important
    }

    .w-lg-120px {
        width: 120px !important
    }

    .h-lg-120px {
        height: 120px !important
    }

    .min-w-lg-120px {
        min-width: 120px !important
    }

    .min-h-lg-120px {
        min-height: 120px !important
    }

    .max-h-lg-120px {
        max-height: 120px !important
    }

    .max-w-lg-120px {
        max-width: 120px !important
    }

    .w-lg-125px {
        width: 125px !important
    }

    .h-lg-125px {
        height: 125px !important
    }

    .min-w-lg-125px {
        min-width: 125px !important
    }

    .min-h-lg-125px {
        min-height: 125px !important
    }

    .max-h-lg-125px {
        max-height: 125px !important
    }

    .max-w-lg-125px {
        max-width: 125px !important
    }

    .w-lg-130px {
        width: 130px !important
    }

    .h-lg-130px {
        height: 130px !important
    }

    .min-w-lg-130px {
        min-width: 130px !important
    }

    .min-h-lg-130px {
        min-height: 130px !important
    }

    .max-h-lg-130px {
        max-height: 130px !important
    }

    .max-w-lg-130px {
        max-width: 130px !important
    }

    .w-lg-135px {
        width: 135px !important
    }

    .h-lg-135px {
        height: 135px !important
    }

    .min-w-lg-135px {
        min-width: 135px !important
    }

    .min-h-lg-135px {
        min-height: 135px !important
    }

    .max-h-lg-135px {
        max-height: 135px !important
    }

    .max-w-lg-135px {
        max-width: 135px !important
    }

    .w-lg-140px {
        width: 140px !important
    }

    .h-lg-140px {
        height: 140px !important
    }

    .min-w-lg-140px {
        min-width: 140px !important
    }

    .min-h-lg-140px {
        min-height: 140px !important
    }

    .max-h-lg-140px {
        max-height: 140px !important
    }

    .max-w-lg-140px {
        max-width: 140px !important
    }

    .w-lg-145px {
        width: 145px !important
    }

    .h-lg-145px {
        height: 145px !important
    }

    .min-w-lg-145px {
        min-width: 145px !important
    }

    .min-h-lg-145px {
        min-height: 145px !important
    }

    .max-h-lg-145px {
        max-height: 145px !important
    }

    .max-w-lg-145px {
        max-width: 145px !important
    }

    .w-lg-150px {
        width: 150px !important
    }

    .h-lg-150px {
        height: 150px !important
    }

    .min-w-lg-150px {
        min-width: 150px !important
    }

    .min-h-lg-150px {
        min-height: 150px !important
    }

    .max-h-lg-150px {
        max-height: 150px !important
    }

    .max-w-lg-150px {
        max-width: 150px !important
    }

    .w-lg-155px {
        width: 155px !important
    }

    .h-lg-155px {
        height: 155px !important
    }

    .min-w-lg-155px {
        min-width: 155px !important
    }

    .min-h-lg-155px {
        min-height: 155px !important
    }

    .max-h-lg-155px {
        max-height: 155px !important
    }

    .max-w-lg-155px {
        max-width: 155px !important
    }

    .w-lg-160px {
        width: 160px !important
    }

    .h-lg-160px {
        height: 160px !important
    }

    .min-w-lg-160px {
        min-width: 160px !important
    }

    .min-h-lg-160px {
        min-height: 160px !important
    }

    .max-h-lg-160px {
        max-height: 160px !important
    }

    .max-w-lg-160px {
        max-width: 160px !important
    }

    .w-lg-165px {
        width: 165px !important
    }

    .h-lg-165px {
        height: 165px !important
    }

    .min-w-lg-165px {
        min-width: 165px !important
    }

    .min-h-lg-165px {
        min-height: 165px !important
    }

    .max-h-lg-165px {
        max-height: 165px !important
    }

    .max-w-lg-165px {
        max-width: 165px !important
    }

    .w-lg-176px {
        width: 170px !important
    }

    .h-lg-176px {
        height: 170px !important
    }

    .min-w-lg-176px {
        min-width: 170px !important
    }

    .min-h-lg-176px {
        min-height: 170px !important
    }

    .max-h-lg-176px {
        max-height: 170px !important
    }

    .max-w-lg-176px {
        max-width: 170px !important
    }

    .w-lg-175px {
        width: 175px !important
    }

    .h-lg-175px {
        height: 175px !important
    }

    .min-w-lg-175px {
        min-width: 175px !important
    }

    .min-h-lg-175px {
        min-height: 175px !important
    }

    .max-h-lg-175px {
        max-height: 175px !important
    }

    .max-w-lg-175px {
        max-width: 175px !important
    }

    .w-lg-180px {
        width: 180px !important
    }

    .h-lg-180px {
        height: 180px !important
    }

    .min-w-lg-180px {
        min-width: 180px !important
    }

    .min-h-lg-180px {
        min-height: 180px !important
    }

    .max-h-lg-180px {
        max-height: 180px !important
    }

    .max-w-lg-180px {
        max-width: 180px !important
    }

    .w-lg-200px {
        width: 200px !important
    }

    .h-lg-200px {
        height: 200px !important
    }

    .min-w-lg-200px {
        min-width: 200px !important
    }

    .min-h-lg-200px {
        min-height: 200px !important
    }

    .max-h-lg-200px {
        max-height: 200px !important
    }

    .max-w-lg-200px {
        max-width: 200px !important
    }

    .w-lg-225px {
        width: 225px !important
    }

    .h-lg-225px {
        height: 225px !important
    }

    .min-w-lg-225px {
        min-width: 225px !important
    }

    .min-h-lg-225px {
        min-height: 225px !important
    }

    .max-h-lg-225px {
        max-height: 225px !important
    }

    .max-w-lg-225px {
        max-width: 225px !important
    }

    .w-lg-235px {
        width: 235px !important
    }

    .h-lg-235px {
        height: 235px !important
    }

    .min-w-lg-235px {
        min-width: 235px !important
    }

    .min-h-lg-235px {
        min-height: 235px !important
    }

    .max-h-lg-235px {
        max-height: 235px !important
    }

    .max-w-lg-235px {
        max-width: 235px !important
    }

    .w-lg-250px {
        width: 250px !important
    }

    .h-lg-250px {
        height: 250px !important
    }

    .min-w-lg-250px {
        min-width: 250px !important
    }

    .min-h-lg-250px {
        min-height: 250px !important
    }

    .max-h-lg-250px {
        max-height: 250px !important
    }

    .max-w-lg-250px {
        max-width: 250px !important
    }

    .w-lg-255px {
        width: 255px !important
    }

    .h-lg-255px {
        height: 255px !important
    }

    .min-w-lg-255px {
        min-width: 255px !important
    }

    .min-h-lg-255px {
        min-height: 255px !important
    }

    .max-h-lg-255px {
        max-height: 255px !important
    }

    .max-w-lg-255px {
        max-width: 255px !important
    }

    .w-lg-260px {
        width: 260px !important
    }

    .h-lg-260px {
        height: 260px !important
    }

    .min-w-lg-260px {
        min-width: 260px !important
    }

    .min-h-lg-260px {
        min-height: 260px !important
    }

    .max-h-lg-260px {
        max-height: 260px !important
    }

    .max-w-lg-260px {
        max-width: 260px !important
    }

    .w-lg-265px {
        width: 265px !important
    }

    .h-lg-265px {
        height: 265px !important
    }

    .min-w-lg-265px {
        min-width: 265px !important
    }

    .min-h-lg-265px {
        min-height: 265px !important
    }

    .max-h-lg-265px {
        max-height: 265px !important
    }

    .max-w-lg-265px {
        max-width: 265px !important
    }

    .w-lg-275px {
        width: 275px !important
    }

    .h-lg-275px {
        height: 275px !important
    }

    .min-w-lg-275px {
        min-width: 275px !important
    }

    .min-h-lg-275px {
        min-height: 275px !important
    }

    .max-h-lg-275px {
        max-height: 275px !important
    }

    .max-w-lg-275px {
        max-width: 275px !important
    }

    .w-lg-295px {
        width: 295px !important
    }

    .h-lg-295px {
        height: 295px !important
    }

    .min-w-lg-295px {
        min-width: 295px !important
    }

    .min-h-lg-295px {
        min-height: 295px !important
    }

    .max-h-lg-295px {
        max-height: 295px !important
    }

    .max-w-lg-295px {
        max-width: 295px !important
    }

    .w-lg-300px {
        width: 300px !important
    }

    .h-lg-300px {
        height: 300px !important
    }

    .min-w-lg-300px {
        min-width: 300px !important
    }

    .min-h-lg-300px {
        min-height: 300px !important
    }

    .max-h-lg-300px {
        max-height: 300px !important
    }

    .max-w-lg-300px {
        max-width: 300px !important
    }

    .w-lg-325px {
        width: 325px !important
    }

    .h-lg-325px {
        height: 325px !important
    }

    .min-w-lg-325px {
        min-width: 325px !important
    }

    .min-h-lg-325px {
        min-height: 325px !important
    }

    .max-h-lg-325px {
        max-height: 325px !important
    }

    .max-w-lg-325px {
        max-width: 325px !important
    }

    .w-lg-350px {
        width: 350px !important
    }

    .h-lg-350px {
        height: 350px !important
    }

    .min-w-lg-350px {
        min-width: 350px !important
    }

    .min-h-lg-350px {
        min-height: 350px !important
    }

    .max-h-lg-350px {
        max-height: 350px !important
    }

    .max-w-lg-350px {
        max-width: 350px !important
    }

    .w-lg-375px {
        width: 375px !important
    }

    .h-lg-375px {
        height: 375px !important
    }

    .min-w-lg-375px {
        min-width: 375px !important
    }

    .min-h-lg-375px {
        min-height: 375px !important
    }

    .max-h-lg-375px {
        max-height: 375px !important
    }

    .max-w-lg-375px {
        max-width: 375px !important
    }

    .w-lg-400px {
        width: 400px !important
    }

    .h-lg-400px {
        height: 400px !important
    }

    .min-w-lg-400px {
        min-width: 400px !important
    }

    .min-h-lg-400px {
        min-height: 400px !important
    }

    .max-h-lg-400px {
        max-height: 400px !important
    }

    .max-w-lg-400px {
        max-width: 400px !important
    }

    .w-lg-425px {
        width: 425px !important
    }

    .h-lg-425px {
        height: 425px !important
    }

    .min-w-lg-425px {
        min-width: 425px !important
    }

    .min-h-lg-425px {
        min-height: 425px !important
    }

    .max-h-lg-425px {
        max-height: 425px !important
    }

    .max-w-lg-425px {
        max-width: 425px !important
    }

    .w-lg-450px {
        width: 450px !important
    }

    .h-lg-450px {
        height: 450px !important
    }

    .min-w-lg-450px {
        min-width: 450px !important
    }

    .min-h-lg-450px {
        min-height: 450px !important
    }

    .max-h-lg-450px {
        max-height: 450px !important
    }

    .max-w-lg-450px {
        max-width: 450px !important
    }

    .w-lg-475px {
        width: 475px !important
    }

    .h-lg-475px {
        height: 475px !important
    }

    .min-w-lg-475px {
        min-width: 475px !important
    }

    .min-h-lg-475px {
        min-height: 475px !important
    }

    .max-h-lg-475px {
        max-height: 475px !important
    }

    .max-w-lg-475px {
        max-width: 475px !important
    }

    .w-lg-500px {
        width: 500px !important
    }

    .h-lg-500px {
        height: 500px !important
    }

    .min-w-lg-500px {
        min-width: 500px !important
    }

    .min-h-lg-500px {
        min-height: 500px !important
    }

    .max-h-lg-500px {
        max-height: 500px !important
    }

    .max-w-lg-500px {
        max-width: 500px !important
    }

    .w-lg-550px {
        width: 550px !important
    }

    .h-lg-550px {
        height: 550px !important
    }

    .min-w-lg-550px {
        min-width: 550px !important
    }

    .min-h-lg-550px {
        min-height: 550px !important
    }

    .max-h-lg-550px {
        max-height: 550px !important
    }

    .max-w-lg-550px {
        max-width: 550px !important
    }

    .w-lg-600px {
        width: 600px !important
    }

    .h-lg-600px {
        height: 600px !important
    }

    .min-w-lg-600px {
        min-width: 600px !important
    }

    .min-h-lg-600px {
        min-height: 600px !important
    }

    .max-h-lg-600px {
        max-height: 600px !important
    }

    .max-w-lg-600px {
        max-width: 600px !important
    }

    .w-lg-650px {
        width: 650px !important
    }

    .h-lg-650px {
        height: 650px !important
    }

    .min-w-lg-650px {
        min-width: 650px !important
    }

    .min-h-lg-650px {
        min-height: 650px !important
    }

    .max-h-lg-650px {
        max-height: 650px !important
    }

    .max-w-lg-650px {
        max-width: 650px !important
    }

    .w-lg-700px {
        width: 700px !important
    }

    .h-lg-700px {
        height: 700px !important
    }

    .min-w-lg-700px {
        min-width: 700px !important
    }

    .min-h-lg-700px {
        min-height: 700px !important
    }

    .max-h-lg-700px {
        max-height: 700px !important
    }

    .max-w-lg-700px {
        max-width: 700px !important
    }

    .w-lg-750px {
        width: 750px !important
    }

    .h-lg-750px {
        height: 750px !important
    }

    .min-w-lg-750px {
        min-width: 750px !important
    }

    .min-h-lg-750px {
        min-height: 750px !important
    }

    .max-h-lg-750px {
        max-height: 750px !important
    }

    .max-w-lg-750px {
        max-width: 750px !important
    }

    .w-lg-800px {
        width: 800px !important
    }

    .h-lg-800px {
        height: 800px !important
    }

    .min-w-lg-800px {
        min-width: 800px !important
    }

    .min-h-lg-800px {
        min-height: 800px !important
    }

    .max-h-lg-800px {
        max-height: 800px !important
    }

    .max-w-lg-800px {
        max-width: 800px !important
    }

    .w-lg-850px {
        width: 850px !important
    }

    .h-lg-850px {
        height: 850px !important
    }

    .min-w-lg-850px {
        min-width: 850px !important
    }

    .min-h-lg-850px {
        min-height: 850px !important
    }

    .max-h-lg-850px {
        max-height: 850px !important
    }

    .max-w-lg-850px {
        max-width: 850px !important
    }

    .w-lg-900px {
        width: 900px !important
    }

    .h-lg-900px {
        height: 900px !important
    }

    .min-w-lg-900px {
        min-width: 900px !important
    }

    .min-h-lg-900px {
        min-height: 900px !important
    }

    .max-h-lg-900px {
        max-height: 900px !important
    }

    .max-w-lg-900px {
        max-width: 900px !important
    }

    .w-lg-950px {
        width: 950px !important
    }

    .h-lg-950px {
        height: 950px !important
    }

    .min-w-lg-950px {
        min-width: 950px !important
    }

    .min-h-lg-950px {
        min-height: 950px !important
    }

    .max-h-lg-950px {
        max-height: 950px !important
    }

    .max-w-lg-950px {
        max-width: 950px !important
    }

    .w-lg-1000px {
        width: 1000px !important
    }

    .h-lg-1000px {
        height: 1000px !important
    }

    .min-w-lg-1000px {
        min-width: 1000px !important
    }

    .min-h-lg-1000px {
        min-height: 1000px !important
    }

    .max-h-lg-1000px {
        max-height: 1000px !important
    }

    .max-w-lg-1000px {
        max-width: 1000px !important
    }
}

@media (min-width:1200px) {
    .w-xl-100 {
        width: 100% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .min-w-xl-100 {
        min-width: 100% !important
    }

    .min-h-xl-100 {
        min-height: 100% !important
    }

    .max-h-xl-100 {
        max-height: 100% !important
    }

    .max-w-xl-100 {
        max-width: 100% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .min-w-xl-50 {
        min-width: 50% !important
    }

    .min-h-xl-50 {
        min-height: 50% !important
    }

    .max-h-xl-50 {
        max-height: 50% !important
    }

    .max-w-xl-50 {
        max-width: 50% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .h-xl-auto {
        height: auto !important
    }

    .min-w-xl-auto {
        min-width: auto !important
    }

    .min-h-xl-auto {
        min-height: auto !important
    }

    .max-h-xl-auto {
        max-height: auto !important
    }

    .max-w-xl-auto {
        max-width: auto !important
    }

    .w-xl-1px {
        width: 1px !important
    }

    .h-xl-1px {
        height: 1px !important
    }

    .min-w-xl-1px {
        min-width: 1px !important
    }

    .min-h-xl-1px {
        min-height: 1px !important
    }

    .max-h-xl-1px {
        max-height: 1px !important
    }

    .max-w-xl-1px {
        max-width: 1px !important
    }

    .w-xl-2px {
        width: 2px !important
    }

    .h-xl-2px {
        height: 2px !important
    }

    .min-w-xl-2px {
        min-width: 2px !important
    }

    .min-h-xl-2px {
        min-height: 2px !important
    }

    .max-h-xl-2px {
        max-height: 2px !important
    }

    .max-w-xl-2px {
        max-width: 2px !important
    }

    .w-xl-3px {
        width: 3px !important
    }

    .h-xl-3px {
        height: 3px !important
    }

    .min-w-xl-3px {
        min-width: 3px !important
    }

    .min-h-xl-3px {
        min-height: 3px !important
    }

    .max-h-xl-3px {
        max-height: 3px !important
    }

    .max-w-xl-3px {
        max-width: 3px !important
    }

    .w-xl-4px {
        width: 4px !important
    }

    .h-xl-4px {
        height: 4px !important
    }

    .min-w-xl-4px {
        min-width: 4px !important
    }

    .min-h-xl-4px {
        min-height: 4px !important
    }

    .max-h-xl-4px {
        max-height: 4px !important
    }

    .max-w-xl-4px {
        max-width: 4px !important
    }

    .w-xl-5px {
        width: 5px !important
    }

    .h-xl-5px {
        height: 5px !important
    }

    .min-w-xl-5px {
        min-width: 5px !important
    }

    .min-h-xl-5px {
        min-height: 5px !important
    }

    .max-h-xl-5px {
        max-height: 5px !important
    }

    .max-w-xl-5px {
        max-width: 5px !important
    }

    .w-xl-10px {
        width: 10px !important
    }

    .h-xl-10px {
        height: 10px !important
    }

    .min-w-xl-10px {
        min-width: 10px !important
    }

    .min-h-xl-10px {
        min-height: 10px !important
    }

    .max-h-xl-10px {
        max-height: 10px !important
    }

    .max-w-xl-10px {
        max-width: 10px !important
    }

    .w-xl-15px {
        width: 15px !important
    }

    .h-xl-15px {
        height: 15px !important
    }

    .min-w-xl-15px {
        min-width: 15px !important
    }

    .min-h-xl-15px {
        min-height: 15px !important
    }

    .max-h-xl-15px {
        max-height: 15px !important
    }

    .max-w-xl-15px {
        max-width: 15px !important
    }

    .w-xl-20px {
        width: 20px !important
    }

    .h-xl-20px {
        height: 20px !important
    }

    .min-w-xl-20px {
        min-width: 20px !important
    }

    .min-h-xl-20px {
        min-height: 20px !important
    }

    .max-h-xl-20px {
        max-height: 20px !important
    }

    .max-w-xl-20px {
        max-width: 20px !important
    }

    .w-xl-25px {
        width: 25px !important
    }

    .h-xl-25px {
        height: 25px !important
    }

    .min-w-xl-25px {
        min-width: 25px !important
    }

    .min-h-xl-25px {
        min-height: 25px !important
    }

    .max-h-xl-25px {
        max-height: 25px !important
    }

    .max-w-xl-25px {
        max-width: 25px !important
    }

    .w-xl-30px {
        width: 30px !important
    }

    .h-xl-30px {
        height: 30px !important
    }

    .min-w-xl-30px {
        min-width: 30px !important
    }

    .min-h-xl-30px {
        min-height: 30px !important
    }

    .max-h-xl-30px {
        max-height: 30px !important
    }

    .max-w-xl-30px {
        max-width: 30px !important
    }

    .w-xl-35px {
        width: 35px !important
    }

    .h-xl-35px {
        height: 35px !important
    }

    .min-w-xl-35px {
        min-width: 35px !important
    }

    .min-h-xl-35px {
        min-height: 35px !important
    }

    .max-h-xl-35px {
        max-height: 35px !important
    }

    .max-w-xl-35px {
        max-width: 35px !important
    }

    .w-xl-40px {
        width: 40px !important
    }

    .h-xl-40px {
        height: 40px !important
    }

    .min-w-xl-40px {
        min-width: 40px !important
    }

    .min-h-xl-40px {
        min-height: 40px !important
    }

    .max-h-xl-40px {
        max-height: 40px !important
    }

    .max-w-xl-40px {
        max-width: 40px !important
    }

    .w-xl-45px {
        width: 45px !important
    }

    .h-xl-45px {
        height: 45px !important
    }

    .min-w-xl-45px {
        min-width: 45px !important
    }

    .min-h-xl-45px {
        min-height: 45px !important
    }

    .max-h-xl-45px {
        max-height: 45px !important
    }

    .max-w-xl-45px {
        max-width: 45px !important
    }

    .w-xl-50px {
        width: 50px !important
    }

    .h-xl-50px {
        height: 50px !important
    }

    .min-w-xl-50px {
        min-width: 50px !important
    }

    .min-h-xl-50px {
        min-height: 50px !important
    }

    .max-h-xl-50px {
        max-height: 50px !important
    }

    .max-w-xl-50px {
        max-width: 50px !important
    }

    .w-xl-55px {
        width: 55px !important
    }

    .h-xl-55px {
        height: 55px !important
    }

    .min-w-xl-55px {
        min-width: 55px !important
    }

    .min-h-xl-55px {
        min-height: 55px !important
    }

    .max-h-xl-55px {
        max-height: 55px !important
    }

    .max-w-xl-55px {
        max-width: 55px !important
    }

    .w-xl-60px {
        width: 60px !important
    }

    .h-xl-60px {
        height: 60px !important
    }

    .min-w-xl-60px {
        min-width: 60px !important
    }

    .min-h-xl-60px {
        min-height: 60px !important
    }

    .max-h-xl-60px {
        max-height: 60px !important
    }

    .max-w-xl-60px {
        max-width: 60px !important
    }

    .w-xl-65px {
        width: 65px !important
    }

    .h-xl-65px {
        height: 65px !important
    }

    .min-w-xl-65px {
        min-width: 65px !important
    }

    .min-h-xl-65px {
        min-height: 65px !important
    }

    .max-h-xl-65px {
        max-height: 65px !important
    }

    .max-w-xl-65px {
        max-width: 65px !important
    }

    .w-xl-70px {
        width: 70px !important
    }

    .h-xl-70px {
        height: 70px !important
    }

    .min-w-xl-70px {
        min-width: 70px !important
    }

    .min-h-xl-70px {
        min-height: 70px !important
    }

    .max-h-xl-70px {
        max-height: 70px !important
    }

    .max-w-xl-70px {
        max-width: 70px !important
    }

    .w-xl-75px {
        width: 75px !important
    }

    .h-xl-75px {
        height: 75px !important
    }

    .min-w-xl-75px {
        min-width: 75px !important
    }

    .min-h-xl-75px {
        min-height: 75px !important
    }

    .max-h-xl-75px {
        max-height: 75px !important
    }

    .max-w-xl-75px {
        max-width: 75px !important
    }

    .w-xl-80px {
        width: 80px !important
    }

    .h-xl-80px {
        height: 80px !important
    }

    .min-w-xl-80px {
        min-width: 80px !important
    }

    .min-h-xl-80px {
        min-height: 80px !important
    }

    .max-h-xl-80px {
        max-height: 80px !important
    }

    .max-w-xl-80px {
        max-width: 80px !important
    }

    .w-xl-85px {
        width: 85px !important
    }

    .h-xl-85px {
        height: 85px !important
    }

    .min-w-xl-85px {
        min-width: 85px !important
    }

    .min-h-xl-85px {
        min-height: 85px !important
    }

    .max-h-xl-85px {
        max-height: 85px !important
    }

    .max-w-xl-85px {
        max-width: 85px !important
    }

    .w-xl-90px {
        width: 90px !important
    }

    .h-xl-90px {
        height: 90px !important
    }

    .min-w-xl-90px {
        min-width: 90px !important
    }

    .min-h-xl-90px {
        min-height: 90px !important
    }

    .max-h-xl-90px {
        max-height: 90px !important
    }

    .max-w-xl-90px {
        max-width: 90px !important
    }

    .w-xl-95px {
        width: 95px !important
    }

    .h-xl-95px {
        height: 95px !important
    }

    .min-w-xl-95px {
        min-width: 95px !important
    }

    .min-h-xl-95px {
        min-height: 95px !important
    }

    .max-h-xl-95px {
        max-height: 95px !important
    }

    .max-w-xl-95px {
        max-width: 95px !important
    }

    .w-xl-100px {
        width: 100px !important
    }

    .h-xl-100px {
        height: 100px !important
    }

    .min-w-xl-100px {
        min-width: 100px !important
    }

    .min-h-xl-100px {
        min-height: 100px !important
    }

    .max-h-xl-100px {
        max-height: 100px !important
    }

    .max-w-xl-100px {
        max-width: 100px !important
    }

    .w-xl-105px {
        width: 105px !important
    }

    .h-xl-105px {
        height: 105px !important
    }

    .min-w-xl-105px {
        min-width: 105px !important
    }

    .min-h-xl-105px {
        min-height: 105px !important
    }

    .max-h-xl-105px {
        max-height: 105px !important
    }

    .max-w-xl-105px {
        max-width: 105px !important
    }

    .w-xl-110px {
        width: 110px !important
    }

    .h-xl-110px {
        height: 110px !important
    }

    .min-w-xl-110px {
        min-width: 110px !important
    }

    .min-h-xl-110px {
        min-height: 110px !important
    }

    .max-h-xl-110px {
        max-height: 110px !important
    }

    .max-w-xl-110px {
        max-width: 110px !important
    }

    .w-xl-115px {
        width: 115px !important
    }

    .h-xl-115px {
        height: 115px !important
    }

    .min-w-xl-115px {
        min-width: 115px !important
    }

    .min-h-xl-115px {
        min-height: 115px !important
    }

    .max-h-xl-115px {
        max-height: 115px !important
    }

    .max-w-xl-115px {
        max-width: 115px !important
    }

    .w-xl-120px {
        width: 120px !important
    }

    .h-xl-120px {
        height: 120px !important
    }

    .min-w-xl-120px {
        min-width: 120px !important
    }

    .min-h-xl-120px {
        min-height: 120px !important
    }

    .max-h-xl-120px {
        max-height: 120px !important
    }

    .max-w-xl-120px {
        max-width: 120px !important
    }

    .w-xl-125px {
        width: 125px !important
    }

    .h-xl-125px {
        height: 125px !important
    }

    .min-w-xl-125px {
        min-width: 125px !important
    }

    .min-h-xl-125px {
        min-height: 125px !important
    }

    .max-h-xl-125px {
        max-height: 125px !important
    }

    .max-w-xl-125px {
        max-width: 125px !important
    }

    .w-xl-130px {
        width: 130px !important
    }

    .h-xl-130px {
        height: 130px !important
    }

    .min-w-xl-130px {
        min-width: 130px !important
    }

    .min-h-xl-130px {
        min-height: 130px !important
    }

    .max-h-xl-130px {
        max-height: 130px !important
    }

    .max-w-xl-130px {
        max-width: 130px !important
    }

    .w-xl-135px {
        width: 135px !important
    }

    .h-xl-135px {
        height: 135px !important
    }

    .min-w-xl-135px {
        min-width: 135px !important
    }

    .min-h-xl-135px {
        min-height: 135px !important
    }

    .max-h-xl-135px {
        max-height: 135px !important
    }

    .max-w-xl-135px {
        max-width: 135px !important
    }

    .w-xl-140px {
        width: 140px !important
    }

    .h-xl-140px {
        height: 140px !important
    }

    .min-w-xl-140px {
        min-width: 140px !important
    }

    .min-h-xl-140px {
        min-height: 140px !important
    }

    .max-h-xl-140px {
        max-height: 140px !important
    }

    .max-w-xl-140px {
        max-width: 140px !important
    }

    .w-xl-145px {
        width: 145px !important
    }

    .h-xl-145px {
        height: 145px !important
    }

    .min-w-xl-145px {
        min-width: 145px !important
    }

    .min-h-xl-145px {
        min-height: 145px !important
    }

    .max-h-xl-145px {
        max-height: 145px !important
    }

    .max-w-xl-145px {
        max-width: 145px !important
    }

    .w-xl-150px {
        width: 150px !important
    }

    .h-xl-150px {
        height: 150px !important
    }

    .min-w-xl-150px {
        min-width: 150px !important
    }

    .min-h-xl-150px {
        min-height: 150px !important
    }

    .max-h-xl-150px {
        max-height: 150px !important
    }

    .max-w-xl-150px {
        max-width: 150px !important
    }

    .w-xl-155px {
        width: 155px !important
    }

    .h-xl-155px {
        height: 155px !important
    }

    .min-w-xl-155px {
        min-width: 155px !important
    }

    .min-h-xl-155px {
        min-height: 155px !important
    }

    .max-h-xl-155px {
        max-height: 155px !important
    }

    .max-w-xl-155px {
        max-width: 155px !important
    }

    .w-xl-160px {
        width: 160px !important
    }

    .h-xl-160px {
        height: 160px !important
    }

    .min-w-xl-160px {
        min-width: 160px !important
    }

    .min-h-xl-160px {
        min-height: 160px !important
    }

    .max-h-xl-160px {
        max-height: 160px !important
    }

    .max-w-xl-160px {
        max-width: 160px !important
    }

    .w-xl-165px {
        width: 165px !important
    }

    .h-xl-165px {
        height: 165px !important
    }

    .min-w-xl-165px {
        min-width: 165px !important
    }

    .min-h-xl-165px {
        min-height: 165px !important
    }

    .max-h-xl-165px {
        max-height: 165px !important
    }

    .max-w-xl-165px {
        max-width: 165px !important
    }

    .w-xl-176px {
        width: 170px !important
    }

    .h-xl-176px {
        height: 170px !important
    }

    .min-w-xl-176px {
        min-width: 170px !important
    }

    .min-h-xl-176px {
        min-height: 170px !important
    }

    .max-h-xl-176px {
        max-height: 170px !important
    }

    .max-w-xl-176px {
        max-width: 170px !important
    }

    .w-xl-175px {
        width: 175px !important
    }

    .h-xl-175px {
        height: 175px !important
    }

    .min-w-xl-175px {
        min-width: 175px !important
    }

    .min-h-xl-175px {
        min-height: 175px !important
    }

    .max-h-xl-175px {
        max-height: 175px !important
    }

    .max-w-xl-175px {
        max-width: 175px !important
    }

    .w-xl-180px {
        width: 180px !important
    }

    .h-xl-180px {
        height: 180px !important
    }

    .min-w-xl-180px {
        min-width: 180px !important
    }

    .min-h-xl-180px {
        min-height: 180px !important
    }

    .max-h-xl-180px {
        max-height: 180px !important
    }

    .max-w-xl-180px {
        max-width: 180px !important
    }

    .w-xl-200px {
        width: 200px !important
    }

    .h-xl-200px {
        height: 200px !important
    }

    .min-w-xl-200px {
        min-width: 200px !important
    }

    .min-h-xl-200px {
        min-height: 200px !important
    }

    .max-h-xl-200px {
        max-height: 200px !important
    }

    .max-w-xl-200px {
        max-width: 200px !important
    }

    .w-xl-225px {
        width: 225px !important
    }

    .h-xl-225px {
        height: 225px !important
    }

    .min-w-xl-225px {
        min-width: 225px !important
    }

    .min-h-xl-225px {
        min-height: 225px !important
    }

    .max-h-xl-225px {
        max-height: 225px !important
    }

    .max-w-xl-225px {
        max-width: 225px !important
    }

    .w-xl-235px {
        width: 235px !important
    }

    .h-xl-235px {
        height: 235px !important
    }

    .min-w-xl-235px {
        min-width: 235px !important
    }

    .min-h-xl-235px {
        min-height: 235px !important
    }

    .max-h-xl-235px {
        max-height: 235px !important
    }

    .max-w-xl-235px {
        max-width: 235px !important
    }

    .w-xl-250px {
        width: 250px !important
    }

    .h-xl-250px {
        height: 250px !important
    }

    .min-w-xl-250px {
        min-width: 250px !important
    }

    .min-h-xl-250px {
        min-height: 250px !important
    }

    .max-h-xl-250px {
        max-height: 250px !important
    }

    .max-w-xl-250px {
        max-width: 250px !important
    }

    .w-xl-255px {
        width: 255px !important
    }

    .h-xl-255px {
        height: 255px !important
    }

    .min-w-xl-255px {
        min-width: 255px !important
    }

    .min-h-xl-255px {
        min-height: 255px !important
    }

    .max-h-xl-255px {
        max-height: 255px !important
    }

    .max-w-xl-255px {
        max-width: 255px !important
    }

    .w-xl-260px {
        width: 260px !important
    }

    .h-xl-260px {
        height: 260px !important
    }

    .min-w-xl-260px {
        min-width: 260px !important
    }

    .min-h-xl-260px {
        min-height: 260px !important
    }

    .max-h-xl-260px {
        max-height: 260px !important
    }

    .max-w-xl-260px {
        max-width: 260px !important
    }

    .w-xl-265px {
        width: 265px !important
    }

    .h-xl-265px {
        height: 265px !important
    }

    .min-w-xl-265px {
        min-width: 265px !important
    }

    .min-h-xl-265px {
        min-height: 265px !important
    }

    .max-h-xl-265px {
        max-height: 265px !important
    }

    .max-w-xl-265px {
        max-width: 265px !important
    }

    .w-xl-275px {
        width: 275px !important
    }

    .h-xl-275px {
        height: 275px !important
    }

    .min-w-xl-275px {
        min-width: 275px !important
    }

    .min-h-xl-275px {
        min-height: 275px !important
    }

    .max-h-xl-275px {
        max-height: 275px !important
    }

    .max-w-xl-275px {
        max-width: 275px !important
    }

    .w-xl-295px {
        width: 295px !important
    }

    .h-xl-295px {
        height: 295px !important
    }

    .min-w-xl-295px {
        min-width: 295px !important
    }

    .min-h-xl-295px {
        min-height: 295px !important
    }

    .max-h-xl-295px {
        max-height: 295px !important
    }

    .max-w-xl-295px {
        max-width: 295px !important
    }

    .w-xl-300px {
        width: 300px !important
    }

    .h-xl-300px {
        height: 300px !important
    }

    .min-w-xl-300px {
        min-width: 300px !important
    }

    .min-h-xl-300px {
        min-height: 300px !important
    }

    .max-h-xl-300px {
        max-height: 300px !important
    }

    .max-w-xl-300px {
        max-width: 300px !important
    }

    .w-xl-325px {
        width: 325px !important
    }

    .h-xl-325px {
        height: 325px !important
    }

    .min-w-xl-325px {
        min-width: 325px !important
    }

    .min-h-xl-325px {
        min-height: 325px !important
    }

    .max-h-xl-325px {
        max-height: 325px !important
    }

    .max-w-xl-325px {
        max-width: 325px !important
    }

    .w-xl-350px {
        width: 350px !important
    }

    .h-xl-350px {
        height: 350px !important
    }

    .min-w-xl-350px {
        min-width: 350px !important
    }

    .min-h-xl-350px {
        min-height: 350px !important
    }

    .max-h-xl-350px {
        max-height: 350px !important
    }

    .max-w-xl-350px {
        max-width: 350px !important
    }

    .w-xl-375px {
        width: 375px !important
    }

    .h-xl-375px {
        height: 375px !important
    }

    .min-w-xl-375px {
        min-width: 375px !important
    }

    .min-h-xl-375px {
        min-height: 375px !important
    }

    .max-h-xl-375px {
        max-height: 375px !important
    }

    .max-w-xl-375px {
        max-width: 375px !important
    }

    .w-xl-400px {
        width: 400px !important
    }

    .h-xl-400px {
        height: 400px !important
    }

    .min-w-xl-400px {
        min-width: 400px !important
    }

    .min-h-xl-400px {
        min-height: 400px !important
    }

    .max-h-xl-400px {
        max-height: 400px !important
    }

    .max-w-xl-400px {
        max-width: 400px !important
    }

    .w-xl-425px {
        width: 425px !important
    }

    .h-xl-425px {
        height: 425px !important
    }

    .min-w-xl-425px {
        min-width: 425px !important
    }

    .min-h-xl-425px {
        min-height: 425px !important
    }

    .max-h-xl-425px {
        max-height: 425px !important
    }

    .max-w-xl-425px {
        max-width: 425px !important
    }

    .w-xl-450px {
        width: 450px !important
    }

    .h-xl-450px {
        height: 450px !important
    }

    .min-w-xl-450px {
        min-width: 450px !important
    }

    .min-h-xl-450px {
        min-height: 450px !important
    }

    .max-h-xl-450px {
        max-height: 450px !important
    }

    .max-w-xl-450px {
        max-width: 450px !important
    }

    .w-xl-475px {
        width: 475px !important
    }

    .h-xl-475px {
        height: 475px !important
    }

    .min-w-xl-475px {
        min-width: 475px !important
    }

    .min-h-xl-475px {
        min-height: 475px !important
    }

    .max-h-xl-475px {
        max-height: 475px !important
    }

    .max-w-xl-475px {
        max-width: 475px !important
    }

    .w-xl-500px {
        width: 500px !important
    }

    .h-xl-500px {
        height: 500px !important
    }

    .min-w-xl-500px {
        min-width: 500px !important
    }

    .min-h-xl-500px {
        min-height: 500px !important
    }

    .max-h-xl-500px {
        max-height: 500px !important
    }

    .max-w-xl-500px {
        max-width: 500px !important
    }

    .w-xl-550px {
        width: 550px !important
    }

    .h-xl-550px {
        height: 550px !important
    }

    .min-w-xl-550px {
        min-width: 550px !important
    }

    .min-h-xl-550px {
        min-height: 550px !important
    }

    .max-h-xl-550px {
        max-height: 550px !important
    }

    .max-w-xl-550px {
        max-width: 550px !important
    }

    .w-xl-600px {
        width: 600px !important
    }

    .h-xl-600px {
        height: 600px !important
    }

    .min-w-xl-600px {
        min-width: 600px !important
    }

    .min-h-xl-600px {
        min-height: 600px !important
    }

    .max-h-xl-600px {
        max-height: 600px !important
    }

    .max-w-xl-600px {
        max-width: 600px !important
    }

    .w-xl-650px {
        width: 650px !important
    }

    .h-xl-650px {
        height: 650px !important
    }

    .min-w-xl-650px {
        min-width: 650px !important
    }

    .min-h-xl-650px {
        min-height: 650px !important
    }

    .max-h-xl-650px {
        max-height: 650px !important
    }

    .max-w-xl-650px {
        max-width: 650px !important
    }

    .w-xl-700px {
        width: 700px !important
    }

    .h-xl-700px {
        height: 700px !important
    }

    .min-w-xl-700px {
        min-width: 700px !important
    }

    .min-h-xl-700px {
        min-height: 700px !important
    }

    .max-h-xl-700px {
        max-height: 700px !important
    }

    .max-w-xl-700px {
        max-width: 700px !important
    }

    .w-xl-750px {
        width: 750px !important
    }

    .h-xl-750px {
        height: 750px !important
    }

    .min-w-xl-750px {
        min-width: 750px !important
    }

    .min-h-xl-750px {
        min-height: 750px !important
    }

    .max-h-xl-750px {
        max-height: 750px !important
    }

    .max-w-xl-750px {
        max-width: 750px !important
    }

    .w-xl-800px {
        width: 800px !important
    }

    .h-xl-800px {
        height: 800px !important
    }

    .min-w-xl-800px {
        min-width: 800px !important
    }

    .min-h-xl-800px {
        min-height: 800px !important
    }

    .max-h-xl-800px {
        max-height: 800px !important
    }

    .max-w-xl-800px {
        max-width: 800px !important
    }

    .w-xl-850px {
        width: 850px !important
    }

    .h-xl-850px {
        height: 850px !important
    }

    .min-w-xl-850px {
        min-width: 850px !important
    }

    .min-h-xl-850px {
        min-height: 850px !important
    }

    .max-h-xl-850px {
        max-height: 850px !important
    }

    .max-w-xl-850px {
        max-width: 850px !important
    }

    .w-xl-900px {
        width: 900px !important
    }

    .h-xl-900px {
        height: 900px !important
    }

    .min-w-xl-900px {
        min-width: 900px !important
    }

    .min-h-xl-900px {
        min-height: 900px !important
    }

    .max-h-xl-900px {
        max-height: 900px !important
    }

    .max-w-xl-900px {
        max-width: 900px !important
    }

    .w-xl-950px {
        width: 950px !important
    }

    .h-xl-950px {
        height: 950px !important
    }

    .min-w-xl-950px {
        min-width: 950px !important
    }

    .min-h-xl-950px {
        min-height: 950px !important
    }

    .max-h-xl-950px {
        max-height: 950px !important
    }

    .max-w-xl-950px {
        max-width: 950px !important
    }

    .w-xl-1000px {
        width: 1000px !important
    }

    .h-xl-1000px {
        height: 1000px !important
    }

    .min-w-xl-1000px {
        min-width: 1000px !important
    }

    .min-h-xl-1000px {
        min-height: 1000px !important
    }

    .max-h-xl-1000px {
        max-height: 1000px !important
    }

    .max-w-xl-1000px {
        max-width: 1000px !important
    }
}

@media (min-width:1400px) {
    .w-xxl-100 {
        width: 100% !important
    }

    .h-xxl-100 {
        height: 100% !important
    }

    .min-w-xxl-100 {
        min-width: 100% !important
    }

    .min-h-xxl-100 {
        min-height: 100% !important
    }

    .max-h-xxl-100 {
        max-height: 100% !important
    }

    .max-w-xxl-100 {
        max-width: 100% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .h-xxl-50 {
        height: 50% !important
    }

    .min-w-xxl-50 {
        min-width: 50% !important
    }

    .min-h-xxl-50 {
        min-height: 50% !important
    }

    .max-h-xxl-50 {
        max-height: 50% !important
    }

    .max-w-xxl-50 {
        max-width: 50% !important
    }

    .w-xxl-auto {
        width: auto !important
    }

    .h-xxl-auto {
        height: auto !important
    }

    .min-w-xxl-auto {
        min-width: auto !important
    }

    .min-h-xxl-auto {
        min-height: auto !important
    }

    .max-h-xxl-auto {
        max-height: auto !important
    }

    .max-w-xxl-auto {
        max-width: auto !important
    }

    .w-xxl-1px {
        width: 1px !important
    }

    .h-xxl-1px {
        height: 1px !important
    }

    .min-w-xxl-1px {
        min-width: 1px !important
    }

    .min-h-xxl-1px {
        min-height: 1px !important
    }

    .max-h-xxl-1px {
        max-height: 1px !important
    }

    .max-w-xxl-1px {
        max-width: 1px !important
    }

    .w-xxl-2px {
        width: 2px !important
    }

    .h-xxl-2px {
        height: 2px !important
    }

    .min-w-xxl-2px {
        min-width: 2px !important
    }

    .min-h-xxl-2px {
        min-height: 2px !important
    }

    .max-h-xxl-2px {
        max-height: 2px !important
    }

    .max-w-xxl-2px {
        max-width: 2px !important
    }

    .w-xxl-3px {
        width: 3px !important
    }

    .h-xxl-3px {
        height: 3px !important
    }

    .min-w-xxl-3px {
        min-width: 3px !important
    }

    .min-h-xxl-3px {
        min-height: 3px !important
    }

    .max-h-xxl-3px {
        max-height: 3px !important
    }

    .max-w-xxl-3px {
        max-width: 3px !important
    }

    .w-xxl-4px {
        width: 4px !important
    }

    .h-xxl-4px {
        height: 4px !important
    }

    .min-w-xxl-4px {
        min-width: 4px !important
    }

    .min-h-xxl-4px {
        min-height: 4px !important
    }

    .max-h-xxl-4px {
        max-height: 4px !important
    }

    .max-w-xxl-4px {
        max-width: 4px !important
    }

    .w-xxl-5px {
        width: 5px !important
    }

    .h-xxl-5px {
        height: 5px !important
    }

    .min-w-xxl-5px {
        min-width: 5px !important
    }

    .min-h-xxl-5px {
        min-height: 5px !important
    }

    .max-h-xxl-5px {
        max-height: 5px !important
    }

    .max-w-xxl-5px {
        max-width: 5px !important
    }

    .w-xxl-10px {
        width: 10px !important
    }

    .h-xxl-10px {
        height: 10px !important
    }

    .min-w-xxl-10px {
        min-width: 10px !important
    }

    .min-h-xxl-10px {
        min-height: 10px !important
    }

    .max-h-xxl-10px {
        max-height: 10px !important
    }

    .max-w-xxl-10px {
        max-width: 10px !important
    }

    .w-xxl-15px {
        width: 15px !important
    }

    .h-xxl-15px {
        height: 15px !important
    }

    .min-w-xxl-15px {
        min-width: 15px !important
    }

    .min-h-xxl-15px {
        min-height: 15px !important
    }

    .max-h-xxl-15px {
        max-height: 15px !important
    }

    .max-w-xxl-15px {
        max-width: 15px !important
    }

    .w-xxl-20px {
        width: 20px !important
    }

    .h-xxl-20px {
        height: 20px !important
    }

    .min-w-xxl-20px {
        min-width: 20px !important
    }

    .min-h-xxl-20px {
        min-height: 20px !important
    }

    .max-h-xxl-20px {
        max-height: 20px !important
    }

    .max-w-xxl-20px {
        max-width: 20px !important
    }

    .w-xxl-25px {
        width: 25px !important
    }

    .h-xxl-25px {
        height: 25px !important
    }

    .min-w-xxl-25px {
        min-width: 25px !important
    }

    .min-h-xxl-25px {
        min-height: 25px !important
    }

    .max-h-xxl-25px {
        max-height: 25px !important
    }

    .max-w-xxl-25px {
        max-width: 25px !important
    }

    .w-xxl-30px {
        width: 30px !important
    }

    .h-xxl-30px {
        height: 30px !important
    }

    .min-w-xxl-30px {
        min-width: 30px !important
    }

    .min-h-xxl-30px {
        min-height: 30px !important
    }

    .max-h-xxl-30px {
        max-height: 30px !important
    }

    .max-w-xxl-30px {
        max-width: 30px !important
    }

    .w-xxl-35px {
        width: 35px !important
    }

    .h-xxl-35px {
        height: 35px !important
    }

    .min-w-xxl-35px {
        min-width: 35px !important
    }

    .min-h-xxl-35px {
        min-height: 35px !important
    }

    .max-h-xxl-35px {
        max-height: 35px !important
    }

    .max-w-xxl-35px {
        max-width: 35px !important
    }

    .w-xxl-40px {
        width: 40px !important
    }

    .h-xxl-40px {
        height: 40px !important
    }

    .min-w-xxl-40px {
        min-width: 40px !important
    }

    .min-h-xxl-40px {
        min-height: 40px !important
    }

    .max-h-xxl-40px {
        max-height: 40px !important
    }

    .max-w-xxl-40px {
        max-width: 40px !important
    }

    .w-xxl-45px {
        width: 45px !important
    }

    .h-xxl-45px {
        height: 45px !important
    }

    .min-w-xxl-45px {
        min-width: 45px !important
    }

    .min-h-xxl-45px {
        min-height: 45px !important
    }

    .max-h-xxl-45px {
        max-height: 45px !important
    }

    .max-w-xxl-45px {
        max-width: 45px !important
    }

    .w-xxl-50px {
        width: 50px !important
    }

    .h-xxl-50px {
        height: 50px !important
    }

    .min-w-xxl-50px {
        min-width: 50px !important
    }

    .min-h-xxl-50px {
        min-height: 50px !important
    }

    .max-h-xxl-50px {
        max-height: 50px !important
    }

    .max-w-xxl-50px {
        max-width: 50px !important
    }

    .w-xxl-55px {
        width: 55px !important
    }

    .h-xxl-55px {
        height: 55px !important
    }

    .min-w-xxl-55px {
        min-width: 55px !important
    }

    .min-h-xxl-55px {
        min-height: 55px !important
    }

    .max-h-xxl-55px {
        max-height: 55px !important
    }

    .max-w-xxl-55px {
        max-width: 55px !important
    }

    .w-xxl-60px {
        width: 60px !important
    }

    .h-xxl-60px {
        height: 60px !important
    }

    .min-w-xxl-60px {
        min-width: 60px !important
    }

    .min-h-xxl-60px {
        min-height: 60px !important
    }

    .max-h-xxl-60px {
        max-height: 60px !important
    }

    .max-w-xxl-60px {
        max-width: 60px !important
    }

    .w-xxl-65px {
        width: 65px !important
    }

    .h-xxl-65px {
        height: 65px !important
    }

    .min-w-xxl-65px {
        min-width: 65px !important
    }

    .min-h-xxl-65px {
        min-height: 65px !important
    }

    .max-h-xxl-65px {
        max-height: 65px !important
    }

    .max-w-xxl-65px {
        max-width: 65px !important
    }

    .w-xxl-70px {
        width: 70px !important
    }

    .h-xxl-70px {
        height: 70px !important
    }

    .min-w-xxl-70px {
        min-width: 70px !important
    }

    .min-h-xxl-70px {
        min-height: 70px !important
    }

    .max-h-xxl-70px {
        max-height: 70px !important
    }

    .max-w-xxl-70px {
        max-width: 70px !important
    }

    .w-xxl-75px {
        width: 75px !important
    }

    .h-xxl-75px {
        height: 75px !important
    }

    .min-w-xxl-75px {
        min-width: 75px !important
    }

    .min-h-xxl-75px {
        min-height: 75px !important
    }

    .max-h-xxl-75px {
        max-height: 75px !important
    }

    .max-w-xxl-75px {
        max-width: 75px !important
    }

    .w-xxl-80px {
        width: 80px !important
    }

    .h-xxl-80px {
        height: 80px !important
    }

    .min-w-xxl-80px {
        min-width: 80px !important
    }

    .min-h-xxl-80px {
        min-height: 80px !important
    }

    .max-h-xxl-80px {
        max-height: 80px !important
    }

    .max-w-xxl-80px {
        max-width: 80px !important
    }

    .w-xxl-85px {
        width: 85px !important
    }

    .h-xxl-85px {
        height: 85px !important
    }

    .min-w-xxl-85px {
        min-width: 85px !important
    }

    .min-h-xxl-85px {
        min-height: 85px !important
    }

    .max-h-xxl-85px {
        max-height: 85px !important
    }

    .max-w-xxl-85px {
        max-width: 85px !important
    }

    .w-xxl-90px {
        width: 90px !important
    }

    .h-xxl-90px {
        height: 90px !important
    }

    .min-w-xxl-90px {
        min-width: 90px !important
    }

    .min-h-xxl-90px {
        min-height: 90px !important
    }

    .max-h-xxl-90px {
        max-height: 90px !important
    }

    .max-w-xxl-90px {
        max-width: 90px !important
    }

    .w-xxl-95px {
        width: 95px !important
    }

    .h-xxl-95px {
        height: 95px !important
    }

    .min-w-xxl-95px {
        min-width: 95px !important
    }

    .min-h-xxl-95px {
        min-height: 95px !important
    }

    .max-h-xxl-95px {
        max-height: 95px !important
    }

    .max-w-xxl-95px {
        max-width: 95px !important
    }

    .w-xxl-100px {
        width: 100px !important
    }

    .h-xxl-100px {
        height: 100px !important
    }

    .min-w-xxl-100px {
        min-width: 100px !important
    }

    .min-h-xxl-100px {
        min-height: 100px !important
    }

    .max-h-xxl-100px {
        max-height: 100px !important
    }

    .max-w-xxl-100px {
        max-width: 100px !important
    }

    .w-xxl-105px {
        width: 105px !important
    }

    .h-xxl-105px {
        height: 105px !important
    }

    .min-w-xxl-105px {
        min-width: 105px !important
    }

    .min-h-xxl-105px {
        min-height: 105px !important
    }

    .max-h-xxl-105px {
        max-height: 105px !important
    }

    .max-w-xxl-105px {
        max-width: 105px !important
    }

    .w-xxl-110px {
        width: 110px !important
    }

    .h-xxl-110px {
        height: 110px !important
    }

    .min-w-xxl-110px {
        min-width: 110px !important
    }

    .min-h-xxl-110px {
        min-height: 110px !important
    }

    .max-h-xxl-110px {
        max-height: 110px !important
    }

    .max-w-xxl-110px {
        max-width: 110px !important
    }

    .w-xxl-115px {
        width: 115px !important
    }

    .h-xxl-115px {
        height: 115px !important
    }

    .min-w-xxl-115px {
        min-width: 115px !important
    }

    .min-h-xxl-115px {
        min-height: 115px !important
    }

    .max-h-xxl-115px {
        max-height: 115px !important
    }

    .max-w-xxl-115px {
        max-width: 115px !important
    }

    .w-xxl-120px {
        width: 120px !important
    }

    .h-xxl-120px {
        height: 120px !important
    }

    .min-w-xxl-120px {
        min-width: 120px !important
    }

    .min-h-xxl-120px {
        min-height: 120px !important
    }

    .max-h-xxl-120px {
        max-height: 120px !important
    }

    .max-w-xxl-120px {
        max-width: 120px !important
    }

    .w-xxl-125px {
        width: 125px !important
    }

    .h-xxl-125px {
        height: 125px !important
    }

    .min-w-xxl-125px {
        min-width: 125px !important
    }

    .min-h-xxl-125px {
        min-height: 125px !important
    }

    .max-h-xxl-125px {
        max-height: 125px !important
    }

    .max-w-xxl-125px {
        max-width: 125px !important
    }

    .w-xxl-130px {
        width: 130px !important
    }

    .h-xxl-130px {
        height: 130px !important
    }

    .min-w-xxl-130px {
        min-width: 130px !important
    }

    .min-h-xxl-130px {
        min-height: 130px !important
    }

    .max-h-xxl-130px {
        max-height: 130px !important
    }

    .max-w-xxl-130px {
        max-width: 130px !important
    }

    .w-xxl-135px {
        width: 135px !important
    }

    .h-xxl-135px {
        height: 135px !important
    }

    .min-w-xxl-135px {
        min-width: 135px !important
    }

    .min-h-xxl-135px {
        min-height: 135px !important
    }

    .max-h-xxl-135px {
        max-height: 135px !important
    }

    .max-w-xxl-135px {
        max-width: 135px !important
    }

    .w-xxl-140px {
        width: 140px !important
    }

    .h-xxl-140px {
        height: 140px !important
    }

    .min-w-xxl-140px {
        min-width: 140px !important
    }

    .min-h-xxl-140px {
        min-height: 140px !important
    }

    .max-h-xxl-140px {
        max-height: 140px !important
    }

    .max-w-xxl-140px {
        max-width: 140px !important
    }

    .w-xxl-145px {
        width: 145px !important
    }

    .h-xxl-145px {
        height: 145px !important
    }

    .min-w-xxl-145px {
        min-width: 145px !important
    }

    .min-h-xxl-145px {
        min-height: 145px !important
    }

    .max-h-xxl-145px {
        max-height: 145px !important
    }

    .max-w-xxl-145px {
        max-width: 145px !important
    }

    .w-xxl-150px {
        width: 150px !important
    }

    .h-xxl-150px {
        height: 150px !important
    }

    .min-w-xxl-150px {
        min-width: 150px !important
    }

    .min-h-xxl-150px {
        min-height: 150px !important
    }

    .max-h-xxl-150px {
        max-height: 150px !important
    }

    .max-w-xxl-150px {
        max-width: 150px !important
    }

    .w-xxl-155px {
        width: 155px !important
    }

    .h-xxl-155px {
        height: 155px !important
    }

    .min-w-xxl-155px {
        min-width: 155px !important
    }

    .min-h-xxl-155px {
        min-height: 155px !important
    }

    .max-h-xxl-155px {
        max-height: 155px !important
    }

    .max-w-xxl-155px {
        max-width: 155px !important
    }

    .w-xxl-160px {
        width: 160px !important
    }

    .h-xxl-160px {
        height: 160px !important
    }

    .min-w-xxl-160px {
        min-width: 160px !important
    }

    .min-h-xxl-160px {
        min-height: 160px !important
    }

    .max-h-xxl-160px {
        max-height: 160px !important
    }

    .max-w-xxl-160px {
        max-width: 160px !important
    }

    .w-xxl-165px {
        width: 165px !important
    }

    .h-xxl-165px {
        height: 165px !important
    }

    .min-w-xxl-165px {
        min-width: 165px !important
    }

    .min-h-xxl-165px {
        min-height: 165px !important
    }

    .max-h-xxl-165px {
        max-height: 165px !important
    }

    .max-w-xxl-165px {
        max-width: 165px !important
    }

    .w-xxl-176px {
        width: 170px !important
    }

    .h-xxl-176px {
        height: 170px !important
    }

    .min-w-xxl-176px {
        min-width: 170px !important
    }

    .min-h-xxl-176px {
        min-height: 170px !important
    }

    .max-h-xxl-176px {
        max-height: 170px !important
    }

    .max-w-xxl-176px {
        max-width: 170px !important
    }

    .w-xxl-175px {
        width: 175px !important
    }

    .h-xxl-175px {
        height: 175px !important
    }

    .min-w-xxl-175px {
        min-width: 175px !important
    }

    .min-h-xxl-175px {
        min-height: 175px !important
    }

    .max-h-xxl-175px {
        max-height: 175px !important
    }

    .max-w-xxl-175px {
        max-width: 175px !important
    }

    .w-xxl-180px {
        width: 180px !important
    }

    .h-xxl-180px {
        height: 180px !important
    }

    .min-w-xxl-180px {
        min-width: 180px !important
    }

    .min-h-xxl-180px {
        min-height: 180px !important
    }

    .max-h-xxl-180px {
        max-height: 180px !important
    }

    .max-w-xxl-180px {
        max-width: 180px !important
    }

    .w-xxl-200px {
        width: 200px !important
    }

    .h-xxl-200px {
        height: 200px !important
    }

    .min-w-xxl-200px {
        min-width: 200px !important
    }

    .min-h-xxl-200px {
        min-height: 200px !important
    }

    .max-h-xxl-200px {
        max-height: 200px !important
    }

    .max-w-xxl-200px {
        max-width: 200px !important
    }

    .w-xxl-225px {
        width: 225px !important
    }

    .h-xxl-225px {
        height: 225px !important
    }

    .min-w-xxl-225px {
        min-width: 225px !important
    }

    .min-h-xxl-225px {
        min-height: 225px !important
    }

    .max-h-xxl-225px {
        max-height: 225px !important
    }

    .max-w-xxl-225px {
        max-width: 225px !important
    }

    .w-xxl-235px {
        width: 235px !important
    }

    .h-xxl-235px {
        height: 235px !important
    }

    .min-w-xxl-235px {
        min-width: 235px !important
    }

    .min-h-xxl-235px {
        min-height: 235px !important
    }

    .max-h-xxl-235px {
        max-height: 235px !important
    }

    .max-w-xxl-235px {
        max-width: 235px !important
    }

    .w-xxl-250px {
        width: 250px !important
    }

    .h-xxl-250px {
        height: 250px !important
    }

    .min-w-xxl-250px {
        min-width: 250px !important
    }

    .min-h-xxl-250px {
        min-height: 250px !important
    }

    .max-h-xxl-250px {
        max-height: 250px !important
    }

    .max-w-xxl-250px {
        max-width: 250px !important
    }

    .w-xxl-255px {
        width: 255px !important
    }

    .h-xxl-255px {
        height: 255px !important
    }

    .min-w-xxl-255px {
        min-width: 255px !important
    }

    .min-h-xxl-255px {
        min-height: 255px !important
    }

    .max-h-xxl-255px {
        max-height: 255px !important
    }

    .max-w-xxl-255px {
        max-width: 255px !important
    }

    .w-xxl-260px {
        width: 260px !important
    }

    .h-xxl-260px {
        height: 260px !important
    }

    .min-w-xxl-260px {
        min-width: 260px !important
    }

    .min-h-xxl-260px {
        min-height: 260px !important
    }

    .max-h-xxl-260px {
        max-height: 260px !important
    }

    .max-w-xxl-260px {
        max-width: 260px !important
    }

    .w-xxl-265px {
        width: 265px !important
    }

    .h-xxl-265px {
        height: 265px !important
    }

    .min-w-xxl-265px {
        min-width: 265px !important
    }

    .min-h-xxl-265px {
        min-height: 265px !important
    }

    .max-h-xxl-265px {
        max-height: 265px !important
    }

    .max-w-xxl-265px {
        max-width: 265px !important
    }

    .w-xxl-275px {
        width: 275px !important
    }

    .h-xxl-275px {
        height: 275px !important
    }

    .min-w-xxl-275px {
        min-width: 275px !important
    }

    .min-h-xxl-275px {
        min-height: 275px !important
    }

    .max-h-xxl-275px {
        max-height: 275px !important
    }

    .max-w-xxl-275px {
        max-width: 275px !important
    }

    .w-xxl-295px {
        width: 295px !important
    }

    .h-xxl-295px {
        height: 295px !important
    }

    .min-w-xxl-295px {
        min-width: 295px !important
    }

    .min-h-xxl-295px {
        min-height: 295px !important
    }

    .max-h-xxl-295px {
        max-height: 295px !important
    }

    .max-w-xxl-295px {
        max-width: 295px !important
    }

    .w-xxl-300px {
        width: 300px !important
    }

    .h-xxl-300px {
        height: 300px !important
    }

    .min-w-xxl-300px {
        min-width: 300px !important
    }

    .min-h-xxl-300px {
        min-height: 300px !important
    }

    .max-h-xxl-300px {
        max-height: 300px !important
    }

    .max-w-xxl-300px {
        max-width: 300px !important
    }

    .w-xxl-325px {
        width: 325px !important
    }

    .h-xxl-325px {
        height: 325px !important
    }

    .min-w-xxl-325px {
        min-width: 325px !important
    }

    .min-h-xxl-325px {
        min-height: 325px !important
    }

    .max-h-xxl-325px {
        max-height: 325px !important
    }

    .max-w-xxl-325px {
        max-width: 325px !important
    }

    .w-xxl-350px {
        width: 350px !important
    }

    .h-xxl-350px {
        height: 350px !important
    }

    .min-w-xxl-350px {
        min-width: 350px !important
    }

    .min-h-xxl-350px {
        min-height: 350px !important
    }

    .max-h-xxl-350px {
        max-height: 350px !important
    }

    .max-w-xxl-350px {
        max-width: 350px !important
    }

    .w-xxl-375px {
        width: 375px !important
    }

    .h-xxl-375px {
        height: 375px !important
    }

    .min-w-xxl-375px {
        min-width: 375px !important
    }

    .min-h-xxl-375px {
        min-height: 375px !important
    }

    .max-h-xxl-375px {
        max-height: 375px !important
    }

    .max-w-xxl-375px {
        max-width: 375px !important
    }

    .w-xxl-400px {
        width: 400px !important
    }

    .h-xxl-400px {
        height: 400px !important
    }

    .min-w-xxl-400px {
        min-width: 400px !important
    }

    .min-h-xxl-400px {
        min-height: 400px !important
    }

    .max-h-xxl-400px {
        max-height: 400px !important
    }

    .max-w-xxl-400px {
        max-width: 400px !important
    }

    .w-xxl-425px {
        width: 425px !important
    }

    .h-xxl-425px {
        height: 425px !important
    }

    .min-w-xxl-425px {
        min-width: 425px !important
    }

    .min-h-xxl-425px {
        min-height: 425px !important
    }

    .max-h-xxl-425px {
        max-height: 425px !important
    }

    .max-w-xxl-425px {
        max-width: 425px !important
    }

    .w-xxl-450px {
        width: 450px !important
    }

    .h-xxl-450px {
        height: 450px !important
    }

    .min-w-xxl-450px {
        min-width: 450px !important
    }

    .min-h-xxl-450px {
        min-height: 450px !important
    }

    .max-h-xxl-450px {
        max-height: 450px !important
    }

    .max-w-xxl-450px {
        max-width: 450px !important
    }

    .w-xxl-475px {
        width: 475px !important
    }

    .h-xxl-475px {
        height: 475px !important
    }

    .min-w-xxl-475px {
        min-width: 475px !important
    }

    .min-h-xxl-475px {
        min-height: 475px !important
    }

    .max-h-xxl-475px {
        max-height: 475px !important
    }

    .max-w-xxl-475px {
        max-width: 475px !important
    }

    .w-xxl-500px {
        width: 500px !important
    }

    .h-xxl-500px {
        height: 500px !important
    }

    .min-w-xxl-500px {
        min-width: 500px !important
    }

    .min-h-xxl-500px {
        min-height: 500px !important
    }

    .max-h-xxl-500px {
        max-height: 500px !important
    }

    .max-w-xxl-500px {
        max-width: 500px !important
    }

    .w-xxl-550px {
        width: 550px !important
    }

    .h-xxl-550px {
        height: 550px !important
    }

    .min-w-xxl-550px {
        min-width: 550px !important
    }

    .min-h-xxl-550px {
        min-height: 550px !important
    }

    .max-h-xxl-550px {
        max-height: 550px !important
    }

    .max-w-xxl-550px {
        max-width: 550px !important
    }

    .w-xxl-600px {
        width: 600px !important
    }

    .h-xxl-600px {
        height: 600px !important
    }

    .min-w-xxl-600px {
        min-width: 600px !important
    }

    .min-h-xxl-600px {
        min-height: 600px !important
    }

    .max-h-xxl-600px {
        max-height: 600px !important
    }

    .max-w-xxl-600px {
        max-width: 600px !important
    }

    .w-xxl-650px {
        width: 650px !important
    }

    .h-xxl-650px {
        height: 650px !important
    }

    .min-w-xxl-650px {
        min-width: 650px !important
    }

    .min-h-xxl-650px {
        min-height: 650px !important
    }

    .max-h-xxl-650px {
        max-height: 650px !important
    }

    .max-w-xxl-650px {
        max-width: 650px !important
    }

    .w-xxl-700px {
        width: 700px !important
    }

    .h-xxl-700px {
        height: 700px !important
    }

    .min-w-xxl-700px {
        min-width: 700px !important
    }

    .min-h-xxl-700px {
        min-height: 700px !important
    }

    .max-h-xxl-700px {
        max-height: 700px !important
    }

    .max-w-xxl-700px {
        max-width: 700px !important
    }

    .w-xxl-750px {
        width: 750px !important
    }

    .h-xxl-750px {
        height: 750px !important
    }

    .min-w-xxl-750px {
        min-width: 750px !important
    }

    .min-h-xxl-750px {
        min-height: 750px !important
    }

    .max-h-xxl-750px {
        max-height: 750px !important
    }

    .max-w-xxl-750px {
        max-width: 750px !important
    }

    .w-xxl-800px {
        width: 800px !important
    }

    .h-xxl-800px {
        height: 800px !important
    }

    .min-w-xxl-800px {
        min-width: 800px !important
    }

    .min-h-xxl-800px {
        min-height: 800px !important
    }

    .max-h-xxl-800px {
        max-height: 800px !important
    }

    .max-w-xxl-800px {
        max-width: 800px !important
    }

    .w-xxl-850px {
        width: 850px !important
    }

    .h-xxl-850px {
        height: 850px !important
    }

    .min-w-xxl-850px {
        min-width: 850px !important
    }

    .min-h-xxl-850px {
        min-height: 850px !important
    }

    .max-h-xxl-850px {
        max-height: 850px !important
    }

    .max-w-xxl-850px {
        max-width: 850px !important
    }

    .w-xxl-900px {
        width: 900px !important
    }

    .h-xxl-900px {
        height: 900px !important
    }

    .min-w-xxl-900px {
        min-width: 900px !important
    }

    .min-h-xxl-900px {
        min-height: 900px !important
    }

    .max-h-xxl-900px {
        max-height: 900px !important
    }

    .max-w-xxl-900px {
        max-width: 900px !important
    }

    .w-xxl-950px {
        width: 950px !important
    }

    .h-xxl-950px {
        height: 950px !important
    }

    .min-w-xxl-950px {
        min-width: 950px !important
    }

    .min-h-xxl-950px {
        min-height: 950px !important
    }

    .max-h-xxl-950px {
        max-height: 950px !important
    }

    .max-w-xxl-950px {
        max-width: 950px !important
    }

    .w-xxl-1000px {
        width: 1000px !important
    }

    .h-xxl-1000px {
        height: 1000px !important
    }

    .min-w-xxl-1000px {
        min-width: 1000px !important
    }

    .min-h-xxl-1000px {
        min-height: 1000px !important
    }

    .max-h-xxl-1000px {
        max-height: 1000px !important
    }

    .max-w-xxl-1000px {
        max-width: 1000px !important
    }
}



.rounded-xl {
    border-radius: 1.25rem !important
}

.rounded-xxl {
    border-radius: 2rem !important
}


.rounded-top-xl {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important
}

.rounded-top-left-xl {
    border-top-left-radius: 1.25rem !important
}

.rounded-top-right-xl {
    border-top-right-radius: 1.25rem !important
}

.rounded-bottom-xl {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important
}

.rounded-bottom-left-xl {
    border-bottom-left-radius: 1.25rem !important
}

.rounded-bottom-right-xl {
    border-bottom-right-radius: 1.25rem !important
}
.busingSystemContent .aggrid-table {
    height: calc(100vh - 144px);
}
.busingSystemContent .aggrid-table .grid-local {
    height: calc(100% - 47px);
}
.busingSystemContent .aggrid-table .grid-local-bus {
    height: calc(100% - 84px);
}
.busingSystemContent .aggrid-table .ag-header-cell-text {
    color: #0000008a;
}
.notification-info {
    margin-top: 32px;
}
.notification-info .form-toggle {
    margin-bottom: 6px;
}
.notification-info .form-toggle .form-check-label {
    color: #4B4B4B;
}
.notification-info .toggle-switch-sm input + .slider:before {
    left: 0;
}

ul.dropdown-menu.sub-menu {
    box-shadow: none;
    border-radius: 0px;
}

    ul.dropdown-menu.sub-menu li a {
        font-size: 15px;
    }

    ul.dropdown-menu.sub-menu li.nav-item {
        padding: 1px 1rem;
    }

.printInfoPopup {
    position: fixed;
    height: 75px;
    width: 300px;
    bottom: 10px;
    right: 10px;
    border: none;
    background-color: #c6f7ad;
    color: #737481;
    z-index: 1;
}