    @font-face {

        font-family: textLight;
        src: url('/css/fonts/AirbnbCereal-Light.ttf');

    }

    @font-face {

        font-family: textMedium;
        src: url('/css/fonts/AirbnbCereal-Medium.ttf');

    }

    @font-face {

        font-family: textBook;
        src: url('/css/fonts/AirbnbCereal-Book.ttf');

    }

    @font-face {

        font-family: textBold;
        src: url('/css/fonts/AirbnbCereal-Bold.ttf');

    }

    ::-webkit-scrollbar-corner {

        background: transparent;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {

        background: rgba(0, 0, 0, 0.05);
        border-radius: 5px;
    }

    ::-webkit-scrollbar-thumb {
        background: #999999;
        border-radius: 5px;
    }

    ::-webkit-scrollbar-thumb:hover {

        background: #484848;
    }

    .h_l {

        font-family: textLight;
    }

    .h_m {

        font-family: textMedium;
    }

    .h_b {

        font-family: textBook;
    }

    .h_bb {

        font-family: textBold;
    }

    .h_12 {

        font-size: 12px;
    }

    .h_14 {

        font-size: 14px;
    }

    .h_16 {

        font-size: 16px;
    }

    .h_18 {

        font-size: 18px;
    }

    .h_20 {

        font-size: 20px;
    }

    .h_22 {

        font-size: 22px;
    }
    .h_24 {

        font-size: 24px;
    }

    .h_26 {

        font-size: 26px;
    }

    .h_28 {

        font-size: 28px;
    }

    .h_30 {

        font-size: 30px;
    }

    .h_38 {

        font-size: 38px;
    }

    .c_dark {

        color: #121212;
    }

    .c_darkish {

        color: #181818;
    }

    .c_text {

        color: #484848;
    }

    .c_blue {

        color: #0044ff;
    }

    .c_gray {

        color: #333333;
    }

    .c_light_gray {

        color: #999;

    }

    .c_red {

        color: #ff0000;
    }

    .c_orange{

        color: #ff5607;
    }

    .bg_orange{

        background: #ff5607;
    }

    .c_green{

        color: #309500;
    }

    .c_jade {

        color: #1A2F36;
    }

    .c_jade_light {

        color: #5498AF;
    }

    .bg_jade {

        background: #1A2F36;
    }

    .bg_jade_light {

        background: #5498AF
    }

    .bg_dark_jade {

        background: #051a1a;
    }

    .c_white {

        color: white;

    }

    .bg_white {

        background: white;

    }

    .d_none {

        display: none;
    }

    .d_block {

        display: block;
    }

    .d_iblock {

        display: inline-block;
    }

    .d_flex {

        display: flex;
        display: -webkit-flex;
    }

    .jc_start {

        justify-content:  flex-start;
        -webkit-justify-content: flex-start;

    }

    .jc_end {

        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .jc_center {

        justify-content: center;
        -webkit-justify-content: center;

    }

    .jc_around {

        justify-content: space-around;
        -webkit-justify-content: space-around;

    }

    .jc_between {

        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .jc_even {

        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
    }

    .fd_col {

        flex-direction: column;
        -webkit-flex-direction: column;

    }

    .fd_rcol {

        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;

    }

    .fd_row {

        flex-direction: row;
        -webkit-flex-direction: row;

    }

    .fd_rrow {

        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;

    }

    .fa_center {

        align-items: center;
        -webkit-align-items: center;

    }

    .fa_stretch {

        align-items: stretch;
        -webkit-align-items: stretch;

    }

    .fa_start {

        align-items: flex-start;
        -webkit-align-items: flex-start;

    }

    .fa_end {

        align-items: flex-end;
        -webkit-align-items: flex-end;

    }

    .fw_wrap {

        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;

    }

    .fw_nowrap {

        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;

    }

    .ai_start {

        align-items: start;
    }

    .ai_end {

        align-items: end;
    }

    .ai_center {

        align-items: center;
    }

    .ai_stretch {

        align-items: stretch;
    }

    .ac_start {

        align-content: flex-start;

    }

    .ac_end {

        align-content: flex-end;
    }

    .ac_sb {

        align-content: space-between;
    }

    .ac_sa {

        align-content: space-around;
    }

    .ac_se {

        align-content: space-evenly;
    }

    .bb {

        box-sizing: border-box;
    }

    .bc {

        box-sizing: content-box;
    }

    .flex {

        flex: 1 1 0;

    }

    .flex_grow {

        flex-grow: 1;
        -webkit-flex-grow: 1;
    }

    .flex_shrink {
        flex-shrink: 1;
        -webkit-flex-shrink: 1;
    }

    .short_cull {

        width: 6em;
    }

    .long_cull {

        width: 10em;
    }

    .align_left {

        text-align: left;
    }

    .align_right {

        text-align: right;
    }

    .align_center {

        text-align: center;
    }

    .align_vm {

        vertical-align: middle;
    }

    .align_vt {

        vertical-align: top;
    }

    .align_vb {

        vertical-align: bottom;
    }

    .mb_2 {

        margin-bottom: 2px;

    }

    .mb_4 {

        margin-bottom: 4px;

    }

    .mb_5 {

        margin-bottom: 5px;

    }

    .mb_6 {

        margin-bottom: 6px;

    }

    .mb_8 {

        margin-bottom: 8px;

    }

    .mb_10 {

        margin-bottom: 10px;

    }

    .mb_15 {

        margin-bottom: 15px;

    }

    .mb_20 {

        margin-bottom: 20px;

    }

    .mb_25 {

        margin-bottom: 25px;

    }

    .mb_30 {

        margin-bottom: 30px;

    }

    .mb_40 {

        margin-bottom: 40px;

    }

    .mb_50 {

        margin-bottom: 50px;

    }

    .mb_100 {

        margin-bottom: 100px;
    }

    .mt_2 {

        margin-top: 2px;

    }


    .mt_4 {

        margin-top: 4px;

    }

    .mt_5 {

        margin-top: 5px;

    }

    .mt_6 {

        margin-top: 6px;

    }

    .mt_8 {

        margin-top: 8px;

    }

    .mt_10 {

        margin-top: 10px;

    }

    .mt_15 {

        margin-top: 15px;

    }

    .mt_20 {

        margin-top: 20px;

    }

    .mt_25 {

        margin-top: 25px;

    }

    .mt_29 {

        margin-top: 29px;

    }

    .mt_30 {

        margin-top: 30px;

    }

    .mt_40 {

        margin-top: 40px;

    }

    .mt_50 {

        margin-top: 50px;

    }

    .mt_70 {

        margin-top: 70px;

    }

    .ml_2 {

        margin-left: 2px;

    }

    .ml_4 {

        margin-left: 4px;

    }

    .ml_5 {

        margin-left: 5px;

    }

    .ml_6 {

        margin-left: 6px;

    }

    .ml_8 {

        margin-left: 8px;

    }

    .ml_10 {

        margin-left: 10px;

    }

    .ml_15 {

        margin-left: 15px;

    }

    .ml_20 {

        margin-left: 20px;

    }

    .ml_25 {

        margin-left: 25px;

    }

    .ml_30 {

        margin-left: 30px;

    }

    .ml_40 {

        margin-left: 40px;

    }

    .ml_50 {

        margin-left: 50px;

    }

    .mr_2 {

        margin-right: 2px;

    }

    .mr_4 {

        margin-right: 4px;

    }

    .mr_5 {

        margin-right: 5px;

    }

    .mr_6 {

        margin-right: 6px;

    }

    .mr_8 {

        margin-right: 8px;

    }

    .mr_10 {

        margin-right: 10px;

    }

    .mr_15 {

        margin-right: 15px;

    }

    .mr_20 {

        margin-right: 20px;

    }

    .mr_25 {

        margin-right: 25px;

    }

    .mr_30 {

        margin-right: 30px;

    }

    .mr_40 {

        margin-right: 40px;

    }

    .mr_40 {

        margin-right: 40px;

    }

    .pos_rel {

        position: relative;
    }

    .pos_fixed {

        position: fixed;
    }

    .pos_abs {

        position: absolute;

    }

    .m_5 {

        margin: 5px;
    }

    .m_10 {

        margin: 10px;
    }

    .m_20 {

        margin: 20px;
    }

    .m_30 {

        margin: 30px;
    }

    .m_40 {

        margin: 40px;
    }

    .m_50 {

        margin: 50px;
    }

    .p_5 {

        padding: 5px;

    }

    .p_10 {

        padding: 10px;

    }

    .p_20 {

        padding: 20px;

    }

    .p_30 {

        padding: 30px;

    }

    .p_40 {

        padding: 40px;

    }

    .p_50 {

        padding: 50px;

    }

    .p_100 {

        padding: 100px;

    }

    .br_10 {

        border-radius: 10px;
    }

    .br_20 {

        border-radius: 20px;
    }

    .br_30 {

        border-radius: 30px;
    }

    .bite {

        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .bite_half {

        border-bottom-left-radius: 50%;
    }

    .bite_left {

        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }

    .bite_right {

        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;

    }


    .pos_image {

        aspect-ratio: 1.6;
        max-width: 600px;
    }

    a, a:visited, a:hover, a:active {

        text-decoration: none;
        /*display: inline-block;*/

    }

    .body_table {

        display: table;
        width: 100%;
        height: 100%;
        position: relative;

    }


    .body_max {

        max-width: 1600px;
        width: 100%;
    }

    .mw {

        width: 100%;
    }

    .mh {
        height: 100%;
    }

    .section_jade {

        /*box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.3);*/
        padding: 0px;
        z-index: 2;
        position: relative;
        border-radius: 10px;
    }

    .section_white {

        /*box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.3);*/
        padding: 50px;
        z-index: 2;
        position: relative;

    }

    .section_foot {

        background: #ff5607;
        margin: 0;
        padding: 50px;
        z-index: 2;
        position: relative;
        border-radius: 10px;
    }

    .soc_med {

        border-top: 1px #ff5607 solid;
        border-right: 1px #ff5607 solid;
        border-bottom: 1px #ff5607 solid;
        padding: 20px 0px 20px 0px;
        position: fixed;
        left: 0px;
        top: 46%;
        z-index: 9;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;

    }

    .cf {

        border-radius: 12px;
        width: 100%;
        max-width: 500px;
        padding: 20px;
        z-index: 9;
    }

    .cf_close {

        position: absolute;
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px;
        cursor: pointer;

    }

    .cf_ip {

        padding: 8px;
        background: #1A2F36;
        border-radius: 12px;
        color: white;
        border: none;
        font-family: textBook;
    }

    .cf_ip::placeholder {

        color: rgba(255, 255, 255, 0.3);
    }

    .cf_bt {

        border-radius: 6px;
        padding: 0.7em;
        cursor: pointer;
        box-sizing: border-box;
    }


    .mob_menu{

        display: none;
    }

    .nav_shad {

        position: fixed;
        z-index: 101;
        box-shadow: 0px 4px 30px 2px rgba(0, 0, 0, 0.3);
        top: 0;
        left: 0;

    }


    /********************
     ****** MOBILES *****
     ********************/

    @media only screen and (max-width: 959px) {

        .ex {

            width: 60px;
            height: 60px;
            border-radius: 30px;
            padding: 4px;
            box-sizing: border-box;
            border: 2px #ff5607 solid;

        }

        .mob_menu {

            display: flex;
            width: 30px;
            height: 30px;
            margin-right: 20px;
            margin-left: 20px;

        }

        .desk_menu {

            display: none;
        }

        .mob_menu_sheet {

            display: flex;
            position: fixed;
            right: 0px;
            top: 0px;
            width: 100vw;
            height: 100vh;
            z-index: 100;
            padding: 70px 0px 0px 0px;
            background: rgba(0, 0, 0, 0.5);
            /*border-top: 1px solid #ff5607;*/
            /*border-bottom: 1px solid #ff5607;*/
            box-sizing: border-box;
        }

        .mob_menu_cont {

            background: #1A2F36;
            padding: 10px 20px 20px 20px;
            border-left: 1px solid #ff5607;
            height: 100%;
            width: 50vw;
            box-sizing: border-box;
        }

        .textMenu {

            font-size: 1em;
        }

        .textSubMenu {

            font-size: 0.8em;
        }

        .textBanner {

            font-size: 1.2em;
        }

        .textCf {

            font-size: 0.8em;

        }

        .textHeading {

            font-size: 1.4em;
        }

        .textSubHeading {

            font-size: 1.2em;
        }

        .textHeadingBanner {

            font-size: 2.0em;

        }

        .textParaHeading {

            font-size: 1.1em;
        }

        .textPara {

            font-size: 0.9em;
        }

        .ex_name {

            font-size: 0.9em;
        }

        .ex_title {

            font-size: 0.7em;
        }

        .cf {

            width: 80vw;

        }

        .cf_close {

            width: 18px;
            height: 18px;

        }

        .section_white {

            padding: 20px;
        }

        .section_jade {

            padding: 0px;
        }

        .section_foot {

            box-sizing: border-box;
            padding: 0px;
        }

        .isDesk {

            display: none;
            width: 0;
            height: 0;

        }

        .popup_content {

            padding: 20px;

        }

        .bite {

            border-top-right-radius: 25%;
            border-bottom-left-radius: 25%;
        }

        .bite_half {

            border-bottom-left-radius: 25%;
        }

        .bite_left {

            border-top-left-radius: 25%;
            border-bottom-right-radius: 25%;
        }

        .bite_right {

            border-top-right-radius: 25%;
            border-bottom-right-radius: 25%;

        }

        .p_pos {

            padding: 30px;
        }

        .dd_border {

            cursor: pointer;
            border-left: 4px solid white;
            padding-left: 8px;
            color: white;

        }

        .dd_border:hover {

            border-left: 4px solid white;
            color: white;

        }
    }

    /********************
     ***** DESKTOPS *****
     ********************/

    @media only screen and (min-width: 960px) {

        .ex {
            width: 160px;
            height: 160px;
            border-radius: 80px;
            padding: 6px;
            box-sizing: border-box;
            border: 4px #ff5607 solid;

        }

        .isDesk{

            display: flex;
            width: 0;
            height: 0;

        }

        .desk_menu {

            display: flex;
        }

        .mob_menu_sheet {

            display: none;
        }

        .textMenu {

            font-size: 1em;
        }

        .textSubMenu {

            font-size: 0.8em;
        }

        .textBanner {

            font-size: 1.6em;
        }

        .textCf {

            font-size: 1em;

        }

        .textHeading {

            font-size: 2.2em;
        }

        .textSubHeading {

            font-size: 2em;
        }

        .textHeadingBanner {

            font-size: 3em;
        }

        .textParaHeading {

            font-size: 1.3em;
        }

        .textPara {

            font-size: 1.2em;
        }

        .ex_name {

            font-size: 1.2em;
        }

        .ex_title {

            font-size: 0.9em;
        }

        .popup_content {

            padding: 40px;

        }

        .p_pos {

            padding: 70px;
        }

        .dd_border {

            cursor: pointer;
            border-left: 4px solid white;
            padding-left: 8px;
            color: white;

        }

        .dd_border:hover {

            border-left: 4px solid #1A2F36;
            color: #1A2F36;

        }

    }



    .link {

        cursor: pointer;
    }

    .link:hover {

        color: #ff5607;

    }

    .border {
        border: 1px #ff5607 solid;
    }

    .in_shadow {

        box-shadow: inset 4px 0px 6px 2px rgba(0, 0, 0, 0.3);
    }

    .dd {

        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;

    }

    .section_wallpaper {

        height: 25vh;
        background-image: url('/media/images/particles.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .body_action_bar_ntoms {

        height: 50px;
        width: 100%;
        background: #121212;
        position: fixed;
        top: 0px;
        display: table-row;
        vertical-align: middle;
    }

    .body_action_bar {

        height: 70px;
        width: 100%;
        background: #1A2F36;
        position: fixed;
        z-index: 10;
        top: 0px;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);;
        vertical-align: middle;

    }

    .body_columns {

        height: 100%;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        position: relative;

    }

    .body_left {

        background-color: #eee;
        vertical-align: top;
        border-right: 1px lightgray solid;
        align-items: stretch;
        min-width: 300px;
        max-width: 300px;
        position: relative;
        margin-top: 50px;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: auto;

    }

    .body_right {

        background: white;
        width: auto;
        margin-top: 50px;
        vertical-align: top;
        align-items: stretch;
        position: relative;
        overflow: auto;
        flex-grow: 1;
    }

    .fab_holder {

        width: 50px;
        position: fixed;
        right: 35px;
        bottom: 75px;
        display: flex;
        flex-direction: column;
        z-index: 11;

    }


    .fab_add {

        width: 50px;
        height: 50px;
        background-color: #0088ff;
        border-radius: 25px;
        background-image: url("/media/images/white_plus.svg");
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 13px 13px;
        cursor: pointer;
        margin-top: 10px;
        display: none;

    }

    .fab_ref {

        width: 50px;
        height: 50px;
        background-color: #0088ff;
        border-radius: 25px;
        background-image: url("/media/images/white_reload.svg");
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 13px 13px;
        cursor: pointer;
        margin-top: 10px;
        display: none;

    }

    .fab_back {

        width: 50px;
        height: 50px;
        background-color: #0088ff;
        border-radius: 25px;
        background-image: url("/media/images/white_left.svg");
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 13px 13px;
        cursor: pointer;
        margin-top: 10px;
        display: none;

    }

    .fab_cap {

        width: 50px;
        height: 50px;
        background-color: #0088ff;
        border-radius: 25px;
        background-image: url("/media/images/white_receipt.svg");
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 13px 13px;
        cursor: pointer;
        margin-top: 15px;
        display: none;

    }

    .fab_print {

        width: 50px;
        height: 50px;
        background-color: #0088ff;
        border-radius: 25px;
        background-image: url("/media/images/white_printer.svg");
        background-size: 24px 24px;
        background-repeat: no-repeat;
        background-position: 13px 13px;
        cursor: pointer;
        margin-top: 15px;
        position: fixed;
        right: 110px;
        bottom: 75px;
        z-index: 11;

    }

    .load_more {

        min-width: 100px;
        background-color: #252525;
        border-radius: 26px;
        text-align: center;
        padding: 6px 14px;
        display: table;
        margin: 20px auto 40px auto;
        position: relative;
        background-position: center;
        transition: background 0.8s;
        font-size: 16px;
        font-family: textBold;
        color: white;
    }

    .load_more:hover {
        background: #252525 radial-gradient(circle, transparent 1%, #252525 1%) center/15000%;
    }

    .load_more:active {
        background-color: #fff;
        background-size: 100%;
        transition: background 0s;
    }

    input, select {

        background-color: transparent;
        padding: 6px;
        border: 0px;
        border-bottom: 1px solid #484848;
        color: #484848;
        font-family: textMedium;
        font-size: 16px;
        transition: all 0.30s ease-in-out;
        outline: none;

    }

    option {

        background-color: #333333;
        color: white;

    }

    textarea {

        font-family: textMedium;
        font-size: 16px;
        border-radius: 4px;
        transition: all 0.30s ease-in-out;
        border:1px solid #252525;
        resize: none;

    }

    textarea:focus {

        outline: none !important;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);

    }

    .assoc_form {

        font-family: textBook;

    }

    #search {

        width: 400px;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 6px 6px 6px 46px;
        border-radius: 4px;
        color: white;
        font-family: textMedium;
        font-size: 14px;
        transition: all 0.30s ease-in-out;
        outline: none;
        margin-left: 330px;
        background-image: url("/media/images/white_search.svg");
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: 20px 6px;
    }

    #search:focus {

        background-color: white;
        background-image: url("/media/images/black_search.svg");
        color: #484848;
    }

    .sms_alerted {

        border: 1px #0088ff solid;
        padding: 6px 10px;
        text-align: center;
        border-radius: 4px;
        font-size: 14px;
        display: inline-block;
        outline: none;
        color: #0088ff;
        cursor: default;

    }

    .sms_warn {

        border: 1px #252525 solid;
        padding: 6px 10px;
        text-align: center;
        border-radius: 4px;
        font-size: 14px;
        display: inline-block;
        outline: none;
        color: #252525;
        cursor: pointer;

    }

    .rating_desc {

        height: 64px;
        text-align: center;
        font-size: 16px;
        font-family: textBold;
        display: table-cell;
        vertical-align: middle;

    }

    .rating_general {

        width: 64px;
        height: 64px;
        border-radius: 32px;
        text-align: center;
        font-size: 18px;
        font-family: textBold;
        color: white;
        display: table-cell;
        vertical-align: middle;

    }

    .rating_good {

        background: #309500;
    }

    .rating_average {

        background: #da9f25;
    }

    .rating_bad {

        background: #ff0000;
    }

    .button {

        background-color: #252525;
        padding: 6px 10px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        display: inline-block;
        transition: all 0.30s ease-in-out;
        outline: none;
        color: white;
    }

    .tab_unselected {

        width: 250px;
        font-size: 18px;
        font-family: textMedium;
        margin-bottom: 15px;
        display: inline-block;
        color: #484848;
        cursor: pointer;
    }

    .tab_selected {

        width: 250px;
        font-size: 18px;
        font-family: textMedium;
        margin-bottom: 15px;
        display: inline-block;
        color: #0088ff;
        cursor: pointer;
    }

    .button:hover {

        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.6);
        cursor: pointer;
    }


    .drop_down {

        background-color: #212121;
        padding: 6px 10px;
        text-align: left;
        border-radius: 2px;
        font-size: 14px;
        display: inline-block;
        transition: all 0.30s ease-in-out;
        outline: none;
        cursor: pointer;
        position: relative;
        background-image: url("/media/images/white_chevron_down.svg");
        background-position: 210px 10px;
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .drop_down_list {

        position: absolute;
        width: 100%;
        left: 0px;
        top: 100%;
        z-index: 10;
        display: none;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        overflow: hidden;

    }

    .drop_down_item_selected {

        padding: 6px 10px;
        text-align: left;
        font-size: 14px;
        font-family: textMedium;
        transition: all 0.30s ease-in-out;
        outline: none;
        cursor: pointer;
        color: white;

    }

    .drop_down_item {

        background-color: #252525;
        color: white;
        padding: 12px 20px;
        text-align: left;
        font-size: 14px;
        font-family: textMedium;
        transition: all 0.30s ease-in-out;
        outline: none;
        cursor: pointer;

    }

    .drop_down_item:hover {

        background-color: white;
        color: #333333;

    }

    .login_form {

        width: min-content;
        background-color: white;
        border-radius: 6px;
        padding: 50px;
        border: 1px #eee solid;
        margin: auto;
        position: absolute;
        top: 25%;
        left: 40%;
        right: 40%;
    }

    .footer_wenough {

        position: relative;
        top: 20px;
        bottom: 20px;
        text-align: center;

    }

    .footer_link {

        display: inline-block;
        padding: 6px 8px;
        font-size: 14px;
        font-family: textLight;
        transition: all 0.30s ease-in-out;
        color: #333333;

    }

    .footer_link:hover {

        color: white;
        cursor: pointer;

    }

    .body_torso {

        text-align: center;
        position: relative;
        margin-bottom: 100px;
        vertical-align: top;
        border-spacing: 35px;
    }

    .user_profile {

        text-align: center;
        position: relative;
        margin-top: 30px;

    }

    .user_pane_icon {

        width: 24px;
        height: 24px;
        cursor: pointer;

    }

    .user_profile_avatar {

        width: 40px;
        height: 40px;
        border: 2px solid white;
        border-radius: 21px;
        overflow: hidden;

    }

    .kin_avatar {

        width: 80px;
        height: 80px;
        border-radius: 40px;
        overflow: hidden;

    }

    .kin_close {

        width: 20px;
        height: 20px;
        cursor: pointer;

    }

    .kin_covered {

        width: 12px;
        height: 12px;
        border-radius: 6px;
        position: absolute;
        top: 60px;
        right: 4px;
        z-index: 1;
        background-color: greenyellow;
    }

    .kin_uncovered {

        width: 12px;
        height: 12px;
        border-radius: 6px;
        position: absolute;
        top: 60px;
        right: 4px;
        z-index: 1;
        background-color: red;

    }

    .assoc_avatar {

        width: 120px;
        height: 120px;
        border-radius: 60px;
        overflow: hidden;

    }


    .assoc_options {

        width: 300px;
        margin-top: 50px;
        position: relative;
        text-align: center;


    }

    .assoc_tab_count {

        position: absolute;
        right: 0px;
        top: 0px;
        width: 20px;
        background-color: red;
        font-size: 14px;
        font-family: textBold;
        color: white;
        border-radius: 6px;
        padding: 4px;

    }

    .assoc_tab {

        transition: all 0.30s ease-in-out;
        width: 62px;
        height: 58px;
        margin: 4px;
        cursor: pointer;
        background-position: 16px 10px;
        background-size: 32px 32px;
        background-repeat: no-repeat;
        border-radius: 8px;
        border: 1px solid #121212;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #121212;
        position: relative;

        font-family: textMedium;
        font-size: 10px;
        text-align: center;
        padding-bottom: 4px;

    }


    .assoc_tab:hover {

        background-color: #121212;
        color: white;

    }

    .assoc_tab_selected {

        transition: all 0.30s ease-in-out;
        width: 62px;
        height: 58px;
        margin: 4px;
        cursor: pointer;
        background-color: #252525;
        background-position: 16px 10px;
        background-size: 32px 32px;
        background-repeat: no-repeat;
        border-radius: 8px;
        border: 1px solid #121212;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: white;
        position: relative;

        font-family: textMedium;
        font-size: 10px;
        text-align: center;
        padding-bottom: 4px;

    }

    .book_icon_delete {

        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
        opacity: 0;
        margin-left: 10px;

    }

    .book_icon_delete:hover{

        opacity: 100;
        cursor: pointer;
    }

    .assoc_tab_icon_alert { background-image: url('/media/images/black_notif.svg'); }
    .assoc_tab_icon_alert_selected { background-image: url('/media/images/white_notif.svg'); }
    .assoc_tab_icon_alert:hover { background-image: url('/media/images/white_notif.svg'); }

    .assoc_tab_icon_exec { background-image: url('/media/images/black_crown.svg'); }
    .assoc_tab_icon_exec_selected { background-image: url('/media/images/white_crown.svg'); }
    .assoc_tab_icon_exec:hover { background-image: url('/media/images/white_crown.svg'); }

    .assoc_tab_icon_lookup { background-image: url('/media/images/black_profile.svg'); }
    .assoc_tab_icon_lookup_selected { background-image: url('/media/images/white_profile.svg'); }
    .assoc_tab_icon_lookup:hover { background-image: url('/media/images/white_profile.svg'); }

    .assoc_tab_icon_employ { background-image: url('/media/images/black_employee.svg'); }
    .assoc_tab_icon_employ_selected { background-image: url('/media/images/white_employee.svg'); }
    .assoc_tab_icon_employ:hover { background-image: url('/media/images/white_employee.svg'); }

    .assoc_tab_icon_owner { background-image: url('/media/images/black_owner.svg'); }
    .assoc_tab_icon_owner_selected { background-image: url('/media/images/white_owner.svg'); }
    .assoc_tab_icon_owner:hover { background-image: url('/media/images/white_owner.svg'); }

    .assoc_tab_icon_driver { background-image: url('/media/images/black_driver.svg'); }
    .assoc_tab_icon_driver_selected { background-image: url('/media/images/white_driver.svg'); }
    .assoc_tab_icon_driver:hover { background-image: url('/media/images/white_driver.svg'); }

    .assoc_tab_icon_vehicle { background-image: url('/media/images/black_schoolbus.svg'); }
    .assoc_tab_icon_vehicle_selected { background-image: url('/media/images/white_schoolbus.svg'); }
    .assoc_tab_icon_vehicle:hover { background-image: url('/media/images/white_schoolbus.svg'); }

    .assoc_tab_icon_rank { background-image: url('/media/images/black_rank.svg'); }
    .assoc_tab_icon_rank_selected { background-image: url('/media/images/white_rank.svg'); }
    .assoc_tab_icon_rank:hover { background-image: url('/media/images/white_rank.svg'); }

    .assoc_tab_icon_route { background-image: url('/media/images/black_road.svg'); }
    .assoc_tab_icon_route_selected { background-image: url('/media/images/white_road.svg'); }
    .assoc_tab_icon_route:hover { background-image: url('/media/images/white_road.svg'); }

    .assoc_tab_icon_info { background-image: url('/media/images/black_info.svg'); }
    .assoc_tab_icon_info_selected { background-image: url('/media/images/white_info.svg'); }
    .assoc_tab_icon_info:hover { background-image: url('/media/images/white_info.svg'); }

    .assoc_tab_icon_book { background-image: url('/media/images/black_wallet.svg'); }
    .assoc_tab_icon_book_selected { background-image: url('/media/images/white_wallet.svg'); }
    .assoc_tab_icon_book:hover { background-image: url('/media/images/white_wallet.svg'); }

    .assoc_tab_icon_stats { background-image: url('/media/images/black_graph.svg'); }
    .assoc_tab_icon_stats_selected { background-image: url('/media/images/white_graph.svg'); }
    .assoc_tab_icon_stats:hover { background-image: url('/media/images/white_graph.svg'); }

    .assoc_tab_icon_mail { background-image: url('/media/images/black_mail.svg'); }
    .assoc_tab_icon_mail_selected { background-image: url('/media/images/white_mail.svg'); }
    .assoc_tab_icon_mail:hover { background-image: url('/media/images/white_mail.svg'); }

    .assoc_tab_icon_update { background-image: url('/media/images/black_broadcast.svg'); }
    .assoc_tab_icon_update_selected { background-image: url('/media/images/white_broadcast.svg'); }
    .assoc_tab_icon_update:hover { background-image: url('/media/images/white_broadcast.svg'); }

    .assoc_tab_icon_file { background-image: url('/media/images/black_folders.svg'); }
    .assoc_tab_icon_file_selected { background-image: url('/media/images/white_folders.svg'); }
    .assoc_tab_icon_file:hover { background-image: url('/media/images/white_folders.svg'); }

    .assoc_tab_icon_log { background-image: url('/media/images/black_log.svg'); }
    .assoc_tab_icon_log_selected { background-image: url('/media/images/white_log.svg'); }
    .assoc_tab_icon_log:hover { background-image: url('/media/images/white_log.svg'); }

    .popup {

        background-color: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: flex;

    }

    .popup_content {

        display: flex;
        width: 70vw;
        height: auto;
        background: white;
        max-width: 360px;
        max-height: 360px;
        border-radius: 10px;
        z-index: 1001;


    }

    .popup_content_wng {

        border: 1px #051a1a solid;
        background-color: #1A2F36;

    }

    .popup_controls {

        position: absolute;
        bottom: 20px;
        right: 20px;

    }

    .item_avatar {

        width: 60px;
        height: 60px;
        border-radius: 30px;
        border: 2px solid white;
        display: inline-block;

    }

    .multiline_clamp {

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item_info {

        display: inline-block;
        text-align: left;
    }

    .item_info_width {

        width: 140px;
    }

    .item_book_entry {

        width: 140px;
        min-width: 140px;
        max-width: 140px;

    }

    .if {

        width: 260px;

    }

    .ia {

        width: 520px;

    }

    .lf {

        width: 170px;

    }

    .elip {

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .elip_break {

        overflow: hidden;
        word-wrap: break-word;

    }

    #new_assoc_logo {

        cursor: pointer;

    }

    .pointer {

        cursor: pointer;

    }


    .back_track {

        width: 100px;
        height: 20px;
        padding: 10px 10px 10px 40px;
        background-image: url("/media/images/black_left.svg");
        background-size: 24px 24px;
        background-position: 6px 10px;
        background-repeat: no-repeat;
        cursor: pointer;

    }

    .item_1 {

        display: inline-block;
        text-align: left;
        margin-left: 15px;
        vertical-align: top;
        width: 250px;
        min-width: 250px;
    }

    .item_2 {

        display: inline-block;
        text-align: left;
        margin-left: 15px;
        margin-right: 30px;
        vertical-align: top;
        width: 280px;
        min-width: 280px;

    }

    .access_mark {

        display: inline-block;;
        height: 25px;
        width: 25px;

    }

    .access_field {

        width: 100px;
    }

    .access_field_mark {

        width: 65px;
    }

    .legend_dot {

        width: 20px;
        height: 20px;
        display: inline-block;

    }

    .pdf_box {

        width: 1240px;
        margin-left: 55px;
        margin-right: 55px;

    }

    .pdf_head {

        padding-top: 340px;

    }

    .pdf_data_block_short {

        width: 100px;
    }

    .pdf_data_block {

        width: 200px;
    }

    .pdf_data_block_long {

        width: 350px;
    }

    .pdf_data_block_extra_long {

        width: 550px;
    }

    .pdf_icon {

        width: 16px;
        height: 16px;
        border: 1px solid #212121;
        border-radius: 14px;
        padding: 5px;

    }

    .pdf_sum_box_break {

        text-align: left;
        margin-top: 40px;
        display: inline-block;
        padding-top: 340px;
        width: fit-content;

    }

    .pdf_sum_box {

        text-align: left;
        margin-top: 40px;
        display: inline-block;
        width: fit-content;

    }

    .pdf_sum_data {

        background:#999;
        padding: 25px;

    }

    .pdf_new_page {

        height: 0px;
        padding: 0;
        margin: 0;
        page-break-before: always;
    }

    .keep_together {
        page-break-inside: avoid;
    }

    .break_before {
        page-break-before: always;
    }

    .break_after {
        page-break-after: always;
    }

    .wallpaper {

        background-image: url('/media/images/wallpaper.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

    }

    .body_left_flex {

        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .book_vehicle_select {

        display: flex;
        justify-content: start;
        width: 220px;
        height: 64px;
        margin: 20px 0px 0px 20px;
        align-items: center;

    }

    .book_vehicle_area {

        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        border: 1px solid #252525;
        border-radius: 6px;
        overflow-y: scroll;
        width: 740px;
        height: 400px;
        padding: 20px;

    }

    .calendar_day_large_heading {

        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #484848;
    }

    .calendar_day_large {

        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.30s ease-in-out;
        border-radius: 8px;
        position: relative;
        color: #484848;
    }

    .calendar_day_large_today {

        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.30s ease-in-out;
        border-radius: 8px;
        position: relative;
        background-color: #0088ff;

    }

    .calendar_day_large_selected {

        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all 0.30s ease-in-out;
        border-radius: 8px;
        position: relative;
        background-color: #252525;
        color: white;

    }

    .calendar_day_large:hover {

        background-color: #252525;
        color: white;

    }

    .calendar_day_large_void {

        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: default;
        position: relative;

    }

    .wind_pane {

        background: #121212;
        width: 100%;
        height: 100%;

    }

    .wind_box {

        border-radius: 16px;
        box-shadow: 0px 0px 10px black;
        padding: 22px;
        opacity: 90%;
        width: 600px;
        height: 300px;

        background-color: rgba(7, 7, 7, 0.5);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .wind_cont {

        border: 1px solid rgba(255, 255, 255, 0.50);
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.50);
        height: 100%;
        width: 100%;
        border-radius: 16px;

    }

    .wind_cont_in {

        border: 0px solid rgba(255, 255, 255, 0.50);
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.50) inset;
        height: 100%;
        width: 100%;
        border-radius: 16px;
        text-align: center;
    }

    .wind_text {

        font-size: 26px;
        color: rgba(255, 255, 255, 0.50);
        text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.50);
    }


    div {

        box-sizing: border-box;

    }

    body {

        margin: 0;
        padding: 0;
        color: #484848;
        -webkit-font-smoothing: antialiased;
        /*background-image: url("/media/images/wallpaper.png");
        background-repeat: no-repeat;
        background-position: center;*/
    }

    html {

        background: #1A2F36;

    }

    @media only print {
        body { display:none !important; }
    }