@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('../vendor/bootstrap/css/bootstrap.min.css');
@import url('../vendor/bain-icon/style.css');
@import url('../vendor/fontawesome/css/all.min.css');
*{
    font-family: 'Source Sans Pro', sans-serif;
}
html{
    scroll-behavior: smooth;
}
a, button{
    cursor: pointer;
}
a:hover, button:hover, a:focus, button:focus{
    text-decoration: none;
    outline: none;
}
#goTpButton {
    display: inline-block;
    background-color: #2B73AC;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 65px;
    right: -3px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}
#goTpButton::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#goTpButton.show-active {
    opacity: 1;
    visibility: visible;
}
.globe-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.globe-left-side{
    position: fixed;
    left: 0;
    z-index: 9;
    width: 100%;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    background-color: #EFEFEF;
    min-height: 100vh;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 40px 5px 40px 10px;
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .1);
    scrollbar-width: thin;
    scrollbar-color: #ffffff;
}
.globe-left-side::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.globe-left-side::-webkit-scrollbar-track {
    background: #ffffff;
}
.globe-left-side::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 20px;
}
.globe-left-side::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}
.globe-right-side{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 100px;
}
.globe-row-1.active .globe-left-side{
    -ms-flex: 0 0 255px;
    flex: 0 0 255px;
    max-width: 255px;
    padding: 20px 35px 20px 40px;
}
.globe-row-1.active .globe-right-side{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 95px;
}
.cs-menu-a-logo-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 25px;
    align-items: center;
    -ms-flex-align: center;
}
.cs-menu-a-logo-row .logo-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    order: 2;
}
.cs-menu-a-logo-row .menu-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    order: 1;
    margin-bottom: 35px;
}
.globe-row-1.active .cs-menu-a-logo-row .logo-col-1{
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    order: 1;
}
.globe-row-1.active .cs-menu-a-logo-row .menu-col-1{
    -ms-flex: 0 0 calc(100% - 135px);
    flex: 0 0 calc(100% - 135px);
    max-width: calc(100% - 135px);
    order: 2;
    margin-bottom: 0px;
    text-align: right;
}
.cs-main-logo-l-1{
    display: block;
}
.globe-row-1 .cs-humberge-m-1{
    margin: 0 auto;
}
.globe-row-1.active .cs-humberge-m-1{
    margin: 0 0 0 auto;
}
.cs-humberge-m-1 {
    cursor: pointer;
    position: relative;
    height: 10px;
    max-width: 32px;
    width: 100%;
}
.cs-humberge-m-1-top {
    border-radius: 1px;
    height: 2px;
    width: 100%;
    background: #1B1D21;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    -webkit-animation-name: topreverse;
    -moz-animation-name: topreverse;
    animation-name: topreverse;
    -webkit-animation-duration: 0.65s;
    -moz-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cs-humberge-m-1-bottom {
    border-radius: 1px;
    height: 2px;
    width: 100%;
    background: #1B1D21;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
    -webkit-animation-name: bottomreverse;
    -moz-animation-name: bottomreverse;
    animation-name: bottomreverse;
    -webkit-animation-duration: 0.65s;
    -moz-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cs-humberge-m-1.is-active .cs-humberge-m-1-top {
    top: 36.8333333333%;
    -webkit-animation-name: top;
    -moz-animation-name: top;
    animation-name: top;
    -webkit-animation-duration: 0.65s;
    -moz-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.cs-humberge-m-1.is-active .cs-humberge-m-1-bottom {
    bottom: 45.8333333333%;
    -webkit-animation-name: bottom;
    -moz-animation-name: bottom;
    animation-name: bottom;
    -webkit-animation-duration: 0.65s;
    -moz-animation-duration: 0.65s;
    animation-duration: 0.65s;
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes top {
    0% {
        top: 0%;
    }
    60% {
        top: 45.8333333333%;
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@-moz-keyframes top {
    0% {
        top: 0%;
    }
    60% {
        top: 45.8333333333%;
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
    }
}
@keyframes top {
    0% {
        top: 0%;
    }
    60% {
        top: 45.8333333333%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes bottom {
    0% {
        bottom: 0%;
    }
    60% {
        bottom: 45.8333333333%;
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
    }
}
@-moz-keyframes bottom {
    0% {
        bottom: 0%;
    }
    60% {
        bottom: 45.8333333333%;
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-45deg);
    }
}
@keyframes bottom {
    0% {
        bottom: 0%;
    }
    60% {
        bottom: 45.8333333333%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@-webkit-keyframes topreverse {
    0% {
        -webkit-transform: rotate(45deg);
        top: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        top: 45.8333333333%;
    }
    100% {
        top: 0%;
    }
}
@-moz-keyframes topreverse {
    0% {
        -moz-transform: rotate(45deg);
        top: 45.8333333333%;
    }
    60% {
        -moz-transform: rotate(0deg);
        top: 45.8333333333%;
    }
    100% {
        top: 0%;
    }
}
@keyframes topreverse {
    0% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 45.8333333333%;
    }
    100% {
        top: 0%;
    }
}
@-webkit-keyframes bottomreverse {
    0% {
        -webkit-transform: rotate(-45deg);
        bottom: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        bottom: 45.8333333333%;
    }
    100% {
        bottom: 0%;
    }
}
@-moz-keyframes bottomreverse {
    0% {
        -moz-transform: rotate(-45deg);
        bottom: 45.8333333333%;
    }
    60% {
        -moz-transform: rotate(0deg);
        bottom: 45.8333333333%;
    }
    100% {
        bottom: 0%;
    }
}
@keyframes bottomreverse {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: 45.8333333333%;
    }
    100% {
        bottom: 0%;
    }
}
.cs-humberge-m-1 .no-animation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}
.cs-left-mcon-1{
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.cs-lef-menu-1{
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.cs-lef-menu-1 li{
    padding: 5px 0px;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
}
.cs-lef-menu-1 li:last-child{
    margin-bottom: 0px;
}
.cs-lef-menu-1 li .main-link-1{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #191919;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    text-align: center;
}
.cs-lef-menu-1 li .main-link-1:hover{
    color: #2B73AC;
}
.globe-row-1.active .cs-lef-menu-1 li .main-link-1{
    font-size: 14px;
    line-height: 20px;
}
.cs-lef-menu-1 .icon-1{
    font-size: 20px;
    width: 20px;
    width: 100%;
}
.cs-lef-menu-1 .text-1{
    position: relative;
    top: 1px;
    width: 100%;
    padding-left: 0;
}
.cs-lef-menu-1 .text-2{
    display: flex;
    width: 8px;
    height: 8px;
    border: 1px solid #808191;
    border-radius: 50%;
    background-color: #E50019;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.cs-lef-menu-1 .text-2::after{
    content: '';
}
.cs-lef-menu-1 .text-2.mm{
    right: 32%;
    top: -3px;
}
.cs-lef-menu-1 .text-2.nn{
    right: 40%;
    top: -3px;
}
.globe-row-1.active .cs-lef-menu-1 .text-2{
    width: 24px;
    height: 24px;
    border: 0;
    right: 0;
    top: 0;
}
.globe-row-1.active .cs-lef-menu-1 .text-2::after{
    content: attr(inside-text);
}
.globe-row-1.active .cs-lef-menu-1 li .main-link-1{
    justify-content: flex-start;
    text-align: left;
}
.globe-row-1.active .cs-lef-menu-1 .icon-1{
    width: 20px;
}
.globe-row-1.active .cs-lef-menu-1 .text-1 {
    padding-left: 15px;
    width: auto;
}
.cs-lef-menu-1 li.active .main-link-1{
    color: #2B73AC;
    font-weight: 700;
}
.cs-left-mcontent-1{
    scrollbar-width: thin;
    scrollbar-color: #F4F5F7;
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: 100px;
}
.cs-left-mcontent-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-left-mcontent-1::-webkit-scrollbar-track {
    background: #F4F5F7;
}
.cs-left-mcontent-1::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    border-radius: 20px;
}
.cs-left-mcontent-1::-webkit-scrollbar-thumb:hover {
    background: #D3D3D3;
}
.cs-lef-menu-1 li .main-link-2{
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #808191;
    position: relative;
    padding-top: 10px;
    align-items: center;
    justify-content: center;
}
.globe-row-1.active  .cs-lef-menu-1 li .main-link-2{
    justify-content: flex-start;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown{
    background-color: #ffffff;
    padding: 14px 0px;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown::before{
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
    border-radius: 25px 0px 0px 25px;
    display: block;
}
.cs-lef-menu-1 li.csDropdown::before{
    display: none;
}
.cs-lef-menu-1 li .ddMenu{
    display: none;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown .ddMenu{
    list-style: none;
    padding: 15px 0px 0px;
    margin: 0;
    display: block;
}
.cs-lef-menu-1 li.csDropdown .ddMenu li{
    line-height: 1;
    padding-left: 25px;
    display: grid;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.cs-lef-menu-1 li.csDropdown .ddMenu li::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #4A4A4A;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 12px;
}
.cs-lef-menu-1 li.csDropdown .ddMenu li:last-child{
    margin-bottom: 0px;
}
.cs-lef-menu-1 li.csDropdown .ddMenu li a{
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #191919;
}
.cs-lef-menu-1 li.csDropdown .ddMenu .cAvtive{
    background-color: #3E3F45;
    border-radius: 8px;
}
.cs-lef-menu-1 li.csDropdown .ddMenu .cAvtive a{
    color: #ffffff;
    font-weight: 700;
}
.cs-lef-menu-1 li.csDropdown .ddMenu .cAvtive::before{
    background-color: #ffffff;
}
.cs-lef-menu-1 li.csDropdown .menu-effect{
    display: none;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown .menu-effect, .globe-row-1.active .cs-lef-menu-1 li.csDropdown2 .menu-effect{
    display: block;
    position: absolute;
    right: -35px;
    top: -25px;
    z-index: 1;
    height: calc(100% + 50px);
    width: 35px;
    background-color: #ffffff;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown .menu-effect::after, .globe-row-1.active .cs-lef-menu-1 li.csDropdown2 .menu-effect::after{
    content: '';
    background-color: #EFEFEF;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 35px;
    height: 25px;
    border-top-right-radius: 25px;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown .menu-effect::before, .globe-row-1.active .cs-lef-menu-1 li.csDropdown2 .menu-effect::before{
    content: '';
    background-color: #EFEFEF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 35px;
    height: 25px;
    border-bottom-right-radius: 25px;
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1, .cs-lef-menu-1 li .fixed-menu-d-1{
    display: none;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown .fixed-menu-d-1{
    display: block;
    position: fixed;
    top: 87px;
    width: 150px;
    left: 256px;
    z-index: 1;
    padding: 10px 0px;
    background-color: #ffffff;
    height: calc(100vh - 87px);
    -webkit-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 12px 25px 0px rgba(0,0,0,0.08);
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1 ul li{
    line-height: 1;
    margin-bottom: 0px;
    padding-right: 5px;
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1 ul li a{
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #9A9A9A;
    border-top: 1px solid #E4E4E4;
    min-height: 60px;
    align-items: center;
    padding: 5px 15px;
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1 ul li:last-child a{
    border-bottom: 1px solid #E4E4E4;
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1 ul li.mm-active::after{
    content: '';
    background-color: #E50019;
    height: calc(100% + 1px);
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 0px 20px 20px 0px;
}
.cs-lef-menu-1 li.csDropdown .fixed-menu-d-1 ul li.mm-active a{
    color: #E50019;
    font-weight: 700;
}
.cs-container-1{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1800px;
    margin: 0 0 0 auto;
}
.globe-row-1.active{
    padding-left: 165px;
}
.globe-row-1.active.homepage-pattern{
    padding-left: 160px;
}
.cs-header-1{
    background-color: #F8F8F8;
    padding: 16px 15px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8;
    width: calc(100% - 100px);
}
.globe-row-1.active .cs-header-1{
    width: calc(100% - 255px);
}
.cs-header-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    max-width: 1770px;
    margin: 0 0 0 auto;
}
.cs-header-row-1 .cshr-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-right: 15px;
}
.cs-header-row-1 .cshr-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
}
.cs-header-row-1 .cshr-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    padding-left: 15px;
    text-align: right;
}
.cs-head-customer-1{
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin: 0;
}
.cs-h-shoppingC-1{
    position: relative;
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    color: #000000;
}
.cs-h-shoppingC-1 .quantity{
    font-size: 9px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 400;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    background-color: #D0021B;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -6px;
}
.cs-h-shoppingC-1:hover, .cs-h-shoppingC-1:focus{
    color: #000000;
}
.cs-head-mm-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cs-head-mm-1 li{
    line-height: 1;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.cs-head-mm-1 li::after{
    content: '';
    width: 1px;
    height: 17px;
    background-color: #363636;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-head-mm-1 li:last-child{
    padding-right: 0px;
    margin-right: 20px;
}
.cs-head-mm-1 li:last-child::after{
    display: none;
}
.cs-h-lang-1{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.cs-h-lang-1 i{
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.cs-h-lang-1::after{
    content: "\e906";
    font-family: 'bain' !important;
    transition: all .3s linear;
    font-size: 8px;
    line-height: 1;
    color: #D0021B;
    position: relative;
    padding-left: 5px;
    top: -2px;
    z-index: 1;
}
.mnt-dropdown-item .mnt-dropdown-menu{
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    width: 80px;
    position: absolute;
    right: 0px;
    transition: all 0.5s ease;
    display: none;
    z-index: 4;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    padding: 10px 10px;
}
.mnt-dropdown-item:hover > .mnt-dropdown-menu,
.mnt-dropdown-item .mnt-dropdown-menu:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
.mnt-dropdown-item:hover > .cs-h-lang-1::after{
    content: "\e904";
}
.mnt-dropdown-item .mnt-dropdown-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.mnt-dropdown-item .mnt-dropdown-menu ul li{
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 0px;
    padding-right: 0px;
}
.mnt-dropdown-item .mnt-dropdown-menu ul li::after{
    display: none;
}
.mnt-dropdown-item .mnt-dropdown-menu ul li:last-child{
    margin-bottom: 0px;
}
.mnt-dropdown-item .mnt-dropdown-menu ul li a{
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    border-bottom: 1px solid #E4E4E4;
    padding: 5px 0px;
}
.mnt-dropdown-item .mnt-dropdown-menu ul li:last-child a{
    border-bottom: 0px;
}
.cs-menu-m-desc-1{
    padding-top: 55px;
    margin-bottom: 25px;
}
.cs-menu-m-desc-1 p{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #11142D;
    margin: 0;
}
.cs-menu-m-desc-1 p span{
    font-size: 8px;
    line-height: 16px;
    font-weight: 700;
}
.cs-header-row-1 .cshr-mCol-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-right: 15px;
}
.cs-mobile-lm-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    align-items: center;
    -ms-flex-align: center;
}
.cs-mobile-lm-row-1 .csmlm-m-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
}
.cs-mobile-lm-row-1 .csmlm-l-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 calc(100% - 35px);
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
}
.cs-main-1{
    padding-top: 82px;
}
.cs-main-page-1{
    background-color: #F8F8F8;
    min-height: calc(100vh - 200px);
    padding: 20px 0px;
}
.cs-globe-head-1{
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 30px;
}
.globe-row-1.active.homepage-pattern .cs-container-1{
    padding-left: 15px;
}
.globe-row-1.homepage-pattern .cs-container-1{
    padding-left: 15px;
}
.cs-homepage-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 70px;
}
.cs-homepage-row-1 .chr-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 40px;
    -ms-flex: 0 0 calc(100% - 800px);
    flex: 0 0 calc(100% - 800px);
    max-width: calc(100% - 800px);
    margin-bottom: 20px;
}
.cs-homepage-row-1 .chr-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 40px;
    padding-left: 40px;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
    max-width: 800px;
    margin-bottom: 20px;
}
.cs-slider-content-1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cs-slider-content-1 .content-d-1{
    max-width: 80%;
    padding-left: 30px;
}
.cs-slider-content-1 .content-d-1 .head-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 4px;
}
.cs-slider-content-1 .content-d-1 .head-2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 4px;
}
.cs-slider-content-1 .content-d-1 .desc-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 35px;
}
.cs-slider-content-1 .content-d-1 .c-btn-1{
    display: inline-flex;
    min-width: 135px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 35px;
    border: 0;
    border-radius: 24px;
    background-color: #2B73AC;
    transition: all .3s linear;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 5px;
}
.cs-slider-content-1 .content-d-1 .c-btn-1:hover, .cs-slider-content-1 .content-d-1 .c-btn-1:focus{
    color: #FFFFFF;
    background-color: #1f547e;
}
.mainSlider.owl-theme .owl-nav{
    margin: 0;
}
.mainSlider.owl-theme .owl-nav [class*=owl-]{
    font-size: 12px;
    line-height: 1;
    color: #2B73AC;
    background-color: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0;
    transition: all .3s linear;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.mainSlider.owl-theme .owl-nav [class*=owl-]:hover{
    color: #2B73AC;
    background-color: #d6d6d6;
}
.mainSlider.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.mainSlider.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.mainSlider.owl-theme .owl-dots{
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 10px;
}
.mainSlider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #3E3F45;
    border-radius: 50%;
}
.mainSlider.owl-theme .owl-dots .owl-dot.active span{
    background: #FFFFFF;
    border: 3px solid #3E3F45;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
}
.cs-globe-head-2{
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 5px;
}
.cs-globe-link-1{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
}
.cs-globe-link-1 i{
    font-size: 10px;
    padding-left: 5px;
}
.cs-globe-link-1:hover{
    color: #205784;
}
.cs-last-orders-table-1{
    padding: 30px 15px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
}
.cs-last-orders-table-1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-last-orders-table-1 ul li{
    line-height: 1;
    padding-left: 30px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 15px;
}
.cs-last-orders-table-1 ul li:last-child{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}
.cs-last-orders-table-1 ul li::before{
    content: "\e912";
    font-family: 'bain' !important;
    font-size: 19px;
    line-height: 1;
    color: #2B73AC;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
}
.cs-last-orders-table-1 ul li a{
    display: block;
    padding-right: 5px;
}
.cs-last-orders-table-1 ul li a::after{
    content: "\e907";
    font-family: 'bain' !important;
    font-size: 12px;
    line-height: 1;
    color: #2B73AC;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}
.cs-last-orders-table-1 .desc-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px;
}
.cs-last-orders-table-1 .desc-2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 0px;
}
.cs-last-orders-table-1 .desc-3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px;
}
.cs-last-orders-table-1 .desc-4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 0px;
}
.cs-globe-head-3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-globe-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 25px;
}
.cs-homepage-sec-2{
    padding-bottom: 30px;
}
.cs-order-limits-d-1{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    padding: 22px 0px;
    border-radius: 20px;
}
.cs-order-limits-d-1 .slider-container-1{
    max-width: 900px;
    padding: 0px 75px;
    width: 100%;
}
.orderLimitsSlider.owl-theme .owl-nav{
    margin: 0;
}
.orderLimitsSlider.owl-theme .owl-nav [class*=owl-]{
    font-size: 12px;
    line-height: 1;
    color: #2B73AC;
    background-color: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 0;
    transition: all .3s linear;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.orderLimitsSlider.owl-theme .owl-nav [class*=owl-]:hover{
    color: #2B73AC;
    background-color: #d6d6d6;
}
.orderLimitsSlider.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.orderLimitsSlider.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.cs-order-limits-box-1{
    min-height: 240px;
    background-color: #FFFFFF;
    border-radius: 25px;
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.08);
    padding: 15px 18px;
    height: 100%;
}
.cs-order-limits-box-1::before{
    content: '';
    display: block;
    height: 17px;
    width: 17px;
    background-color: #ffffff;
    border: 4px solid #F5217B;
    border-radius: 50%;
    margin-bottom: 30px;
}
.cs-order-limits-box-1 .head-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 15px;
}
.cs-order-limits-box-1 .price-1{
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #404040;
    margin-bottom: 15px;
}
.cs-order-limits-box-1 .desc-1{
    font-size: 11px;
    line-height: 17px;
    font-weight: 700;
    color: #5C5C5C;
    margin-bottom: 15px;
    min-height: 34px;
}
.cs-globe-btn-1{
    display: inline-flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 35px;
    border: 0;
    border-radius: 24px;
    background-color: #2B73AC;
    transition: all .3s linear;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
}
.cs-globe-btn-1:hover, .cs-globe-btn-1:focus{
    color: #FFFFFF;
    background-color: #1f547e;
}
.cs-order-limits-box-1.box-disabled::before {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
}
.cs-order-limits-box-1.box-disabled .cs-globe-btn-1{
    pointer-events: none;
    cursor: default;
    background-color: #D3D3D6;
}
.cs-mobile-m-overlay-1{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: transparent;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
.cs-main-page-2{
    background-color: #ffffff;
    min-height: calc(100vh - 200px);
    padding: 20px 0px;
}
.cs-page-banner-1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    height: 130px;
    margin-bottom: 20px;
}
.cs-globe-head-4{
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 25px;
}
.cs-gCat-select-cont-1 .cs-gCat-s-cont-i-1{
    display: none;
}
.cs-pr-list-1{
    cursor: pointer;
    max-width: 100px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    transition: all .3s linear;
}
.cs-pr-list-1::after{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #ffffff;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
}
.cs-pr-list-1 .image-div-1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    margin-bottom: 10px;
    transition: all .3s linear;
}
.cs-pr-list-1 .desc-1{
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 5px;
    max-width: 100px;
    margin: 0 auto;
}
.cs-pr-list-1.pr-active{
    max-width: 125px;
}
.cs-pr-list-1.pr-active .image-div-1{
    height: 125px;
    border: 2px solid #FF0000;
}
.cs-pr-list-1.pr-active .desc-1{
    font-weight: 700;
    color: #E50019;
}
.cs-pr-list-1.pr-active::after{
    background-color: #707070;
}
.cs-search-result-d-1{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 20px;
    font-style: italic;
}
.dataTable-scrollbar-1{
    scrollbar-width: thin;
    scrollbar-color: #E8E8E8;
    padding-left: 3px;
    padding-right: 3px;
    max-height: 1000px;
    padding-bottom: 10px;
}
.dataTable-scrollbar-1::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.dataTable-scrollbar-1::-webkit-scrollbar-track {
    background: #E8E8E8;
}
.dataTable-scrollbar-1::-webkit-scrollbar-thumb {
    background: #3E3F45;
    border-radius: 20px;
}
.dataTable-scrollbar-1::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
table.cs-dataTable-css-1.dataTable thead .sorting{
    background-image: url(../img/svg/sorting.svg);
    background-position: 95%;
    background-size: 13px;
}
table.cs-dataTable-css-1.dataTable thead .sorting_asc {
    background-image: url(../img/svg/sorting-asc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.cs-dataTable-css-1.dataTable thead .sorting_desc {
    background-image: url(../img/svg/sorting-desc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.dataTable.cs-dataTable-css-1 thead th{
    background-color: #E8E8E8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    border: 0;
}
.cs-dataTable-css-1{
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.cs-dataTable-css-1 tbody td{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
}
.cs-dataTable-css-1 tbody tr:last-child td{
    border-bottom: 0;
}
.cs-dataTable-css-1 tbody tr td:last-child{
    border-right: 0;
}
.cs-dataTable-css-1 tr.odd td{
    background-color: #ffffff;
}
.cs-dataTable-css-1 tr.even td{
    background-color: #ffffff;
}
table.cs-dataTable-css-1.dataTable.display tbody tr.odd>.sorting_1, table.cs-dataTable-css-1.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
}
.dataTables_scrollBody{
    border-radius: 0px 0px 20px 20px;
}
.dataTables_scrollHead{
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.12);
    z-index: 1;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border: 0;
}
table.cs-dataTable-css-1.dataTable.display tbody tr.even>.sorting_1, table.cs-dataTable-css-1.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff;
}
.cs-dataTable-css-1 .list-favorite-1{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    background-color: #E1E1E1;
    color: #ffffff;
    padding: 5px;
    margin: 0 auto;
}
.cs-dataTable-css-1 .list-favorite-1.f-active{
    background-color: #F4CC24;
}
.cs-dataTable-css-1 .product-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    align-items: center;
    -ms-flex-align: center;
}
.cs-dataTable-css-1 .product-row-1 .prc-col-1{
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.cs-dataTable-css-1 .product-row-1 .prc-col-2{
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.cs-dataTable-css-1 .list-image-1{
    max-height: 66px;
}
.cs-dataTable-css-1 .list-desc-1{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    white-space: break-spaces;
}
.cs-dataTable-css-1 .list-desc-1 .tt-in-1{
    color: #626470;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    line-height: 1.15;
}
.dataTables_wrapper{
    padding-bottom: 15px;
}
.cs-globe-desc-2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 25px;
}
.cs-globe-download-btn-1{
    display: inline-flex;
    min-width: 245px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    border: 0;
    border-radius: 25px;
    background-color: #2B73AC;
    transition: all .3s linear;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 5px;
}
.cs-globe-download-btn-1 i{
    padding-right: 10px;
    font-size: 18px;
}
.cs-globe-download-btn-1:hover{
    color: #FFFFFF;
    background-color: #1f547e;
}
.cs-globe-info-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 25px;
}
.file-upload-input-container{
    width: 100%;
    max-width: 670px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    border-radius: 90px;
    background-color: rgba(43, 114, 172, 0.09);
    padding: 25px 30px;
}
.file-upload-input-container .fui-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}
.file-upload-input-container .fui-row-1 .fuir-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 112px);
    flex: 0 0 calc(100% - 112px);
    max-width: calc(100% - 112px);
    padding-left: 6px;
    padding-right: 6px;
}
.file-upload-input-container .fui-row-1 .fuir-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    max-width: 112px;
    padding-left: 6px;
    padding-right: 6px;
}
.file-upload-input-container input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.file-upload-input-container .file-info{
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 0;
    padding: 0.375rem 1.5rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #191919;
    transition: all .3s ease;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 55px;
    border: 1px solid #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.file-upload-input-container .fake-browse-btn-1{
    position: absolute;
    top: 14px;
    right: 25px;
    z-index: 2;
    color: #3E73A7;
    font-size: 16px;
    line-height: 1;
}
.file-upload-input-container .fake-browse-btn-2{
    display: inline-flex;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    background-color: #2B73AC;
    border-radius: 55px;
    height: 42px;
    width: 100px;
    padding: 10px;
    transition: all .3s linear;
    border: 0;
}
.file-upload-input-container .fake-browse-btn-2:hover{
    color: #FFFFFF;
    background-color: #1f547e;
}
.needs-validation.was-validated .file-info{
    border-color: #8bd297;
}
table.cs-dataTable-css-1.dataTable.display tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
}
table.cs-dataTable-css-1.dataTable.display tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
}
table.cs-dataTable-css-1.dataTable tbody td{
    padding: 8px;
}
.dataTables_wrapper .dataTables_paginate {
    float: unset;
    text-align: center;
    padding-top: 2em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 5px;
    color: #000000 !important;
    border: 1px solid #3E3F45;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #ffffff !important;
    background: #2B73AC !important;
    border-color: #3E3F45 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:focus{
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next{
    border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover{
    color: #000000 !important;
    background: none !important;
}
.cs-quantity-1{
    display: block;
    max-width: 125px;
    min-width: 110px;
    width: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
    transition: all .2s linear;
}
.cs-quantity-1 .quantity{
    width: 100%;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #E1E1E1;
    border: 0;
    padding-left: 32px;
    padding-right: 32px;
}
.cs-quantity-1 .quantity:focus{
    outline: none;
    box-shadow: none;
}
.cs-quantity-1 .arrows .arrow{
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E1E1E1;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.cs-quantity-1 .arrows .plus{
    right: -1px;
    top: 0;
}
.cs-quantity-1 .arrows .minus{
    left: -1px;
    top: 0;
}
.cs-quantity-1.active{
    border-color: #2B73AC;
}
.cs-quantity-1.active .quantity{
    color: #3E3F45;
}
.cs-quantity-1.active .arrows .arrow{
    background-color: #2B73AC;
}
.cs-dataTable-css-1 .list-delete-item-1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    padding: 5px;
    border: 0;
    background-color: transparent;
}
.cs-dataTable-css-1 .list-delete-item-1 .delete-s-1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #E50019;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    margin-right: 10px;
    color: #ffffff;
}
.cs-dataTable-css-1 .list-delete-item-1:focus, .cs-dataTable-css-1 .list-delete-item-1:hover{
    outline: none;
    box-shadow: none;
}
.cs-table-f-btnG-1{
    list-style: none;
    padding: 0;
    margin: 0px 0px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cs-table-f-btnG-1 li{
    margin-right: 15px;
    line-height: 1;
}
.cs-table-f-btnG-1 li:last-child{
    margin-right: 0;
}
.cs-table-f-btnG-1 .cancel-btn-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    border-radius: 40px;
    min-height: 45px;
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    transition: all .3s linear;
    text-decoration: underline;
}
.cs-table-f-btnG-1 .cancel-btn-1:hover{
    color: #2B73AC;
    border-color: #2B73AC;
}
.cs-table-f-btnG-1 .cancel-btn-2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    border-radius: 40px;
    min-height: 45px;
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    transition: all .3s linear;
    text-decoration: underline;
}
.cs-table-f-btnG-1 .cancel-btn-2:hover{
    color: #191919;
    border-color: #191919;
}
.cs-table-f-btnG-1 .submit-btn-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 40px;
    min-height: 45px;
    border: 1px solid #2B73AC;
    background-color: #2B73AC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-width: 190px;
    transition: all .3s linear;
}
.cs-table-f-btnG-1 .submit-btn-1:hover{
    color: #FFFFFF;
    background-color: #1f547e;
    border-color: #1f547e;
}
.cs-table-added-1{
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    min-width: 120px;
    max-width: 150px;
    margin: 0 auto;
}
.cs-table-added-1 .input-col-1{
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 calc(100% - 42px);
    flex: 0 0 calc(100% - 42px);
    max-width: calc(100% - 42px);
}
.cs-table-added-1 .btn-col-1{
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    max-width: 42px;
}
.cs-table-added-1 .pr-quantity{
    width: 100%;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #E1E1E1;
    border: 1px solid #E1E1E1;
    transition: all .2s linear;
}
.cs-table-added-1 .pr-quantity:focus{
    outline: none;
    box-shadow: none;
}
.cs-table-added-1 .added-btn-1{
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #E1E1E1;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    border: 0;
    transition: all .2s linear;
}
.cs-table-added-1 .added-btn-1::before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.cs-table-added-1.successful .added-btn-1::before{
    content: "\e918";
    font-family: 'bain' !important;
    font-size: 10px;
}
.cs-table-added-1.active .pr-quantity{
    color: #3E3F45;
    border: 1px solid #3E3F45;
}
.cs-table-added-1.active .added-btn-1{
    background-color: #2B73AC;
}
.cs-table-added-1.successful .added-btn-1{
    background-color: #7FBA7A;
}
.cs-modal-1 .modal-dialog {
    padding: 10px;
    margin: 10rem auto;
}
.cs-modal-1 .modal-content{
    border-radius: 20px;
    border: 0;
}
.cs-modal-1 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-1 .modal-body{
    padding: 30px 25px;
}
.cs-modal-1 .content-area-1 .image-div-1{
    margin-bottom: 20px;
    text-align: center;
}
.cs-modal-1 .content-area-1 .image-div-1 img{
    max-height: 55px;
}
.cs-modal-1 .content-area-1 .desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 15px;
}
.cs-modal-1 .content-area-1 .desc-1 span{
    font-weight: 700;
    color: #E50019;
}
.cs-modal-1 .content-area-1 .desc-2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 15px;
}
.cs-modal-1 .content-area-1 .desc-2 span{
    font-weight: 700;
    color: #7FBA7A;
}
.cs-modal-1 .content-area-1 .head-1{
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
    text-align: center;
}
.cs-modal-1 .content-area-1 .head-2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
    text-align: center;
}
table.cs-dataTable-css-1.dataTable.no-footer {
    border-bottom: 1px solid transparent;
}
table.dataTable.cs-dataTable-css-1 thead tr{
    background-color: #f8f8f8;
}
table.cs-dataTable-css-1.dataTable.stripe tbody tr.odd, table.cs-dataTable-css-1.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}
.dataTables_scrollHeadInner .cs-dataTable-css-1{
    border-radius: 0;
}
table.cs-dataTable-css-1.dataTable thead th, table.cs-dataTable-css-1.dataTable thead td{
    padding: 10px 30px;
}
.cs-tabP-2{
    margin-bottom: 30px;
    border-color: #DBDBDB;
}
.cs-tabP-2 .nav-link{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #11142D;
    border-bottom: 2px solid transparent;
}
.cs-tabP-2.nav-tabs .nav-item.show .nav-link, .cs-tabP-2.nav-tabs .nav-link.active{
    font-weight: 700;
    color: #11142D;
    border: 0;
    border-bottom: 2px solid #E50019;
}
.cs-tabP-2.nav-tabs .nav-link:focus, .cs-tabP-2.nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 2px solid #E50019;
}
.cs-dataTable-css-1 .product-table-d-1{
    min-width: 400px;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #ffffff;
}
.light-gallery-item{
    cursor: pointer;
}
.cs-modal-2 .modal-dialog {
    padding: 10px;
    margin: 8rem auto;
    max-width: 850px;
}
.cs-modal-2 .modal-content{
    border-radius: 20px;
    border: 0;
}
.cs-modal-2 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-2 .modal-body{
    padding: 30px 25px;
}
.cs-modal-2 .modal-2-head-1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-modal-2 .modal-2-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 25px;
}
.cs-modal-2 .modal-2-scrollable-d-1{
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-right: 20px;
    margin-bottom: 25px;
}
.cs-modal-2 .modal-2-scrollable-d-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-modal-2 .modal-2-scrollable-d-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-modal-2 .modal-2-scrollable-d-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-modal-2 .modal-2-scrollable-d-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-globe-btn-2{
    display: inline-flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 45px;
    border: 0;
    border-radius: 40px;
    background-color: #2B73AC;
    transition: all .3s linear;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px 25px;
}
.cs-globe-btn-2:hover, .cs-globe-btn-2:focus{
    color: #FFFFFF;
    background-color: #1f547e;
}
.cs-globe-btn-2:disabled{
    color: #FDFDFD;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    cursor: not-allowed;
}
.cs-order-period-list-1{
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.cs-order-period-list-1 li{
    line-height: 1;
    padding: 10px 0px;
    border-bottom: 1px solid #E4E4E4;
}
.cs-order-period-list-1 li:last-child{
    border-bottom: 0px;
}
.cs-input-1{
    position: relative;
}
.cs-input-1 input{
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.cs-input-1 label {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #404040 !important;
    margin: 0;
    cursor: pointer;
    top: 0 !important;
    left: 0 !important;
}
.cs-input-1 label span{
    font-size: 22px !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    color: #404040 !important;
}
.cs-input-1 input:checked + label,
.cs-input-1 input:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    padding-right: 0;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
}
.cs-input-1 input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 0;
    background: #F2F2F2;
    border-radius: 50%;
}
.cs-input-1 input:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 0;
    background: #F5217B;
    border-radius: 50%;
}
.cs-input-1 input:checked + label:after{
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 12px;
    height: 12px;
    border: 0;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);
}
.cs-body-overflow-1{
    overflow: hidden;
}
.cs-globe-cart-overlay-1{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 97;
    background-color: rgba(27, 29, 33, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.cs-globe-cart-overlay-1.active{
    opacity: 1;
    visibility: visible;
}
.cs-globe-cart-container-1{
    max-width: 465px;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.cs-globe-cart-container-1.active{
    opacity: 1;
    visibility: visible;
}
.cs-globe-cart-container-1 .footer-area-1{
    background-color: transparent;
    position: relative;
    padding: 10px 12px 0px;
    border-radius: 0;
    -webkit-box-shadow: 0px -7px 15px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px -7px 15px 0px rgba(0,0,0,0.08);
    box-shadow: 0px -7px 15px 0px rgba(0,0,0,0.08);
}
.cs-globe-cart-container-1 .button-list-1{
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.cs-globe-cart-container-1 .button-list-1 li{
    line-height: 1;
    margin-bottom: 15px;
    margin-right: 20px;
}
.cs-globe-cart-container-1 .button-list-1 li:last-child{
    margin-bottom: 0px;
    margin-right: 0;
}
.cs-globe-text-btn-1{
    display: inline-flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 45px;
    border: 0;
    border-radius: 40px;
    background-color: transparent;
    transition: all .3s linear;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #11142D;
    padding: 10px 25px;
    text-decoration: underline;
}
.cs-globe-text-btn-1:hover, .cs-globe-text-btn-1:focus{
    color: #11142D;
    background-color: transparent;
    text-decoration: none;
}
.cs-globe-cart-container-1 .content-area-1{
    background-color: #F8F8F8;
    max-height: 50vh;
    min-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-right: 0;
}
.cs-globe-cart-container-1 .content-area-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-globe-cart-container-1 .content-area-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-globe-cart-container-1 .content-area-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-globe-cart-container-1 .content-area-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-globe-cart-container-1 .cart-content-head-1{
    background-color: #E8E8E8;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 0;
}
.cs-globe-cart-container-1 .product-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
    margin-left: -4px;
    padding: 5px 12px;
    border-bottom: 1px solid #E4E4E4;
}
.cs-globe-cart-container-1 .prr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
}
.cs-globe-cart-container-1 .prr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 4px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    text-align: right;
}
.cs-globe-cart-container-1 .product-row-1 .image-1{
    max-height: 66px;
}
.cs-globe-cart-container-1 .product-row-1 .head-1{
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-globe-cart-container-1 .product-row-1 .head-1 strong{
    font-weight: 600;
}
.cs-globe-cart-container-1 .product-row-1 .info-text-p-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #11142D;
    text-align: right;
    margin: 0;
}
.cs-globe-cart-container-1 .product-row-1 .info-all-m-1{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.cs-globe-cart-container-1 .product-row-1 .info-all-m-1 li{
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
}
.cs-globe-cart-container-1 .product-row-1 .info-all-m-1 li:nth-child(even){
    font-weight: 600;
}

.cs-globe-cart-container-1 .product-row-1 .delete-btn-1{
    display: inline-block;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #191919;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    -webkit-appearance: button;
    padding: 0;
}
.cs-globe-cart-container-1 .customer-info-area-1{
    padding: 12px 12px 2px;
    background-color: #F8F8F8;
}
.cs-globe-cart-container-1 .customer-info-area-1 .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.cs-globe-cart-container-1 .customer-info-area-1 .form-row>.col, .cs-globe-cart-container-1 .customer-info-area-1 .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.cs-globe-cart-container-1 .customer-info-area-1 .form-group {
    margin-bottom: 10px;
}
.cs-globe-cart-container-1 .customer-info-area-1 label{
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 0;
}
.cs-globe-cart-container-1 .customer-info-area-1  ::placeholder{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(17, 20, 45, 0.5);
}
.cs-globe-cart-container-1 .customer-info-area-1 input:not([type="submit"]), .cs-globe-cart-container-1 .customer-info-area-1 select{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #191919;
    height: 35px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #707070;
}
.cs-globe-cart-container-1 .customer-info-area-1 input:not([type="submit"]):focus, .cs-globe-cart-container-1 .customer-info-area-1 select:focus{
    outline: none;
    box-shadow: none;
    background-color: #ffffff;
}
.cs-globe-cart-container-1 .customer-info-area-1 input:not([type="submit"]):disabled{
    color: rgba(17, 20, 45, 0.7);
}
.cs-globe-cart-container-1 .cart-head-area-1{
    background-color: #FFFFFF;
    padding: 6px 12px;
    position: relative;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, 0.04);
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, 0.04);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}
.cs-globe-cart-container-1 .cart-head-area-1 .cha1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 8px;
    padding-right: 8px;
}
.cs-globe-cart-container-1 .cart-head-area-1 .cha1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    padding-left: 8px;
    padding-right: 8px;
}
.cs-globe-cart-container-1 .cart-head-area-1 .head-1{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 0px;
}
.cs-globe-cart-container-1 .cart-head-area-1 .desc-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 0px;
}
.cs-globe-cart-container-1 .cart-head-area-1 .desc-2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 0px;
}
.cs-globe-cart-container-1 .cart-head-area-1 .desc-2 span{
    font-size: 14px;
    font-weight: 400;
    color: #11142D;
    padding-right: 5px;
}
.cs-globe-cart-container-1 .cart-head-area-1 .remove-ths-btn-1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #191919;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
}
.cs-order-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.cs-order-row-1 .csor1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 calc(100% - 420px);
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
    margin-bottom: 25px;
}
.cs-order-row-1 .csor1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    max-width: 420px;
    margin-bottom: 25px;
}
.cs-order-summary-div-1 .head-1{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #11142D;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E4E4E4;
}
.cs-order-summary-div-1 .order-summary-table{
    margin-bottom: 10px;
}
.cs-order-summary-div-1 .order-summary-table.table td, .cs-order-summary-div-1 .order-summary-table.table th{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    padding: 10px 2px;
}
.cs-order-summary-div-1 .order-summary-table.table td:last-child, .cs-order-summary-div-1 .order-summary-table.table th:last-child{
    font-size: 16px;
    text-align: right;
}
.cs-order-summary-div-1 .order-summary-total-d-1{
    margin-bottom: 25px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.cs-order-summary-div-1 .order-summary-total-table.table td, .cs-order-summary-div-1 .order-summary-total-table.table th{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    padding: 15px 2px;
}
.cs-order-summary-div-1 .order-summary-total-table.table td:last-child, .cs-order-summary-div-1 .order-summary-total-table.table th:last-child{
    text-align: right;
}
.cs-order-summary-div-1 .ordr-summary-btn-group-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cs-order-summary-div-1 .ordr-summary-btn-group-1 li{
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 15px;
    width: calc(50% - 20px);
}
.cs-order-summary-div-1 .ordr-summary-btn-group-1 li:last-child{
    margin-right: 0px;
    width: 50%;
}
.cs-order-summary-div-1 .ordr-summary-btn-group-1 li a, .cs-order-summary-div-1 .ordr-summary-btn-group-1 li button{
    min-width: auto;
    width: 100%;
}
.cs-order-summary-div-1 .ordr-summary-btn-group-1 li .cs-globe-text-btn-3{
    width: auto;
}
.cs-globe-btn-3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 40px;
    min-height: 40px;
    border: 1px solid #2B73AC;
    background-color: #2B73AC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    min-width: 180px;
    transition: all .3s linear;
}
.cs-globe-btn-3:hover{
    color: #FFFFFF;
    background-color: #1f547e;
    border-color: #1f547e;
}
.cs-globe-text-btn-2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #2B73AC;
    border-radius: 40px;
    min-height: 40px;
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    transition: all .2s linear;
    text-decoration: underline;
}
.cs-globe-text-btn-2:hover{
    color: #2B73AC;
    border-color: #2B73AC;
}
.cs-order-steps-div-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(87, 115, 128, 0.06);
    padding: 8px 10px;
    margin-bottom: 25px;
}
.cs-order-steps-div-1 .csosd1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 calc(100% - 525px);
    flex: 0 0 calc(100% - 525px);
    max-width: calc(100% - 525px);
}
.cs-order-steps-div-1 .csosd1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 525px;
    flex: 0 0 525px;
    max-width: 525px;
}
.cs-order-steps-div-1 .csosd1-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.cs-order-steps-div-1.type-2 .csosd1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px;
}
.cs-order-steps-div-1.type-2 .csosd1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    max-width: 540px;
}
.cs-order-steps-div-1.type-2 .csosd1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 calc(100% - 890px);
    flex: 0 0 calc(100% - 890px);
    max-width: calc(100% - 890px);
}
.cs-order-steps-div-1 .order-info-menu-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cs-order-steps-div-1 .order-info-menu-1 li{
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #191919;
    padding: 0;
    margin-right: 0;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
.cs-order-steps-div-1.type-2 .order-info-menu-1 li{
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #191919;
    padding: 0;
    margin-right: 0;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
.cs-order-steps-div-1 .order-info-menu-1 li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.cs-order-steps-div-1 .order-info-menu-1 li:last-child::after{
    display: none;
}
.cs-order-steps-div-1 .order-info-menu-1 li span{
    font-weight: 700;
}
.cs-order-steps-div-1 .order-steps-menu-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-order-steps-div-1 .order-steps-menu-1 li{
    position: relative;
    line-height: 1;
    text-align: center;
    margin-right: 35px;
}
.cs-order-steps-div-1 .order-steps-menu-1 .circle-1{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(87, 115, 128, 0.2);
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #FFFFFF;
}
.cs-order-steps-div-1 .order-steps-menu-1 .text-1{
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #BEBEC0;
}
.cs-order-steps-div-1 .order-steps-menu-1 li:last-child{
    margin-right: 0px;
}
.cs-order-steps-div-1 .order-steps-menu-1 li:after{
    content: '';
    height: 1px;
    width: 36px;
    background-color: rgba(87, 115, 128, 0.2);
    position: absolute;
    top: 20px;
    right: -40px;
}
.cs-order-steps-div-1 .order-steps-menu-1 li:last-child::after{
    display: none;
}
.cs-order-steps-div-1 .order-steps-menu-1 li.active .circle-1{
    background-color: #E50019;
}
.cs-order-steps-div-1 .order-steps-menu-1 li.active .text-1{
    color: #11142D;
    font-weight: 600;
}
.cs-order-steps-div-1 .order-steps-menu-1 li.active::after{
    background-color: #E50019;
}
.cs-order-steps-div-1 .order-steps-menu-1 li.successful::before{
    content: "\e918";
    font-family: 'bain' !important;
    background-color: #E50019;
    color: #fff;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}
.cs-frequently-sold-products-1{
    max-width: 1000px;
    width: 100%;
    padding: 0px 10px;
    margin: 50px auto;
}
.cs-frequently-sold-products-1 .head-1{
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.cs-frequently-sold-products-1 .head-1::after{
    content: '';
    height: 1px;
    width: 175px;
    background-color: #E50019;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.cs-frequently-sold-products-1 .desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3C3C3C;
    margin-bottom: 30px;
    text-align: center;
}
.cs-product-item-1{
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px 14px 30px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.cs-product-item-1 .image-1{
    max-height: 66px;
    margin-bottom: 10px;
}
.cs-product-item-1 .favorite-add-1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    border-radius: 50%;
    border: 0;
    background-color: #E1E1E1;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
}
.cs-product-item-1 .favorite-add-1.active{
    background-color: #F4CC24;
}
.cs-product-item-1 .desc-1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 5px;
}
.cs-product-item-1 .desc-2{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 5px;
}
.cs-product-item-1 .desc-3{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 30px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cs-product-item-1 .cs-table-added-1{
    max-width: 125px;
    margin: 0 auto;
}
.cs-input-2{
    position: relative;
}
.cs-input-2 input{
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0 !important;
}
.cs-input-2 label a{
    color: #11142D;
    text-decoration: underline;
}
.cs-input-2 input:checked + label,
.cs-input-2 input:not(:checked) + label {
    position: relative !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
    cursor: pointer !important;
    line-height: 25px !important;
    display: inline-block !important;
    left: 0 !important;
    top: 0 !important;
}
.cs-input-2 input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    border-radius: 4px;
}
.cs-input-2 input:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #2B73AC;
    background: #2B73AC;
    border-radius: 4px;
}
.cs-input-2 input:checked + label:after{
    content: "\e918";
    font-family: 'bain' !important;
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 8px;
    line-height: 1;
    color: #ffffff;
}
table.order-summary-1.cs-dataTable-css-1.dataTable tbody td{
    padding: 20px 10px;
    white-space: pre-wrap;
}
table.order-summary-1.cs-dataTable-css-1.dataTable thead th, table.order-summary-1.cs-dataTable-css-1.dataTable thead td{
    padding: 10px;
    white-space: pre-wrap;
}
.cs-order-summary-add-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    display: inline-block;
    text-decoration: underline;
}
.cs-order-summary-add-1 i{
    font-size: 14px;
    padding-right: 10px;
}
.cs-order-summary-add-1:hover{
    color: #1f547e;
}
.cs-order-summary-table-btn-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.cs-order-summary-table-btn-1 li{
    line-height: 1;
    margin-right: 15px;
    max-width: 180px;
    width: calc(50% - 15px);
}
.cs-order-summary-table-btn-1 li:last-child{
    margin-right: 0px;
}
.cs-globe-btn-3:disabled{
    color: #FDFDFD;
    background-color: #D3D3D6;
    border-color: #D3D3D6;
    cursor: inherit;
}
.cs-modal-3 .modal-dialog {
    padding: 10px;
    margin: 8rem auto;
    max-width: 820px;
}
.cs-modal-3 .modal-content{
    border-radius: 20px;
    border: 0;
}
.cs-modal-3 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-3 .modal-body{
    padding: 30px 25px;
}
.cs-modal-3 .modal-2-head-1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-modal-3 .modal-2-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 25px;
}
.complementary-products-main-1 .complementary-products-item-1{
    padding: 0px 0px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
}
.complementary-products-main-1 .complementary-products-item-1{
    border-bottom: 0;
}
.complementary-products-main-1 .desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 20px;
}
.complementary-products-main-1 .table-container-1{
    max-width: 875px;
    margin-bottom: 30px;
}
table.dataTable.cs-dataTable-css-2 thead th, table.dataTable.cs-dataTable-css-2 thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    color: #3E3F45;
    background-color: #F4CC24;
    text-align: center;
    white-space: break-spaces;
}
table.dataTable.cs-dataTable-css-2 thead th:last-child, table.dataTable.cs-dataTable-css-2 thead td:last-child{
    border-right: 1px solid #E4E4E4;
}
table.dataTable.cs-dataTable-css-2.row-border tbody th, table.dataTable.cs-dataTable-css-2.row-border tbody td, table.dataTable.cs-dataTable-css-2.display tbody th, table.dataTable.cs-dataTable-css-2.display tbody td {
    border-top: 0;
    padding: 10px 18px;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    background-color: #F8F8F8;
    text-align: center;
}
table.dataTable.cs-dataTable-css-2.row-border tbody th:nth-child(2), table.dataTable.cs-dataTable-css-2.row-border tbody td:nth-child(2), table.dataTable.cs-dataTable-css-2.display tbody th:nth-child(2), table.dataTable.cs-dataTable-css-2.display tbody td:nth-child(2){
    text-align: left;
    white-space: break-spaces;
}
table.dataTable.cs-dataTable-css-2.row-border tbody th:last-child, table.dataTable.cs-dataTable-css-2.row-border tbody td:last-child, table.dataTable.cs-dataTable-css-2.display tbody th:last-child, table.dataTable.cs-dataTable-css-2.display tbody td:last-child{
    border-right: 1px solid #E4E4E4;
}
table.dataTable.cs-dataTable-css-2.no-footer{
    border: 0;
}
.complementary-products-main-1 .desc-2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #3E3F45;
    margin-bottom: 20px;
}
.complementary-products-main-1 .desc-2 .text-1{
    color: #D32C29;
}
.dataTables_filter{
    display: none;
}
.cs-dataTable-css-1 thead tr:last-child th{
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-left: 1px solid #E4E4E4;
    padding: 10px;
    text-align: center;
}
.cs-dataTable-css-1 thead tr th .form-control{
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #9A9A9A;
    height: 35px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
}
.cs-dataTable-css-1 thead tr th .form-control:focus{
    outline: none;
    box-shadow: none;
}
.cs-dataTable-css-1.complementaryProductsTable thead tr:first-child th{
    text-align: center;
    white-space: break-spaces;
}
table.cs-dataTable-css-1.complementaryProductsTable.dataTable tbody td{
    text-align: center;
}
table.cs-dataTable-css-1.complementaryProductsTable.dataTable tbody tr td:nth-child(3){
    text-align: left;
    white-space: break-spaces;
}
.complementary-products-main-1 .desc-3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #3E3F45;
    margin-bottom: 20px;
    display: none;
}
.complementary-products-main-1 .desc-3 .text-1{
    color: #7FBA7A;
    padding-right: 4px;
}
.complementary-products-main-1 .desc-3 .icon-1{
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #7FBA7A;
    color: #ffffff;
    font-size: 14px;
    margin-right: 4px;
}
.cs-order-note-1{
    margin-bottom: 25px;
}
.cs-order-note-1 label{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-order-note-1 ::placeholder{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #808191;
}
.cs-order-note-1 textarea{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    resize: none;
    padding: 20px 12px;
    border-radius: 10px;
    background-color: #EFEFEF;
    border: 1px solid #EFEFEF;
}
.cs-order-note-1 textarea:focus{
    outline: none;
    box-shadow: none;
    border-color: #EFEFEF;
}
.cs-invoice-delivery-details-1{
    margin-bottom: 50px;
}
.cs-invoice-delivery-details-1 .head-1{
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.cs-invoice-delivery-details-1 .head-1::after{
    content: '';
    width: 300px;
    height: 1px;
    background-color: #E50019;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-1 .idd-m-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    margin-bottom: 20px;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-1 .idd-m-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    margin-bottom: 20px;
}
.cs-table-1.table thead th {
    vertical-align: baseline;
    border: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 900;
    color: #11142D;
    padding: 15px;
    background-color: #BEBEC0;
    border-right: 1px solid #E4E4E4;
    text-transform: uppercase;
}
.cs-table-1.table thead th:last-child{
    border-right: 0px;
    border-top-right-radius: 20px;
}
.cs-table-1.table thead th:first-child{
    border-top-left-radius: 20px;
}
.cs-table-1.table thead th:nth-child(3), .cs-table-1.table thead th:nth-child(5), .cs-table-1.table thead th:nth-child(6){
    width: 130px;
}
.cs-table-1.table tbody td, .cs-table-1.table tbody th {
    vertical-align: baseline;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    padding: 15px;
    background-color: #ffffff;
    border-right: 1px solid #E4E4E4;
}
.cs-table-1.table tbody td:last-child, .cs-table-1.table tbody th:last-child{
    border-right: 0px;
    border-bottom-right-radius: 20px;
}
.cs-table-1.table tbody td:first-child, .cs-table-1.table tbody th:first-child{
    border-bottom-left-radius: 20px;
}
.cs-order-successful-d-1{
    max-width: 750px;
    padding: 15px;
    margin: 20px auto;
    text-align: center;
}
.cs-order-successful-d-1 .image-d-1{
    margin-bottom: 15px;
}
.cs-order-successful-d-1 .image-d-1 img{
    max-height: 55px;
}
.cs-order-successful-d-1 .head-1{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #2B73AC;
    margin-bottom: 15px;
}
.cs-order-successful-d-1 .desc-1{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #2B73AC;
    margin-bottom: 15px;
}
.cs-order-successful-d-1 .desc-2{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 0px;
}
.cs-order-successful-d-1 .desc-3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 25px;
    padding-top: 25px;
}
.cs-order-successful-d-1 .order-number-d-1{
    max-width: 420px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #F4F6F7;
}
.cs-order-successful-d-1 .order-number-d-1 .ss-head-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}
.cs-order-successful-d-1 .order-number-d-1 .ss-desc-1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #191919;
    margin-bottom: 10px;
}
.cs-copyText-btn-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    border: 0;
    background-color: transparent;
}
.cs-copyText-btn-1 span{
    text-decoration: underline;
}
.cs-copyText-btn-1 i{
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 5px;
}
.cs-order-successful-d-1 .action-menu-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-order-successful-d-1 .action-menu-1 li{
    line-height: 1;
    margin-right: 15px;
}
.cs-order-successful-d-1 .action-menu-1 li:last-child{
    margin-right: 0px;
}
.cs-container-2{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1660px;
    margin: 0 auto;
}
.cs-loginRegister-head-1{
    background-color: #F8F8F8;
    padding: 14px 0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.04);
    position: relative;
    z-index: 2;
}
.cs-loginRegister-head-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cs-loginRegister-head-row-1 .clrhr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.cs-loginRegister-head-row-1 .clrhr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
}
.lr-main-logo-1 img{
    max-height: 27px;
}
.cs-lr-main-div-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-lr-main-div-1 .cslrmd-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cs-lr-bg-d-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: calc(100vh - 200px);
    height: 100%;
}
.cs-lr-bg-d-2{
    background-color: #ffffff;
}
.cs-fake-inner-container-1{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 830px;
    margin: 0 auto;
}
.cs-lr-inner-content-1, .cs-lr-inner-content-2{
    min-height: calc(100vh - 200px);
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.cs-lr-slider-container-1{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}
.loginRegisterSlider1 .desc-1{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 15px;
    text-align: center;
}
.loginRegisterSlider1 .head-1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 15px;
    text-align: center;
}
.loginRegisterSlider1.owl-theme .owl-nav {
    margin-top: 0;
}
.loginRegisterSlider1.owl-theme .owl-nav [class*=owl-]{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
    padding: 0 !important;
    margin: 0;
    color: #11142D;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
.loginRegisterSlider1.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -50px;
    top: 20%;
    z-index: 1;
    transform: translateY(-50%);
}
.loginRegisterSlider1.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -50px;
    top: 20%;
    z-index: 1;
    transform: translateY(-50%);
}
.loginRegisterSlider1.owl-theme .owl-dots{
    margin-top: 40px;
}
.loginRegisterSlider1.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    background: #3E3F45;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.loginRegisterSlider1.owl-theme .owl-dots .owl-dot.active span{
    background: #3E3F45;
    width: 10px;
    height: 10px;
    position: relative;
    top: 2px;
    z-index: 1;
}
.loginRegisterSlider1.owl-theme .owl-dots .owl-dot.active span::after{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: #ffffff;
    position: absolute;
    top: 2px;
    left: 2px;
}
.cs-lr-head-1{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 20px;
    text-align: center;
}
.cs-lr-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 40px;
    text-align: center;
}
.cs-lr-form-c-1{
    max-width: 450px;
    margin: 0 auto;
}
.cs-form-1 ::placeholder{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(17, 20, 45, 0.5);
}
.cs-form-1 label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 16px;
    left: 24px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(17, 20, 45, 0.5);
    background: #ffffff;
    padding: 0 5px;
    transition: all .3s ease;
    margin: 0;
}
.cs-form-1 input:not([type="submit"]), .cs-form-1 select{
    height: 55px;
    border-radius: 40px;
    border: 1px solid #707070;
    padding: .375rem 1.5rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    transition: all .3s ease;
}
.cs-form-1 input:not([type="submit"]):disabled + label, .cs-form-1 select:disabled + label{
    background-color: #EFEFEF;
    cursor: not-allowed;
}
.cs-form-1 input:not([type="submit"]):disabled, .cs-form-1 select:disabled{
    background-color: #EFEFEF;
    cursor: not-allowed;
}
.cs-form-1 input:not([type="submit"]){
    padding-top: 16px;
}
.cs-form-1 textarea{
    border-radius: 20px;
    border: 1px solid #707070;
    padding: .97rem 1.5rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    transition: all .3s ease;
    resize: none;
}
.cs-form-1 input:not([type="submit"]):focus + label, .cs-form-1 textarea:focus + label, .cs-form-1 select:focus + label{
    font-size: 10px;
    font-weight: 900;
    top: 2px;
    color: #11142D;
    background: transparent;
}
.cs-form-1 label.active{
    font-size: 10px;
    font-weight: 900;
    top: 2px;
    color: #11142D;
    background: transparent;
}
.cs-form-1 input:not([type="submit"]):focus + label, .cs-form-1 textarea:focus + label, .cs-form-1 select:focus + label{
    color: #000000;
}
.cs-form-1 input:not([type="submit"]):focus, .cs-form-1 textarea:focus, .cs-form-1 select:focus {
    border-color: #E50019;
    box-shadow: none;
    outline: none;
}
.cs-form-1 .form-group{
    margin-bottom: 25px;
}
.cs-show-input-1{
    font-size: 25px;
    line-height: 1;
    color: #000000;
    width: 40px;
    padding: 0;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 8px;
    background-color: transparent;
    border: 0;
    z-index: 2;
}
.cs-form-desc-1{
    margin: 0;
    text-align: right;
}
.cs-forgot-password-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #2B73AC;
    text-decoration: underline;
}
.cs-forgot-password-1:hover, .cs-forgot-password-1:focus{
    color: #2B73AC;
}
.cs-globe-btn-4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 40px;
    min-height: 55px;
    border: 1px solid #2B73AC;
    background-color: #2B73AC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-width: 190px;
    transition: all .3s linear;
}
.cs-globe-btn-4:hover{
    color: #FFFFFF;
    background-color: #1f547e;
    border-color: #1f547e;
}
.cs-globe-btn-4:disabled{
    color: #FDFDFD;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
    cursor: not-allowed;
}
.custom-select:invalid, .was-validated .cs-form-1 .form-control:invalid + label.active{
    color: #E50019;
}
.custom-select:invalid, .was-validated .cs-form-1 .form-control:valid + label.active{
    color: #11142D;
}
.cs-form-desc-2{
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #3E3F45;
    margin-bottom: 15px;
    text-align: center;
}
.cs-form-desc-2 a{
    text-decoration: underline;
    color: #2B73AC;
}
.cs-fake-empty-1{
    height: 300px;
}
.cs-verified-i-1::after{
    content: "\e918";
    font-family: 'bain' !important;
    color: #ffffff;
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #7FBA7A;
    align-items: center;
    justify-content: center;
    font-size: 6px;
    margin-left: 5px;
    line-height: 1;
    padding: 0;
}
.cs-modal-1 .successfulForm-head-1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-modal-1 .successfulForm-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 35px;
}
.cs-globe-head-5{
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 20px;
}
.cs-globe-desc-3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-globe-desc-3 strong{
    font-weight: 700;
}
.cs-upload-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cs-upload-row-1 .csur1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
}
.cs-upload-row-1 .csur1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    max-width: calc(100% - 400px);
}
.cs-hr-1{
    margin: 25px 0px;
    border-color: #bdbdbd;
}
.cs-excel-lang-container-1{
    position: relative;
}
.cs-excel-lang-container-1 .excel-lang-btn-1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #2B73AC;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-excel-lang-container-1 .excel-lang-btn-1 span{
    text-decoration: underline;
}
.cs-excel-lang-container-1 .excel-lang-btn-1 i{
    padding-right: 10px;
}
.cs-excel-lang-container-1 .excel-lang-d-1{
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 3;
    max-width: 320px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 20px 10px 20px 00px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.cs-excel-lang-container-1 .excel-lang-d-1.active{
    opacity: 1;
    visibility: visible;
}
.cs-excel-lang-container-1 .scrollable-dd-1{
    max-height: 150px;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-right: 10px;
}
.cs-excel-lang-container-1 .scrollable-dd-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-excel-lang-container-1 .scrollable-dd-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-excel-lang-container-1 .scrollable-dd-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-excel-lang-container-1 .scrollable-dd-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-excel-lang-container-1 .scrollable-dd-1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-excel-lang-container-1 .scrollable-dd-1 ul li{
    line-height: 1;
    padding: 0px 15px;
}
.cs-excel-lang-container-1 .scrollable-dd-1 ul li:hover{
    background-color: #F4F4F4;
}
.cs-excel-lang-container-1 .scrollable-dd-1 ul li a{
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #11142D;
    padding: 12px 0px;
    border-bottom: 1px solid #E4E4E4;
}
.cs-excel-lang-container-1 .scrollable-dd-1 ul li:last-child a{
    border-bottom: 0;
}
.cs-excel-upload-error-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #E50019;
    font-style: italic;
    margin-bottom: 15px;
}
.cs-modal-1 .content-area-1 .desc-3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 20px;
    text-align: center;
}
.cs-modal-1 .content-area-1 .produtcs-notFound-s-d-1{
    max-height: 130px;
    overflow: hidden;
    height: 100%;
}
.cs-modal-1 .content-area-1 .produtcs-notFound-s-d-1.active{
    max-height: unset;
    overflow: auto;
}
.cs-modal-1 .content-area-1 .produtcs-notFound-s-d-1 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-modal-1 .content-area-1 .produtcs-notFound-s-d-1 ul li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 2px;
}
.pr-notFound-all-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #E50019;
    padding: 0;
    border: 0;
    margin: 10px 0px;
    background-color: transparent;
}
.pr-notFound-all-1 span{
    text-decoration: underline;
}
.pr-notFound-all-1::after{
    content: "\e904";
    font-family: 'bain' !important;
    font-size: 8px;
    line-height: 1;
    margin-left: 10px;
}
.pr-notFound-all-1.active::after{
    content: '\e906';
}
.cs-modal-1 .content-area-1 .action-menu-2{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-modal-1 .content-area-1 .action-menu-2 li{
    line-height: 1;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.cs-only-text-btn-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-only-text-btn-1:hover{
    color: #2B73AC;
}
.cs-back-desc-1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-back-desc-1 a{
    color: #11142D;
}
.cs-back-desc-1 a:hover{
    color: #11142D;
}
.cs-back-desc-1 a i{
    font-size: 14px;
    padding-right: 10px;
}
.cs-excel-upload-success-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #7FBA7A;
    font-style: italic;
    margin-bottom: 15px;
}
.pp-js-error-1{
    font-size: 80%;
    line-height: 14px;
    font-weight: 500;
    color: #687B8C;
    margin-bottom: 0px;
    margin-top: 0.25rem;
    display: none;
}
.pp-js-error-1.active {
    display: block;
    color: #dc3545;
}
.nonEQ1{
    border-color: #dc3545 !important;
}
.nonEQ1:focus{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25) !important;
}
.cs-page-loader-1{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .2s ease;
}
.cs-page-loader-1.deactive{
    opacity: 0;
    visibility: hidden;
}
.cs-page-loader-1 .img-dd-1{
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}
.cs-page-loader-1 .img-dd-1 img{
    min-height: 50px;
}
.cs-page-loader-1 .loadBar{
    position: absolute;
    width: 300px;
    height: 5px;
    left: 50%;
    top: 60%;
    background: #979797;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.cs-page-loader-1 .progress{
    position: relative;
    width: 0%;
    height: inherit;
    background: #e50119;
}
@keyframes pageLoading {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown2{
    background-color: #ffffff;
    padding: 14px 0px;
    transition: all .2s ease;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown2::before{
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
    border-radius: 25px 0px 0px 25px;
    display: block;
    transition: all .2s ease;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown2::after{
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 1;
    border-radius: 0px 25px 25px 0px;
    display: block;
    transition: all .2s ease;
}
.cs-lef-menu-1 li.csDropdown2::before, .cs-lef-menu-1 li.csDropdown2::after{
    display: none;
}
.globe-row-1.active .cs-lef-menu-1 li.csDropdown2 .ddMenu{
    list-style: none;
    padding: 15px 0px 0px;
    margin: 0;
    display: block;
    transition: all .2s ease;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li{
    line-height: 1;
    padding-left: 20px;
    display: grid;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #4A4A4A;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    top: 14px;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li:last-child{
    margin-bottom: 0px;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li a{
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    color: #191919;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li.active-ll{
    background-color: #2B73AC;
    border-radius: 8px;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li.active-ll::before{
    background-color: #ffffff;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu li.active-ll a{
    color: #ffffff;
    font-weight: 700;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu .cAvtive{
    background-color: #3E3F45;
    border-radius: 8px;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu .cAvtive a{
    color: #ffffff;
    font-weight: 700;
}
.cs-lef-menu-1 li.csDropdown2 .ddMenu .cAvtive::before{
    background-color: #ffffff;
}
.globe-row-1.active .globe-right-side.ff-menu-pad-1{
    padding-left: 255px;
}
.cs-dataTable-css-1.mnt-css-1 .product-table-d-1 {
    min-width: 300px;
}
.cs-fake-select-1{
    display: inline-block;
    position: relative;
}
.cs-fake-select-1 .fake-placeholder-1{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    margin: 0;
    border-radius: 20px;
    background-color: #ffffff;
    height: 42px;
    padding: 10px 20px;
    cursor: pointer;
    min-width: 170px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92, 114, 127, 0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92, 114, 127, 0.07);
    box-shadow: 0px 3px 6px 0px rgba(92, 114, 127, 0.07);
    word-break: break-word;
}
.cs-fake-select-1 .fake-placeholder-1::after{
    content: "\e906";
    font-family: 'bain' !important;
    font-size: 8px;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 1;
    color: #3E73A7;
    background-color: #ffffff;
}
.cs-fake-select-1.active .fake-placeholder-1::after{
    content: "\e904";
    font-family: 'bain' !important;
}
.cs-fake-select-1 .content-cont-1{
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    width: 200px;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 4;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
}
.cs-fake-select-1.active .content-cont-1{
    opacity: 1;
    visibility: visible;
}
.cs-fake-select-1 .content-cont-1 .head-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #6A6A6A;
    margin-bottom: 15px;
}
.cs-fake-select-1 .ss-menu-1{
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}
.cs-fake-select-1 .ss-menu-1 li{
    line-height: 1;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 0.2px solid #D3D3D6;
    padding-bottom: 10px;
}
.cs-fake-select-1 .ss-menu-1 li::after{
    display: none;
}
.cs-fake-select-1 .ss-menu-1 label{
    margin-bottom: 0px;
}
.cs-only-text-btn-2{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #3E3F45;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-only-text-btn-2:hover{
    color: #11142D;
}
.cs-fake-select-1 .ss-menu-2{
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-fake-select-1 .ss-menu-2 li{
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.cs-fake-select-1 .ss-menu-2 button{
    min-width: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    min-height: 32px;
    padding: 5px 8px;
    border-radius: 20px;
    width: 100%;
}
.cs-filter-menu-1{
    list-style: none;
    margin: 0 0 15px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 25px 40px 10px;
    border-radius: 130px;
}
.cs-filter-menu-1 li{
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-right: 15px;
}
.cs-filter-menu-1 li::after{
    content: '';
    display: block;
    height: 18px;
    width: 1px;
    background-color: #707070;
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
    transform: translateX(-50%);
}
.cs-filter-menu-1 li:first-child::after{
    height: 30px;
    top: calc(50% - 14px);
}
.cs-filter-menu-1 li:last-child::after{
    display: none;
}
.cs-filter-menu-1 li:last-child{
    margin-right: 0px;
    border-right: 0;
    padding-right: 0px;
}
.cs-filter-menu-1 .filter-tt-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    position: relative;
    margin: 0;
}
.cs-filter-menu-1 .filter-tt-1 span{
    font-size: 20px;
    color: #3E73A7;
    padding-right: 5px;
    position: relative;
    top: 4px;
}
.cs-filter-menu-1 .filter-tt-1 span.active::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D32C29;
    position: absolute;
    top: -2px;
    right: 4px;
    z-index: 1;
}
.cs-filter-menu-2{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cs-filter-menu-2 li{
    line-height: 1;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cs-filter-menu-2 li:last-child{
    margin-right: 0px;
}
.cs-filter-rr-div-1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    display: none;
}
.cs-filter-rr-div-1 .filter-text-1{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    margin: 0;
    border-right: 1px solid #707070;
    padding-right: 15px;
    margin-right: 15px;
    width: 90px;
}
.cs-filter-rr-div-1 .filter-text-1 i{
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.cs-filter-rr-div-1 .filter-empty-1{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #2B73AC;
    padding: 0px 15px;
    border: 0;
    margin-left: 10px;
    border-left: 1px solid #707070;
    background-color: transparent;
    text-decoration: underline;
    width: 155px;
}
.cs-filter-rr-div-1 .filter-btn-1{
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #363636;
    border-radius: 25px;
    border: 1px solid #5C727F;
    background-color: #ffffff;
    height: 30px;
    padding: 4px 10px;
    text-align: left;
    min-width: 85px;
    transition: all .2s ease;
}
.cs-filter-rr-div-1 .filter-btn-1::after{
    content: 'X';
    float: right;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2B73AC;
    color: #ffffff;
    font-weight: 400;
    margin-left: 10px;
}
.cs-filter-rr-div-1 .filter-btn-1:hover{
    color: #ffffff;
    background-color: #2B73AC;
}
.cs-filter-rr-div-1 .cs-filter-menu-2{
    max-width: calc(100% - 300px);
}
.cs-breadcrumb-2{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.cs-breadcrumb-2 li{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
}
.cs-breadcrumb-2 li::after{
    content: "\e907";
    font-family: 'bain' !important;
    font-size: 10px;
    color: #959595;
    padding: 0px 5px;
}
.cs-breadcrumb-2 li:last-child::after{
    display: none;
}
.cs-breadcrumb-2 li a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #6A6A6A;
    text-decoration: underline;
}
.cs-breadcrumb-2 li a:hover{
    color: #000000;
}
.cs-pr-list-2{
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    transition: all .3s linear;
}
.cs-pr-list-2 .image-div-1{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    transition: all .3s linear;
}
.cs-pr-list-2 .desc-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #11142D;
    margin: 0 auto;
}
.cs-pr-list-2 .image-container-1{
    border-radius: 16px;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.productSlider4.owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.cs-pr-list-parent-1{
    display: none;
}
.cs-breadcrumb-2.type-1 li:last-child a{
    cursor: inherit;
    text-decoration: none;
    font-weight: 700;
    color: #000000;
}
.cs-select-container-1{
    max-width: 720px;
    margin: 15px auto;
    border-radius: 130px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 25px 40px;
}
.select2 {
    width:100%!important;
}
.cs-select2-container-1 .select2-container--default .select2-selection--single, .cs-select2-container-1 .select2-container--default .select2-selection--multiple {
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 25px;
    height: 42px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-select2-container-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #11142D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 25px;
}
.cs-select2-container-1 .select2-container--default .select2-search--inline .select2-search__field::placeholder{
    color: #11142D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 25px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--single .select2-selection__placeholder, .cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__placeholder{
    color: #11142D;
}
.cs-select2-container-1 .select2-container--default .select2-search--inline .select2-search__field{
    cursor: pointer;
    font-family: 'Source Sans Pro', sans-serif;
    /* margin: 10px 0 0; */
    margin: 10px 0px 0px -10px;
    color: #11142D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    height: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: auto;
    width: auto;
}
.cs-select2-container-1 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "\e906";
    font-family: 'bain' !important;
    font-size: 8px;
    color: #3E73A7;
}
.cs-select2-container-1 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    content: "\e904";
}
.cs-select2-container-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 14px;
}
.cs-select2-container-1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .cs-select2-container-1 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 25px;
}
.cs-select2-container-1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .cs-select2-container-1 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 25px;
}
.select2-container--open .cs-select2-dd-1.select2-dropdown--below {
    border: 0;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 20px 0px;
    -webkit-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
}
.select2-container--open .cs-select2-dd-1.select2-dropdown--above {
    border: 0;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 20px 0px;
    -webkit-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
}
.cs-select2-dd-1 .select2-results__option{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    padding: 15px 30px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.select2-container--default .cs-select2-dd-1 .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .cs-select2-dd-1 .select2-results__option--selected {
    background-color: #F4F4F4;
    color: #11142D;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.cs-balance-report-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.cs-balance-report-row-1 .cbrr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.cs-balance-report-row-1 .cbrr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}
.cs-outline-btn-1{
    display: flex;
    width: 100%;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2B73AC;
    border-radius: 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    background-color: transparent;
    transition: all .2s ease;
    padding: 5px 15px;
}
.cs-outline-btn-1 i{
    font-size: 15px;
    padding-right: 5px;
}
.cs-outline-btn-1:hover{
    color: #ffffff;
    background-color: #2B73AC;
}
.cs-outline-btn-1:disabled, .cs-outline-btn-1:disabled:hover{
    background-color: transparent;
    border-color: #D3D3D6;
    color: #D3D3D6;
    cursor: inherit;
}
.cs-balanceReport-table-1{
    border-radius: 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.cs-balanceReport-table-1 thead{
    background-color: #D3D3D6;
}
.cs-balanceReport-table-1 .head-area-0{
    display: none;
}
.cs-balanceReport-table-1 .head-area-0 th{
    background-color: #D3D3D6;
    border: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #3E3F45;
    padding: 15px 5px;
}
.cs-balanceReport-table-1 .head-area-0 th:first-child{
    border-top-left-radius: 20px;
}
.cs-balanceReport-table-1 .head-area-0 th:last-child{
    border-top-right-radius: 20px;
}
.cs-balanceReport-table-1 .head-area-0 th:nth-child(2){
    border-right: 12px solid #E8E8E8;
}
.cs-balanceReport-table-1 .head-area-1 th{
    background-color: #D3D3D6;
    border: 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #3E3F45;
    padding: 20px 10px;
}
.cs-balanceReport-table-1 .head-area-1 th:first-child{
    border-top-left-radius: 20px;
}
.cs-balanceReport-table-1 .head-area-1 th:last-child{
    border-top-right-radius: 20px;
}
.cs-balanceReport-table-1 .head-area-1 th:nth-child(1){
    border-right: 12px solid #E8E8E8;
}
.cs-balanceReport-table-1 .head-area-2{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    position: relative;
    z-index: 1;
    left: 0;
}
.cs-balanceReport-table-1 .head-area-2::after{
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background-color: #D3D3D6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.cs-balanceReport-table-1 .head-area-2 th{
    background-color: #E8E8E8;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    vertical-align: middle;
    border: 0;
}
.cs-balanceReport-table-1 th.big-text-1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.cs-balanceReport-table-1 .head-area-2 th:first-child{
    border-top-left-radius: 20px;
}
.cs-balanceReport-table-1 .head-area-2 th:last-child{
    border-right: 0;
    border-top-right-radius: 20px;
}
.cs-balanceReport-table-1 td.big-text-2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.cs-balanceReport-table-1 td{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #11142D;
    padding: 20px 10px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 0;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.cs-balanceReport-table-1 tbody tr:last-child td{
    border-bottom: 0;
}
.cs-balanceReport-table-1 tbody tr td:nth-child(9){
    border-right: 12px solid #E8E8E8;
}
.cs-balanceReport-table-1 td.click-text-1{
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.cs-balanceReport-table-1 td.click-text-1::before{
    content: "\e904";
    font-family: 'bain' !important;
    font-size: 8px;
    padding-right: 5px;
    position: relative;
    top: -2px;
}
.cs-balanceReport-table-1 td.click-text-1.active::before{
    content: "\e906";
}
.cs-balanceReport-table-1 .table-dd-r1 td{
    background-color: #F7F7F7;
}
.cs-balanceReport-table-1 .connected-tr-1{
    display: none;
}
.cs-balanceReport-table-1 .connected-tr-1.active{
    display: table-row;
}
.cs-balanceReport-table-1 .connected-tr-1 td{
    background-color: #F7F7F7;
}
.cs-balanceReport-table-1 .sub-text-1{
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 0;
}
.cs-balanceReport-table-1 tfoot{
    border-top: 12px solid #E8E8E8;
}
.cs-balanceReport-table-1 tfoot th{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #11142D;
    padding: 20px 5px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 0;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}
.cs-balanceReport-table-1 tfoot th:nth-child(9){
    border-right: 12px solid #E8E8E8;
}
.cs-balanceReport-table-1 th.big-text-2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.cs-balanceReport-table-1 tfoot tr th:last-child{
    border-right: 0;
}
.cs-balanceReport-table-1 tfoot tr:last-child th{
    border-bottom: 0;
}
.cs-balanceReport-table-1 tfoot tr:last-child th:first-child{
    border-bottom-left-radius: 20px;
}
.cs-balanceReport-table-1 tfoot tr:last-child th:last-child{
    border-bottom-right-radius: 20px;
}
.cs-balanceReport-table-col-1{
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.cs-balanceReport-table-col-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-balanceReport-table-col-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-balanceReport-table-col-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-balanceReport-table-col-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-balanceReport-table-1.type-2 tbody tr td:nth-child(9) {
    border-right: 0;
}
.cs-balanceReport-table-1.type-2 tbody tr td:nth-child(4) {
    border-right: 12px solid #E8E8E8;
}
.cs-balanceReport-table-1.type-2 tfoot th:nth-child(9){
    border-right: 0;
}
.cs-balanceReport-table-1.type-2 tfoot th:nth-child(4){
    border-right: 12px solid #E8E8E8;
}
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 999;
    text-align: center;
    padding-top:calc(200px);
}
.cs-account-activities-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
}
.cs-account-activities-row-1 .csaar1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-account-activities-row-1 .csaar1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-account-activities-row-1 .csaar1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-account-activities-row-1 .csaar1-col-all:last-child:after{
    display: none;
}
.cs-globe-btn-5{
    display: inline-flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 42px;
    border: 0;
    border-radius: 24px;
    background-color: #2B73AC;
    transition: all .3s linear;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 5px;
}
.cs-globe-btn-5:hover, .cs-globe-btn-5:focus{
    color: #FFFFFF;
    background-color: #1f547e;
}
.cs-fake-dateBetween-div-1{
    height: auto;
    background-color: #F4F4F4;
    border-radius: 25px;
    position: relative;
    padding: 12px;
}
.cs-fake-dateBetween-div-1 .text-1{
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #191919;
    margin: 0;
}
.cs-fake-dateBetween-div-1 .form-control::placeholder{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #191919;
}
.cs-fake-dateBetween-div-1 .form-control{
    height: auto;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    border-radius: 0;
    background-color: transparent;
}
.cs-fake-dateBetween-div-1 .form-control:focus{
    outline: none;
    box-shadow: none;
}
.cs-fake-dateBetween-div-1 .date-icon-1{
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 1;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 15px;
    line-height: 1;
    color: #3E73A7;
}
.cs-fake-dateBetween-div-1.active .text-1{
    color: #191919;
}
.cs-fake-dateBetween-div-1.color-1{
    background-color: #FFFFFF;
    border: 1px solid #3E73A7;
}
.cs-account-activities-error-1{
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #E50019;
    font-style: italic;
    margin-bottom: 20px;
}
.daterangepicker .btn-primary{
    background-color: #2a72ab !important;
    border-color: #2a72ab !important;
}
.daterangepicker .btn-primary:focus, .daterangepicker .btn-primary:active{
    background-color: #2a72ab !important;
    border-color: #2a72ab !important;
    outline: none !important;
    box-shadow: none !important;
}
.daterangepicker .btn-default{
    background-color: #767676 !important;
    border-color: #767676 !important;
    color: #ffffff !important;
}
.daterangepicker .btn-default:focus, .daterangepicker .btn-default:active{
    background-color: #767676 !important;
    border-color: #767676 !important;
    outline: none !important;
    box-shadow: none !important;
}
.daterangepicker td.in-range {
    background-color: #def0ff;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #2a72ab;
}
.cs-globe-cart-container-1 .information-area-1{
    background-color: transparent;
    position: relative;
    padding: 0px 0px 20px;
    border-radius: 0;
}
.cs-globe-cart-container-1 .information-area-1 .info-text-1{
    background-color: #E50019;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
}
.cs-globe-cart-container-1 .information-area-1 .info-text-1 i{
    font-size: 20px;
    padding-right: 4px;
    position: relative;
    top: 2px;
}
.cs-fake-select-1 .ss-menu-1 .cs-input-2 input:checked + label, .cs-fake-select-1 .ss-menu-1 .cs-input-2 input:not(:checked) + label {
    font-size: 13px !important;
}
/*AJAX LOADER START*/
.cs-loader-bg-1{
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .3);
}
.cs-loader-bg-1 .generic-container {
    width: 50px;
    height: 50px;
}
.cs-loader-bg-1 .generic-container.type-1 .gradient-loader{
    background-image: linear-gradient(90deg, #E50019 0%,#FFCED4 100%);
    animation: rotateAnimation 1s infinite linear;
}
.cs-loader-bg-1 .generic-container.type-1 .loader {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 100%;
}
.cs-loader-bg-1 .generic-container.type-1 .inner-circle {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    background-color: #FFCED4;
    margin: 0 auto;
    border-radius: 100%;
}



.cs-loader-bg-2{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;

}
.cs-loader-bg-2 .generic-container {
    width: 50px;
    height: 50px;
}
.cs-loader-bg-2 .generic-container.type-1 .gradient-loader{
    background-image: linear-gradient(90deg, #E50019 0%,#FFCED4 100%);
    animation: rotateAnimation 1s infinite linear;
}
.cs-loader-bg-2 .generic-container.type-1 .loader {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 100%;
}
.cs-loader-bg-2 .generic-container.type-1 .inner-circle {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    background-color: #FFCED4;
    margin: 0 auto;
    border-radius: 100%;
}
@keyframes rotateAnimation {
    100% { transform: rotate(360deg) }
}
/*AJAX LOADER END*/
.cs-information-list-1{
    list-style: none;
    padding: 0;
    margin: 20px 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cs-information-list-1 li{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #808191;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #707070;
}
.cs-information-list-1 li strong{
    font-weight: 700;
}
.cs-information-list-1 li:last-child{
    border-right: 0;
}
.cs-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cs-row-1 .csr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 470px);
    flex: 0 0 calc(100% - 470px);
    max-width: calc(100% - 470px);
}
.cs-row-1 .csr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    max-width: 470px;
}
.cs-button-list-1{
    list-style: none;
    padding: 0px;
    margin: 0 -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-button-list-1 li{
    line-height: 1;
    width: 50%;
    padding: 0px 8px;
}
table.cs-dataTable-css-3.dataTable thead .sorting{
    background-image: url(../img/svg/sorting.svg);
    background-position: 95%;
    background-size: 13px;
}
table.cs-dataTable-css-3.dataTable thead .sorting_asc {
    background-image: url(../img/svg/sorting-asc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.cs-dataTable-css-3.dataTable thead .sorting_desc {
    background-image: url(../img/svg/sorting-desc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.dataTable.cs-dataTable-css-3 thead th, table.dataTable.cs-dataTable-css-3 thead td {
    padding: 14px 18px;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    background-color: #E8E8E8;
    text-align: left;
    white-space: break-spaces;
}
table.dataTable.cs-dataTable-css-3 thead th:last-child, table.dataTable.cs-dataTable-css-3 thead td:last-child{
    border-right: 1px solid #E4E4E4;
}
table.dataTable.stripe.cs-dataTable-css-3 tbody tr.odd, table.dataTable.display.cs-dataTable-css-3 tbody tr.odd, table.dataTable.stripe.cs-dataTable-css-3 tbody tr.even, table.dataTable.display.cs-dataTable-css-3 tbody tr.even {
    background-color: #ffffff;
}
table.dataTable.display.cs-dataTable-css-3 tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe.cs-dataTable-css-3 tbody tr.odd>.sorting_1, table.dataTable.display.cs-dataTable-css-3 tbody tr.even>.sorting_1, table.dataTable.order-column.stripe.cs-dataTable-css-3 tbody tr.even>.sorting_1 {
    background-color: #ffffff;
}
table.dataTable.display.cs-dataTable-css-3 tbody tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
}
table.dataTable.display.cs-dataTable-css-3 tbody tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
}
table.dataTable.cs-dataTable-css-3.row-border tbody th, table.dataTable.cs-dataTable-css-3.row-border tbody td, table.dataTable.cs-dataTable-css-3.display tbody th, table.dataTable.cs-dataTable-css-3.display tbody td {
    border-top: 0;
    padding: 14px 18px;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    background-color: #ffffff;
    text-align: left;
}
table.dataTable.cs-dataTable-css-3.row-border tbody th:nth-child(3), table.dataTable.cs-dataTable-css-3.row-border tbody td:nth-child(3), table.dataTable.cs-dataTable-css-3.display tbody th:nth-child(3), table.dataTable.cs-dataTable-css-3.display tbody td:nth-child(3){
    white-space: break-spaces;
}
table.dataTable.cs-dataTable-css-3.row-border tbody th:last-child, table.dataTable.cs-dataTable-css-3.row-border tbody td:last-child, table.dataTable.cs-dataTable-css-3.display tbody th:last-child, table.dataTable.cs-dataTable-css-3.display tbody td:last-child{
    border-right: 1px solid #E4E4E4;
}
table.dataTable.cs-dataTable-css-3.no-footer{
    border: 0;
}
table.dataTable.cs-dataTable-css-3 tbody td:nth-child(5){
    border-right: 20px solid #E8E8E8;
}
table.dataTable.cs-dataTable-css-3 thead th:nth-child(5), table.dataTable.cs-dataTable-css-3 thead td:nth-child(5){
    border-right: 20px solid #E8E8E8;
}
.financeTable1-main-container-1 .dataTables_scroll{
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .16);
    border-radius: 20px;
}
.financeTable1-main-container-1 .dtrg-group td{
    background-color: #E8E8E8 !important;
    border: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}
.financeTable1-main-container-1 .dtrg-group td:first-child{
    border-right: 20px solid #E8E8E8 !important;
}
.financeTable1-main-container-1 .dtrg-group .monthly-text-1{
    font-size: 14px !important;
    position: relative;
    display: block !important;
    text-align: right !important;
}
.financeTable1-main-container-1 .dtrg-group .monthly-text-1::after{
    content: ':';
    position: absolute;
    right: -32px;
    z-index: 1;
}
.financeTable1-main-container-1 .mm-monthly-menu-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.financeTable1-main-container-1 .mm-monthly-menu-1 li{
    position: relative;
    width: 50%;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 5px;
}
.financeTable1-main-container-1 .mm-monthly-menu-1 li:first-child{
    width: 100%;
    margin-bottom: 10px;
}
.financeTable1-main-container-1 .mm-monthly-menu-1 li.text-1{
    padding-right: 10px;
}
.financeTable1-main-container-1 .mm-monthly-menu-1 li.text-1::after{
    content: ':';
    position: absolute;
    right: 5px;
}
.cs-invoice-grandT-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #E8E8E8;
    padding: 5px 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cs-invoice-grandT-row-1 .csigtr1-col-all{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
}
.cs-invoice-grandT-row-1 .csigtr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 570px);
    flex: 0 0 calc(100% - 570px);
    max-width: calc(100% - 570px);
    text-align: right;
}
.cs-invoice-grandT-row-1 .csigtr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}
.cs-invoice-grandT-row-1 .csigtr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}
.cs-invoice-grandT-row-1 .csigtr1-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}
.cs-invoice-grandT-row-1 .csigtr1-col-1::after {
    content: ':';
    position: absolute;
    right: 0px;
    z-index: 1;
}
.cs-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.cs-row-2 .csr2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 470px);
    flex: 0 0 calc(100% - 470px);
    max-width: calc(100% - 470px);
}
.cs-row-2 .csr2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    max-width: 470px;
}
.cs-globe-bg-head-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 65px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #11142D;
    text-align: center;
    padding: 16px 10px;
    margin-bottom: 10px;
}
.cs-finance-table-main-container-2 .dataTables_scroll{
    border-radius: 20px 20px 0px 0px;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, .16);
    border-radius: 20px;
}
table.cs-dataTable-css-4.dataTable thead .sorting{
    background-image: url(../img/svg/sorting.svg);
    background-position: 95%;
    background-size: 13px;
}
table.cs-dataTable-css-4.dataTable thead .sorting_asc {
    background-image: url(../img/svg/sorting-asc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.cs-dataTable-css-4.dataTable thead .sorting_desc {
    background-image: url(../img/svg/sorting-desc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.dataTable.cs-dataTable-css-4 thead th, table.dataTable.cs-dataTable-css-4 thead td {
    padding: 15px;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    background-color: #E8E8E8;
    text-align: center;
    white-space: break-spaces;
}
table.dataTable.cs-dataTable-css-4 thead th:last-child, table.dataTable.cs-dataTable-css-4 thead td:last-child{
    border-right: 1px solid #E4E4E4;
}
table.dataTable.cs-dataTable-css-4.row-border tbody th, table.dataTable.cs-dataTable-css-4.row-border tbody td, table.dataTable.cs-dataTable-css-4.display tbody th, table.dataTable.cs-dataTable-css-4.display tbody td {
    border-top: 0;
    padding: 14px 18px;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    background-color: #F7F7F7;
    text-align: left;
    white-space: break-spaces;
}
table.dataTable.cs-dataTable-css-4.row-border tbody th:last-child, table.dataTable.cs-dataTable-css-4.row-border tbody td:last-child, table.dataTable.cs-dataTable-css-4.display tbody th:last-child, table.dataTable.cs-dataTable-css-4.display tbody td:last-child{
    text-align: right;
}
table.dataTable.cs-dataTable-css-4.row-border tbody th:last-child, table.dataTable.cs-dataTable-css-4.row-border tbody td:last-child, table.dataTable.cs-dataTable-css-4.display tbody th:last-child, table.dataTable.cs-dataTable-css-4.display tbody td:last-child{
    border-right: 1px solid #E4E4E4;
}
table.dataTable.cs-dataTable-css-4.no-footer, table.dataTable.cs-dataTable-css-4{
    border: 0;
}
.cs-finance-table-main-container-2 .dataTables_scrollBody {
    border-radius: 0;
}
table.dataTable.cs-dataTable-css-4 tfoot th{
    border: 0;
    padding: 20px 15px;
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff;
    text-align: right;
}
table.dataTable.cs-dataTable-css-4 tfoot tr th:first-child{
    font-size: 18px;
    border-bottom-left-radius: 20px;
    text-align: left;
    font-weight: 500;
}
table.dataTable.cs-dataTable-css-4 tfoot tr th:last-child{
    border-bottom-right-radius: 20px;
}
.cs-dataTable-css-4 .link-1{
    color: #2B73AC;
    display: inline-block;
    font-weight: 700;
}
.cs-dataTable-css-4 .link-1 i{
    position: relative;
    top: 2px;
}
.cs-dataTable-css-4 .link-1 span{
    padding-left: 5px;
    text-decoration: underline;
}
.cs-dataTable-css-4 .parents-group-all-tr{
    display: none;
}
.cs-dataTable-css-4 .dtrg-group td{
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    text-align: right !important;
    color: #000000 !important;
}
.cs-dataTable-css-4 .dtrg-group .clickable-period-1{
    position: relative;
    font-size: 18px !important;
    text-align: left !important;
    font-weight: 500 !important;
    background-color: #ffffff !important;
    cursor: pointer;
}
.cs-dataTable-css-4 .dtrg-group .clickable-period-1::before{
    content: "\e906";
    font-family: 'bain' !important;
    display: inline-block;
    font-size: 8px;
    padding-right: 10px;
}
.cs-dataTable-css-4 .dtrg-group .clickable-period-1.active::before{
    content: "\e904";
}
.cs-dataTable-css-4 .parents-group-all-tr.active td:first-child{
    background-color: #ffffff;
    border-top: 0;
}
.dataTable-scrollbar-2{
    scrollbar-width: thin;
    scrollbar-color: #E8E8E8;
}
.dataTable-scrollbar-2::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.dataTable-scrollbar-2::-webkit-scrollbar-track {
    background: #F7F7F7;
}
.dataTable-scrollbar-2::-webkit-scrollbar-thumb {
    background: #3E3F45;
    border-radius: 20px;
}
.dataTable-scrollbar-2::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
.cs-account-activities-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
    align-items: flex-end;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
}
.cs-account-activities-row-2 .csaar2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-account-activities-row-2 .csaar2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-account-activities-row-2 .csaar2-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 1;
}
.cs-account-activities-row-2 .csaar2-col-all:last-child:after{
    display: none;
}
table.cs-dataTable-css-5.dataTable thead .sorting{
    background-image: url(../img/svg/sorting.svg);
    background-position: 95%;
    background-size: 13px;
}
table.cs-dataTable-css-5.dataTable thead .sorting_asc {
    background-image: url(../img/svg/sorting-asc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.cs-dataTable-css-5.dataTable thead .sorting_desc {
    background-image: url(../img/svg/sorting-desc.svg) !important;
    background-position: 95%;
    background-size: 8px;
}
table.dataTable.cs-dataTable-css-5 thead th{
    background-color: #E8E8E8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    border: 0;
    text-align: center;
}
.cs-dataTable-css-5{
    border-radius: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 0;
}
.cs-dataTable-css-5 tbody td{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    text-align: center;
}
.cs-dataTable-css-5 tbody tr td:last-child{
    border-right: 0;
}
.cs-dataTable-css-5 tr.odd td{
    background-color: #ffffff;
}
.cs-dataTable-css-5 tr.even td{
    background-color: #ffffff;
}
table.cs-dataTable-css-5.dataTable.display tbody tr.odd>.sorting_1, table.cs-dataTable-css-5.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #ffffff;
}
table.cs-dataTable-css-5.dataTable.display tr:last-child td:first-child{
    border-bottom-left-radius: 20px;
}
table.cs-dataTable-css-5.dataTable.display tr:last-child td:last-child{
    border-bottom-right-radius: 20px;
}
table.cs-dataTable-css-5.dataTable tbody td{
    padding: 15px;
}
table.cs-dataTable-css-5.dataTable.no-footer {
    border-bottom: 1px solid transparent;
}
table.dataTable.cs-dataTable-css-5 thead tr{
    background-color: #f8f8f8;
}
table.cs-dataTable-css-5.dataTable.stripe tbody tr.odd, table.cs-dataTable-css-5.dataTable.display tbody tr.odd {
    background-color: #ffffff;
}
.dataTables_scrollHeadInner .cs-dataTable-css-5{
    border-radius: 0;
}
table.cs-dataTable-css-5.dataTable thead th, table.cs-dataTable-css-5.dataTable thead td{
    padding: 10px 30px;
}
.cs-invoice-grandT-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #E8E8E8;
    padding: 5px 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.cs-invoice-grandT-row-2 .csigtr2-col-all{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
}
.cs-invoice-grandT-row-2 .csigtr2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
    text-align: right;
}
.cs-invoice-grandT-row-2 .csigtr2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
}
.cs-invoice-grandT-row-2 .csigtr2-col-1::after {
    content: ':';
    position: absolute;
    right: 0px;
    z-index: 1;
}
.dt-buttons{
    display: none;
}
.cs-modal-4 .modal-dialog {
    padding: 10px;
    margin: 4rem auto;
    max-width: 1070px;
}
.cs-modal-4 .modal-content{
    border-radius: 20px;
    border: 0;
}
.cs-modal-4 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-4 .modal-body{
    padding: 20px;
}
.cs-modal-4 .shipment-form-1{
    min-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #E8E8E8;
    margin-top: 20px;
    padding-right: 10px;
}
.cs-modal-4 .shipment-form-1::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.cs-modal-4 .shipment-form-1::-webkit-scrollbar-track {
    background: #F7F7F7;
}
.cs-modal-4 .shipment-form-1::-webkit-scrollbar-thumb {
    background: #3E3F45;
    border-radius: 20px;
}
.cs-modal-4 .shipment-form-1::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
.cs-modal-4 .shipment-form-1 .shipment-iframe-1{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    border: 0 none !important;
    min-height: 70vh;
    scrollbar-width: thin;
    scrollbar-color: #E8E8E8;
}
.cs-modal-4 .shipment-form-1 .shipment-iframe-1::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.cs-modal-4 .shipment-form-1 .shipment-iframe-1::-webkit-scrollbar-track {
    background: #F7F7F7;
}
.cs-modal-4 .shipment-form-1 .shipment-iframe-1::-webkit-scrollbar-thumb {
    background: #3E3F45;
    border-radius: 20px;
}
.cs-modal-4 .shipment-form-1 .shipment-iframe-1::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
.cs-modal-5 .modal-dialog {
    padding: 10px;
    margin: 4rem auto;
    max-width: 1100px;
}
.cs-modal-5 .modal-content{
    border-radius: 20px;
    border: 0;
}
.cs-modal-5 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-5 .modal-body{
    padding: 20px;
}
.cs-modal-5 .invoice-form-1{
    min-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #E8E8E8;
    margin-top: 20px;
    padding-right: 10px;
}
.cs-modal-5 .invoice-form-1::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.cs-modal-5 .invoice-form-1::-webkit-scrollbar-track {
    background: #F7F7F7;
}
.cs-modal-5 .invoice-form-1::-webkit-scrollbar-thumb {
    background: #3E3F45;
    border-radius: 20px;
}
.cs-modal-5 .invoice-form-1::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
.cs-modal-5 .invoice-form-1 .invoice-iframe-1{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    border: 0 none !important;
    min-height: 70vh;
    scrollbar-width: thin;
    scrollbar-color: #E8E8E8;
}
.cs-modal-5 .invoice-form-1 .invoice-iframe-1::-webkit-scrollbar {
    height: 6px;
    width: 6px;
}
.cs-modal-5 .invoice-form-1 .invoice-iframe-1::-webkit-scrollbar-track {
    background: #F7F7F7;
}
.cs-modal-5 .invoice-form-1 .invoice-iframe-1::-webkit-scrollbar-thumb {
    background: #3E3F45;
    border-radius: 20px;
}
.cs-modal-5 .invoice-form-1 .invoice-iframe-1::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
.cs-quick-search-d-2{
    max-width: 900px;
    margin: 20px auto 50px;
    background-color: rgba(43, 115, 172, 0.09);
    border-radius: 130px;
    padding: 25px 40px;
}
.cs-quick-search-d-2 .cs-page-search-2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}
.csps2-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.csps2-row-1 .csps2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 calc(100% - 125px);
    flex: 0 0 calc(100% - 125px);
    max-width: calc(100% - 125px);
}
.csps2-row-1 .csps2-col-1::after{
    content: '';
    width: 1px;
    height: 19px;
    background-color: #707070;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.csps2-row-1 .csps2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
}
.cs-page-search-2 .s-button-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .3s linear;
    min-height: 42px;
    border-radius: 20px;
    background-color: #2B73AC;
    border: 0;
    width: 100%;
}
.cs-page-search-2 .s-button-1:hover{
    background-color: #1f547e;
}
.cs-page-search-2 .icon-1{
    font-size: 20px;
    line-height: 1;
    color: #11142D;
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 2;
}
.cs-page-search-2 .s-input-1{
    height: 42px;
    border-radius: 25px;
    border: 1px solid #F4F4F4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    padding-left: 50px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-page-search-2 .s-input-1:focus{
    outline: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    border-color: #2B73AC;
    background-color: #FFFFFF;
}
.cs-quick-search-not-found-1{
    margin: 20px auto;
    text-align: center;
}
.cs-quick-search-not-found-1 .image-1{
    max-height: 150px;
    margin-bottom: 10px;
}
.cs-quick-search-not-found-1 .head-1{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}
.cs-quick-search-not-found-1 .head-2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}
.cs-quick-search-not-found-1 .desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #6A6A6A;
    margin-bottom: 0;
}
.cs-quick-search-not-found-1 .desc-2{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #2B73AC;
    margin-bottom: 0;
}
.cs-quick-search-not-found-1 .desc-2 a{
    color: #2B73AC;
    text-decoration: underline;
}
.cs-quick-search-d-3{
    max-width: 750px;
    margin: 20px 0;
    background-color: rgba(43, 115, 172, 0.09);
    border-radius: 130px;
    padding: 25px 40px;
}
.cs-quick-search-d-3 .cs-page-search-3 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
}
.csps2-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.csps2-row-1 .csps2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 calc(100% - 125px);
    flex: 0 0 calc(100% - 125px);
    max-width: calc(100% - 125px);
}
.csps2-row-1 .csps2-col-1::after{
    content: '';
    width: 1px;
    height: 19px;
    background-color: #707070;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.csps2-row-1 .csps2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
}
.cs-page-search-3 .s-button-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    transition: all .3s linear;
    min-height: 42px;
    border-radius: 20px;
    background-color: #2B73AC;
    border: 0;
    width: 100%;
}
.cs-page-search-3 .s-button-1:hover{
    background-color: #1f547e;
}
.cs-page-search-3 .icon-1{
    font-size: 20px;
    line-height: 1;
    color: #11142D;
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 2;
}
.cs-page-search-3 .s-input-1{
    height: 42px;
    border-radius: 25px;
    border: 1px solid #F4F4F4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    padding-left: 50px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-page-search-3 .s-input-1:focus{
    outline: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    border-color: #2B73AC;
    background-color: #FFFFFF;
}
.cs-page-search-3 .search-result-d-1{
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 30px 10px 40px 0px;
    -webkit-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: -5px 3px 6px 0px rgba(0,0,0,0.08);
    position: absolute;
    z-index: 4;
    left: 0;
    top: 42px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}
.cs-page-search-3 .search-result-d-1.s-active{
    opacity: 1;
    visibility: visible;
}
.cs-page-search-3 .head-1{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 5px;
    padding: 0px 22px;
}
.cs-page-search-3 .scrollable-div-1{
    max-height: 315px;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-right: 20px;
}
.cs-page-search-3 .scrollable-div-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-page-search-3 .scrollable-div-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-page-search-3 .scrollable-div-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-page-search-3 .scrollable-div-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-page-search-3 .s-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-page-search-3 .s-list-1 li{
    line-height: 1;
}
.cs-page-search-3 .s-list-1 li a{
    display: block;
    padding-left: 22px;
}
.cs-page-search-3 .s-list-1 li a:hover{
    background-color: #F4F4F4;
}
.cs-page-search-3 .result-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 0px;
}
.cs-page-search-3 .result-row-1 .rsr-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
}
.cs-page-search-3 .result-row-1 .rsr-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
    max-width: calc(100% - 110px);
}
.cs-page-search-3 .product-code-1{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 0px;
}
.cs-page-search-3 .product-code-1 strong{
    font-weight: 700;
}
.cs-page-search-3 .product-name-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 0px;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cs-color-red-1{
    color: #E50019;
}
.cs-order-steps-div-1.type-2 .csosd1-col-3 .cs-fake-dateBetween-div-1.color-1{
    max-width: 270px;
    margin: 0 0 0 auto;
}
.cs-globe-text-btn-3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #2B73AC;
    border-radius: 40px;
    min-height: 40px;
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    transition: all .2s linear;
    text-decoration: underline;
}
.cs-globe-text-btn-3:hover{
    color: #2B73AC;
}
.cs-order-summary-div-1{
    padding: 0px 10px 25px;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    position: fixed;
    width: 400px;
    z-index: 2;
}
.cs-order-summary-div-1 .type-2-dd-1{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
}
.cs-order-summary-div-1 .type-2-dd-1 .head-1{
    padding: 10px;
    border: 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin: 0;
}
.cs-order-summary-div-1 .type-2-dd-1 .order-summary-total-d-2{
    padding: 15px 10px;
    background-color: rgba(87, 115, 128, 0.06);
}
.cs-order-summary-div-1 .type-2-dd-1 .order-summary-table {
    margin-bottom: 0px;
}
.cs-order-summary-div-1 .type-2-dd-1 .order-summary-total-d-1 {
    margin-bottom: 15px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 10px;
    background-color: rgba(87, 115, 128, 0.06);
}
.cs-order-summary-div-1 .type-2-dd-1 .ordr-summary-btn-group-1{
    padding: 0px 10px;
}
.cs-order-summary-div-1 .type-2-dd-1 .order-summary-table.table td, .cs-order-summary-div-1 .type-2-dd-1 .order-summary-table.table th{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
.cs-order-summary-div-1 .type-2-dd-1 .order-summary-table.table .color-1 td, .cs-order-summary-div-1 .type-2-dd-1 .order-summary-table.table .color-1 th{
    color: #E50019;
}
.cs-order-summary-div-1 .type-2-dd-1 .cs-order-note-1 {
    margin-bottom: 25px;
    padding: 0px 10px;
}
.cs-order-summary-div-1 .type-2-dd-1 .cs-order-note-1 textarea {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #808191;
    resize: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #5C727F;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px;
    background-color: rgba(87, 115, 128, 0.06);
    border-radius: 10px;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-2 .idd2-m-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
    border-right: 1px solid rgba(92, 114, 127, .2);
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-2 .idd2-m-col-1:last-child{
    border-right: 0;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-2 .sub-head-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 5px;
}
.cs-invoice-delivery-details-1 .cs-idd-m-row-2 .sub-desc-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-order-successful-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.cs-order-successful-row-1 .csor1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cs-order-successful-row-1 .csor1-col-1::after{
    content: '';
    width: 2px;
    height: 50%;
    background-color: rgba(92, 114, 127, .2);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-order-successful-row-1 .csor1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cs-order-summary-div-2{
    max-width: 400px;
    margin: 20px 0 20px auto;
    background-color: rgba(87, 115, 128, 0.06);
}
.cs-order-summary-div-2 .order-summary-table-dd-1{
    padding: 10px;
}
.cs-order-summary-div-2 .order-summary-table{
    margin: 0;
}
.cs-order-summary-div-2 .order-summary-table td, .cs-order-summary-div-2 .order-summary-table th{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #11142D;
    padding: 10px 2px;
}
.cs-order-summary-div-2 .order-summary-table .color-1 td, .cs-order-summary-div-2 .order-summary-table .color-1 th {
    color: #E50019;
}
.cs-order-summary-div-2 .order-summary-table td:last-child, .cs-order-summary-div-2 .order-summary-table th:last-child{
    text-align: right;
}
.cs-order-summary-div-2 .order-summary-total-d-1{
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 10px;
}
.cs-order-summary-div-2 .order-summary-total-table td, .cs-order-summary-div-2 .order-summary-total-table th{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    padding: 15px 2px;
}
.cs-order-summary-div-2 .order-summary-total-table td:last-child, .cs-order-summary-div-2 .order-summary-total-table th:last-child{
    text-align: right;
}
.cs-order-summary-div-2 .order-contact-d-1{
    padding: 15px 10px;
}
.cs-order-summary-div-2 .order-contact-d-1 .cc-head-1{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
}
.cs-order-summary-div-2 .order-contact-d-1 .cc-desc-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 15px;
}
.cs-download-box-1{
    position: relative;
    max-width: 250px;
    text-align: right;
    margin: 0 0 0 auto;
}
.cs-download-box-1 .download-menu-d-1{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 16px;
    margin-top: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.13);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.cs-download-box-1 .download-menu-d-1.active{
    opacity: 1;
    visibility: visible;
}
.cs-download-box-1 .download-menu-d-1 .dd-m-1{
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    text-align: left;
}
.cs-download-box-1 .download-menu-d-1 .dd-m-1 li{
    line-height: 1;
    border-bottom: 1px solid #E4E4E4;
}
.cs-download-box-1 .download-menu-d-1 .dd-m-1 li:last-child{
    border-bottom: 0;
}
.cs-download-box-1 .download-menu-d-1 .dd-m-1 li a{
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    padding: 10px 20px;
}
.cs-download-box-1 .download-menu-d-1 .dd-m-1 li a:hover{
    background-color: #F4F4F4;
}
.cs-only-text-btn-3{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-only-text-btn-3 span{
    text-decoration: underline;
}
.cs-only-text-btn-3 i{
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.cs-only-text-btn-3:hover{
    color: #2B73AC;
}
.cs-fake-dateBetween-div-2{
    height: 42px;
    background-color: #ffffff;
    border-radius: 25px;
    position: relative;
    padding: 2px 30px 2px 25px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-fake-dateBetween-div-2 .text-1{
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #191919;
    margin: 0;
}
.cs-fake-dateBetween-div-2 .form-control::placeholder{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #191919;
}
.cs-fake-dateBetween-div-2 .form-control{
    height: 38px;
    padding: 0;
    border: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    border-radius: 0;
    background-color: transparent;
}
.cs-fake-dateBetween-div-2 .form-control:focus{
    outline: none;
    box-shadow: none;
}
.cs-fake-dateBetween-div-2 .date-icon-1{
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 1;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 15px;
    line-height: 1;
    color: #3E73A7;
}
.cs-fake-dateBetween-div-2.active .text-1{
    color: #191919;
}
.cs-fake-dateBetween-div-2.color-1{
    background-color: #FFFFFF;
    border: 1px solid #3E73A7;
}
.cs-fake-label-1{
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 5px;
    padding-left: 10px;
}
.cs-fake-label-1 span{
    font-weight: 400;
}
.cs-h-messageC-1{
    position: relative;
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    color: #000000;
}
.cs-h-messageC-1 .quantity{
    font-size: 9px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: 400;
    display: flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
    background-color: #D0021B;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -6px;
}
.cs-h-messageC-1:hover, .cs-h-messageC-1:focus{
    color: #000000;
}
.cs-catSelect-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cs-catSelect-row-1 .cscsr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.cs-catSelect-row-1 .cscsr1-col-1::after{
    content: '';
    background-color: rgba(62, 63, 69, 0.30);
    width: 1px;
    height: 145px;
    position: absolute;
    right: 0;
    top: 44%;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-catSelect-row-1 .cscsr1-col-1:last-child::after{
    display: none;
}
.cs-product-mainC-d-1{
    border-radius: 12px;
    padding: 15px 15px 8px;
    position: relative;
    height: 100%;
    cursor: pointer;
    border: 0;
    text-align: center;
}
.cs-product-mainC-d-1.cat-actv{
    background-color: #2B73AC;
    border: 0;
}
.cs-product-mainC-d-1 .image-div-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 210px;
    margin-bottom: 8px;
    border-radius: 12px;
}
.cs-product-mainC-d-1 .category-name-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 0;
}
.cs-product-mainC-d-1.cat-actv .category-name-1{
    color: #ffffff;
    font-weight: 700;
}
.cs-gCat-s-cont-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cs-gCat-s-cont-row-1 .csgccr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
}
.cs-consensus-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
}
.cs-consensus-row-1 .ccr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 150px) / 2);
    flex: 0 0 calc(calc(100% - 150px) / 2);
    max-width: calc(calc(100% - 150px) / 2);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-consensus-row-1 .ccr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 150px) / 2);
    flex: 0 0 calc(calc(100% - 150px) / 2);
    max-width: calc(calc(100% - 150px) / 2);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-consensus-row-1 .ccr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-consensus-row-1 .ccr1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-consensus-row-1 .ccr1-col-all:last-child:after{
    display: none;
}
.cs-consensus-filter-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 25px;
    max-width: 770px;
}
.cs-consensus-filter-1 .ccf1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-consensus-filter-1 .ccf1-col-1:first-child::after{
    content: '';
    width: 1px;
    height: 28px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-consensus-filter-1 .filter-tt-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    position: relative;
    margin: 0;
}
.cs-consensus-filter-1 .filter-tt-1 span{
    font-size: 20px;
    color: #3E73A7;
    padding-right: 5px;
    position: relative;
    top: 4px;
}
.cs-consensus-filter-1 .filter-tt-1 span.active::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D32C29;
    position: absolute;
    top: -2px;
    right: 4px;
    z-index: 1;
}
.cs-consensus-filter-1 .ccf-ss-1{
    position: relative;
}
.cs-consensus-filter-1 .ccf-ss-1 input{
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0 !important;
}
.cs-consensus-filter-1 .ccf-ss-1 label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #3E73A7;
    height: 30px;
    border-radius: 25px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    padding: 5px;
    transition: all .3s ease;
}
.cs-consensus-filter-1 .ccf-ss-1 input:checked + label{
    background-color: #3E73A7;
    color: #ffffff;
}
.consensusListTable1-main-container-1 .cs-dataTable-css-5{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.consensusListTable1-main-container-1 .cs-dataTable-css-5 thead tr th:first-child{
    border-top-left-radius: 20px;
}
.consensusListTable1-main-container-1 .cs-dataTable-css-5 thead tr th:last-child{
    border-top-right-radius: 20px;
}
.consensus-tt-link-1{
    display: inline-block;
    color: #11142D;
}
.consensus-tt-link-1 i{
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 8px;
}
.consensus-tt-link-1 span{
    text-decoration: underline;
    font-weight: 700;
}
.consensus-tt-link-1:hover, .consensus-tt-link-1:focus{
    color: #11142D;
}
.consensus-tt-btn-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 20px;
    border: 1px solid #7FBA7A;
    background-color: transparent;
    transition: all .3s ease;
    padding: 5px 10px;
}
.consensus-tt-btn-1 i{
    font-size: 18px;
    padding-right: 10px;
}
.consensus-tt-btn-1:hover{
    background-color: #7FBA7A;
    color: #ffffff;
}
.consensus-tt-btn-2{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    min-height: 34px;
    border-radius: 20px;
    border: 1px solid #E50019;
    background-color: transparent;
    transition: all .3s ease;
    padding: 5px 10px;
}
.consensus-tt-btn-2 i{
    font-size: 18px;
    padding-right: 10px;
}
.consensus-tt-btn-2:hover{
    background-color: #E50019;
    color: #ffffff;
}
.cs-modal-6 .modal-dialog {
    padding: 10px;
    margin: 10rem auto;
}
.cs-modal-6 .modal-content{
    border-radius: 20px;
    border: 0;
    background-color: #F8F8F8;
}
.cs-modal-6 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-6 .modal-body{
    padding: 30px 25px;
}
.cs-modal-6 .content-area-1 .image-div-1{
    margin-bottom: 20px;
    text-align: center;
}
.cs-modal-6 .content-area-1 .image-div-1 img{
    max-height: 55px;
}
.cs-modal-6 .content-area-1 .desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 15px;
}
.cs-modal-6 .content-area-1 .desc-1 span{
    font-weight: 700;
    color: #E50019;
}
.cs-modal-6 .content-area-1 .desc-2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 35px;
    text-align: center;
    padding-top: 15px;
}
.cs-modal-6 .content-area-1 .desc-2 span{
    font-weight: 700;
    color: #7FBA7A;
}
.cs-modal-6 .content-area-1 .head-1{
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
    text-align: center;
}
.cs-modal-6 .content-area-1 .head-2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
    text-align: center;
}
.cs-modal-6 .content-area-1 .action-menu-3{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.cs-modal-6 .content-area-1 .action-menu-3 li{
    line-height: 1;
    margin-bottom: 15px;
    width: 50%;
    text-align: center;
}
.cs-modal-6 .content-area-1 .desc-3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 20px;
    text-align: center;
}
.cs-modal-textarea-1{
    margin-bottom: 15px;
}
.cs-modal-textarea-1 label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-modal-textarea-1 ::placeholder{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(17, 20, 45, .5);
}
.cs-modal-textarea-1 textarea{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    resize: none;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 0;
}
.cs-modal-textarea-1 textarea:focus{
    box-shadow: none;
    outline: none;
}
.consensus-btn-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
}
.consensus-btn-row-1 .cbr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-right: 15px;
}
.consensus-btn-row-1 .cbr1-col-1:last-child{
    padding-right: 0px;
}
.consensus-btn-row-1 button{
    width: 100%;
}
.consensusListTable1-notFound-Cont-1{
    display: none;
}
.consensusListTable1-main-container-1 table.cs-dataTable-css-5.dataTable.no-footer{
    border-bottom: 0;
}
.cs-table-container-1 table.cs-dataTable-css-1.dataTable.no-footer{
    border-bottom: 0;
}
.cs-table-container-1 .cs-dataTable-css-1{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.cs-table-container-1 .cs-dataTable-css-1 thead tr th:first-child{
    border-top-left-radius: 20px;
}
.cs-table-container-1 .cs-dataTable-css-1 thead tr th:last-child{
    border-top-right-radius: 20px;
}
.cs-table-container-1 .cs-dataTable-css-1 .product-row-1{
    max-width: 500px;
    margin: 0 auto;
}
.cs-table-container-1 .cs-dataTable-css-1 .orderNumberCell p{
    display: none;
}
.cs-table-container-1 .cs-dataTable-css-1 tbody tr:first-child .orderNumberCell p{
    display: block;
}
.cs-table-container-1 .cs-dataTable-css-1 tbody tr:nth-child(n+2) .orderNumberCell{
    border-bottom: 0;
}
.cs-waybill-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
    margin-bottom: 25px;
}
.cs-waybill-row-1 .cswr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-waybill-row-1 .cswr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 410px) / 4);
    flex: 0 0 calc(calc(100% - 410px) / 4);
    max-width: calc(calc(100% - 410px) / 4);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-waybill-row-1 .cswr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-waybill-row-1 .cswr1-col-all::after{
    content: '';
    width: 0px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-waybill-row-1 .cswr1-col-all:last-child:after{
    display: none;
}
.cs-search-i-d-1 ::placeholder{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
}
.cs-search-i-d-1 input{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    height: 42px;
    background-color: #ffffff;
    border-radius: 25px;
    position: relative;
    padding: 2px 30px 2px 25px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    border-color: transparent;
}
.cs-search-i-d-1 input:focus{
    outline: none;
    border-color: #2B73AC;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
}
.cs-fake-table-1{
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    border-radius: 20px;
}
.cs-fake-table-1 .csft1-head-1, .cs-fake-table-1 .csft1-rr-1, .cs-fake-table-1 .csft1-rr-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-fake-table-1 .csft1-head-1 .csft1-col-1, .cs-fake-table-1 .csft1-rr-1 .csft1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.cs-fake-table-1 .csft1-rr-2 .csft2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.cs-fake-table-1 .csft1-rr-2 .csft2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.cs-fake-table-1 .csft1-head-1{
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #E8E8E8;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.cs-fake-table-1 .csft1-head-1 .csft1-col-1{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #11142D;
    padding: 15px;
}
.cs-fake-table-1 .cell-col-all{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    padding: 15px;
    background-color: #FFFFFF;
}
.cs-fake-table-1 .csft1-rr-1 .csft1-col-1{
    border-right: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}
.cs-fake-table-1 .csft1-rr-1 .csft1-col-1:last-child{
    border-right: 0;
}
.cs-fake-table-1 .order-number-btn-1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #2B73AC;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-fake-table-1 .order-number-btn-1 i{
    padding-right: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.cs-fake-table-1 .order-number-btn-1 span{
    text-decoration: underline;
}
.cs-fake-table-1 .waybill-number-btn-1{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #11142D;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-fake-table-1 .waybill-number-btn-1::before{
    content: "\e904";
    font-family: 'bain' !important;
    font-size: 10px;
    padding-right: 10px;
    position: relative;
    bottom: 2px;
}
.cs-fake-table-1 .waybill-number-btn-1.active:before{
    content: "\e906";
}
.cs-fake-table-1 .waybill-number-btn-2{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #2B73AC;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-fake-table-1 .waybill-number-btn-2 i{
    padding-right: 5px;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.cs-fake-table-1 .waybill-number-btn-2 span{
    text-decoration: underline;
}
.cs-fake-table-1 .csft1-rr-2 .cell-col-all-2{
    text-align: center;
    padding: 15px;
    border-right: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}
.cs-fake-table-1 .csft1-rr-2 .cell-col-all-2:last-child{
    border-right: 0;
    padding: 0;
}
.cs-inside-fake-table-1 .csift-head-1, .cs-inside-fake-table-1 .csift-body-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-inside-fake-table-1 .csift1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.cs-inside-fake-table-1 .csift-head-1 .csift1-col-1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #11142D;
    padding: 10px;
    background-color: #E8E8E8;
    text-align: center;
}
.cs-inside-fake-table-1 .csift-body-1 .csift1-col-1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    padding: 15px;
    text-align: center;
    border-right: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
}
.cs-inside-fake-table-1 .csift-body-1 .csift1-col-1:last-child{
    border-right: 0;
}
.cs-inside-fake-table-1 .csift-body-1 .csift1-col-1:nth-child(2){
    text-align: left;
}
.cs-fake-table-1 .csft1-rr-2{
    display: none;
}
.cs-fake-table-1 .csft1-rr-1.active .cell-col-all, .cs-fake-table-1 .csft1-rr-2.active{
    background-color: #FAFAFA;
}
.cs-fake-table-1 .csft1-all-hh-1:nth-last-child(2) .csft1-col-1:first-child{
    border-bottom-left-radius: 20px;
}
.cs-fake-table-1 .csft1-all-hh-1.active:nth-last-child(2) .csft1-col-1:first-child{
    border-bottom-left-radius: 0px;
}
.cs-fake-table-1 .csft1-rr-2.active{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.cs-fake-table-1.type-2 .csft1-head-1 .csft1-col-1, .cs-fake-table-1.type-2 .csft1-rr-1 .csft1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.cs-fake-table-1.type-2 .csft1-rr-2 .csft2-col-1, .cs-fake-table-1.type-2 .csft1-rr-2 .csft2-col-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.cs-fake-table-1.type-2 .csft1-rr-2 .csft2-col-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.cs-fake-table-1 .csft1-rr-2 .cell-col-all-2:nth-child(2) {
    padding: 0;
}
.cs-invoicedOrders-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1250px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
    margin-bottom: 25px;
}
.cs-invoicedOrders-row-1 .csior1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-invoicedOrders-row-1 .csior1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 410px) / 4);
    flex: 0 0 calc(calc(100% - 410px) / 4);
    max-width: calc(calc(100% - 410px) / 4);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-invoicedOrders-row-1 .csior1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-invoicedOrders-row-1 .csior1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-invoicedOrders-row-1 .csior1-col-all:last-child:after{
    display: none;
}
.invoicedOrdersT1-main-container-1 .cs-dataTable-css-5{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.invoicedOrdersT1-main-container-1 .cs-dataTable-css-5 thead tr th:first-child{
    border-top-left-radius: 20px;
}
.invoicedOrdersT1-main-container-1 .cs-dataTable-css-5 thead tr th:last-child{
    border-top-right-radius: 20px;
}
.invoicedOrdersT1-main-container-1 table.cs-dataTable-css-5.dataTable.no-footer{
    border-bottom: 0;
}
table.cs-dataTable-css-5.dataTable.display tbody tr.even>.sorting_1, table.cs-dataTable-css-5.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #ffffff;
}
.invoicedOrders-tt-link-1{
    display: inline-block;
    color: #2B73AC;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.invoicedOrders-tt-link-1 i{
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 8px;
}
.invoicedOrders-tt-link-1 span{
    text-decoration: underline;
    font-weight: 700;
}
.invoicedOrders-tt-link-1:hover, .invoicedOrders-tt-link-1:focus{
    color: #2B73AC;
}
.cs-modal-1 .content-area-2 .head-1{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-modal-1 .content-area-2 .desc-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 10px;
}
.cs-modal-1 .content-area-2 .desc-2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #E50019;
    margin-bottom: 25px;
}
.cs-modal-1 .content-area-2 .action-menu-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-modal-1 .content-area-2 .action-menu-1 li{
    line-height: 1;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.cs-modal-1 .content-area-2 .action-menu-1 li:last-child{
    margin-bottom: 0px;
}
.cs-purchasePrices-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto 30px;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
}
.cs-purchasePrices-row-1.type-2{
    max-width: 950px;
}
.cs-purchasePrices-row-1 .csppr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-purchasePrices-row-1 .csppr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-purchasePrices-row-1 .csppr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 510px);
    flex: 0 0 calc(100% - 510px);
    max-width: calc(100% - 510px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-purchasePrices-row-1 .csppr1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-purchasePrices-row-1 .csppr1-col-all:last-child:after{
    display: none;
}
.cs-filter-add-btn-1{
    font-size: 17px;
    line-height: 1;
    color: #2B73AC;
    position: absolute;
    bottom: 5px;
    width: 30px;
    height: 30px;
    right: 20px;
    border-radius: 10px;
    z-index: 1;
    border: 0;
    background-color: transparent;
}
.cs-filter-purchasePr-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.cs-filter-purchasePr-1 .csfpp1-col-1:first-child{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 15px;
    padding-right: 15px;
}
.cs-filter-purchasePr-1 .csfpp1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
}
.cs-filter-purchasePr-1 .csfpp1-col-2{
    position: relative;
    min-height: 1px;
    max-width: calc(100% - 270px);
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.cs-filter-purchasePr-1 .tt-w-i-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    margin: 0;
}
.cs-filter-purchasePr-1 .tt-w-i-1 i{
    padding-right: 8px;
    font-size: 18px;
    color: #3E73A7;
    position: relative;
    top: 3px;
}
.cs-filter-purchasePr-1 .ff-clear-btn-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
}
.cs-filter-purchasePr-1 .ff-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cs-filter-purchasePr-1 .ff-list-1 li{
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.cs-filter-purchasePr-1 .ff-list-1 li:last-child{
    margin-right: 0;
}
.cs-filter-purchasePr-1 .ff-list-1 .ff-sec-btn-1{
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #363636;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 25px;
    border: 1px solid #5C727F;
    background-color: #ffffff;
    transition: all .3s ease;
    padding: 0px 10px;
}
.cs-filter-purchasePr-1 .ff-list-1 .ff-sec-btn-1::after{
    content: 'X';
    float: right;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #2B73AC;
    color: #ffffff;
    font-weight: 400;
    margin-left: 5px;
}
.cs-filter-purchasePr-1 .ff-list-1 .ff-sec-btn-1:hover{
    color: #ffffff;
    background-color: #2B73AC;
}
.cs-purchasePr-container-1{
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.cs-purchasePr-container-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-purchasePr-container-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-purchasePr-container-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-purchasePr-container-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-purchasePr-table-1 .csp-m-head-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #E8E8E8;
    padding: 12px 24px;
}
.cs-purchasePr-table-1 .csp-table-head-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-purchasePr-table-1 .csp-table-head-1 .cspth1-col-all-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    background-color: #D6D6D6;
    padding: 10px;
    text-align: center;
}
.cs-purchasePr-table-1 .csp-table-head-1 .cspth1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
}
.cs-purchasePr-table-1 .csp-table-head-1 .cspth1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
}
.cs-purchasePr-table-1 .csp-table-head-1 .cspth1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
    max-width: 580px;
}
.cs-purchasePr-table-1 .csp-table-head-1 .cspth1-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 405px;
    flex: 0 0 405px;
    max-width: 405px;
}
.cs-purchasePr-table-1 .csp-table-head-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-all-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    background-color: #F7F7F7;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #E4E4E4;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-all-1:last-child{
    border-right: 0;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-5{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-6{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 202px;
    flex: 0 0 202px;
    max-width: 202px;
}
.cs-purchasePr-table-1 .csp-table-head-2 .cspth2-col-7{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 203px;
    flex: 0 0 203px;
    max-width: 203px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-all{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    text-align: center;
    background-color: #F0F0F0;
    padding: 12px 10px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-purchasePr-table-1 .csp-table-inside-1:last-child .cspti1-section-all .csptis1-col-all{
    border-bottom: 0;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-5{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-6{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-7{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 202px;
    flex: 0 0 202px;
    max-width: 202px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-all .csptis1-col-8{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 203px;
    flex: 0 0 203px;
    max-width: 203px;
}
.cs-purchasePr-table-1 .csp-cc-btn-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin-bottom: 5px;
}
.cs-purchasePr-table-1 .csp-cc-btn-1::before{
    content: "\e904";
    font-family: 'bain' !important;
    display: inline-block;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -1px;
}
.cs-purchasePr-table-1 .csp-cc-btn-2{
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #2B73AC;
    text-decoration: underline;
}
.cs-purchasePr-table-1 .csp-cc-btn-2:hover, .cs-purchasePr-table-1 .csp-cc-btn-2:focus{
    color: #2B73AC;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2{
    display: none;
    border-bottom: 6px solid #E4E4E4;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-hh-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 6px solid #E4E4E4;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-hh-row-1 .cspthhr1-col-all{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #E4E4E4;
    background-color: #FAFAFA;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-hh-row-1 .cspthhr1-col-all:first-child{
    border-left: 1px solid #E4E4E4;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-hh-row-1 .cspthhr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-hh-row-1 .cspthhr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 305px;
    flex: 0 0 305px;
    max-width: 305px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-hh-row-1 .cspthhr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    max-width: 275px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-tt-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-tt-row-1 .cspttt1-col-all{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background-color: #FAFAFA;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-tt-row-1 .cspttt1-col-all:first-child{
    border-left: 1px solid #E4E4E4;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-tt-row-1 .csptttr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-tt-row-1 .csptttr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 305px;
    flex: 0 0 305px;
    max-width: 305px;
}
.cs-purchasePr-table-1 .csp-table-inside-1 .cspti1-section-2 .csptis2-tt-row-1 .csptttr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    max-width: 275px;
}
.cs-purchasePr-table-1 strong{
    font-weight: 700;
}
.cs-purchasePr-table-1 .color-1{
    color: #E50019;
}
.cs-purchasePr-table-1 .csp-table-inside-1.active .csp-cc-btn-1::before{
    content: '\e906';
}
.cs-campaigns-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto 30px;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
}
.cs-campaigns-row-1 .cscr1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-campaigns-row-1 .cscr1-col-all:last-child:after{
    display: none;
}
.cs-campaigns-row-1 .cscr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-campaigns-row-1 .cscr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-campaigns-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cs-campaigns-row-2 .cscr2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 390px);
    flex: 0 0 calc(100% - 390px);
    max-width: calc(100% - 390px);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.cs-campaigns-row-2 .cscr2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.cs-campaigns-total-d-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 20px;
    min-height: 185px;
    padding: 12px;
    text-align: center;
}
.cs-campaigns-total-d-1 .top-side-1, .cs-campaigns-total-d-1 .bottom-side-1{
    position: relative;
}
.cs-campaigns-total-d-1 .top-side-1{
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cs-campaigns-total-d-1 .top-side-1::after{
    content: '';
    display: block;
    width: 100%;
    max-width: 200px;
    height: 1px;
    background-color: #11142B;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.cs-campaigns-total-d-1 .csc-head-1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-campaigns-total-d-1 .csc-desc-1{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
.cs-campaigns-container-1{
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.cs-campaigns-container-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-campaigns-container-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-campaigns-container-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-campaigns-container-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-campaigns-table-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #D6D6D6;
}
.cs-campaigns-table-row-1 .csctr1-col-all{
    position: relative;
    width: 100%;
    min-height: 1px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #11142D;
    text-align: center;
    padding: 14px 10px;
}
.cs-campaigns-table-row-1 .csctr1-col-1{
    -ms-flex: 0 0 34.7%;
    flex: 0 0 34.7%;
    max-width: 34.7%;
}
.cs-campaigns-table-row-1 .csctr1-col-2{
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
}
.cs-campaigns-table-row-1 .csctr1-col-3{
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    max-width: 15.5%;
}
.cs-campaigns-table-row-1 .csctr1-col-4{
    -ms-flex: 0 0 15.8%;
    flex: 0 0 15.8%;
    max-width: 15.8%;
}
.cs-campaigns-table-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #E8E8E8;
}
.cs-campaigns-table-row-2 .csctr2-col-all{
    position: relative;
    width: 100%;
    min-height: 1px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #11142D;
    text-align: center;
    padding: 14px 10px;
    border-right: 1px solid #E4E4E4;
}
.cs-campaigns-table-row-2 .csctr2-col-all:first-child{
    text-align: left;
}
.cs-campaigns-table-row-2 .csctr2-col-all:last-child{
    border-right: 0;
}
.cs-campaigns-table-row-2 .csctr2-col-1{
    -ms-flex: 0 0 34.7%;
    flex: 0 0 34.7%;
    max-width: 34.7%;
}
.cs-campaigns-table-row-2 .csctr2-col-2{
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.cs-campaigns-table-row-2 .csctr2-col-3{
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.cs-campaigns-table-row-2 .csctr2-col-4{
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    max-width: 15.5%;
}
.cs-campaigns-table-row-2 .csctr2-col-5{
    -ms-flex: 0 0 15.8%;
    flex: 0 0 15.8%;
    max-width: 15.8%;
}
.cs-campaigns-table-row-3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #F7F7F7;
}
.cs-campaigns-table-row-3 .csctr3-col-all{
    position: relative;
    width: 100%;
    min-height: 1px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-campaigns-table-row-3 .csctr3-col-all:first-child{
    text-align: left;
}
.cs-campaigns-table-row-3 .csctr3-col-all:last-child{
    border-right: 0;
}
.cs-campaigns-table-row-3 .csctr3-col-1{
    -ms-flex: 0 0 34.7%;
    flex: 0 0 34.7%;
    max-width: 34.7%;
}
.cs-campaigns-table-row-3 .csctr3-col-2{
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.cs-campaigns-table-row-3 .csctr3-col-3{
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}
.cs-campaigns-table-row-3 .csctr3-col-4{
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    max-width: 15.5%;
}
.cs-campaigns-table-row-3 .csctr3-col-5{
    -ms-flex: 0 0 15.8%;
    flex: 0 0 15.8%;
    max-width: 15.8%;
}
.cs-campaigns-table-row-3.type-2{
    background-color: #F0F0F0;
}
.cs-campaigns-table-row-3.type-2 .csctr3-col-all{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
}
.cs-campaigns-oc-btn-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    width: 100%;
    text-align: left;
    word-break: break-word;
    white-space: break-spaces;
    border: 0;
    background-color: transparent;
    position: relative;
    padding: 0px 0px 0px 25px;
}
.cs-campaigns-oc-btn-1::before{
    content: "\e924";
    font-family: 'bain' !important;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}
.cs-campaigns-oc-btn-1.active::before{
    content: "\e923";
}
.cs-campaigns-oc-btn-2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    width: 100%;
    text-align: left;
    word-break: break-word;
    white-space: break-spaces;
    border: 0;
    background-color: transparent;
    position: relative;
    padding: 0px 0px 0px 25px;
}
.cs-campaigns-oc-btn-2 strong{
    font-weight: 700;
}
.cs-campaigns-oc-btn-2::before{
    content: "\e904";
    font-family: 'bain' !important;
    position: absolute;
    font-size: 7px;
    top: 2px;
    left: 0;
    z-index: 1;
}
.cs-campaigns-oc-btn-2.active::before{
    content: "\e906";
}
.cs-campaigns-table-row-3.type-3{
    background-color: #FAFAFA;
}
.cs-campaigns-table-row-3.type-3 .csctr3-col-all{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
}
.cs-campaigns-table-row-3.type-4{
    background-color: #D3D3D6;
}
.cs-campaigns-table-row-3.type-4 .csctr3-col-all{
    padding: 10px 35px;
    font-weight: 400;
    color: #11142D;
}
.cs-campaigns-oc-btn-3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    width: 100%;
    text-align: left;
    word-break: break-word;
    white-space: break-spaces;
    border: 0;
    background-color: transparent;
    position: relative;
    padding: 0px 0px 0px 25px;
}
.cs-campaigns-oc-btn-3::before{
    content: "\e923";
    font-family: 'bain' !important;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    transform: rotate(-90deg);
}
.cs-campaigns-oc-btn-3.active::before{
    top: 2px;
    transform: rotate(0deg);
}
.cs-campaigns-container-1 .js-area-level-2, .cs-campaigns-container-1 .js-area-level-3, .cs-campaigns-container-1 .js-area-level-4{
    display: none;
}
.cs-campaigns-container-1 .js-area-level-2 .js-area-level-3{
    margin-bottom: 3px;
}
.cs-campaigns-container-1 .js-area-level-2 .js-area-level-3:last-child{
    margin-bottom: 0;
}
.cs-discounts-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto 30px;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
}
.cs-discounts-row-1 .csdr1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-discounts-row-1 .csdr1-col-all:last-child:after{
    display: none;
}
.cs-discounts-row-1 .csdr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-discounts-row-1 .csdr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-discounts-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cs-discounts-row-2 .csdr2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 390px);
    flex: 0 0 calc(100% - 390px);
    max-width: calc(100% - 390px);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.cs-discounts-row-2 .csdr2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.cs-discounts-total-d-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 20px;
    min-height: 300px;
    padding: 25px 10px;
    text-align: center;
}
.cs-discounts-total-d-1 .text-div-1, .cs-discounts-total-d-1 .text-div-1{
    position: relative;
}
.cs-discounts-total-d-1 .text-div-1{
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.cs-discounts-total-d-1 .text-div-1::after{
    content: '';
    display: block;
    width: 100%;
    max-width: 200px;
    height: 1px;
    background-color: #11142B;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.cs-discounts-total-d-1 .text-div-1:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.cs-discounts-total-d-1 .text-div-1:last-child::after{
    display: none;
}
.cs-discounts-total-d-1 .csd-head-1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-discounts-total-d-1 .csd-desc-1{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
.cs-discountsT-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #E8E8E8;
}
.cs-discountsT-row-1 .csdt-all-cell-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
}
.cs-discountsT-row-1 .csdt-all-cell-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
}
.cs-discountsT-row-1 .csdt-all-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    border-right: 1px solid #E4E4E4;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.cs-discountsT-row-1 .csdt-all-1:last-child{
    border-right: 0;
}
.cs-discountsT-row-1.type-2{
    background-color: #F7F7F7;
}
.cs-discountsT-row-1.type-2 .csdt-all-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    border-bottom: 1px solid #E4E4E4;
    padding: 28px 15px;
}
.cs-discountsT-row-1.type-3{
    background-color: #E8E8E8;
    margin-top: 12px;
}
.cs-discountsT-row-1.type-3 .csdt-all-1{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #11142D;
    border: 0;
    padding: 10px;
}
.cs-discounts-table-1 .clck-btn-1{
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.cs-discounts-table-1 .clck-btn-1::before{
    content: "\e904";
    font-family: 'bain' !important;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
    top: -2px;
}
.cs-discounts-table-1 .clck-btn-1.active:before{
    content: "\e906";
}
.cs-discountsT-row-1.type-4{
    background-color: #FFFFFF;
}
.cs-discountsT-row-1.type-4 .csdt-all-1{
    font-weight: 500;
    border-bottom: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    padding: 15px 15px;
}
.cs-discountsT-row-1.type-4 .csdt-all-1:first-child{
    padding-left: 40px;
}
.cs-discountsT-row-1.type-4 .csdt-all-1:last-child{
    border-right: 0;
}
.cs-discounts-table-1 .cs-discounts-popup-div-1{
    display: none;
}
.cs-balance-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
}
.cs-balance-row-1 .cbr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-balance-row-1 .cbr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-balance-row-1 .cbr1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-balance-row-1 .cbr1-col-all:last-child:after{
    display: none;
}
.cs-balance-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cs-balance-row-2 .csbrr2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.cs-balance-row-2 .csbrr2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.cs-balance-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3C3C3C;
    font-style: italic;
    margin-bottom: 10px;
}
.cs-balance-desc-2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-balance-form-d-1{
    background-color: rgba(43, 115, 172, 0.06);
    border-radius: 20px;
    padding: 20px 20px 5px;
}
.cs-form-2 ::placeholder{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(17, 20, 45, 0.5);
}
.cs-form-2 label{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-form-2 input:not([type="submit"]), .cs-form-2 select{
    height: 40px;
    border-radius: 40px;
    border: 0;
    padding: .375rem 1.5rem;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    transition: all .3s ease;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-form-2 input:not([type="submit"])[readonly], .cs-form-2 select[readonly]{
    background-color: #ffffff;
    cursor: text;
}
.cs-form-2 input:not([type="submit"]):disabled, .cs-form-2 select:disabled{
    background-color: #EFEFEF;
    cursor: not-allowed;
}
.cs-form-2 textarea{
    border-radius: 20px;
    border: 0;
    padding: .97rem 1.5rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    transition: all .3s ease;
    resize: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-form-2 input:not([type="submit"]):focus, .cs-form-2 textarea:focus, .cs-form-2 select:focus {
    outline: none;
}
.cs-form-2 .form-group{
    margin-bottom: 15px;
}
.cs-only-text-btn-4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.cs-only-text-btn-4:hover{
    color: #191919;
}
.cs-button-list-2{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.cs-button-list-2 li{
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 15px;
}
.cs-button-list-2 li:last-child{
    margin-right: 0px;
}
.cs-balance-table-1{
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    border-radius: 20px;
}
.cs-balance-table-1 thead th{
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: #000000;
    padding: 14px 2px;
    text-align: center;
    background-color: #E8E8E8;
    border: 0;
}
.cs-balance-table-1 thead th:first-child{
    border-top-left-radius: 20px;
}
.cs-balance-table-1 thead th:last-child{
    border-top-right-radius: 20px;
}
.cs-balance-table-1 thead tr{
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    border-radius: 20px 20px 0px 0px;
}
.cs-balance-table-1 img{
    max-height: 35px;
}
.cs-balance-table-1 tbody td{
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    font-size: 15px;
    line-height: 1;
    color: #11142B;
}
.cs-balance-table-1 tbody tr td:last-child{
    border-right: 0;
}
.cs-balance-table-1 tbody tr:last-child td{
    border-bottom: 0;
}
.cs-balance-table-1 span{
    color: #E50019;
}
.cs-modal-1 .content-area-3 .action-menu-1{
    list-style: none;
    padding: 15px 0px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-modal-1 .content-area-3 .action-menu-1 li{
    width: 50%;
    line-height: 1;
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
}
.cs-modal-1 .content-area-3 .action-menu-1 li:last-child{
    margin-right: 0px;
}
.cs-modal-1 .content-area-3 .action-menu-1 a, .cs-modal-1 .content-area-3 .action-menu-1 button{
    min-width: unset;
    width: 100%;
}
.cs-modal-1 .content-area-3 .head-1{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-modal-1 .content-area-3 .desc-1{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 10px;
}
.cs-modal-1 .content-area-3 .info-div-1{
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 15px;
}
.cs-modal-1 .content-area-3 table{
    margin-bottom: 0;
}
.cs-modal-1 .content-area-3 table td{
    padding: 15px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #11142D;
}
.cs-modal-1 .content-area-3 table tr td:last-child{
    text-align: right;
}
.cs-modal-1 .content-area-3 .image-div-1{
    text-align: center;
    margin-bottom: 25px;
}
.cs-modal-1 .content-area-3 .image-div-1 img{
    max-height: 55px;
}
.cs-modal-1 .content-area-3 .head-2{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-modal-1 .content-area-3 .desc-2{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 25px;
}
.cs-modal-1 .content-area-3 .action-menu-2{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-modal-1 .content-area-3 li{
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.cs-modal-1 .content-area-3 li:last-child{
    margin-bottom: 0;
}
.cs-globe-desc-4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #3C3C3C;
    margin-bottom: 30px;
}
.cs-document-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.cs-document-row-1 .csddr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}
.cs-document-box-1{
    background-color: #FFFFFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    padding: 20px;
    min-height: 185px;
    position: relative;
}
.cs-document-box-1 .text-w-i-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 20px;
}
.cs-document-box-1 .text-w-i-1 i{
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.cs-document-box-1 .footer-area-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    position: absolute;
    left: 20px;
    right: 20px;
    z-index: 1;
    bottom: 30px;
}
.cs-document-box-1 .footer-area-1 .foa1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
}
.cs-document-box-1 .footer-area-1 .foa1-col-1:last-child{
    text-align: right;
}
.cs-document-box-1 .upload-btn-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #2B73AC;
    background-color: transparent;
    padding: 0;
    border: 0;
}
.cs-document-box-1 .upload-btn-1 span{
    text-decoration: underline;
}
.cs-document-box-1 .upload-btn-1 i{
    position: relative;
    top: 1px;
    padding-left: 10px;
}
.cs-fake-dateBetween-div-3{
    height: 42px;
    background-color: #F4F4F4;
    border-radius: 25px;
    position: relative;
    padding: 0px 30px 0px 25px;
}
.cs-fake-dateBetween-div-3 .text-1{
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #191919;
    margin: 0;
}
.cs-fake-dateBetween-div-3 .form-control::placeholder{
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #191919;
}
.cs-fake-dateBetween-div-3 .form-control{
    height: auto;
    padding: 0;
    border: 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #191919;
    border-radius: 0;
    background-color: transparent;
}
.cs-fake-dateBetween-div-3 .form-control:focus{
    outline: none;
    box-shadow: none;
}
.cs-fake-dateBetween-div-3 .date-icon-1{
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 1;
    border: 0;
    padding: 0;
    background-color: transparent;
    font-size: 15px;
    line-height: 1;
    color: #3E73A7;
}
.cs-document-box-1 .footer-area-2{
    display: none;
    padding-top: 35px;
}
.file-upload-input-container-2{
    position: relative;
    background-color: #F4F4F4;
    height: 42px;
    border-radius: 25px;
    padding: 0px 30px 0px 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}
.file-upload-input-container-2 input[type="file"] {
    display: none;
}
.file-upload-input-container-2 .icon-1{
    font-size: 16px;
    line-height: 1;
    color: #2B73AC;
    margin: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}
.file-upload-input-container-2 .desc-1{
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 0px;
}
.files .fade.in {
    opacity: 1 !important;
}
.tmpl-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.tmpl-row-1 .tmplr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 25px);
    flex: 0 0 calc(100% - 25px);
    max-width: calc(100% - 25px);
    padding-right: 10px;
}
.tmpl-row-1 .tmplr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
}
.tmpl-row-1 .file-name-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #11142D;
    margin: 0;
}
.files .btn-trash {
    font-size: 22px;
    line-height: 1;
    background-color: transparent;
    color: #E50019;
    padding: 0;
    margin: 0;
}
.files .template-download, .files .template-upload {
    margin-right: 0;
}
.cs-document-box-1 .action-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.cs-document-box-1 .action-list-1 li{
    line-height: 1;
    margin-right: 15px;
}
.cs-document-box-1 .action-list-1 li:last-child{
    margin-right: 0;
}
.cs-document-box-1 .document-status-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #7FBA7A;
    text-align: center;
    padding: 2px 5px;
    margin: 6px 0 0;
}
.cs-document-box-1 .document-status-2{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #E50019;
    text-align: center;
    padding: 2px 5px;
    margin: 6px 0 0;
}
.cs-document-box-1 .show-doc-btn-1{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #2B73AC;
}
.cs-document-box-1 .show-doc-btn-1 span{
    text-decoration: underline;
}
.cs-document-box-1 .show-doc-btn-1 i{
    padding-right: 3px;
    font-size: 23px;
    position: relative;
    top: 5px;
}
.cs-bankInfo-box-1{
    background-color: rgba(43, 115, 172, 0.06);
    border-radius: 15px;
    max-width: 780px;
    margin: 0 auto 30px;
    padding: 30px 60px;
}
.cs-bankInfo-box-1 .csbi-item-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    margin-bottom: 20px;
}
.cs-bankInfo-box-1 .csbi-item-1:last-child{
    margin-bottom: 0;
}
.cs-bankInfo-box-1 .csbi-item-1 .left-side-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    padding-right: 15px;
    padding-left: 15px;
}
.cs-bankInfo-box-1 .csbi-item-1 .right-side-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    padding-right: 15px;
    padding-left: 15px;
}
.cs-bankInfo-box-1 .text-1{
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    margin: 0;
    text-transform: uppercase;
}
.cs-bankInfo-box-1 .text-1::after{
    content: ':';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    z-index: 1;
}
.cs-bankInfo-box-1 .fake-input-desc-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    display: flex;
    width: 100%;
    align-items: center;
    height: 56px;
    background-color: #FFFFFF;
    border-radius: 60px;
    margin: 0;
    padding: 15px 20px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-bankInfo-box-1 .cs-copyText-btn-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #2B73AC;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.cs-bankInfo-box-1 .cs-copyText-btn-1 i{
    padding-left: 0px;
    padding-right: 5px;
}
.cs-profile-form-box-1{
    border-radius: 15px;
    padding: 35px;
    background-color: rgba(43, 115, 172, 0.06);
    max-width: 1280px;
    margin: 0 auto 30px;
}
.cs-form-3 ::placeholder{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(17, 20, 45, 0.5);
}
.cs-form-3 label{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 12px;
}
.cs-form-3 input:not([type="submit"]), .cs-form-3 select{
    height: 55px;
    border-radius: 40px;
    border: 0;
    padding: .375rem 1.5rem;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    transition: all .3s ease;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-form-3 input:not([type="submit"])[readonly], .cs-form-3 select[readonly]{
    background-color: #ffffff;
    cursor: text;
}
.cs-form-3 input:not([type="submit"]):disabled, .cs-form-3 select:disabled{
    background-color: #EFEFEF;
    cursor: not-allowed;
}
.cs-form-3 textarea{
    border-radius: 20px;
    border: 0;
    padding: .97rem 1.5rem;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    transition: all .3s ease;
    resize: none;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-form-3 input:not([type="submit"]):focus, .cs-form-3 textarea:focus, .cs-form-3 select:focus {
    outline: none;
}
.cs-form-3 .form-group{
    margin-bottom: 25px;
}
.cs-form-3 .cs-show-input-1{
    top: 42px;
}
.cs-form-3 .cs-verified-i-1::after{
    position: relative;
    top: -3px;
}
.cs-iwdesc-1{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    display: inline-block;
    text-decoration: underline;
}
.cs-iwdesc-1 i{
    font-size: 14px;
    padding-right: 10px;
}
.cs-iwdesc-1:hover{
    color: #1f547e;
}
.userAssignListTable1-main-container-1 .cs-dataTable-css-5{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.userAssignListTable1-main-container-1 .cs-dataTable-css-5 thead tr th:first-child{
    border-top-left-radius: 20px;
}
.userAssignListTable1-main-container-1 .cs-dataTable-css-5 thead tr th:last-child{
    border-top-right-radius: 20px;
}
.userAssignListTable1-main-container-1 table.cs-dataTable-css-5.dataTable.no-footer{
    border-bottom: 0;
}
#userAssignListTable1 .userActive{
    display: block;
    background-color: #7FBA7A;
    border-radius: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px 15px;
}
#userAssignListTable1 .userPassive{
    display: block;
    background-color: #E50019;
    border-radius: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 3px 15px;
}
.userAssign-btn-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
}
.userAssign-btn-row-1 .uabr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    padding-right: 15px;
}
.userAssign-btn-row-1 .uabr1-col-1:last-child{
    padding-right: 0px;
}
.userAssign-btn-row-1 button{
    width: 100%;
}
.cs-newUser-add-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 525px;
    margin: 0 auto 30px;
}
.cs-newUser-add-row-1 .csnuar1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.cs-newUser-add-row-1 .section-btn-1{
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #EFEFEF;
    min-height: 42px;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3E3F45;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.11);
}
.cs-newUser-add-row-1 .section-btn-1 span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #EFEFEF;
    margin-right: 10px;
}
.cs-newUser-add-row-1 .section-btn-1.active{
    color: #ffffff;
    background-color: #2B73AC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.cs-newUser-add-row-1 .section-btn-1.active span{
    color: #2B73AC;
}
.cs-newUser-add-row-1 .section-btn-1.successful{
    cursor: pointer;
    text-decoration: underline;
    color: #2B73AC;
}
.cs-newUser-add-row-1 .section-btn-1.successful span::before{
    content: "\e918";
    font-family: 'bain' !important;
    color: #2B73AC;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}
.cs-select2-container-2 .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 40px;
    height: 55px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    -moz-box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
    box-shadow: 0px 3px 6px 0px rgba(92,114,127,0.07);
}
.cs-select2-container-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #11142D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    padding: 17px 25px;
}
.cs-select2-container-2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #11142D;
}
.cs-select2-container-2 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "\e906";
    font-family: 'bain' !important;
    font-size: 8px;
    color: #3E73A7;
}
.cs-select2-container-2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    content: "\e904";
}
.cs-select2-container-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 14px;
}
.cs-select2-container-2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .cs-select2-container-2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 25px;
}
.cs-select2-container-2 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .cs-select2-container-2 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 25px;
}
.cs-action-list-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.cs-action-list-1 li{
    line-height: 1;
    margin-right: 35px;
    margin-bottom: 15px;
}
.cs-action-list-1 li:last-child{
    margin-right: 0;
}
.cs-userRole-container-1{
    max-width: 1200px;
    margin: 0 auto 30px;
}
.cs-userRole-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.cs-userRole-row-1 .csur1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    padding-right: 10px;
}
.cs-userRole-row-1 .csur1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
}
.cs-globe-head-6 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-userRole-menu-1{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.cs-userRole-menu-1 li{
    line-height: 1;
    margin-bottom: 12px;
}
.cs-input-3{
    position: relative;
}
.cs-input-3 input{
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0 !important;
}
.cs-input-3 input:checked + label,
.cs-input-3 input:not(:checked) + label {
    position: relative !important;
    padding-left: 40px !important;
    padding-right: 0 !important;
    cursor: pointer !important;
    display: block !important;
    left: 0 !important;
    top: 0 !important;
    min-height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    margin-bottom: 0 !important;
}
.cs-input-3 input:not(:checked) + label {
    background-color: #F2F2F2;
    border-radius: 5px;
}
.cs-input-3 input:checked + label {
    background-color: #E4E4E4;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
}
.cs-input-3 input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    background: #ffffff;
    border-radius: 50%;
}
.cs-input-3 input:checked + label:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 20px;
    height: 20px;
    border: 1px solid #3E73A7;
    background: #ffffff;
    border-radius: 50%;
}
.cs-input-3 input:checked + label:after{
    content: "";
    position: absolute;
    left: 17px;
    top: 17px;
    width: 14px;
    height: 14px;
    background: #2B73AC;
    border-radius: 50%;
}
.cs-input-3 input:checked + label .fake-ss-1{
    position: absolute;
    top: 0;
    right: -10px;
    background-color: #E4E4E4;
    width: 10px;
    height: 100%;
    border-right: 0.2px solid #707070;
}
.cs-userRole-menu-container-1{
    background-color: #E4E4E4;
    border-radius: 5px;
    padding: 15px 20px;
    min-height: calc(100% - 40px);
}
.cs-userRole-menu-container-1.type-2{
    border-radius: 0px 5px 5px 5px;
}
.cs-userRole-menu-container-1 .usrM-col-all{
    border-right: 0.2px solid #707070;
}
.cs-userRole-menu-container-1 .usrM-col-all:last-child{
    border-right: 0px;
}
.cs-globe-uLine-head-1{
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.cs-globe-uLine-head-1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #707070;
    height: 1.2px;
    width: 70px;
}
.cs-userRole-menu-2{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cs-userRole-menu-2 li{
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
    padding-right: 25px;
}
.cs-userRole-menu-2 li:last-child{
    margin-bottom: 0px;
}
.cs-userRole-menu-2 li.authorized::after{
    content: "\e918";
    font-family: 'bain' !important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 15px;
    color: #8CB880;
}
.cs-userRole-menu-2 li.unauthorized::after{
    content: "\e92d";
    font-family: 'bain' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    background-color: #E50019;
    position: absolute;
    right: 0;
    top: 0;
}
.userAddJSStep2{
    display: none;
}
.cs-tabs-1{
    border: 0;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}
.cs-tabs-1.nav-tabs .nav-item {
    margin-bottom: 0;
    width: calc(100% / 6);
}
.cs-tabs-1 .nav-link{
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #3E3F45;
    background-color: #EFEFEF;
}
.cs-tabs-1.nav-tabs .nav-link{
    border: 0;
    border-radius: 0;
}
.cs-tabs-1 .nav-link::after{
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(62, 63, 69, 0.3);
}
.cs-tabs-1 .nav-item:last-child .nav-link::after{
    display: none;
}
.cs-tabs-1.nav-tabs .nav-link.active{
    background-color: #2B73AC;
    font-weight: 700;
    color: #FFFFFF;
}
.cs-tabs-1.nav-tabs .nav-link.active::after{
    display: none;
}
.cs-tabs-content-1{
    margin-bottom: 25px;
}
.cs-accordion-1 .card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 25px;
}
.cs-accordion-1 .card-header {
    position: relative;
    margin-bottom: 0;
    background-color: #E8E8E8;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}
.cs-accordion-1 .btn{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000000;
    width: 100%;
    text-align: left;
    padding: 16px;
    white-space: break-spaces;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.cs-accordion-1 .btn:focus{
    outline: none;
    box-shadow: none;
}
.cs-accordion-1 .btn::after{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #2B73AC;
    position: absolute;
    right: 20px;
    top: 17px;
}
.cs-accordion-1 .btn.collapsed::after{
    content: "\f067";
}
.cs-accordion-1 .card-body{
    padding: 0px;
}
.cs-fake-table-2{
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.06);
    border-radius: 0px 0px 20px 20px;
}
.cs-fake-table-2 .csft2-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #E4E4E4;
}
.cs-fake-table-2 .csft2-row-1 .cftr-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.cs-fake-table-2 .csft2-row-1 .cftr-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
}
.cs-fake-table-2 .csft2-row-1 .cftr-col-all{
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    border-right: 1px solid #E4E4E4;
}
.cs-fake-table-2 .cs-input-2 input:checked + label, .cs-fake-table-2 .cs-input-2 input:not(:checked) + label{
    font-size: 14px;
    margin: 0 !important;
    padding-left: 24px !important;
}
.cs-fake-table-2 .cs-input-2 input:not(:checked) + label:before, .cs-fake-table-2 .cs-input-2 input:checked + label:before{
    top: 3px;
}
.cs-fake-table-2 .cs-input-2 input:checked + label:after{
    top: 9px;
}
.cs-fake-table-2 .csft2-row-1.head-area{
    background-color: #E8E8E8;
}
.cs-fake-table-2 .csft2-row-1.head-area .cftr-col-all{
    font-weight: 700;
}
.cs-fake-table-2 .csft2-row-1.head-area .cs-input-2 input:not(:checked) + label:before{
    background-color: #E8E8E8;
}
.cs-input-2 input:not(:checked) + label:before{
    border: 1px solid #BEBEC0;
}
.cs-globe-message-overlay-1{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 97;
    background-color: rgba(27, 29, 33, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.cs-globe-message-overlay-1.active{
    opacity: 1;
    visibility: visible;
}
.cs-globe-message-container-1{
    max-width: 465px;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.cs-globe-message-container-1.active{
    opacity: 1;
    visibility: visible;
}
.cs-globe-message-container-1 .cart-head-area-1{
    background-color: #FFFFFF;
    padding: 6px 12px;
    position: relative;
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, 0.04);
    box-shadow: 0px 3px 6px 0px rgb(0, 0, 0, 0.04);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}
.cs-globe-message-container-1 .cart-head-area-1 .cha1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 8px;
    padding-right: 8px;
}
.cs-globe-message-container-1 .cart-head-area-1 .cha1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    padding-left: 8px;
    padding-right: 8px;
}
.cs-globe-message-container-1 .cart-head-area-1 .head-1{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #191919;
    margin-bottom: 0px;
}
.cs-globe-message-container-1 .cart-head-area-1 .head-1 span{
    color: #2B73AC;
}
.cs-globe-message-container-1 .cart-head-area-1 .remove-ths-btn-1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #191919;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
}
.cs-globe-message-container-1 .content-area-1{
    background-color: #F8F8F8;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 36px);
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding: 20px;
}
.cs-globe-message-container-1 .content-area-1::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-globe-message-container-1 .content-area-1::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-globe-message-container-1 .content-area-1::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-globe-message-container-1 .content-area-1::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-globe-message-container-1 .cs-message-item-1{
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 30px;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-head-1{
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    padding-right: 25px;
    margin-bottom: 15px;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-head-1::after{
    content: "\e906";
    font-family: 'bain' !important;
    font-size: 10px;
    line-height: 1;
    color: #3E73A7;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-head-1.active:after{
    content: "\e904";
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-text-d-1{
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-text-d-1.active{
    max-height: auto;
    overflow: auto;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    margin-bottom: 0px;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-text-d-1 p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 16px;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-desc-1{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0;
}
.cs-globe-message-container-1 .cs-message-item-1 .csm-box-btn-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #363636;
    padding: 0;
    border: 0;
    background-color: transparent;
    text-decoration: underline;
}
.cs-support-container-1{
    max-width: 1360px;
    margin: 50px auto;
    padding: 0px 20px;
}
.cs-support-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.cs-support-row-1 .cssr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.cs-icon-box-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-icon-box-1 .icon-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
}
.cs-icon-box-1 .content-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 38px);
    flex: 0 0 calc(100% - 38px);
    max-width: calc(100% - 38px);
    padding-left: 20px;
}
.cs-icon-box-1 .icon-1{
    font-size: 38px;
    line-height: 1;
    color: #11142B;
}
.cs-icon-box-1 .icon-2{
    font-size: 31px;
    line-height: 1;
    color: #11142B;
}
.cs-icon-box-1 .csi-head-1{
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 15px;
}
.cs-icon-box-1 .csi-desc-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 15px;
}
.cs-icon-box-1 .csi-desc-1 a{
    font-weight: 600;
    color: #2B73AC;
    text-decoration: underline;
}
.cs-support-form-con-1{
    padding-left: 38px;
}
.cs-support-form-con-1 .inner-div-1{
    border-radius: 20px;
    background-color: rgba(43, 115, 172, 0.06);
    margin-bottom: 15px;
    padding: 15px 25px;
}
.cs-support-form-con-1 .inner-div-1 .info-desc-1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 25px;
}
.cs-commercials-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
    margin-bottom: 25px;
}
.cs-commercials-row-1 .cscr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-commercials-row-1 .cscr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 410px) / 3);
    flex: 0 0 calc(calc(100% - 410px) / 3);
    max-width: calc(calc(100% - 410px) / 3);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-commercials-row-1 .cscr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-commercials-row-1 .cscr1-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-commercials-row-1 .cscr1-col-all:last-child:after{
    display: none;
}
.cs-commercials-desc-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #2B73AC;
    margin-bottom: 20px;
}
table.dataTable.display tbody tr td .cs-commercials-desc-1:last-child{
    margin-bottom: 10px;
}
.cs-commercials-desc-1 a{
    color: #2B73AC;
}
.cs-commercials-desc-1 span{
    text-decoration: underline;
}
.cs-commercials-desc-1 i{
    font-size: 18px;
    position: relative;
    top: 4px;
    padding-right: 8px;
}
.commercialsTableType1 tbody tr td{
    vertical-align: top;
}
.commercialsTableType1 tbody tr td:first-child{
    vertical-align: middle;
}
.cs-proformaA-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
    margin-bottom: 25px;
}
.cs-proformaA-row-1 .cspra-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-proformaA-row-1 .cspra-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-proformaA-row-1 .cspra-col-all::after{
    content: '';
    width: 1px;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-proformaA-row-1 .cspra-col-all:last-child:after{
    display: none;
}
.cs-search-result-d-2{
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 20px;
}
.proformaA-tt-link-1{
    display: inline-block;
    color: #2B73AC;
}
.proformaA-tt-link-1 i{
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 8px;
}
.proformaA-tt-link-1 span{
    text-decoration: underline;
    font-weight: 700;
}
.proformaA-tt-link-1:hover, .proformaA-tt-link-1:focus{
    color: #2B73AC;
}
.proformaA-all-tt-1{
    font-weight: 700;
}
.proformaA-Cancelled::after{
    content: "\e921";
    font-family: 'bain' !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #E50019;
    margin-left: 10px;
    color: #ffffff;
}
.proformaA-Revised::after{
    content: "\e92f";
    font-family: 'bain' !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #F4CC24;
    margin-left: 10px;
    color: #ffffff;
}
.proformaA-Approved::after{
    content: "\e92e";
    font-family: 'bain' !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #7FBA7A;
    margin-left: 10px;
    color: #ffffff;
}
.proformaA-btn-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 420px;
    margin: 0 auto;
}
.proformaA-btn-row-1 .prfa1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    padding-right: 15px;
}
.proformaA-btn-row-1 .prfa1-col-1:last-child{
    padding-right: 0px;
}
.proformaA-btn-row-1 button{
    width: 100%;
}
.proformaA-tt-btn-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border-radius: 20px;
    border: 1px solid #7FBA7A;
    background-color: transparent;
    transition: all .3s ease;
    padding: 5px 10px;
}
.proformaA-tt-btn-1 i{
    font-size: 18px;
    padding-right: 10px;
}
.proformaA-tt-btn-1:hover{
    background-color: #7FBA7A;
    color: #ffffff;
}
.proformaA-tt-btn-2{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    min-height: 34px;
    border-radius: 20px;
    border: 1px solid #F4CC24;
    background-color: transparent;
    transition: all .3s ease;
    padding: 5px 10px;
}
.proformaA-tt-btn-2 i{
    font-size: 18px;
    padding-right: 10px;
}
.proformaA-tt-btn-2:hover{
    background-color: #F4CC24;
    color: #ffffff;
}
.proformaA-tt-btn-3{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    min-height: 34px;
    border-radius: 20px;
    border: 1px solid #E50019;
    background-color: transparent;
    transition: all .3s ease;
    padding: 5px 10px;
}
.proformaA-tt-btn-3 i{
    font-size: 18px;
    padding-right: 10px;
}
.proformaA-tt-btn-3:hover{
    background-color: #E50019;
    color: #ffffff;
}
.file-upload-input-container-3{
    width: 100%;
    max-width: 300px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 5px;
}
.file-upload-input-container-3 input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 35px;
    width: 100%;
    cursor: pointer;
}
.file-upload-input-container-3 .fake-upload-btn-1{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    border: 1px solid #767676;
    min-height: 35px;
    background-color: #E1E1E1;
    max-width: 145px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}
.file-upload-input-container-3 .file-info-2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #2B73AC;
    margin: 0;
}
.cs-grey-bg-1{
    background-color: #F8F8F8;
}
.wuc-bg-container-1{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 810px;
    max-width: 1085px;
    width: 100%;
    height: 100%;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wuc-bg-container-1 .wuc-text-container-1{
    max-width: 865px;
    margin: 0 auto;
    padding: 0px 30px;
}
.wuc-text-container-1 .head-1{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 15px;
}
.wuc-text-container-1 .head-2{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 25px;
}
.wuc-text-container-1 .desc-1{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 35px;
}
.cs-globe-desc-5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 15px;
}
.cs-globe-success-1{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #7FBA7A;
    margin-bottom: 15px;
}
.cs-orderTracking-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
    border-radius: 80px;
    background-color: rgba(43, 115, 172, 0.09);
    padding: 15px 20px;
    align-items: flex-end;
    margin-bottom: 25px;
}
.cs-orderTracking-row-1 .csotr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderTracking-row-1 .csotr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 410px) / 3);
    flex: 0 0 calc(calc(100% - 410px) / 3);
    max-width: calc(calc(100% - 410px) / 3);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderTracking-row-1 .csotr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderTracking-row-1 .csotr1-col-all::after{
    content: '';
    width: 0;
    height: 18px;
    background-color: #707070;
    position: absolute;
    right: 0;
    bottom: 12px;
    z-index: 1;
}
.cs-orderTracking-row-1 .csotr1-col-all:last-child:after{
    display: none;
}
.cs-orderTracking-filter-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px auto 25px;
    max-width: 900px;
}
.cs-orderTracking-filter-1 .csotf1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(calc(100% - 100px) / 6);
    flex: 0 0 calc(calc(100% - 100px) / 6);
    max-width: calc(calc(100% - 100px) / 6);
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}
.cs-orderTracking-filter-1 .csotf1-col-1:first-child{
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}
.cs-orderTracking-filter-1 .csotf1-col-1:first-child::after{
    content: '';
    width: 0px;
    height: 28px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-orderTracking-filter-1 .filter-tt-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    position: relative;
    margin: 0;
}
.cs-orderTracking-filter-1 .filter-tt-1 span{
    font-size: 20px;
    color: #3E73A7;
    padding-right: 5px;
    position: relative;
    top: 4px;
}
.cs-orderTracking-filter-1 .filter-tt-1 span.active::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D32C29;
    position: absolute;
    top: -2px;
    right: 4px;
    z-index: 1;
}
.cs-orderTracking-filter-1 .ccf-ss-1{
    position: relative;
}
.cs-orderTracking-filter-1 .ccf-ss-1 input{
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0 !important;
}
.cs-orderTracking-filter-1 .ccf-ss-1 label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #3E73A7;
    height: 30px;
    border-radius: 25px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #191919;
    padding: 5px;
    transition: all .3s ease;
}
.cs-orderTracking-filter-1 .ccf-ss-1 input:checked + label{
    background-color: #3E73A7;
    color: #ffffff;
}
.cs-select2-container-3 .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #3E73A7;
    border-radius: 25px;
    height: 30px;
}
.cs-select2-container-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 5px 10px;
}
.cs-select2-container-3 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #11142D;
}
.cs-select2-container-3 .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: "\e906";
    font-family: 'bain' !important;
    font-size: 8px;
    color: #3E73A7;
}
.cs-select2-container-3 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    content: "\e904";
}
.cs-select2-container-3 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
    position: absolute;
    top: 2px;
    right: 8px;
    width: 14px;
}
.cs-select2-container-3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .cs-select2-container-3 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 25px;
}
.cs-select2-container-3 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .cs-select2-container-3 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 25px;
}
.cs-row-3{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-row-3 .csr3-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
}
.cs-row-3 .csr3-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
}
.cs-orderTracking-list-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.cs-orderTracking-list-row-1 .csotlr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.cs-orderTracking-list-row-1 .csotlr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.orderTrackingAll1 .order-list-m-1{
    list-style: none;
    padding: 0;
    margin: 0;
}
.orderTrackingAll1 .order-list-m-1 li{
    line-height: 1;
    border-bottom: 0.2px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.orderTrackingAll1 .order-list-m-1 li:last-child{
    border: 0;
    padding: 0;
    margin: 0;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1{
    position: relative;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1::after{
    content: "\e907";
    font-family: 'bain' !important;
    font-size: 16px;
    color: #2E4765;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 input{
    cursor: pointer !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 0 !important;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 label{
    cursor: pointer;
    width: 100%;
    border: 0;
    border-radius: 10px;
    margin: 0;
    background-color: #F2F2F2;
    padding: 15px 25px;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 input:checked + label{
    background-color: #EAEAEA;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08);
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 input:checked + label::before{
    content: '';
    background-color: #E50019;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    border-radius: 20px 0 0 20px;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 input:checked + label::after{
    content: '';
    background-color: #EAEAEA;
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 30px;
    z-index: 1;
    border-right: 0.2px solid #707070;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .info-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 12px;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .info-row-1:last-child{
    margin-bottom: 0;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .info-row-1 .ir1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .info-row-1 .ir1-col-1:first-child::after{
    content: ':';
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 1;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .desc-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #11142D;
    margin: 0;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .desc-2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    margin: 0;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .link-1{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    margin: 0;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .link-1 i{
    position: relative;
    top: 2px;
    padding-right: 5px;
}
.orderTrackingAll1 .order-list-m-1 .order-list-i-1 .link-1 span{
    text-decoration: underline;
}
.cs-orderDetail-container-1{
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 40px 20px 20px;
    height: 100%;
}
.cs-orderDetail-container-1.first{
    border-radius: 0px 10px 10px 10px;
}
.cs-orderDetail-container-1.last{
    border-radius: 10px 10px 10px 0px;
}
.cs-orderDetail-container-1 .order-detail-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 25px;
}
.cs-orderDetail-container-1 .order-detail-row-1 .co-odr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderDetail-container-1 .order-detail-row-1 .co-odr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderDetail-container-1 .order-detail-row-1 .co-odr1-col-3{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderDetail-container-1 .order-detail-row-1 .co-odr1-col-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 710px);
    flex: 0 0 calc(100% - 710px);
    max-width: calc(100% - 710px);
    padding-left: 10px;
    padding-right: 10px;
}
.cs-orderDetail-container-1 .order-detail-row-1.head-type-1{
    margin-bottom: 40px;
    padding: 0 20px;
}
.cs-orderDetail-container-1 .order-detail-row-1.head-type-1 .co-odr1-col-all{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    text-align: center;
}
.cs-orderDetail-container-1 .order-detail-row-1.body-type-1{
    margin-bottom: 0px;
}
.cs-orderDetail-container-1 .order-detail-row-1.body-type-1 .co-odr2-col-all::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2px;
    height: 75px;
    background-color: #707070;
}
.cs-orderDetail-container-1 .order-detail-row-1.body-type-1 .co-odr2-col-all:last-child::after{
    display: none;
}
.cs-orderDetail-container-1 .order-detail-row-1.body-type-1 .co-odr2-col-all:last-child{
    text-align: center;
}
.cs-orderDetail-container-1 .order-detail-row-2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
}
.cs-orderDetail-container-1 .order-detail-row-2 .co-odr2-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
}
.cs-orderDetail-container-1 .order-detail-row-2 .co-odr2-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    padding-left: 10px;
}
.cs-orderDetail-container-1 .detail-item-1{
    border-radius: 25px;
    background-color: #ffffff;
    padding: 25px 20px;
    margin-bottom: 20px;
}
.cs-orderDetail-container-1 .desc-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin: 0;
    text-align: center;
}
.cs-orderDetail-container-1 .desc-2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin: 0;
}
.cs-orderDetail-container-1 .desc-3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #11142D;
    margin: 0;
    text-align: center;
}
.cs-orderDetail-container-1 .desc-4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #767676;
    margin-bottom: 5px;
}
.cs-orderDetail-container-1 .desc-5{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    margin-bottom: 10px;
}
.cs-orderDetail-container-1 .card-open-btn-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #3E3F45;
    padding: 0;
    border: 0;
    background-color: transparent;
    min-height: 50px;
}
.cs-orderDetail-container-1 .card-open-btn-1::after{
    content: "\e906";
    font-family: 'bain' !important;
    font-size: 9px;
    padding-left: 5px;
}
.cs-orderDetail-container-1 .card-open-btn-1.active:after{
    content: "\e904";
}
.cs-progress-1{
    background-color: #E50019;
    height: 8px;
    border-radius: 4px;
}
.cs-progress-1 .progress-bar{
    background-color: #7FBA7A;
    border-radius: 4px;
}
.cs-orderDetail-container-1 .order-detail-info-d-1{
    padding-top: 25px;
    display: none;
}
.cs-orderDetail-container-1 .od-head-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #11142D;
    border-top: 0.2px solid #707070;
    border-bottom: 0.2px solid #707070;
    margin-bottom: 20px;
    padding: 14px 0px;
}
.cs-orderDetail-container-1 .od-item-1{
    border-bottom: 0.2px solid #707070;
    margin-bottom: 25px;
}
.cs-orderDetail-container-1 .od-all-container-1 .od-item-1:last-child{
    border-bottom: 0px;
    margin-bottom: 0px;
}
.cs-orderDetail-container-1 .od-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -ms-flex-align: center;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 25px;
}
.cs-orderDetail-container-1 .od-row-1 .odr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding-left: 12px;
    padding-right: 12px;
}
.cs-orderDetail-container-1 .od-row-1 .odr1-col-1::after{
    content: ':';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cs-orderDetail-container-1 .od-row-1 .odr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 12px;
    padding-right: 12px;
}
.cs-orderDetail-container-1 .od-desc-1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 0;
}
.cs-orderDetail-container-1 .od-desc-1 strong{
    font-weight: 900;
}
.cs-orderDetail-container-1 .od-desc-2{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #11142D;
    margin-bottom: 0;
}
.cs-orderDetail-container-1 .od-list-m-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cs-orderDetail-container-1 .od-list-m-1 li{
    position: relative;
    line-height: 1;
    width: 20%;
    padding-left: 40px;
}
.cs-orderDetail-container-1 .od-list-m-1 li:before{
    content: '';
    position: absolute;
    left: 2px;
    top: 18px;
    z-index: 1;
    width: 30px;
    height: 1px;
    background-color: #BEBEC0;
}
.cs-orderDetail-container-1 .od-list-m-1 li:first-child{
    padding-left: 0px;
}
.cs-orderDetail-container-1 .od-list-m-1 li:first-child::before{
    display: none;
}
.cs-orderDetail-container-1 .od-list-m-1 li.active .step-text-1{
    background-color: #7FBA7A;
}
.cs-orderDetail-container-1 .od-list-m-1 li.active .step-text-1::before{
    content: "\e918";
    font-family: 'bain' !important;
    font-size: 12px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #7FBA7A;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
.cs-orderDetail-container-1 .od-list-m-1 li.active::before{
    background-color: #7FBA7A;
}
.cs-orderDetail-container-1 .od-list-m-1 li.active .step-text-2{
    color: #11142D;
}
.cs-orderDetail-container-1 .od-list-m-1 li .odl-step-box-1{
    width: 100%;
}
.cs-orderDetail-container-1 .od-list-m-1 li.active:nth-child(3) .odl-step-box-1, .cs-orderDetail-container-1 .od-list-m-1 li.active:nth-child(5) .odl-step-box-1{
    border: 1px solid #7FBA7A;
    border-radius: 50%;
    padding: 2px;
}
.cs-orderDetail-container-1 .od-list-m-1 li.active:nth-child(3) .step-text-1, .cs-orderDetail-container-1 .od-list-m-1 li.active:nth-child(5) .step-text-1{
    height: 30px;
}
.cs-orderDetail-container-1 .od-list-m-1 li.red .step-text-1{
    background-color: #E50019;
}
.cs-orderDetail-container-1 .od-list-m-1 li.red::before{
    background-color: #7FBA7A;
}
.cs-orderDetail-container-1 .od-list-m-1 li.red .step-text-2{
    color: #11142D;
}
.cs-orderDetail-container-1 .od-list-m-1 .odlm-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cs-orderDetail-container-1 .od-list-m-1 .odlm-row-1 .odlmr1-col-1{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
}
.cs-orderDetail-container-1 .od-list-m-1 .odlm-row-1 .odlmr1-col-2{
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 calc(100% - 36px);
    flex: 0 0 calc(100% - 36px);
    max-width: calc(100% - 36px);
    padding-left: 5px;
    text-align: center;
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    border-radius: 50%;
    background-color: #E8E8E8;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-2{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #BEBEC0;
    margin: 0;
    padding: 8px 0px;
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-3{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-4{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 5px;
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-4 a{
    color: #11142D;
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-4 a i{
    position: relative;
    top: 2px;
    padding-right: 3px;
}
.cs-orderDetail-container-1 .od-list-m-1 .step-text-4 a span{
    text-decoration: underline;
}
.orderDetailArea1 .order-detail-row-1, .orderDetailArea1 .detail-item-1, .orderDetailArea1 .cs-quick-search-not-found-1{
    display: none;
}
.cs-global-area-1 .cs-cookie-fly-d-1{
    background-color: #ccccce;
    padding: 15px 50px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    -webkit-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -3px 6px 0px rgba(0,0,0,0.2);
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
}
.cs-global-area-1 .cs-cookie-fly-d-1.deactive{
    opacity: 0;
    visibility: hidden;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .desc-1{
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 10px;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .desc-1 a{
    color: #2B73AC;
    font-weight: 600;
    text-decoration: underline;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .btn-menu-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .btn-menu-1 li{
    line-height: 1;
    margin-bottom: 15px;
    padding: 0px 10px;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .cookies-btn-1{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    background-color: transparent;
    border: 1px solid #2B73AC;
    border-radius: 40px;
    padding: 5px 15px;
    color: #2B73AC;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    transition: all .2s ease;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .cookies-btn-1:hover{
    background-color: #2B73AC;
    color: #ffffff;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .cookies-btn-2{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    background-color: #2B73AC;
    border: 1px solid #2B73AC;
    border-radius: 40px;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    transition: all .2s ease;
}
.cs-global-area-1 .cs-cookie-fly-d-1 .cookies-btn-2:hover{
    background-color: transparent;
    color: #2B73AC;
}
.cs-modal-7 .modal-dialog {
    padding: 10px;
    margin: 2rem auto;
    max-width: 650px;
}
.cs-modal-7 .modal-content{
    border-radius: 20px;
    border: 0;
}
.cs-modal-7 .close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
}
.cs-modal-7 .modal-body{
    padding: 30px 25px;
}
.cs-modal-7 .modal-7-head-1{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    color: #2B73AC;
    border-bottom: 1px solid #2B73AC;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cs-modal-7 .modal-7-desc-1{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 0;
}
.cs-cookies-input-a-1 .csci-sec-all{
    margin-bottom: 25px;
}
.cs-input-2 input:disabled:checked + label:before, .cs-input-2 input:disabled:checked + label{
    opacity: 0.7;
}
.cs-global-footer-1{
    padding: 35px 50px 20px;
    background-color: #EDEDED;
}
.cs-global-footer-1 .f-container-1{
    max-width: 1450px;
    margin: 0 auto;
}
.cs-global-footer-1 .footer-logo-1 img{
    max-height: 28px;
    margin-bottom: 24px;
}
.cs-global-footer-1 .cs-footer-logo-m-1{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cs-global-footer-1 .cs-footer-logo-m-1 li{
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 15px;
}
.cs-global-footer-1 .cs-footer-logo-m-1 li:last-child{
    margin-right: 0px;
}
.cs-global-footer-1 .cs-footer-logo-m-1 li img{
    max-height: 30px;
}
.cs-global-footer-1 .cs-footer-menu-1{
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}
.cs-global-footer-1 .cs-footer-menu-1 li{
    line-height: 1;
    margin-bottom: 10px;
}
.cs-global-footer-1 .cs-footer-menu-1 li a{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #191919;
    text-decoration: underline;
}
.cs-global-footer-1 .footer-desc-1{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #191919;
    margin-bottom: 10px;
}
.cs-global-footer-1 .footer-desc-1 strong{
    font-weight: 700;
}
.cs-global-footer-1 .footer-desc-1 a{
    color: #191919;
}
.cs-global-footer-1 .footer-desc-1 a:hover{
    color: #191919;
}
.cs-modal-1 .content-area-3 .action-menu-3{
    list-style: none;
    padding: 15px 0px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-modal-1 .content-area-3 .action-menu-3 li{
    width: 50%;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0px 5px;
    text-align: center;
}
.cs-modal-1 .content-area-3 .action-menu-3 a, .cs-modal-1 .content-area-3 .action-menu-3 button{
    min-width: unset;
    width: 100%;
}
.pp-js-error-2{
    font-size: 80%;
    line-height: 14px;
    font-weight: 500;
    color: #687B8C;
    margin-bottom: 0px;
    margin-top: 0.25rem;
    display: none;
}
.pp-js-error-2.active {
    display: block;
    color: #dc3545;
}
.cs-search-result-d-3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #11142D;
    margin-bottom: 20px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple{
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #A5A5A5;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple::-webkit-scrollbar-track {
    background: #E5E5E5;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb {
    background: #A5A5A5;
    border-radius: 20px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb:hover {
    background: #727272;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: inline-flex;
    overflow: auto;
    /* margin: 4px 0px; */
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    color: #11142D;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.cs-select2-container-1 .select2-container--focus .select2-search.select2-search--inline{
    display: none;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: transparent;
    border-color: #5C727F;
    border-radius: 25px;
    padding: 0px 10px 0px 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #363636;
    padding: 0;
    border: 0;
    margin: 10px 0px 0px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__choice::after{
    content: ',';
    padding-left: 1px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:first-child{
    margin-left: 10px;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:last-child::after{
    display: none;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 3px;
    padding-right: 0;
}
.cs-select2-container-1 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    background-color: #2B73AC;
    color: #ffffff;
    font-weight: 400;
    border-radius: 50%;
    width: 20px;
    border: 0;
    display: none;
}
.cs-border-w4r-1{
    border-right-width: 4px !important;
}
input::-ms-reveal, input::-ms-clear {
    display: none !important;
}
.popover{
    border: 0;
    background-color: #2B73AC;
    border-radius: 8px;
}
.popover .arrow::after, .popover .arrow::after{
    border-top-color: #2B73AC;
}
.popover-body {
    color: #ffffff;
    font-weight: 700;
}
.globe-row-1.cart-pattern-1 .cs-lef-menu-1 li.csDropdown2 .ddMenu{
    position: fixed;
    left: 105px;
    z-index: 9;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 25px;
    margin-top: -50px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    min-width: 170px;
}
.globe-row-1.cart-pattern-1 .cs-lef-menu-1 li.csDropdown2 {
    background-color: #ffffff;
    padding: 10px 0px;
}
.globe-row-1.cart-pattern-1 .cs-lef-menu-1 li.csDropdown2 .ddMenu {
    list-style: none;
    display: block;
    transition: all .2s ease;
}
.cs-mnt-balloon-1{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    background-color: #ffffff;
    border: 1px solid #2B73AC;
    border-radius: 15px;
    z-index: 2;
    padding: 5px 15px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
}
.cs-dataTable-css-1.first-left-1 tbody tr td:first-child{
    text-align: left;
}
.globe-row-1.passive .cs-lef-menu-1 li.csDropdown2 .ddMenu{
    position: fixed;
    left: 105px;
    z-index: 9;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 25px;
    margin-top: -50px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.15);
    min-width: 170px;
}
.globe-row-1.passive .cs-lef-menu-1 li.csDropdown2 {
    background-color: #ffffff;
    padding: 10px 0px;
}
.globe-row-1.passive .cs-lef-menu-1 li.csDropdown2 .ddMenu {
    list-style: none;
    display: block;
    transition: all .2s ease;
}
.badge-mnt{
    background-color: #2B73AC;
    color: #ffffff;
}
.badge-mnt:hover{
    background-color: #2B73AC;
    color: #ffffff;
}
/* MNT Order Tracking Start */
.csm-order-main-box-1{
    background-color: #EAEAEA;
    border-radius: 10px;
    padding: 15px 20px 40px;
    margin-bottom: 25px;
}
.csm-order-main-box-1 .csmomb1-info-menu-1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    list-style: none;
    padding: 0;
}
.csm-order-main-box-1 .csmomb1-info-menu-1 li{
    position: relative;
    margin-bottom: 15px;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #11142D;
}
.csm-order-main-box-1 .csmomb1-info-menu-1 li::after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #707070;
    position: absolute;
    right: 0px;
    top: 0px;
}
.csm-order-main-box-1 .csmomb1-info-menu-1 li:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.csm-order-main-box-1 .csmomb1-info-menu-1 li:last-child::after{
    display: none;
}
.csm-order-main-box-1 .csmomb1-info-menu-1 li a{
    color: #11142D;
    font-weight: 900;
    padding-left: 5px;
}
.csm-order-main-box-1 .csmomb1-info-menu-1 li a span{
    display: inline-block;
    text-decoration: underline;
    padding-left: 5px;
}
.csm-order-list-box-1{
    background-color: #ffffff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 56px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 3px 56px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 3px 56px 0px rgba(0,0,0,0.04);
}
.csm-order-list-box-1 .csmolb1-head-a-1{
    padding: 25px 0px 15px;
    text-align: center;
}
.csm-order-row-1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.csm-order-row-1 .csmor1-col-all{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    min-height: 80px;
}
.csm-order-row-1 .csmor1-col-all:last-child{
    border-right: 0px;
}
.csm-order-row-1 .csmor1-col-1{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    max-width: 115px;
}
.csm-order-row-1 .csmor1-col-2{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 calc(100% - calc(calc(6*115px) + 175px));
    flex: 0 0 calc(100% - calc(calc(6*115px) + 175px));
    max-width: calc(100% - calc(calc(6*115px) + 175px));
}
.csm-order-row-1 .csmor1-col-3{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    max-width: 175px;
}
.csmolb1-head-a-1 .csm-order-row-1 .csmor1-col-all{
    border: 0;
    min-height: auto;
    align-items: flex-start;
}
.csm-order-col-head-1{
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    color: #11142D;
    margin: 0;
}
.csm-order-col-desc-1{
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    margin: 0;
    text-align: center;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 2px 5px;
}
.csm-order-col-desc-1 a{
    color: #2B73AC;
}
.csm-order-col-desc-1 a i{
    font-size: 12px;
}
.csm-order-col-desc-1 a span{
    text-decoration: underline;
}
.csm-order-col-desc-1.type-2{
    word-break: break-word;
    max-height: 100%;
    overflow: auto;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}
.csm-order-col-desc-2{
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #11142D;
    margin: 0;
    text-align: left;
    width: 100%;
    padding: 0px 10px;
}
.csm-order-col-desc-2 i{
    color: #ffffff;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #7FBA7A;
}
.tooltip .arrow{
    display: none;
}
.tooltip.show{
    opacity: 1;
}
.tooltip-inner{
    max-width: 500px;
    min-width: 300px;
    padding: 30px 15px;
    width: 100%;
    border: 1px solid #2B73AC;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.17);
    text-align: left;
    position: relative;
    background-color: #FFFFFF;
    color: #ffffff;
}
.tooltip .tooltip-close-b{
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    font-size: 24px;
    color: #191919;
    line-height: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
}
.tooltip .tooltip-my-head-1{
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #11142D;
    margin-bottom: 20px;
}
.tooltip .tooltip-table-d-1{
    background-color: #F8F8F8;
    border-radius: 6px;
}
.tooltip .tooltip-table-d-1 table{
    margin: 0;
}
.tooltip .tooltip-table-d-1 table thead td, .tooltip .tooltip-table-d-1 table thead th{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #11142D;
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
}
.tooltip .tooltip-table-d-1 table tbody td, .tooltip .tooltip-table-d-1 table tbody th{
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #11142D;
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
}
.tooltip .tooltip-table-d-1 table tbody tr:last-child td, .tooltip .tooltip-table-d-1 table tbody tr:last-child th{
    border: 0;
}
.tooltip .tooltip-table-d-1 table a{
    color: #2B73AC;
    text-decoration: underline;
}
/* MNT Order Tracking End */