@font-face {
    font-family: 'AvenirLTStd_book';
    src: url(../fonts/avenirltstd-book.otf);
}

input:focus {
    outline: none !important;
}

/* ---------------------log-in------------------------- */
/* --------------------------------------------------- */
.login {
    background-image: url(../images/utordo_login_image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'AvenirLTStd_book';
    font-size: 16px;
    color: #333333;
    height: 100vh;
    padding-top: 130px;
    padding-bottom: 15px;
}

.login-box,
.frgt-pw-box {
    background-color: #fcfbfb;
    padding: 10px 40px 20px;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.frgt-pw-box {
    padding-top: 17px;
    padding-bottom: 37px;
}

.login-logo {
    margin-bottom: 45px;
}

.login-logo>img {
    max-width: 160px;
}

.login-form fieldset>span,
.frgt-pw-box fieldset>span {
    text-transform: uppercase;
    font-size: 9px;
    color: #515151;
    letter-spacing: 0.5px;
}

.login-form fieldset>span>i,
.frgt-pw-box fieldset>span>i {
    font-size: 12px;
    color: #888;
    margin-right: 5px;
}

.login-form fieldset {
    margin-bottom: 25px;
}

.login-form input[type="email"],
.login-form input[type="password"],
.login-form input[type="text"],
.frgt-pw-box input[type="email"] {
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none;
    font-family: 'AvenirLTStd_book';
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #888888;
    background: transparent;
}

.frgt-pw-box input[type="email"] {
    margin-bottom: 20px;
}

.login-form input::placeholder {
    opacity: 1;
}

#ShowHidePassword {
    margin-left: -30px;
    color: #888888;
    font-size: 12px;
    padding-top: 8px;
    cursor: pointer;
}

.login-form button,
.frgt-pw-box button {
    margin: 5px auto 0;
    background: #0fbcf4;
    border: none;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'AvenirLTStd_book';
}

.login-form .frgt-pw {
    text-align: center;
    font-family: 'AvenirLTStd_book';
    font-size: 9px;
    padding: 20px 0 0;
    letter-spacing: 0.5px;
    color: #737373;
    text-transform: uppercase;
    text-decoration: none;
}

.login-form .frgt-pw:hover {
    color: #0fbcf4;
}

.login-box,
.frgt-pw-box {
    margin-bottom: 20px;
}

.signup p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    display: block;
    text-align: center;
}

.signup p>a {
    color: #0fbcf4 !important;
}

.signup p>a:hover {
    text-decoration: none;
}

.copyright {
    color: #ececec;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'AvenirLTStd_book';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.forget-pass-back {
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.forget-pass-back a {
    background: #e69b18;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: capitalize;
}



/* ---------------------register---------------------- */
/* --------------------------------------------------- */

body.register {
    background-image: url(../images/Login_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'AvenirLTStd_book';
    font-size: 16px;
    color: #333333;
    padding-bottom: 60px;
    /* height: 100vh; */
}

.register .login-logo {
    margin-bottom: 55px;
}

.register .login-box {
    padding-top: 20px;
    margin-bottom: 40px;
}

.register .login-form input {
    padding-bottom: 15px;
    padding-left: 15px;
}

.register .login-form input::placeholder {
    opacity: 0.5;
}

.login-form input[type="tel"] {
    padding-left: 20px;
    border: none;
    border-bottom: 1px solid #cccccc;
    outline: none;
    font-family: 'AvenirLTStd_book';
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #888888;
    background: transparent;
}

.register .signup p>a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
}

.register .signup p>a:hover {
    color: #23527c !important;
}


/* ---------------------dashboard---------------------- */
/* --------------------------------------------------- */

.left-sidebar-menu {
    /* background-color: #131618; */
    width: 18.5%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    transition: all 0.2s ease-in-out;
}

.right-body-area {
    background-color: #fff;
    /* width: 81.5%; */
    width: 100%;
    /* padding-left: 266px; */
    padding-left: 18.5%;
    transition: all 0.2s ease-in-out;
}

.logo-area {
    padding-top: 5px;
    padding-left: 30px;
    padding-bottom: 5px;
    background-color: #131618;
}

.logo-area a>img {
    max-width: 65px;
    width: 100%;
    margin-right: 10px;
}

.version-info {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    /* font-family: "Open Sans", sans-serif; */
    margin-right: 10px;
    width: max-content;
}

.version-info:hover {
    color: #fff !important;
}

.logo-area p {
    margin-bottom: 0;
}

.logo-area a>i {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

ul.side-menu-main {
    list-style-type: none;
    padding-left: 0;
    background-color: #131618;
    height: 100vh;
    transition: all 0.2s ease-in-out;
}

ul.side-menu-main li {
    display: block;
    position: relative;
    width: 100%;
    border-right: 4px solid transparent;
    border-bottom: 1px solid #393939;
    cursor: pointer;
    font-family: 'AvenirLTStd_book';
    display: block;
    text-decoration: none;
    text-align: left;
    color: #a1a1a1;
    background-color: transparent;
    font-size: 12px;
    padding: 18px 20px 16px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    text-transform: uppercase;
}

ul.side-menu-main li:hover {
    border-right: 4px solid #0fbcf4;
}

ul.side-menu-main li>a {
    text-decoration: none;
    color: #a1a1a1;
    display: block;
    width: 100%;
    position: relative;
    z-index: 999;
}

ul.side-menu-main li .removetxt {
    padding-left: 15px;
    transition: all 0.2s ease-in-out;
}

.right-body-area nav {
    padding-left: 55px;
    padding-right: 55px;
    border-bottom: 1px solid #dbdbdb;
    z-index: 999;
    justify-content: center;
}

.fixedtop {
    position: fixed;
    top: 0;
    width: 81.5%;
    background-color: #fff;
}

.right_menubar_mid {
    width: 45%;
    float: left;
    padding-top: 5px;
    display: flex;
    position: relative;
}

.right_menubar_mid .close-btn {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 2px;
    top: 7px;
    height: 16px;
    width: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    cursor: pointer;
}

.right_menubar_mid ul:nth-child(1) {
    padding: 0;
    max-width: 80px;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 2px solid #000;
    margin-bottom: 5px;
}

.right_menubar_mid ul:nth-child(2) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 5px;
}

.right_menubar_mid ul {
    background-color: #1c2536;
    display: flex;
    border-radius: 5px;
    padding: 0 10px;
    width: 100%;
}

.right_menubar_mid>ul>li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 9px 10px;
    border-right: 2px solid #000;
    width: 100%;
    position: relative;
}

.right_menubar_mid>ul>li:last-child {
    border-right: none;
}

.right_menubar_mid ul li .choices {
    display: none;
    position: absolute;
    background: #1c2536;
    min-width: 300px;
    border-radius: 5px;
    padding: 15px;
    left: -10px;
    top: 55px;
}

.right_menubar_mid ul li .choices .label {
    font-size: 10px;
    padding: 0;
    color: #fff;
}

.right_menubar_mid ul li .choices .detail {
    font-size: 10px;
    color: #ffffff8f;
    line-height: 1.2;
    font-weight: 400;
}

.right_menubar_mid ul li .details {
    font-size: 12px;
    color: #f1e5e6;
    display: flex;
    align-items: center;
}

.right_menubar_mid>ul>li .label-container span,
.right_menubar_mid>ul>li .upper {
    font-size: 11px;
    padding-left: 0;
    color: #fff;
}

.right_menubar_mid>ul>li .label-container {
    cursor: pointer;
}

.right_menubar_mid>ul>li .lower>span.status-green {
    font-size: 9px;
    padding-left: 6px;
    color: green;
    font-weight: 600;
}

.right_menubar_mid>ul>li .lower>span.status-red {
    font-size: 9px;
    padding-left: 6px;
    color: #d55757;
    font-weight: 600;
}

.choice1-label,
.choice2-label {
    display: none;
}

.right_menubar_mid ul li .details.choice1-order,
.right_menubar_mid ul li .details.choice2-order {
    display: none;
}

.right_menubar_mid ul li .details.choice1-orderitem,
.right_menubar_mid ul li .details.choice2-orderitem {
    display: none;
}

.right_menubar_mid ul li .details.choice1-ordercancel,
.right_menubar_mid ul li .details.choice2-ordercancel {
    display: none;
}

.right_menubar_mid>ul>li canvas {
    position: absolute;
    right: 0;
    bottom: -7px;
    /*background-color: #1c2536*/
    ;
    max-width: 50px;
    width: 100%;
    /*height: 45% !important;*/
}

.choices input[type="radio"]:checked,
.choices input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.choices input[type="radio"]:checked+label::before,
.choices input[type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b7b7b7;
    border-radius: 100%;
    background: #fff;
}

.choices input[type="radio"]:checked+label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0fbcf4;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.choices input[type="radio"]:checked+label,
.choices input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333333;
    text-transform: uppercase;
    font-size: 10px;
}

.menubar-left {
    padding-right: 4px;
    display: flex;
    align-items: center;
}

.menubar-left span {
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333545;
    margin-right: 5px;
}

.menubar-left input[type="search"] {
    padding: 5px;
    border: 1px solid #ccc;
}

.menubar-right {
    display: flex;
    align-items: center;
}

.notification_icon_box {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #dbdbdb;
    cursor: pointer;
}

.notification_icon_box i {
    color: #848484;
}

.notification_icon_box span {
    position: absolute;
    top: 15px;
    background: #f4133d;
    padding: 1px 5px;
    border-radius: 100%;
    font-family: 'AvenirLTStd_book';
    font-size: 10px;
    color: #fff;
}

.profile-dropdown {
    padding-left: 50px;
    position: relative;
}

.profile-dropdown .dropbtn {
    background-color: transparent;
    color: #2d2d2d;
    border: none;
    cursor: pointer;
    font-family: 'AvenirLTStd_book';
    font-size: 12px;
}

.profile-dropdown .dropbtn>img {
    margin-right: 3px;
}

.profile-dropdown .dropbtn>i {
    margin-left: 3px;
}

.menu_boxes_home_colorbar {
    padding-top: 126px;
    padding-right: 130px;
    padding-left: 60px;
    padding-bottom: 32px;
}

.green_clrbar {
    border-bottom: 4px solid #2ed186;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    color: #555555;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.green_clrbar i {
    color: #2ed186;
    margin-right: 10px;
    font-size: 18px;
}

.blue_clrbar {
    border-bottom: 4px solid #0fbcf4;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    color: #555555;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blue_clrbar i {
    color: #0fbcf4;
    margin-right: 10px;
    font-size: 18px;
}

.red_clrbar {
    border-bottom: 4px solid #f4133d;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    color: #555555;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red_clrbar i {
    color: #f4133d;
    margin-right: 10px;
    font-size: 18px;
}

.grey_box {
    background-color: #808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 23px 0 18px;
    transition: all 0.2s ease-in-out;
}

.grey_box:hover {
    background-color: #0fbcf4;
}

.grey_box h5 {
    font-size: 13px;
    font-family: 'AvenirLTStd_book';
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.grey_box p {
    padding-top: 10px;
    font-size: 10px;
    font-family: 'AvenirLTStd_book';
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #fff;
}

.grey-box-link {
    text-decoration: none;
}

.grey-box-link .grey_box h5,
.grey-box-link .grey_box p {
    text-transform: uppercase;
}

.menu_boxes_home_colorbar .col-md-4 {
    padding: 0 3px;
}

.notification-box {
    margin-top: 18px;
    padding: 38px 30px 18px;
    background-color: #808080;
    position: relative;
    width: 102%;
    margin-left: -1%;
}

.notification-box h3 {
    font-size: 20px;
    font-family: 'AvenirLTStd_book';
    font-weight: 600;
    padding: 0 0 20px;
    color: white;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
}

.notification-box p {
    font-size: 14px;
    font-family: 'AvenirLTStd_book';
    font-weight: 600;
    padding: 0 0 20px;
    color: white;
    line-height: 20px;
    margin-bottom: 0;
}

.notification-box .more_link {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    color: #0fbcf4 !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'AvenirLTStd_book';
    font-weight: 600;
    text-decoration: none;
}

.notification-box .close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.footer-banner,
.footer-copyright {
    margin-top: 18px;
    width: 102%;
    margin-left: -1%;
}

.footer-banner>img {
    width: 100%;
}

.footer-copyright {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.footer-copyright p {
    margin-bottom: 0;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    color: #656565;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.small_sidebar {
    width: 70px;
    min-width: 64px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.small_sidebar .logo-area {
    padding-left: 5px;
}

.small_sidebar .menu-toggler {
    padding-right: 5px;
}

.side-menu-main.small_sidebar .has_child::after {
    display: none;
}

.text_hide {
    display: none;
    transition-delay: 2s;
}

.full_width {
    padding-left: 0;
}

.footer_full_width {
    width: 90% !important;
}

.fix_nav_full {
    /* left: 263px; */
    left: 70px;
    width: 100%;
    /* justify-content: flex-start !important; */
}

.scrollto-top {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0fbcf4;
    position: fixed;
    bottom: 30px;
    right: 50px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    display: none;
}

.has_child::after {
    content: "\f105";
    font-family: Fontawesome;
    color: #6a6a6a;
    clear: none;
    font-size: 16px;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 15px;
    width: 100%;
}

.has_child.down::after {
    content: "\f107";
    font-family: Fontawesome;
    color: #6a6a6a;
}

.has_child ul {
    display: none;
    padding-left: 0;
    max-height: 150px;
    max-width: 100%;
    width: 100%;
}

.has_child ul li {
    border: none;
}

.has_child ul li:hover {
    border: none;
}

.has_child ul li::before {
    content: "\f105";
    font-family: Fontawesome;
    color: #6a6a6a;
    clear: none;
    font-size: 16px;
    position: absolute;
    right: unset;
    left: 5px;
    top: 15px;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: -7px 9px 3px -1px rgba(0, 0, 0, 0.05);
    z-index: 1;
    left: 15px;
    top: 45px;
    border: 1px solid #e4e4e4;
    text-align: left;
}

.dropdown-content a {
    color: #656565;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'AvenirLTStd_book';
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown-content a i {
    color: #858585;
    font-size: 14px;
    margin-right: 12px;
}

.logout_bttn i {
    position: absolute;
    right: 0px;
    top: 9px;
    color: #fff !important;
    font-size: 12px;
}

.logout_bttn {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    background: #000;
    color: #fff !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-family: 'AvenirLTStd_book' !important;
    padding: 9px 10px !important;
    padding-left: 25px !important;
    border: none;
}

.logout_bttn:hover {
    background-color: #000 !important;
}

.show {
    display: block;
}

.notification_box_overlay {
    display: none;
    position: fixed;
    top: 66px;
    width: 82%;
    height: 100%;
    left: 18%;
    background-color: #000000a3;
}

.notification_box {
    background-color: #fff;
    padding: 30px 0 40px 40px;
    position: relative;
}

.notification_box h2 {
    color: #212121;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'AvenirLTStd_book';
    padding-bottom: 15px;
    max-width: 450px;
    border-bottom: 1px solid #000;
}

.noti_list {
    padding-left: 0;
    list-style-type: none;
    max-width: 450px;
}

.noti_list li {
    border-bottom: 1px solid #e5e5e5;
}

.noti_list span {
    padding: 2px 10px 3px;
    border-radius: 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #0fbcf4;
}

.noti_list p {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
}

.noti_list p:last-child {
    margin-top: 5px;
    margin-bottom: 15px;
}

.noti_list p>a {
    color: #1295bf;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.modal.notify-overlay {
    align-items: center;
    justify-content: center;
    background-color: #000000a3;
}

.notifi-popup {
    background-color: #fff;
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 30px;
    position: relative;
}

.notifi-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    font-size: 20px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 600;
}

.notifi-popup h2 {
    color: #212121;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'AvenirLTStd_book';
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.notifi-popup ul {
    padding-left: 0;
    list-style-type: none;
}

.notifi-popup ul li {
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 5px;
}


/* ---------------channel-integration------------------ */
/* --------------------------------------------------- */

.order-buyer_infos_five_left_container {
    width: auto;
    padding: 0 40px;
    margin: 0 auto;
}

.order-buyer_infos_five_left_container h5 {
    color: #1b2535;
    font-size: 17px;
    font-family: 'AvenirLTStd_book';
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0 0 15px;
    border-bottom: 1px solid #dadad7;
}

#sttinsShopifyTable {
    border: 1px solid #ccc;
}

#sttinsShopifyTable thead th {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'AvenirLTStd_book';
    background: #333;
}

#sttinsShopifyTable>thead>tr>th:last-child {
    border-right: none;
}

#sttinsShopifyTable>tbody>tr>td {
    font-size: 14px;
    font-family: 'AvenirLTStd_book';
}

#sttinsShopifyTable>tbody>tr>td {
    border-top: none;
}

#sttinsShopifyTable>tbody>tr>td {
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
}

#sttinsShopifyTable>tbody>tr>td>p {
    margin-bottom: 0;
}

#sttinsShopifyTable>tbody>tr>td>img {
    max-width: 30px;
}

.cntainer {
    display: inline;
    position: relative;
    padding-left: 0px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 8px 11px 0 !important;
}

.cntainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: -8px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

.cntainer .checkmark::after {
    left: 5px;
    top: -1px;
    width: 6px;
    height: 13px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.channel-list {
    padding: 110px 50px 0;
    position: relative;
    height: 100vh;
}

/* .channel-list .footer-copyright{
    position: absolute;
    left: 6%;
    width: 90%;
    bottom: 30px;
} */

.sttinTopSecBttons {
    width: 100%;
    margin: 20px auto 10px;
    text-align: right;
}

.btnadd {
    width: 70px;
    height: 30px;
    background: #0fbcf4;
    border-radius: 0;
    color: #FFF;
    text-align: center;
    border: none;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0;
}

.order_status {
    border: none;
    background: unset;
}

.sttinTopSecBttons p button {
    padding: 5px 8px;
    background: #f1f1f1;
    border: none;
    margin: 5px;
    text-align: center;
    border-radius: 1px;
    box-shadow: 1px 1px 2px #ccc;
    min-width: 100px;
    min-height: 30px;
    max-width: 100px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(1px);
}

#sttinsShopifyTable>thead>tr>th {
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

#sttinsShopifyTable .all_chck_box {
    width: 100%;
    padding: 0;
    background: transparent;
}

.cntainer:hover input~.checkmark {
    background-color: #ccc;
}

.cntainer input:checked~.checkmark {
    background-color: #0fbcf4;
    border: 1px solid transparent;
}

.cntainer input:checked~.checkmark::after {
    display: block;
}

#sttinsShopifyTable .checkmark_list {
    top: 5px !important;
    left: -8px;
}

#sttinsShopifyTable .has-switch {
    transform: scale(0.8);
}

#sttinsShopifyTable tbody tr td:last-child p i {
    padding: 8px 0 0;
    background: #f1f1f1;
    margin: 1px 0 0px 4px;
    min-width: 28px;
    text-align: center;
    min-height: 26px;
    border-radius: 1px;
    box-shadow: 1px 1px 2px #ccc;
}

#sttinsShopifyTable tbody tr td:last-child p>a {
    color: #0fbcf4;
    text-decoration: none !important;
}


/* ------------------api-details tab------------------ */
/* --------------------------------------------------- */
.api-details {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
}

.api-details fieldset {
    margin-bottom: 40px;
}

.api-details fieldset h3 {
    width: 130px;
    display: inline;
    font-size: 11px;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    position: relative;
    float: left;
    padding: 10px 0 0;
}

.api-details fieldset input {
    width: auto;
    min-width: 200px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    font-size: 12px;
    color: #555555;
    font-family: 'AvenirLTStd_book';
    padding: 10px 0;
    margin-left: 10px;
}

.api-details fieldset input[type="file"] {
    max-width: 200px;
    border: none !important;
    padding-left: 5px;
}

.api-details fieldset select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 34px;
    float: right;
    margin: 0px 0px 0 0px;
    padding: 5px 25px 0 5px;
    font-size: 11px;
    color: #777777;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    line-height: 20px;
    color: #333;
    background-color: transparent;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #aaaaa7;
    -ms-word-break: normal;
    word-break: normal;
    position: relative;
    margin-left: 14px;
    position: relative;
}

.api-details fieldset .drpdown {
    position: relative;
}

.api-details fieldset .drpdown::after {
    content: "\f107";
    font-family: Fontawesome;
    color: #333333;
    right: 0px;
    top: 0px;
    height: 34px;
    padding: 5px 0px 0px 8px;
    border-left: none;
    position: absolute;
    pointer-events: none;
}

.api-details fieldset.file_upload {
    position: relative;
}

.api-details fieldset.file_upload img {
    position: absolute;
    bottom: -30px;
    border: 1px solid #000;
    height: 23px;
}

.savebtn {
    padding: 7px 30px;
    background: #0fbbf3;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    font-size: 10px;
    transform: translateX(-60px);
}


/* ---------------------data-conversion----------------------- */
/* ---------------------------------------------------------- */
.modal-dialog {
    text-align: left;
}

.table-strip>tbody>tr:nth-of-type(2n+1) {
    background-color: #f9f9f9 !important;
}

.table-strip>tbody {
    border: none;
    border-top: 2px solid #ddd;
}

.table> :not(:first-child) {
    border-top: 2px solid #ddd !important;
}

.attachment-list {
    width: 100% !important;
    overflow: auto;
    border: 1px solid #cccccc;
}

.attachment-list th {
    background-color: white;
    color: black;
    font-size: 12px;
    border: 1px solid #ddd;
}

.attachment-list td {
    border: 1px solid #ddd;
}

.acDtlsSaveBox {
    width: 100%;
}

.buyer_infos_submit_bttn {
    width: auto;
    text-align: right;
    margin: 20px 0 0px auto;
    display: block;
    padding: 0 40px;
    overflow: hidden;
}

.buyer_infos_submit_bttn a,
.attachment-list td a {
    color: #0fbcf4;
    text-decoration: none !important;
}

.buyer_infos_submit_bttn {
    text-align: right;
}

.buyer_infos_submit_bttn button,
.buyer_infos_submit_bttn input[type="submit"] {
    padding: 7px 30px;
    background: #0fbbf3;
    border: none;
    color: #fff;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    font-size: 10px;
}


/* ---------------------logs----------------------- */
/* ------------------------------------------------ */
.logs .make-switch {
    margin-top: 15px;
}

.api-details.logs fieldset input {
    min-width: 300px;
}


/* ---------------------smtp-details----------------------- */
/* ------------------------------------------------------- */
.inner-page-content {
    padding: 110px 50px 0;
    position: relative;
}

.inner-page-content .footer-copyright {
    /* width: 100%; */
    margin-left: 0;
    padding-bottom: 40px;
}

.smtp-add {
    max-width: none;
    width: 100%;
    padding: 40px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #f3f3ef;
    margin-bottom: 15px;
}

.smtp-add h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 60px;
}

.api-details.smtp-add fieldset input {
    background-color: transparent;
}

.scroll_table {
    /* border: 1px solid #cccccc; */
    /* border-top: none; */
    /* max-height: 600px; */
    width: 100%;
    position: relative;
}

/* .scroll_chrome {
    overflow-y: auto;
    overflow-x: auto;
}

.order_list_table{
    overflow: auto;
} */

.order_list_table {
    margin-bottom: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.order_list_table>thead {
    background: #1c2536;
}

.tablebox_product .order_list_table>thead>tr>th {
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'AvenirLTStd_book';
    padding-right: 60px !important;
}

.tablebox_product .order_list_table>thead>tr>th:nth-child(1) {
    padding-right: 20px !important;
}

/* .tablebox_product .order_list_table > thead > tr > th>label{width: max-content;} */

.tablebox_product .order_list_table>thead>tr>th .all_chck_box {
    width: 60px;
    padding: 27px 0px 11px;
    background: #0fbcf4;
    float: left;
    text-align: center;
}

.order_list_table.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.order_list_table>tbody>tr>td {
    padding: 25px 20px 25px 0;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
}

.update_plat_btn {
    padding: 7px 30px;
    background: #0fbbf3;
    border: none;
    color: #fff !important;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    font-size: 10px;
}

.order_list_table>tbody>tr>td>a {
    color: #1195bf;
    text-decoration: none;
}

.order_list_table>tbody>tr:hover {
    box-shadow: 0 0px 8px #bfbfbc;
    border-left: 3px solid #0fbcf4;
}

.order_list_table>tbody>tr>td .checkmark_list {
    left: 25px;
}

.order_list_table>thead>tr>th .checkmark {
    left: -7px;
}

.tablebox_product>div:nth-child(1) {
    background: linear-gradient(to bottom, rgba(252, 253, 253, 1) 0%, rgba(236, 243, 244, 1) 100%);
    border: 1px solid #cccccc;
}

.dataTables_scrollBody {
    border: 1px solid #cccccc;
}

.smtp-remove h5 {
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'AvenirLTStd_book';
    margin-bottom: 0;
    padding: 20px 8px;
}

.smtp-remove h5>a {
    text-decoration: none;
    color: #333;
}

.smtp-remove h5>:hover>i {
    color: #0fbcf4;
}

.smtp-remove h5 i {
    margin-right: 4px;
}

.text-content-fields {
    width: auto;
    padding: 20px 0 0;
    overflow: visible;
    clear: both;
    display: none;
}

.product_paginetionleft {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 70%;
    display: block;
    max-width: 320px;
    height: 34px;
    float: right;
    margin: -7px 0px 0 0px;
    padding: 5px 0 0 5px;
    font-size: 11px;
    color: #777777;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    line-height: 20px;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv::after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    color: #333333;
    right: 0px;
    top: 0px;
    height: 34px;
    padding: 5px 0px 0px 8px;
    border-left: none;
    position: absolute;
    pointer-events: none;
}

.product_paginetionleft .selectdiv::after {
    padding: 5px 10px 0px 8px;
}

.product_paginetionleft .selectdiv select {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 56%;
}

.product_paginetionleft .selectdiv::after {
    padding: 5px 10px 0px 8px;
}

.product_paginetionleft .selectdiv {
    float: none;
    display: inline-block;
    min-width: 80px;
    vertical-align: middle;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
}

.product_paginetionleft .selectdiv span {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding-top: 3px;
}

.product_paginetionleft p {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 10px;
    color: #555555;
    margin-bottom: 0;
}

.product_paginetionright {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
}

.product_paginetionright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.holder {
    display: inline-flex;
}

.holder a.jp-previous,
.holder a.jp-next {
    display: block !important;
    padding: 10px;
    background-color: #000;
    color: #FFF;
    text-decoration: none;
}

.holder a.jp-previous {
    margin-right: 10px;
}


/* ---------------------users----------------------- */
/* ------------------------------------------------ */
.filter-user {
    width: auto;
    padding: 40px 40px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    border-top: 2px solid #1b2535;
}

.create-user {
    width: 100%;
    padding: 40px 40px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #f3f3ef;
}

.filter-user h5 {
    color: #1b2535;
    font-size: 16px;
    font-family: 'AvenirLTStd_book';
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 15px;
    border-bottom: 1px solid #dadad7;
    margin-bottom: 20px;
}

.filter-user fieldset label {
    width: 130px;
    display: inline;
    font-size: 11px;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    position: relative;
    float: left;
    padding: 10px 0 0;
}

.filter-user fieldset span>input {
    width: auto;
    min-width: 300px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    font-size: 12px;
    color: #555555;
    font-family: 'AvenirLTStd_book';
    padding: 10px 0;
}

.filter-user fieldset span>input {
    margin-left: 5px;
}

.filter-user fieldset span>input::placeholder {
    font-size: 12px;
    color: #555555;
}

.filter-btn-group {
    margin-top: 38px;
}

.filter-btn-group .btn {
    padding: 7px 30px;
    background: #0fbbf3;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    font-size: 10px;
}

.filter-btn-group .btn:first-child {
    margin-right: 5px;
}

.creat-btn {
    padding: 10px 30px;
    background: #0fbbf3;
    border: none;
    color: #fff;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none;
}

.creat-btn:hover {
    color: #fff;
}

.user-details {
    margin-top: 29px;
    margin-bottom: 35px;
}

.edit-btns {
    margin-bottom: 4px;
}

.edit-btns a {
    font-family: 'AvenirLTStd_book';
    font-weight: 700;
    text-transform: uppercase;
    color: #1b2535;
    font-size: 10px;
    text-decoration: none;
}

.edit-btns a:last-child {
    color: #ec4832 !important;
    margin-left: 10px;
}

.edit-btns a:hover {
    color: inherit;
}

.coDetailsbox {
    width: 100%;
    border: 1px solid #ccc;
    padding-bottom: 20px;
    border-top: none;
}

.coDetailsbox h6 {
    width: 100%;
    background: #1b2535;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: 'AvenirLTStd_book';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.coDtlpart {
    width: 100%;
    padding: 10px 0px 0;
    overflow: hidden;
}

.coDtlpartLeft {
    width: 50%;
    float: left;
}

.coDtlpartRight {
    width: 50%;
    float: right;
}

.coDtlpartLeft p span.fldName,
.coDtlpartRight p span.fldName {
    padding: 0px 20px;
    font-family: 'AvenirLTStd_book';
    font-weight: bold;
    font-size: 15px;
    float: left;
    color: #333545;
}

.coDtlpartLeft p span.fldContent,
.coDtlpartRight p span.fldContent {
    font-family: 'AvenirLTStd_book';
    font-size: 14px;
    float: left;
    color: #333545cf;
}


/* ---------------------add-users----------------------- */
/* ---------------------------------------------------- */
.add-user-main .smtp-add {
    background-color: #fff;
    border-top: 2px solid #1b2535;
}

.add-user-main .smtp-add h5 {
    color: #1b2535;
    font-size: 17px;
    font-family: 'AvenirLTStd_book';
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 15px;
    border-bottom: 1px solid #dadad7;
    width: 50%;
    margin-bottom: 25px;
}

.add-user-main .api-details fieldset {
    width: 100%;
    margin-bottom: 30px;
}

.add-user-main .api-details fieldset>span {
    width: 100%;
}

.add-user-main .api-details fieldset input,
.add-user-main .api-details fieldset select {
    max-width: 300px;
    width: 100%;
}

.add-user-main .api-details fieldset select {
    float: none;
    margin-left: 10px;
}

.add-user-main .api-details fieldset .drpdown::after {
    right: unset;
    transform: translateX(-20px);
}

.add-user-main .savebtn {
    transform: translateX(0);
}

.add-user-main .api-details fieldset h3 {
    width: 138px;
}

.user-groups .smtp-remove h5 {
    border-right: 1px solid #e1e2e2;
}

.user-groups .smtp-remove h5:last-of-type {
    border-right: 0;
}

.api-details.menu-access fieldset h3 {
    margin-bottom: 0;
    padding-top: 15px;
}

.small_text_fieldIPAddress {
    margin-bottom: 20px;
}

.small_text_fieldIPAddress span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.small_text_fieldIPAddress a {
    padding: 7px 15px !important;
    background: #0fbbf3 !important;
    border: none !important;
    color: #fff !important;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    font-size: 12px !important;
    border-radius: 0 !important;
}

.ip-access .tablebox_product {
    margin-top: 45px;
}

.ip-access form p {
    font-size: 11px;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    color: #333545;
    margin-bottom: 0;
}

.ip-access form input[type="checkbox"] {
    margin-top: 0 !important;
}

.ip-access form.search {
    max-width: 300px;
    width: 100%;
}

.ip-access form input[type="search"] {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ip-access form.search button {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
}

.configuration .savebtn {
    transform: translateX(0);
}


/* ----------add user modal--------- */
.channel-table {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #f1f1f1;
    width: 100%;
}

#addUserModal .modal-header {
    background-color: #47678e;
    padding: 18px 12px;
    border-radius: 0 !important;
}

.modal-header h4 {
    font-size: 16px;
    font-family: 'AvenirLTStd_book';
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.modal-title {
    font-size: 16px;
    font-family: 'AvenirLTStd_book';
    color: #434343;
    font-weight: 600;
}

.modal-header .close {
    font-size: 21px;
    font-weight: 700 !important;
    line-height: 1;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    color: #fff;
    opacity: 1;
}

#addUserModal .modal-dialog {
    max-width: 750px !important;
}

.channel-table ul {
    padding-left: 0;
    list-style-type: none;
}

.channel-table ul li {
    background-color: #fff;
    display: flex;
    align-items: center;
}

.channel-table ul li label {
    padding: 5px;
}

.channel-table ul li input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.channel-table input[type="radio"]:checked+label,
.channel-table input[type="radio"]:not(:checked)+label {
    cursor: pointer;
    width: 100%;
}

.channel-table input[type="radio"]:checked+label {
    background: #bcd1e3;
    color: #fff;
}

.channel-table input[type="radio"]:checked+label>span {
    color: #fff;
}

.channel-table ul li:nth-child(2n) {
    background-color: #f7f7f7;
}

.channel-table ul li img {
    max-width: 30px;
    width: 100%;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.channel-table ul li .channel-name {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

#addUserModal .modal-dialog .modal-content {
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
}

.modal-btns button {
    padding: 5px 8px;
    background: #f1f1f1;
    border: none;
    margin: 5px;
    text-align: center;
    border-radius: 1px;
    box-shadow: 1px 1px 2px #ccc;
    min-width: 100px;
    min-height: 35px;
    max-width: 100px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}


/* ----------close modal--------- */

#deleteUserModal .modal-dialog .modal-content,
#cancleShipment .modal-dialog .modal-content {
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    padding: 30px 0 10px;
}

#deleteUserModal .modal-footer,
#cancleShipment .modal-footer {
    border-top: none;
}

#deleteUserModal .modal-footer button,
#cancleShipment .modal-footer button {
    background-color: #6e757b !important;
}

.delete-modal-body p {
    font-size: 16px;
    font-weight: 600;
    color: #333545;
}

/* ---------------------Custom css----------------------- */
/* ------------------------------------------------ */
.modal-dialog.custom_modal_dialog {
    max-width: 950px;
    width: 100%;
}

.modal-header.no_border_modal_header {
    border: none;
}

.font-small {
    font-size: 13px;
}

.checkgroup p>span:first-of-type {
    width: 50px;
    display: inline-flex;
}

.modal-common .modal-dialog .modal-content {
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5) !important;
    padding: 30px 0 10px;
}

.modal-common .modal-footer {
    border-top: none;
}

.modal-common .modal-footer button {
    background-color: #6e757b;
}

.modal-common .btn-default.btnadd {
    background-color: #0fbcf4 !important;
}

.drpdown-data {
    padding-bottom: 5px;
}

.custom-border-bottom {
    border-bottom: 1px solid #ccc;
    ;
}

.custom-max-width {
    max-width: none;
    padding-left: 0;
}

.footer-fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 3.5%;
    width: 75%;
}

.fieldset-has-switch label {
    width: 34% !important;
    display: inherit !important;
    float: none !important;
    padding: 0 !important;
}

.custom-small-image {
    height: 20px;
    width: 20px;
}

/* .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0 !important;
} */

.big-font {
    font-size: 16px;
    color: black;
}

.data_retention_table>tbody>tr>td {
    padding: .5rem;
}

.api-details .data_retention_input fieldset {
    margin-bottom: 0;
}

.api-details .data_retention_input fieldset input {
    width: auto;
    min-width: 200px;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    font-size: 12px;
    color: #555555;
    font-family: 'AvenirLTStd_book';
    padding: 10px 0;
    margin-left: 0px;
    background: transparent;
}

.api-details .data_retention_table thead tr,
.api-details .data_retention_table tbody tr {
    width: 100%;
}

.api-details .data_retention_table thead tr>th,
.api-details .data_retention_table tbody tr>td {
    width: calc(100%/3);
}

.custom-dropdown .custom-dropdown-menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.custom-dropdown .custom-dropdown-menu-item:hover {
    background: rgba(0, 0, 0, .3);
}

.custom-dropdown .custom-dropdown-menu-item:last-child {
    border-bottom: none;
}

.custom-dropdown .custom-dropdown-menu-item a {
    text-decoration: none;
    color: black;
    font-size: 10px;
}

.custom-dropdown .dropdown-menu,
.custom-dropdown .custom-dropdown-menu-item {
    padding: 0 !important;
}

.custom-dropdown .custom-dropdown-menu-item {
    transition: all 0.2s ease-in-out;
}

.custom-dropdown .custom-dropdown-menu-item a {
    display: block;
    padding: 0.8rem 0.25rem;
}

.custom_tablebox_product {
    overflow: visible !important;
}

.dataTables_info {
    /* text-align: right;
    padding-top: 32px !important;
    padding-right: 60px; */
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.dataTables_filter {
    position: absolute;
    top: 12px;
    right: 15px;
}

.dataTables_length {
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 14px;
}

.dataTables_paginate .pagination {
    padding-top: 30px;
}

.dataTables_paginate .pagination .page-link {
    background-color: #1c2536;
    color: #fff;
}

.dataTables_paginate .pagination .page-item.active .page-link {
    border-color: #1c2536;
    background-color: #fff;
    color: #1c2536;
}

/* .scroll_table table.dataTable > thead > tr > th:nth-child(2),
.scroll_table table.dataTable > thead > tr > th:nth-child(3),
.scroll_table table.dataTable > thead > tr > th:nth-child(4),
.scroll_table table.dataTable > thead > tr > th:nth-child(5),
.scroll_table table.dataTable > thead > tr > th:nth-child(6){
    width: 120px;
}

.scroll_table table.dataTable > tbody > tr > td:nth-child(2),
.scroll_table table.dataTable > tbody > tr > td:nth-child(3),
.scroll_table table.dataTable > tbody > tr > td:nth-child(4),
.scroll_table table.dataTable > tbody > tr > td:nth-child(5),
.scroll_table table.dataTable > tbody > tr > td:nth-child(6){
    width: 120px;
} */


.order_list_table {
    width: 100% !important;
}

.btnadd.cancelbtn {
    background-color: #6e757b;
}

.dropdown-menu .nav-tabs .nav-link {
    font-size: 12px !important;
    padding: 6px 4px !important;
    color: #000 !important;
}

.dropdown-menu .sortlist,
.dropdown-menu .sort-data {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
}

.dropdown-menu .sortlist>fieldset {
    display: flex;
}

.dropdown-menu .sortlist>fieldset>label {
    padding-top: 8px;
}

.dropdown-menu fieldset>label,
.dropdown-menu .sort-data>li {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.dropdown-menu .sort-data>li {
    list-style-type: none;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 12px;
    cursor: pointer;
    border-bottom: 1px solid #808080;
}

.list-save {
    padding: 15px 15px 10px;
}

.list-save input {
    border: none;
    background: #0fbcf4;
    font-family: 'AvenirLTStd_book';
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;
}

.setinsortinDropdwn {
    min-width: 180px;
}

.dontClose {
    display: block;
}

.dropdown-menu.show {
    display: block !important;
}




.date-range fieldset {
    position: relative;
    border: 1px solid #bdbdbd;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    max-width: 315px;
}

.date-range fieldset i {
    margin-right: 10px;
}

.date-range input {
    border: none;
    padding: 0;
    min-width: 200px;
}

.date-range button {
    border: none;
    background: transparent;
    margin-left: 40px;
    cursor: pointer;
}

.date-range button>img {
    max-width: 15px;
    width: 100%;
}

.chart-sec canvas {
    max-width: 500px;
    margin-left: -100px;
    margin-right: -50px;
}

/* .legend-rdx{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.legend-rdx>div {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

.legend-rdx>div>span:first-of-type {
    font-size: 14px;
    display: flex;
}

.legend-rdx>div>span>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #fff;
    margin-right: 10px;
}

.legend-rdx>div>span:last-of-type {
    font-size: 22px;
    padding-left: 10px;
}

table.GeneratedTable {
    background-color: #ffffff;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    color: #000000;
    font-size: 12px;
}

table.GeneratedTable td,
table.GeneratedTable th {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    padding: 3px;
}

table.GeneratedTable thead {
    background-color: #ffffff;
}

.carrier-sec {
    margin-top: 50px;
}

.carrier-sec>div:nth-child(1),
.carrier-sec>div:nth-child(2) {
    align-self: center;
}

.carrier-sec h3 {
    color: #d10505;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.carrier-stats>p {
    color: #d10505;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.carrier-stats>p>span {
    padding-left: 10px;
}

.carrier-icon {
    max-width: 70px;
    width: 100%;
}

.carrierchartborder {
    border: 1px solid #bdbdbd;
}

.dataTables_scrollHeadInner {
    padding-right: 0 !important;
}

/* -------------small pc---------------- */
@media only screen and (max-width: 1440px) {
    .right-body-area nav {
        padding-left: 25px;
        padding-right: 25px;
    }

    .logo-area {
        padding-left: 10px;
    }

    .profile-dropdown {
        padding-left: 25px;
    }

    .login {
        padding-top: 50px;
    }
}

#search-suggestions {
    display: block;
    position: fixed;
    z-index: 998;
    top: 80px;
    left: 0;
    width: calc(85% - 500px);
    padding: 0;
    margin: 0 calc(5% + 96px) 0 calc(5% + 250px);
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);
    border: 4px solid #f1f1f1;
}

#search-suggestions .wrap {
    width: 100%;
    max-height: 320px;
    overflow-y: auto;
}

#search-suggestions ul {
    padding-left: 0;
    list-style-type: none;
}

#search-suggestions ul li {
    padding: 10px 60px 10px 30px !important;
    margin-bottom: 0.25em;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

#search-suggestions ul li a {
    color: #333545;
    text-decoration: none;
}

#search-suggestions .search-img {
    height: auto;
    max-width: 50px;
    width: 100%;
}

#search-suggestions .search-desc {
    max-width: 415px;
    width: 100%;
    /* margin-left: -100px; */
    margin-left: 0;
}

#search-suggestions .search-desc h4 {
    font-weight: bold;
    font-size: 14px;
}

#search-suggestions .search-desc p {
    font-size: 16px;
    line-height: 1.4em;
}

#search-suggestions .stat-btn>button {
    width: 104px;
    border-radius: 0 !important;
    padding: 5px 15px !important;
}

.up-scroll {
    transform: translateY(-60px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.down-scroll {
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.up-scroll>i,
.down-scroll>i {
    font-size: 30px;
    font-weight: 600;
    color: #0d6efd;
}

#search-suggestions:hover .up-scroll,
#search-suggestions:hover .down-scroll {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.filter-modal {
    margin-left: auto;
}

.filter-modal .filters>ul {
    border: 1px solid #ccc;
}

.filter-modal .filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    margin: 0px 0px 0 0px;
    padding: 0 25px 0 5px;
    font-size: 11px;
    color: #777777;
    font-family: 'AvenirLTStd_book';
    text-transform: uppercase;
    line-height: 20px;
    color: #333;
    background-color: transparent;
    background-image: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #aaaaa7;
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv {
    position: relative;
}

.selectdiv::after {
    content: '\f107';
    font: normal normal normal 14px/1 FontAwesome;
    color: #333333;
    right: 0px;
    top: 5px;
    padding: 5px 0px 0px 8px;
    border-left: none;
    position: absolute;
    pointer-events: none;
}

.filter-modal>a {
    text-decoration: none;
    color: #333333;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'AvenirLTStd_book';
    margin-bottom: 0;
}

.filter-modal .filters input[type="date"],
.filter-modal .filters input[type="text"] {
    border: none;
    border-bottom: 1px solid #aaaaa7;
    color: #333333;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'AvenirLTStd_book';
    width: 200px;
}

.dropdown-menu>ul {
    padding-left: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.dashboard .dataTables_length,
.dashboard .dataTables_info {
    display: none;
}

.notranslate {
    transform: translate(0);
}

.carrier-sec .dataTables_paginate .pagination {
    padding-top: 10px;
}

.carrier-sec .dataTables_paginate .pagination>.disabled>a {
    background-color: #1c25367a;
}

.carrier-sec .dataTables_length {
    display: none;
}

.selectdate {
    width: 140px;
    position: relative;
    border: 1px solid #ccc;
}

.selectdate input[type='date'] {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'AvenirLTStd_book';
    color: rgba(0, 0, 0, 0.514);
    border: none;
}

.selectdate button {
    background: transparent;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.selectdate button>img {
    max-width: 14px;
}

/*-------------------Tab Css-------------*/

 /* .CustomScrollbox{
    position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  transition: 0.3s;
  margin: 0 auto;
}

.tab-container{
    position: relative;
  top: 0px;
  
  width: max-content;
  
} 



  .CustomScrollbox:hover{
    opacity: 1;
     overflow-x: scroll; 
    transition: transform 250ms;
    scroll-behavior: smooth;
    scrollbar-color:#b2b2b2 !important ;
    scrollbar-width: thin;
    transition: 0.3s;
    cursor: pointer;
    
  } 
 */




  .mcs-horizontal-example{
    width: 100%;
    overflow-x: auto;
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: row; flex-direction: row;
    align-items: flex-start;
    -webkit-flex-shrink: 1; flex-shrink: 1;
  }
  
  .mcs-horizontal-example .mCSB_container{
    display: -webkit-flex; display: flex;
  }
  
  .mcs-horizontal-example .item{
    -webkit-flex: 1 0 auto; flex: 1 0 auto;
  }


  .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #79787847 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
   
    background-color: rgba(0,0,0,0.1);
  }

 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #a1a1a147 !important;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 10px !important;
  }

  .mCSB_scrollTools .mCSB_draggerContainer{
    display: flex !important;
  width: 100% !important;
  }
  /* .mCS-dark-3.mCSB_scrollTools .mCSB_dragger_bar{
    width: 100% !important;
} */

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
    width: 100% !important;
    background-color:#d8d8d847  !important;
}


.nav-tab-scroll { 
    overflow-x: auto; 
    white-space: nowrap; 
  } 
   
  .nav-tab-scroll ul.nav-tabs { 
    width: max-content !important; 
    min-width: 100%; 
  } 
   
  .nav-tab-scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal { 
    bottom: 10px !important; 
  } 
   
  .nav-tab-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
    background-color: #a1a1a147 !important; 
  } 
   
  .nav-tab-scroll .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail { 
    background-color: rgba(232, 232, 232, 0.95) !important; 
  }

/* .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    display: flex !important; 
  width: 100% !important;
} */

/*
.mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0 !important;
} */


