﻿.btn1 {
    background: linear-gradient(45deg, #18181b, #27272a);
    color: #80ff00;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: rotate(0deg); /* حالت اولیه */
}

    .btn1:hover {
        background: linear-gradient(45deg, #27272a, #3f3f46);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);

    }

    .btn1:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.1), transparent );
        transition: 0.5s;
    }

    .btn1:hover:before {
        left: 100%;
    }

.icon1 {
    transition: transform 0.3s;
    transform: rotate(0deg); /* حالت اولیه */ 
}

.btn1:hover .icon1 {
    transform: rotate(25deg) scale(1.1);
}
.rtl{
    direction:rtl;
    text-align:right;
    }
.form0 {
    width: 80%;
    min-width: 400px;
    max-width: 800px;
    table-layout: fixed;
    margin: 16px;
    border-style: groove !important;
    border-color: #80ff00;
    background-color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 2px 8px 12px rgba(0,0,0,0.3) !important;
    /*-------center-------*/
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.form1 {
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    table-layout: fixed;
    margin: 4px;
    border-style: groove !important;
    border-color: #068cfe;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 2px 11px 18px rgba(0,0,0,0.3) !important;
    /*-------center-------*/
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.form2 {
    margin: 4px;
    border-style: groove !important;
    border-color: #808080;
    border-radius: 5px;
    padding: 8px;
    /*box-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important;*/
    /*-------center-------*/
    display: table;
    margin-left: auto;
    margin-right: auto;
    rgba(0,0,0,0.3);
}


.w3-modals {
    z-index: 3;
    display: none;
    padding: 2px;
    position: fixed;
    left: 1px;
    top: 1px;
    width: min-content;
    height: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.001)
}
.w3-modal-content_search {
    background-color: #fff;
    height: auto;
    width: max-content;
    position: relative;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
}
.w3-modal-contents {
    background-color: #fff;
    width: 50px;
    height: auto;
    position: relative;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 100%;
}
.w3-modal-contentsx {
    background-color: #fff;
    width: min-content;
    height: auto;
    position: relative;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
}
.mtb_6 {
    margin-top : 6px !important;
    margin-bottom : 6px !important;
}

.haftd {
    width: 60px;
    height: 60px;
    margin: 4px !important;
}

.w3-modalg {
    z-index: 4;
    display: none;
    padding: 7px;
    position: fixed;
    left: 78px;
    top: 8px;
    width: stretch;
    height: auto;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.001)
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}


.w3-animate-bottom {
    position: relative;
    -webkit-animation: animatebottom 0.4s;
    animation: animatebottom 0.4s
}

.w3-animate-top {
    position: relative;
    -webkit-animation: animatetop 0.4s;
    animation: animatetop 0.4s
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-container:after {
    content: "";
    display: table;
    clear: both
}

.w3-containerg {
    padding: 0.01em 14px
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

@media (max-width: 600px) {
    .w3-modal-content {
        margin: 0 5px;
        width: auto !important;
    }

    .w3-modal {
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 10px
    }
}

@media (min-width: 993px) {
    .w3-modal-content {
        width: 900px
    }
}

@media (max-width: 600px) {
    .w3-modal-contentg {
        margin: 0 5px;
        width: auto !important
    }

    .w3-modalg {
        padding-top: 5px
    }

    .w3-modals {
        padding-top: 5px
    }
}

@media (max-width: 768px) {
    .w3-modal-contentg {
        width: 50px
    }

    .w3-modals {
        padding-top: 5px
    }

    .w3-modalg {
        padding-top: 5px
    }
}

@media (min-width: 993px) {
    .w3-modal-contentg {
        width: 900px
    }
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-modal-contentg {
    margin: auto;
    background-color: #fff;
    padding: 0;
    outline: 0;
    width: fit-content;
    left: 0;
    top: 0;
}

.my_circle {
    border-radius: 50% !important;
}

.cntr {
    align-content: center !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 1px;
    margin: 1px;
}

.h3size {
    font-size: 1.1rem;
}

.visible {
    display: block;
}

.hiddenz {
    display: none;
}

.handhover {
    cursor: pointer;
}

    .handhover:hover {
        box-shadow: 0 2px 1px rgba(0,0,0,0.3);
        border-color: #ffc107;
        margin: 4px;
        padding: 4px;
        color: #17a2b8;
        border-style: groove !important;
        border-radius: 5px !important;
       
    }
.hand{
    cursor: pointer;
}
.bord {
    border: thin solid #fff;
}
.whitehover {
}

    .whitehover:hover {
        color: #fff !important;
    }
.hovercolor {
    color: #050505 !important;
   
}
    .hovercolor:hover {
        color: #fff !important;
    }
.txt_l {
    text-align: left;
}

.itm4 {
    border-style: solid;
    border-color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 1px rgba(0,0,0,0.3);
    border: thin solid #fff;
}

    .itm4:hover {
        box-shadow: 0 4px 2px rgba(0,0,0,0.3);
        border-color: #ffc107;
        color: #17a2b8;
    }

    .itm4:active {
        box-shadow: 0 4px 2px rgba(0,0,0,0.3);
        border-color: #17a2b8;
        color: #17a2b8;
    }

.my_font_success {
    color: #28a745;
}

.my_bg_white {
    background-color: white !important;
}

.my_btn {
    cursor: pointer !important;
}

    .my_btn:hover {
        box-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
    }

.font_fars {
    font: 14px IRANSans;
}
.farsi {
    font:IRANSans !important;
}
.my_bg_gorf {
    background-color: #ffc5fc !important;
    border-radius: 6px !important;
}

.radius {
    border-radius: 6px !important;
    margin: 1px;
}
.my-bg-blulight {
    background-color: #c6f5fc;
}
.my-bg-grean {
    background-color: #d1ff4b;
}
.my-bg-yel {
    background-color: #fff650;
}

.my-bg-yelz {
    background-color: #81a2ff;
}
.bg-grean {
    background-color: #d1ff4b !important;
}
.tx-grean {
    color: #3d8b00 !important;
}
.tx-red {
    color:#ff001f !important;
}
.tx-blu {
    color: #17a2b8 !important;
}
.bg-dnger {
    background-color: #fcac06 !important;
}

.tx-dnger {
    color: #ff2a15 !important;
    background-color: #fff420 !important;
}
.bg-pinkg {
    background-color: #fff2fc;
}

.bg-blue {
    background-color: #acf2fe;
}

.bg-white {
    background-color: #fff !important;
}

.disib {
    background-color: #dc3545;
    width: 10px;
}
.radus {
    border-radius: 20px !important;
}
.radus_all {
    border-radius: 5px !important;
}

.radus_l {
    padding-left: 4px !important;
    border-radius: 4px !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

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

.my_bg_danger {
    background-color: #ff9400 !important;
}

.my_bg_btn_danger {
    background-color: #ffc335 !important;
}

    .my_bg_btn_danger:hover {
        background-color: #f26f00 !important;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
    }

.my_bg_yelo {
    background-color: #ffc107 !important;
}

.my_bg_gren {
    background-color: #80ff00 !important;
}

.my_bg_btn_yelo {
    background-color: #fcff00 !important;
}

    .my_bg_btn_yelo:hover {
        background-color: #3d8b00 !important;
        color: #fff !important;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
    }

.hover_w {
}

    .hover_w:hover {
        color: #fff !important;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
    }

.my_bg_gren {
    background-color: #80ff00 !important;
}

.my_bg_btn_gren {
    background-color: #80ff00 !important;
}

    .my_bg_btn_gren:hover {
        background-color: #3d8b00 !important;
        color: #fff !important;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
    }

.my_bg_ping {
    background-color: #ff009c !important;
}

.my_bg_btn_ping {
    background-color: #feadde !important;
}

    .my_bg_btn_ping:hover {
        background-color: #ff009c !important;
        color: #fff !important;
        box-shadow: 0 2px 2px rgba(0,0,0,0.3) !important;
    }

.shad_radus {
    border-style: groove !important;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.3) !important;
    border-radius: 5px !important;
    margin: 10px;
    /*-------center-------*/
    /*   display: table;
    margin-left: auto;
    margin-right: auto;*/
}
.shad_radus2 {
    border-style: groove !important;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;
    border-radius: 2px !important;
    margin: 1px;
    /*-------center-------*/
    /*   display: table;
    margin-left: auto;
    margin-right: auto;*/
}
.bordero {
    border-style: groove !important;
    border-width: 1px;
    border-color: #1C1C1C;
    color: #17a2b8;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.3) !important;
    border-radius: 15px !important;
    margin: 30px;
    /*-------center-------*/
    /*   display: table;
    margin-left: auto;
    margin-right: auto;*/
}

.m_2 {
    margin: 2px !important;
}

.mp-1 {
    margin: 1px;
    padding: 1px;
}
.ptb_6 {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
.mp-2 {
    margin: 2px !important;
    padding: 2px !important;
}

.mr_2 {
    margin-right: 2px !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.my-cntr {
   
    margin-left: auto;
    margin-right: auto;
}
.marg_3 {
    margin: 3px;
}

.padin_lr_3 {
    padding-right: 3px;
    padding-left: 3px;
}

.bordline {
    border-style: groove !important;
    border-width: 1px;
    border-color: #1C1C1C;
    /*-------center-------*/
    /*   display: table;
    margin-left: auto;
    margin-right: auto;*/
}


@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
