﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
:root {
    /*gv theme*/
    /*    --primary-color: #682AD5; 
    --grad-primary-from: #005aea;
    --grad-primary-to: #005aea;
    --secondary-color: #005aea; 
    --secondary-light-color: #005aea;
    --secondary-faded-color: #E5EEFD;*/
    /*bombax theme*/ 
    /*--primary-color: #6356af;
	--grad-primary-from: #6356af;
	--grad-primary-to: #322B58;
	--secondary-color: #ed1849;
	--secondary-light-color: #FF4D4D;
	--secondary-faded-color: #e71b4a12;*/ 
    /*corelogistics theme*/
    --primary-color: #4b2feb;
    --grad-primary-from: #8c59b3; 
    --grad-primary-to: #c67bf4;
    --secondary-color: #4b2feb;
    --secondary-light-color: #a75dd5;
    --secondary-faded-color: #a75dd526;
}

html, body {
    font-size: 14px;
}

body {
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
.k-grid-pdf {
    display: none;
}
/*common css*/
.toast {
    opacity: 1 !important;
}
.ThermalBtn, .AccountBtn, .LaserBtn {
    margin: 0px 4px;
}
/*discountonpublish page buttons alignments*/
.discountUPdBack{
    align-self:center;
    margin-top:10px;
}

button.toast-close-button {
    line-height: 18px !important;
}

.datepicker {
    padding: .375rem .75rem;
}

.inline-label {
    min-width: 170px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.has-success label {
    color: black !important;
}

.hidden {
    display: none !important;
}
#breadcrumb {
    list-style: none;
}

    #breadcrumb .fa {
        font-size: 14px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #4b2feb;
            text-decoration: none;
            position: relative;
            height: 28px;
            line-height: 22px;
            padding: 0 5px 0 5px;
            /* text-align: center; */
            margin-right: 21px;
            margin-top: 10px;
        }
        #breadcrumb li ul.dropdownbread a {
            line-height: 28px;
        }
        #breadcrumb li:nth-child(even) a {
            background-color: #4b2feb;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #4b2feb;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #4b2feb;
            }

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #4b2feb;
            border-width: 14px 10px;
            width: 0;
            height: 0;
            border-color: #4b2feb;
        }

.sub_obj {
    font-weight: 400;
    padding-top: 5px;
    font-size: 12px;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #4b2feb;
}

#breadcrumb li a:hover {
    background-color: #31d2f2;    
}

    #breadcrumb li a:hover:before {
        border-color: #31d2f2;
        border-left-color: transparent;
    }

    #breadcrumb li a:hover:after {
        border-left-color: #31d2f2;
        ;
    }

#breadcrumb li a:active {
    background-color: #31d2f2;
}

    #breadcrumb li a:active:before {
        border-color: #31d2f2;
        border-left-color: transparent;
    }

    #breadcrumb li a:active:after {
        border-left-color: #31d2f2;
    }

.navbarbread-dropdownbread {
    font-weight: 400;
    font-size: 12px;
}
/*li a {
                display: block;
                text-decoration: none;
                color: #444;
                padding: 20px 20px;
                font-weight: 700;
                transition: 0.4s all;
        }
        */
.dropdownbread a {
    font-size: 11px;
}

li.navbarbread-dropdownbread {
    position: relative;
}

    li.navbarbread-dropdownbread:hover .dropdownbread {
          visibility: visible;
       /* display: none;*/
        opacity: 1;
        /*transform: translateY(0px);*/
        padding-left: 28px;
    }

    li.navbarbread-dropdownbread .dropdownbread {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        padding: 10px 0px 10px;
        top: 0px;
        transform: translateY(38px);
        left: 0;
        width: max-content;
        background-color: #fff;
        box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        z-index: 111;
        transition: 0.5s all;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }

        li.navbarbread-dropdownbread .dropdownbread a {
            padding-top: 10px;
            padding-bottom: 10px;
            font-weight: 400;
        }

.navbarbread-dropdownbread .dropdownbread a:hover {
    padding-left: 30px;
}
.select2-dropdown {
    z-index: 9999 !important;
}



.btn-block {
    display: block;
    width: 100%;
}

.frozen-input-checkbox {
    accent-color: red;
}

.freeze {
    position: absolute;
    top: 66px;
    right: 334px;
    margin: 0;
    display:none !important;
}

.section-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 5px solid var(--primary-color);
    padding-left: 5px;
}

.collapse_container {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.filtered-title {
    padding: 8px 19px;
    background-color: #e9ecef;
    border-radius: 5px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filtered-content {
    position: absolute;
    top: 45px;
    background-color: white;
    box-shadow: 0 0 7px #a4a4a4;
    padding: 8px 11px 0;
    z-index: 9;
    border-radius: 5px;
}
/*css form main sidebar*/
.sidebar-menu > li.header {
    min-width: 5px;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative;
    float: right;
    width: auto !important;
    left: 255px !important;
    top: 10px !important;
    z-index: 900;
}

.sidebar-menu > li > a {
    border: 0;
    padding: 15px 28px 15px 20px;
    border-radius: 6px 0 0 6px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .main-sidebar {
        padding-top: 50px !important;
    }
}

.sidebar-collapse .info {
    display: none;
}


/*login/signup page css*/
.login-box, .register-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto !important;
}

#RememberMe {
    position: relative;
    margin: inherit;
}






/*css for loader (subrat)*/

/*.pace.pace-active {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000040;
	z-index: 99999;
}

.pace-active .pace-activity {
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	border-radius: 40px;
}*/
/*css for loader end */


/*css for datalist table*/

@media screen and (min-width: 992px) {
    .export_btns {
        position: absolute;
        top: 0px;
        right: 500px;
        padding: 5px;
    }
}

@media screen and (max-width: 992px) {
    .export_btns {
        padding: 12px 0 0;
    }
}

.mailbox-messages th i {
    padding-right: 5px;
}

@media screen and (max-width: 992px) {
    .box.box-solid {
        display: none;
    }
}

/*finger swipe*/
.swipe-area {
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    height: 100%;
    /*background: #DF314D;*/
}

@media screen and (max-width: 767px) {
    .swipe-area {
        z-index: 999;
    }
}
/*finger swipe*/





.table th input {
    width: 100%;
}

.datepicker table > tbody > tr > td, .datepicker table > tbody > tr > th, .datepicker table > tfoot > tr > td, .datepicker table > tfoot > tr > th, .datepicker table > thead > tr > td, .datepicker table > thead > tr > th {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top;
}


/*added by subrat*/
/*Other css*/

@media screen and (max-width: 390px) {
    #mainSearch {
        padding-right: 30px !important;
        width: 118px !important;
    }
}

#mainSearch {
    text-transform: uppercase;
}

.ui-draggable {
    background: none !important;
}

.logo-lg img {
    max-height: 65px !important;
    margin-left: auto;
    margin-right: auto;
}

.select2 {
    width: 100% !important;
}

.dash-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
   /* line-height: 50px;*/
    position: relative;
    background: #e3e6f9;
    z-index: 1;
    text-align: center;
}

.text-orange {
    background: rgba(236, 84, 68, 0.2);
}

.text-orange {
    color: #ec5444 !important;
}

.card {
    border: 1px solid rgba(227, 231, 241, 0.8);
    /* box-shadow: -8px 12px 18px 0 rgba(14, 17, 28, 0.01);*/
    -webkit-box-shadow: -8px 12px 18px 0 rgb(14 17 28 / 20%);
    box-shadow: -8px 12px 18px 0 rgb(14 17 28 / 20%);
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    margin-bottom: 10px;
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    margin: 0;
  /*  padding: 10px 20px;*/
    padding: 8px 10px;
    position: relative;
}

.card-header {
    background: none;
    border-bottom: 1px solid rgba(234, 238, 251, 0.8);
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 500;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.text-success {
    color: #21c44c !important;
}

.col, .col-auto {
    min-height: 1px;
}

.number-font {
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif;
}

.col-auto {
    max-width: none;
}

.card-body > :last-child {
    margin-bottom: 0;
}

.text-muted {
    color: #828caa !important;
}

.fs-12 {
    font-size: 12px !important;
}

.dash-icon:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    bottom: 0;
    top: -10px;
    right: 0;
    left: -10px;
    background: rgba(235, 237, 252, 0.4);
    z-index: -1;
}

.dash-icon.text-orange:after {
    background: rgba(236, 84, 68, 0.1);
}

.text-secondary1 {
    background: rgba(36, 228, 172, 0.2);
}

.text-secondary1 {
    color: #24e4ac !important;
}

.text-orange {
    color: #ec5444 !important;
}

.dash-icon.text-secondary1:after {
    background: rgba(36, 228, 172, 0.1);
}

.text-secondary {
    background: rgba(156, 82, 253, 0.2);
}

.text-secondary {
    color: #9c52fd !important;
}

.dash-icon.text-secondary:after {
    background: rgba(156, 82, 253, 0.1);
}

.text-warning {
    background: rgba(255, 167, 11, 0.2);
}

.text-warning {
    color: #ffa70b !important;
}

.dash-icon.text-warning:after {
    background: rgba(255, 167, 11, 0.1);
}

.dash-icon i {
    font-size: 16px;
    line-height: 30px;
}

.avatar-sm {
    width: 28px;
    height: 28px;
    line-height: 1.6rem;
    font-size: .75rem;
}

.brround {
    border-radius: 50%;
}

.badge-danger {
    color: #fff;
    background-color: #f5474b;
}

.badge-primary {
    color: #fff;
    background-color: #5964ff;
}

.badge-success {
    color: #fff;
    background-color: #17d092;
}


.avatar {
    display: inline-block;
    margin-bottom: 0;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-right: 20px;
}

    .avatar .avatar-title {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: uppercase;
        font-size: 19px;
    }

.rounded-pill {
    border-radius: 50rem !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background: -webkit-gradient( linear, left top, left bottom, from(var(--grad-primary-from)), to(var(--grad-primary-to)));
    background: -o-linear-gradient( top, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    color:#fff;
}

.bg-primary-bright {
    background: rgba(80, 102, 225, 0.3) !important;
}

.btn-edit-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    -webkit-box-shadow: 0 5px 15px 0 rgba(58, 122, 254, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(58, 122, 254, 0.2) !important;
}

.btn-edit-danger {
    color: #fff;
    background-color: #f25767;
    border-color: #f25767;
    -webkit-box-shadow: 0 5px 15px 0 rgba(242, 87, 103, 0.2) !important;
    box-shadow: 0 5px 15px 0 rgba(242, 87, 103, 0.2) !important;
}

.text-danger {
    color: #f25767 !important;
}

.month_count tr td:last-child, .month_count tr th:last-child {
    text-align: right;
}



/*flowchart UI*/

.tree_flow ul {
    padding: 0;
    padding-top: 20px;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tree_flow li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


    .tree_flow li::before, .tree_flow li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #949494;
        width: 50%;
        height: 24px;
        /*z-index: -1;*/
    }

    .tree_flow li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #949494;
    }

    .tree_flow li:only-child::after, .tree_flow li:only-child::before {
        display: none;
    }

    .tree_flow li:only-child {
        padding-top: 0;
    }

    .tree_flow li:first-child::before, .tree_flow li:last-child::after {
        border: 0 none;
    }

    .tree_flow li:last-child::before {
        border-right: 1px solid #949494;
        border-radius: 0 5px 0 0;
        -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
        transform: translateX(1px);
        border-radius: 0 5px 0 0;
    }

    .tree_flow li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

.tree_flow ul ul::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    border-left: 1px solid #949494;
    width: 0;
    height: 27px;
}

.tree_flow li .steps {
    padding: 5px 10px;
    font-family: arial, verdana, tahoma;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    background: white;
    max-width: 125px;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

    .tree_flow li .steps a {
        text-decoration: none;
        color: #666;
    }

    .tree_flow li .steps + .steps {
        margin-left: 20px;
        position: relative;
    }

        .tree_flow li .steps + .steps::before {
            content: '';
            position: absolute;
            border-top: 1px solid #949494;
            top: 50%;
            left: -21px;
            width: 20px;
        }

    .tree_flow li .steps:hover {
        background: #c8e4f8;
        color: #000;
    }

        .tree_flow li .steps:hover ~ ul li::after,
        .tree_flow li .steps:hover ~ ul li::before,
        .tree_flow li .steps:hover ~ ul::before,
        .tree_flow li .steps:hover ~ ul ul::before {
            border-color: #94a0b4;
        }


.tree_flow li a img {
    max-width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*flowchart UI*/


.ui-menu {
    background-color: white;
    max-height: 200px;
    overflow: auto;
    width: 1350px;
    list-style-type: none;
    padding-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2147483647 !important;
    -webkit-box-shadow: 1px 2px 5px #a0a0a0;
    box-shadow: 1px 2px 5px #a0a0a0;
}

    .ui-menu .ui-menu-item {
        padding: 5px 15px;
    }




/*kendo custom css*/

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-top > .k-tabstrip-items .k-item {
    margin: 4px 5px 4px 5px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 8px #56647b87;
    box-shadow: 0px 2px 8px #56647b87;
    -webkit-box-shadow: 0 2px 6px #0a24d87a;
    box-shadow: 0 2px 6px #0a24d87a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-radius: 15px;
}

.k-panelbar > li.k-state-default > .k-link, .k-tabstrip-items .k-state-default .k-link {
    color: #8c8c8c !important;
}

.k-tabstrip-top > .k-tabstrip-items .k-active {
    border: 0;
    /*background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);*/
    background-color: var(--primary-color);
}

.k-tabstrip-items .k-loading.k-complete {
    border: 0;
}

.k-tabstrip-items .k-active .k-link {
    /*color: white !important;*/  
    font-weight: 600;
}
   
.k-tabstrip > .k-button.k-bare {
    top: 8px;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
    border: 0;
    padding: 15px 0;
}

.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a:focus, .card .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 2px solid #7e37d8 !important;
}

.card .nav-tabs > li > a {
    color: #8c8c8c;
    padding: 4px;
}




/*css for new layout*/


/*.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 !important;
    background: #fbfbfb !important;
    padding-left: 10px;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a, .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: #0096ec !important;
    font-weight: 700;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
    color: #222d32;
}*/
.skin-black .main-sidebar {
    /*background-color: #005AEA;*/
    background: -webkit-gradient( linear, left top, left bottom, from(var(--grad-primary-from)), to(var(--grad-primary-to)));
    background: -o-linear-gradient( top, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    /*background-color: #3B4AE1;*/
    /* background-color: #8950fc; */
    /* background-color: #7367f0; */
    /* background-color: #5633ee; */
    /*background-color: #5d51a5;*/
}

.skin-black .sidebar a {
    color: #fff;
    padding: 15px 0px 15px 0px;
    border-left: 0 !important;
    width: 95px;
    text-decoration:none !important;
}

a {
    text-decoration: none !important;
}

.sidebar .user-panel {
    display: none;
}

ul.sidebar-menu {
    padding: 15px 0 15px 10px;
}

.skin-black .sidebar-menu > li:hover > a, .skin-black .sidebar-menu > li.active > a, .skin-black .sidebar-menu > li.menu-open > a {
    color: var(--primary-color);
    background: #ffffff;
    border: 0;
    border-radius: 6px 0 0 6px;
    font-size: 15px;
}

.skin-black .sidebar-menu > li > .treeview-menu {
    background: #ffffff;
    margin: 0;
}

.skin-black .sidebar-menu .treeview-menu > li > a {
    color: #585858;
}

    .skin-black .sidebar-menu .treeview-menu > li.active > a, .skin-black .sidebar-menu .treeview-menu > li > a:hover {
        /*//color: #5d51a5;
		//background-color: #E5EEFD;*/
        color: var(--secondary-color);
        background-color: var(--secondary-faded-color);
        font-weight: 600;
        border-radius: 15px 0 0 15px;
    }

.skin-black .main-header > .logo {
    background-color: transparent;
    color: #333;
    border-bottom: 0 solid transparent;
    border-right: 0;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li.treeview {
        margin-bottom: 5px;
    }
}

nav.navbar {
    -webkit-box-shadow: 0px 0px 40px 0px #523f691a;
    box-shadow: 0px 0px 40px 0px #523f691a;
    padding: 0 10px 0 0;
}

.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header .navbar .navbar-right > li > a {
    color: #6e6b7b;
}

.dropdown-icon {
    color: #464a53;
    background: #ebeef6 !important;
    border-radius: 4px;
    padding: 6px !important;
    line-height: 1;
    font-size: 20px;
    text-align: center;
}

    .dropdown-icon i {
        width: 20px;
    }


@media (max-width: 992px) {
    .hidden-xs {
        display: none !important;
    }
}

.navbar-nav > .user-menu .user-image {
    height: 100%;
    width: 100%;
}

.b-avatar-badge {
    right: 3px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: absolute;
    bottom: 1px;
    border: 1px solid #fff;
}

.user-menu a.dropdown-toggle:after {
    content: none
}

.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a, .skin-black .main-header .navbar .navbar-right > li > a {
    border-left: 0;
}

.nav-dropdown {
    width: 168px;
}

    .nav-dropdown li a {
        display: block;
        padding: 7px 18px;
    }

.inner_container {
    width: 100%;
}

.btn-primary {
    /*background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);*/
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    height: 38px;
}

.btn-bordered-primary {
    background-color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.btn-red {
    background: -o-linear-gradient( 354deg, var(--secondary-color) 0%, var(--secondary-light-color) 100%);
    background: linear-gradient( 96deg, var(--secondary-color) 0%, var(--secondary-light-color) 100%);
    border-color: var(--secondary-color) !important;
    color: white !important;
}

.btn-danger {
    background-color: #ff3547 !important;
    border-color: #ff3547 !important;
}

.btn-info {
    background-color: #33b5e5 !important;
    border-color: #33b5e5 !important;
}

.btn-warning {
    background-color: #fb3 !important;
    border-color: #fb3 !important;
}

.btn-success {
    background-color: #00c851 !important;
    border-color: #00c851 !important;
}

    .btn-success:hover, .btn-primary:hover, .btn-danger:hover, .btn-info:hover, .btn-warning:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    }

.btn-xs {
    padding: 2px 4px;
    font-size: 12px;
}

/*css for input validation*/
.validation-mark {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    right: -14px;
    top: 3px;
    display: none;
}

/*.is-valid ~ .validation-mark {
    background-image: url(../Images/green-valid.svg) !important;
    display: block;
}

.is-invalid ~ .validation-mark {
    background-image: url(../Images/red-invalid.svg) !important;
    display: block;
}*/


.required-field-mark {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    right: -14px;
    top: 0px;
}

    .required-field-mark::before {
        content: "*";
        color: #ff2121;
    }

.is-valid ~ .required-field-mark, .is-invalid ~ .required-field-mark {
    display: none;
}
/*
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: unset !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: unset !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 10px;
}*/

.form-control.is-invalid {
    padding-right: 10px;
}

.form-control {
   /* border: 1px solid #ccc !important;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 3.5px;
    font-size: 13px;
    height: 34px;
}
/*css for input validation end*/


    .form-control:focus {
        border: 1px solid #bab2eb;
        box-shadow: none;
    }


.address_btn_text {
    float: left;
    overflow: hidden;
    max-width: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    white-space: nowrap;
    opacity: 0;
    font-size: 13px;
}


.address-book-btn:hover .address_btn_text {
    max-width: 250px;
    padding: 0 6px 0 3px;
    opacity: 1;
}

.dhl-divider {
    position: absolute;
    top: 15%;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #a1a1a1;
    height: 84%;
}

.address-book-btn {
    position: absolute;
    top: 1px;
    right: 2px;
    margin-bottom: 0;
}

.address_btn_text {
    float: left;
    overflow: hidden;
    max-width: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    white-space: nowrap;
    opacity: 0;
    font-size: 13px;
}

.address-book-btn:hover .address_btn_text {
    max-width: 250px;
    padding: 0 6px 0 3px;
    opacity: 1;
}


.nav-pills .nav-link {
    border: 1px solid #000000;
    color: #000000;
    font-weight: 600;
    border-radius: 0;
}

    .nav-pills .nav-link.active {
        border: 1px solid #5b6be8;
        background-color: #5b6be8;
    }




/*loader css start*/
.pace {
    display: none;
}
/*#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99999;
}*/
#preloader {
    position: fixed;
     /*position: absolute; */
    height: 100vh;
    width: 100vw;
    z-index: 99999;
}

@media (min-width:768px) {
    #preloader {
        left: 0;
        top:0;
        width: calc(100% - 106px);
    }
}

.sk-three-bounce {
    margin: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: rgba(0,0,0, 0.2);
}

    .sk-three-bounce .sk-child {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: -webkit-gradient( linear, left top, left bottom, from(var(--grad-primary-from)), to(var(--grad-primary-to)));
        background: -o-linear-gradient( top, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
        background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*loader css end*/



/*css form flag start*/
.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

.iti__flag {
    background-size: 5652px 15px
}

    .iti__flag.iti__ac {
        height: 10px;
        background-position: 0 0
    }

    .iti__flag.iti__ad {
        height: 14px;
        background-position: -22px 0
    }

    .iti__flag.iti__ae {
        height: 10px;
        background-position: -44px 0
    }

    .iti__flag.iti__af {
        height: 14px;
        background-position: -66px 0
    }

    .iti__flag.iti__ag {
        height: 14px;
        background-position: -88px 0
    }

    .iti__flag.iti__ai {
        height: 10px;
        background-position: -110px 0
    }

    .iti__flag.iti__al {
        height: 15px;
        background-position: -132px 0
    }

    .iti__flag.iti__am {
        height: 10px;
        background-position: -154px 0
    }

    .iti__flag.iti__ao {
        height: 14px;
        background-position: -176px 0
    }

    .iti__flag.iti__aq {
        height: 14px;
        background-position: -198px 0
    }

    .iti__flag.iti__ar {
        height: 13px;
        background-position: -220px 0
    }

    .iti__flag.iti__as {
        height: 10px;
        background-position: -242px 0
    }

    .iti__flag.iti__at {
        height: 14px;
        background-position: -264px 0
    }

    .iti__flag.iti__au {
        height: 10px;
        background-position: -286px 0
    }

    .iti__flag.iti__aw {
        height: 14px;
        background-position: -308px 0
    }

    .iti__flag.iti__ax {
        height: 13px;
        background-position: -330px 0
    }

    .iti__flag.iti__az {
        height: 10px;
        background-position: -352px 0
    }

    .iti__flag.iti__ba {
        height: 10px;
        background-position: -374px 0
    }

    .iti__flag.iti__bb {
        height: 14px;
        background-position: -396px 0
    }

    .iti__flag.iti__bd {
        height: 12px;
        background-position: -418px 0
    }

    .iti__flag.iti__be {
        height: 15px;
        background-position: -440px 0
    }

    .iti__flag.iti__bf {
        height: 14px;
        background-position: -460px 0
    }

    .iti__flag.iti__bg {
        height: 12px;
        background-position: -482px 0
    }

    .iti__flag.iti__bh {
        height: 12px;
        background-position: -504px 0
    }

    .iti__flag.iti__bi {
        height: 12px;
        background-position: -526px 0
    }

    .iti__flag.iti__bj {
        height: 14px;
        background-position: -548px 0
    }

    .iti__flag.iti__bl {
        height: 14px;
        background-position: -570px 0
    }

    .iti__flag.iti__bm {
        height: 10px;
        background-position: -592px 0
    }

    .iti__flag.iti__bn {
        height: 10px;
        background-position: -614px 0
    }

    .iti__flag.iti__bo {
        height: 14px;
        background-position: -636px 0
    }

    .iti__flag.iti__bq {
        height: 14px;
        background-position: -658px 0
    }

    .iti__flag.iti__br {
        height: 14px;
        background-position: -680px 0
    }

    .iti__flag.iti__bs {
        height: 10px;
        background-position: -702px 0
    }

    .iti__flag.iti__bt {
        height: 14px;
        background-position: -724px 0
    }

    .iti__flag.iti__bv {
        height: 15px;
        background-position: -746px 0
    }

    .iti__flag.iti__bw {
        height: 14px;
        background-position: -768px 0
    }

    .iti__flag.iti__by {
        height: 10px;
        background-position: -790px 0
    }

    .iti__flag.iti__bz {
        height: 14px;
        background-position: -812px 0
    }

    .iti__flag.iti__ca {
        height: 10px;
        background-position: -834px 0
    }

    .iti__flag.iti__cc {
        height: 10px;
        background-position: -856px 0
    }

    .iti__flag.iti__cd {
        height: 15px;
        background-position: -878px 0
    }

    .iti__flag.iti__cf {
        height: 14px;
        background-position: -900px 0
    }

    .iti__flag.iti__cg {
        height: 14px;
        background-position: -922px 0
    }

    .iti__flag.iti__ch {
        height: 15px;
        background-position: -944px 0
    }

    .iti__flag.iti__ci {
        height: 14px;
        background-position: -961px 0
    }

    .iti__flag.iti__ck {
        height: 10px;
        background-position: -983px 0
    }

    .iti__flag.iti__cl {
        height: 14px;
        background-position: -1005px 0
    }

    .iti__flag.iti__cm {
        height: 14px;
        background-position: -1027px 0
    }

    .iti__flag.iti__cn {
        height: 14px;
        background-position: -1049px 0
    }

    .iti__flag.iti__co {
        height: 14px;
        background-position: -1071px 0
    }

    .iti__flag.iti__cp {
        height: 14px;
        background-position: -1093px 0
    }

    .iti__flag.iti__cr {
        height: 12px;
        background-position: -1115px 0
    }

    .iti__flag.iti__cu {
        height: 10px;
        background-position: -1137px 0
    }

    .iti__flag.iti__cv {
        height: 12px;
        background-position: -1159px 0
    }

    .iti__flag.iti__cw {
        height: 14px;
        background-position: -1181px 0
    }

    .iti__flag.iti__cx {
        height: 10px;
        background-position: -1203px 0
    }

    .iti__flag.iti__cy {
        height: 14px;
        background-position: -1225px 0
    }

    .iti__flag.iti__cz {
        height: 14px;
        background-position: -1247px 0
    }

    .iti__flag.iti__de {
        height: 12px;
        background-position: -1269px 0
    }

    .iti__flag.iti__dg {
        height: 10px;
        background-position: -1291px 0
    }

    .iti__flag.iti__dj {
        height: 14px;
        background-position: -1313px 0
    }

    .iti__flag.iti__dk {
        height: 15px;
        background-position: -1335px 0
    }

    .iti__flag.iti__dm {
        height: 10px;
        background-position: -1357px 0
    }

    .iti__flag.iti__do {
        height: 14px;
        background-position: -1379px 0
    }

    .iti__flag.iti__dz {
        height: 14px;
        background-position: -1401px 0
    }

    .iti__flag.iti__ea {
        height: 14px;
        background-position: -1423px 0
    }

    .iti__flag.iti__ec {
        height: 14px;
        background-position: -1445px 0
    }

    .iti__flag.iti__ee {
        height: 13px;
        background-position: -1467px 0
    }

    .iti__flag.iti__eg {
        height: 14px;
        background-position: -1489px 0
    }

    .iti__flag.iti__eh {
        height: 10px;
        background-position: -1511px 0
    }

    .iti__flag.iti__er {
        height: 10px;
        background-position: -1533px 0
    }

    .iti__flag.iti__es {
        height: 14px;
        background-position: -1555px 0
    }

    .iti__flag.iti__et {
        height: 10px;
        background-position: -1577px 0
    }

    .iti__flag.iti__eu {
        height: 14px;
        background-position: -1599px 0
    }

    .iti__flag.iti__fi {
        height: 12px;
        background-position: -1621px 0
    }

    .iti__flag.iti__fj {
        height: 10px;
        background-position: -1643px 0
    }

    .iti__flag.iti__fk {
        height: 10px;
        background-position: -1665px 0
    }

    .iti__flag.iti__fm {
        height: 11px;
        background-position: -1687px 0
    }

    .iti__flag.iti__fo {
        height: 15px;
        background-position: -1709px 0
    }

    .iti__flag.iti__fr {
        height: 14px;
        background-position: -1731px 0
    }

    .iti__flag.iti__ga {
        height: 15px;
        background-position: -1753px 0
    }

    .iti__flag.iti__gb {
        height: 10px;
        background-position: -1775px 0
    }

    .iti__flag.iti__gd {
        height: 12px;
        background-position: -1797px 0
    }

    .iti__flag.iti__ge {
        height: 14px;
        background-position: -1819px 0
    }

    .iti__flag.iti__gf {
        height: 14px;
        background-position: -1841px 0
    }

    .iti__flag.iti__gg {
        height: 14px;
        background-position: -1863px 0
    }

    .iti__flag.iti__gh {
        height: 14px;
        background-position: -1885px 0
    }

    .iti__flag.iti__gi {
        height: 10px;
        background-position: -1907px 0
    }

    .iti__flag.iti__gl {
        height: 14px;
        background-position: -1929px 0
    }

    .iti__flag.iti__gm {
        height: 14px;
        background-position: -1951px 0
    }

    .iti__flag.iti__gn {
        height: 14px;
        background-position: -1973px 0
    }

    .iti__flag.iti__gp {
        height: 14px;
        background-position: -1995px 0
    }

    .iti__flag.iti__gq {
        height: 14px;
        background-position: -2017px 0
    }

    .iti__flag.iti__gr {
        height: 14px;
        background-position: -2039px 0
    }

    .iti__flag.iti__gs {
        height: 10px;
        background-position: -2061px 0
    }

    .iti__flag.iti__gt {
        height: 13px;
        background-position: -2083px 0
    }

    .iti__flag.iti__gu {
        height: 11px;
        background-position: -2105px 0
    }

    .iti__flag.iti__gw {
        height: 10px;
        background-position: -2127px 0
    }

    .iti__flag.iti__gy {
        height: 12px;
        background-position: -2149px 0
    }

    .iti__flag.iti__hk {
        height: 14px;
        background-position: -2171px 0
    }

    .iti__flag.iti__hm {
        height: 10px;
        background-position: -2193px 0
    }

    .iti__flag.iti__hn {
        height: 10px;
        background-position: -2215px 0
    }

    .iti__flag.iti__hr {
        height: 10px;
        background-position: -2237px 0
    }

    .iti__flag.iti__ht {
        height: 12px;
        background-position: -2259px 0
    }

    .iti__flag.iti__hu {
        height: 10px;
        background-position: -2281px 0
    }

    .iti__flag.iti__ic {
        height: 14px;
        background-position: -2303px 0
    }

    .iti__flag.iti__id {
        height: 14px;
        background-position: -2325px 0
    }

    .iti__flag.iti__ie {
        height: 10px;
        background-position: -2347px 0
    }

    .iti__flag.iti__il {
        height: 15px;
        background-position: -2369px 0
    }

    .iti__flag.iti__im {
        height: 10px;
        background-position: -2391px 0
    }

    .iti__flag.iti__in {
        height: 14px;
        background-position: -2413px 0
    }

    .iti__flag.iti__io {
        height: 10px;
        background-position: -2435px 0
    }

    .iti__flag.iti__iq {
        height: 14px;
        background-position: -2457px 0
    }

    .iti__flag.iti__ir {
        height: 12px;
        background-position: -2479px 0
    }

    .iti__flag.iti__is {
        height: 15px;
        background-position: -2501px 0
    }

    .iti__flag.iti__it {
        height: 14px;
        background-position: -2523px 0
    }

    .iti__flag.iti__je {
        height: 12px;
        background-position: -2545px 0
    }

    .iti__flag.iti__jm {
        height: 10px;
        background-position: -2567px 0
    }

    .iti__flag.iti__jo {
        height: 10px;
        background-position: -2589px 0
    }

    .iti__flag.iti__jp {
        height: 14px;
        background-position: -2611px 0
    }

    .iti__flag.iti__ke {
        height: 14px;
        background-position: -2633px 0
    }

    .iti__flag.iti__kg {
        height: 12px;
        background-position: -2655px 0
    }

    .iti__flag.iti__kh {
        height: 13px;
        background-position: -2677px 0
    }

    .iti__flag.iti__ki {
        height: 10px;
        background-position: -2699px 0
    }

    .iti__flag.iti__km {
        height: 12px;
        background-position: -2721px 0
    }

    .iti__flag.iti__kn {
        height: 14px;
        background-position: -2743px 0
    }

    .iti__flag.iti__kp {
        height: 10px;
        background-position: -2765px 0
    }

    .iti__flag.iti__kr {
        height: 14px;
        background-position: -2787px 0
    }

    .iti__flag.iti__kw {
        height: 10px;
        background-position: -2809px 0
    }

    .iti__flag.iti__ky {
        height: 10px;
        background-position: -2831px 0
    }

    .iti__flag.iti__kz {
        height: 10px;
        background-position: -2853px 0
    }

    .iti__flag.iti__la {
        height: 14px;
        background-position: -2875px 0
    }

    .iti__flag.iti__lb {
        height: 14px;
        background-position: -2897px 0
    }

    .iti__flag.iti__lc {
        height: 10px;
        background-position: -2919px 0
    }

    .iti__flag.iti__li {
        height: 12px;
        background-position: -2941px 0
    }

    .iti__flag.iti__lk {
        height: 10px;
        background-position: -2963px 0
    }

    .iti__flag.iti__lr {
        height: 11px;
        background-position: -2985px 0
    }

    .iti__flag.iti__ls {
        height: 14px;
        background-position: -3007px 0
    }

    .iti__flag.iti__lt {
        height: 12px;
        background-position: -3029px 0
    }

    .iti__flag.iti__lu {
        height: 12px;
        background-position: -3051px 0
    }

    .iti__flag.iti__lv {
        height: 10px;
        background-position: -3073px 0
    }

    .iti__flag.iti__ly {
        height: 10px;
        background-position: -3095px 0
    }

    .iti__flag.iti__ma {
        height: 14px;
        background-position: -3117px 0
    }

    .iti__flag.iti__mc {
        height: 15px;
        background-position: -3139px 0
    }

    .iti__flag.iti__md {
        height: 10px;
        background-position: -3160px 0
    }

    .iti__flag.iti__me {
        height: 10px;
        background-position: -3182px 0
    }

    .iti__flag.iti__mf {
        height: 14px;
        background-position: -3204px 0
    }

    .iti__flag.iti__mg {
        height: 14px;
        background-position: -3226px 0
    }

    .iti__flag.iti__mh {
        height: 11px;
        background-position: -3248px 0
    }

    .iti__flag.iti__mk {
        height: 10px;
        background-position: -3270px 0
    }

    .iti__flag.iti__ml {
        height: 14px;
        background-position: -3292px 0
    }

    .iti__flag.iti__mm {
        height: 14px;
        background-position: -3314px 0
    }

    .iti__flag.iti__mn {
        height: 10px;
        background-position: -3336px 0
    }

    .iti__flag.iti__mo {
        height: 14px;
        background-position: -3358px 0
    }

    .iti__flag.iti__mp {
        height: 10px;
        background-position: -3380px 0
    }

    .iti__flag.iti__mq {
        height: 14px;
        background-position: -3402px 0
    }

    .iti__flag.iti__mr {
        height: 14px;
        background-position: -3424px 0
    }

    .iti__flag.iti__ms {
        height: 10px;
        background-position: -3446px 0
    }

    .iti__flag.iti__mt {
        height: 14px;
        background-position: -3468px 0
    }

    .iti__flag.iti__mu {
        height: 14px;
        background-position: -3490px 0
    }

    .iti__flag.iti__mv {
        height: 14px;
        background-position: -3512px 0
    }

    .iti__flag.iti__mw {
        height: 14px;
        background-position: -3534px 0
    }

    .iti__flag.iti__mx {
        height: 12px;
        background-position: -3556px 0
    }

    .iti__flag.iti__my {
        height: 10px;
        background-position: -3578px 0
    }

    .iti__flag.iti__mz {
        height: 14px;
        background-position: -3600px 0
    }

    .iti__flag.iti__na {
        height: 14px;
        background-position: -3622px 0
    }

    .iti__flag.iti__nc {
        height: 10px;
        background-position: -3644px 0
    }

    .iti__flag.iti__ne {
        height: 15px;
        background-position: -3666px 0
    }

    .iti__flag.iti__nf {
        height: 10px;
        background-position: -3686px 0
    }

    .iti__flag.iti__ng {
        height: 10px;
        background-position: -3708px 0
    }

    .iti__flag.iti__ni {
        height: 12px;
        background-position: -3730px 0
    }

    .iti__flag.iti__nl {
        height: 14px;
        background-position: -3752px 0
    }

    .iti__flag.iti__no {
        height: 15px;
        background-position: -3774px 0
    }

    .iti__flag.iti__np {
        height: 15px;
        background-position: -3796px 0
    }

    .iti__flag.iti__nr {
        height: 10px;
        background-position: -3811px 0
    }

    .iti__flag.iti__nu {
        height: 10px;
        background-position: -3833px 0
    }

    .iti__flag.iti__nz {
        height: 10px;
        background-position: -3855px 0
    }

    .iti__flag.iti__om {
        height: 10px;
        background-position: -3877px 0
    }

    .iti__flag.iti__pa {
        height: 14px;
        background-position: -3899px 0
    }

    .iti__flag.iti__pe {
        height: 14px;
        background-position: -3921px 0
    }

    .iti__flag.iti__pf {
        height: 14px;
        background-position: -3943px 0
    }

    .iti__flag.iti__pg {
        height: 15px;
        background-position: -3965px 0
    }

    .iti__flag.iti__ph {
        height: 10px;
        background-position: -3987px 0
    }

    .iti__flag.iti__pk {
        height: 14px;
        background-position: -4009px 0
    }

    .iti__flag.iti__pl {
        height: 13px;
        background-position: -4031px 0
    }

    .iti__flag.iti__pm {
        height: 14px;
        background-position: -4053px 0
    }

    .iti__flag.iti__pn {
        height: 10px;
        background-position: -4075px 0
    }

    .iti__flag.iti__pr {
        height: 14px;
        background-position: -4097px 0
    }

    .iti__flag.iti__ps {
        height: 10px;
        background-position: -4119px 0
    }

    .iti__flag.iti__pt {
        height: 14px;
        background-position: -4141px 0
    }

    .iti__flag.iti__pw {
        height: 13px;
        background-position: -4163px 0
    }

    .iti__flag.iti__py {
        height: 11px;
        background-position: -4185px 0
    }

    .iti__flag.iti__qa {
        height: 8px;
        background-position: -4207px 0
    }

    .iti__flag.iti__re {
        height: 14px;
        background-position: -4229px 0
    }

    .iti__flag.iti__ro {
        height: 14px;
        background-position: -4251px 0
    }

    .iti__flag.iti__rs {
        height: 14px;
        background-position: -4273px 0
    }

    .iti__flag.iti__ru {
        height: 14px;
        background-position: -4295px 0
    }

    .iti__flag.iti__rw {
        height: 14px;
        background-position: -4317px 0
    }

    .iti__flag.iti__sa {
        height: 14px;
        background-position: -4339px 0
    }

    .iti__flag.iti__sb {
        height: 10px;
        background-position: -4361px 0
    }

    .iti__flag.iti__sc {
        height: 10px;
        background-position: -4383px 0
    }

    .iti__flag.iti__sd {
        height: 10px;
        background-position: -4405px 0
    }

    .iti__flag.iti__se {
        height: 13px;
        background-position: -4427px 0
    }

    .iti__flag.iti__sg {
        height: 14px;
        background-position: -4449px 0
    }

    .iti__flag.iti__sh {
        height: 10px;
        background-position: -4471px 0
    }

    .iti__flag.iti__si {
        height: 10px;
        background-position: -4493px 0
    }

    .iti__flag.iti__sj {
        height: 15px;
        background-position: -4515px 0
    }

    .iti__flag.iti__sk {
        height: 14px;
        background-position: -4537px 0
    }

    .iti__flag.iti__sl {
        height: 14px;
        background-position: -4559px 0
    }

    .iti__flag.iti__sm {
        height: 15px;
        background-position: -4581px 0
    }

    .iti__flag.iti__sn {
        height: 14px;
        background-position: -4603px 0
    }

    .iti__flag.iti__so {
        height: 14px;
        background-position: -4625px 0
    }

    .iti__flag.iti__sr {
        height: 14px;
        background-position: -4647px 0
    }

    .iti__flag.iti__ss {
        height: 10px;
        background-position: -4669px 0
    }

    .iti__flag.iti__st {
        height: 10px;
        background-position: -4691px 0
    }

    .iti__flag.iti__sv {
        height: 12px;
        background-position: -4713px 0
    }

    .iti__flag.iti__sx {
        height: 14px;
        background-position: -4735px 0
    }

    .iti__flag.iti__sy {
        height: 14px;
        background-position: -4757px 0
    }

    .iti__flag.iti__sz {
        height: 14px;
        background-position: -4779px 0
    }

    .iti__flag.iti__ta {
        height: 10px;
        background-position: -4801px 0
    }

    .iti__flag.iti__tc {
        height: 10px;
        background-position: -4823px 0
    }

    .iti__flag.iti__td {
        height: 14px;
        background-position: -4845px 0
    }

    .iti__flag.iti__tf {
        height: 14px;
        background-position: -4867px 0
    }

    .iti__flag.iti__tg {
        height: 13px;
        background-position: -4889px 0
    }

    .iti__flag.iti__th {
        height: 14px;
        background-position: -4911px 0
    }

    .iti__flag.iti__tj {
        height: 10px;
        background-position: -4933px 0
    }

    .iti__flag.iti__tk {
        height: 10px;
        background-position: -4955px 0
    }

    .iti__flag.iti__tl {
        height: 10px;
        background-position: -4977px 0
    }

    .iti__flag.iti__tm {
        height: 14px;
        background-position: -4999px 0
    }

    .iti__flag.iti__tn {
        height: 14px;
        background-position: -5021px 0
    }

    .iti__flag.iti__to {
        height: 10px;
        background-position: -5043px 0
    }

    .iti__flag.iti__tr {
        height: 14px;
        background-position: -5065px 0
    }

    .iti__flag.iti__tt {
        height: 12px;
        background-position: -5087px 0
    }

    .iti__flag.iti__tv {
        height: 10px;
        background-position: -5109px 0
    }

    .iti__flag.iti__tw {
        height: 14px;
        background-position: -5131px 0
    }

    .iti__flag.iti__tz {
        height: 14px;
        background-position: -5153px 0
    }

    .iti__flag.iti__ua {
        height: 14px;
        background-position: -5175px 0
    }

    .iti__flag.iti__ug {
        height: 14px;
        background-position: -5197px 0
    }

    .iti__flag.iti__um {
        height: 11px;
        background-position: -5219px 0
    }

    .iti__flag.iti__un {
        height: 14px;
        background-position: -5241px 0
    }

    .iti__flag.iti__us {
        height: 11px;
        background-position: -5263px 0
    }

    .iti__flag.iti__uy {
        height: 14px;
        background-position: -5285px 0
    }

    .iti__flag.iti__uz {
        height: 10px;
        background-position: -5307px 0
    }

    .iti__flag.iti__va {
        height: 15px;
        background-position: -5329px 0
    }

    .iti__flag.iti__vc {
        height: 14px;
        background-position: -5346px 0
    }

    .iti__flag.iti__ve {
        height: 14px;
        background-position: -5368px 0
    }

    .iti__flag.iti__vg {
        height: 10px;
        background-position: -5390px 0
    }

    .iti__flag.iti__vi {
        height: 14px;
        background-position: -5412px 0
    }

    .iti__flag.iti__vn {
        height: 14px;
        background-position: -5434px 0
    }

    .iti__flag.iti__vu {
        height: 12px;
        background-position: -5456px 0
    }

    .iti__flag.iti__wf {
        height: 14px;
        background-position: -5478px 0
    }

    .iti__flag.iti__ws {
        height: 10px;
        background-position: -5500px 0
    }

    .iti__flag.iti__xk {
        height: 15px;
        background-position: -5522px 0
    }

    .iti__flag.iti__ye {
        height: 14px;
        background-position: -5544px 0
    }

    .iti__flag.iti__yt {
        height: 14px;
        background-position: -5566px 0
    }

    .iti__flag.iti__za {
        height: 14px;
        background-position: -5588px 0
    }

    .iti__flag.iti__zm {
        height: 14px;
        background-position: -5610px 0
    }

    .iti__flag.iti__zw {
        height: 10px;
        background-position: -5632px 0
    }

.iti__flag {
    height: 15px;
    -webkit-box-shadow: 0 0 1px 0 #888;
    box-shadow: 0 0 1px 0 #888;
    background-image: url('../Images/flags.png');
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
    display: inline-block;
    width: 22px
}

    .iti__flag.iti__np {
        background-color: transparent
    }

/*css form flag end*/


/*css form login page start*/

.auth-card.fullscreen {
    width: 100%;
    height: 100vh;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    color: #27303f;
}

.auth-card .form-container {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 48px;
}

.auth-card .form {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    margin: auto 32px auto auto;
}

.auth-card .form-container .form .title {
    margin: 32px 0 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.022em;
    line-height: 1.25;
}

.auth-card .form-container .form .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 2px;
    font-weight: 500;
    margin-bottom: 32px;
}

.auth-card label {
    font-weight: 600;
}

.auth-card .form-control {
    height: 38px;
    border-radius: 5px;
}

.auth-card .logo img {
    max-width: 250px;
}

a {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}



.auth-card .content-container .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    pointer-events: none;
}

.auth-card .content-container {
    /*background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);*/
/*    background-image: -o-radial-gradient(top left,circle,var(--grad-primary-from) 27%,var(--grad-primary-to) 100%) !important;
    background-image: radial-gradient(circle at top left,var(--grad-primary-from) 27%,var(--grad-primary-to) 100%) !important;*/
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    overflow: hidden;
    background: #5145cd;
}

    .auth-card .content-container .content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 480px;
        width: 100%;
        margin: 64px;
    }

        .auth-card .content-container .content .title {
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
        }

        .auth-card .content-container .content .description {
            margin-top: 12px;
            font-size: 15px;
            opacity: 0.7;
        }

    .auth-card .content-container .background path {
        fill: #e5edff;
        opacity: .1;
    }

.auth-card .btn-primary {
    background: -o-linear-gradient( 354deg, var(--secondary-color) 0%, var(--secondary-light-color) 100%);
    background: linear-gradient( 96deg, var(--secondary-color) 0%, var(--secondary-light-color) 100%);
    border-color: var(--secondary-color) !important;
}

.auth-card a {
    color: var(--secondary-color) !important;
}

@media (max-width:900px) {
    .auth-card .content-container {
        display: none;
    }

    .auth-card .form-container {
        width: 100%;
        padding: 0;
    }

    .auth-card .form {
        margin: auto;
    }
}

/*css form login page end*/

/*css for Date Picker z-index start*/
.datepicker.datepicker-dropdown {
    z-index: 9999 !important;
}
/*css for Date Picker z-index End*/

.modal-header h4 {
    font-weight: 600;
    margin-bottom: 0;
}

.main-menu-name {
    font-size: 12px;
    display: block;
}

.skin-black .main-header > .logo:hover {
    background-color: unset !important;
}

.inline-label {
    min-width: 175px;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.round_info_box {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 5px;
}

.color_blue {
    color: var(--primary-color);
}

.integration_box {
    width: 100%;
    -webkit-box-shadow: 0 0 11px #0000002b;
    box-shadow: 0 0 11px #0000002b;
    border-radius: 10px;
    padding: 20px 30px 20px 30px;
    background-color: #fff;
    border: 3px solid transparent;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    -webkit-transform: scale(0.98);
    text-align: center;
    margin-bottom: 30px;
}

    .integration_box .img_container {
        height: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

/*.select2-selection {
    height: calc(1.5em + .75rem + 2px) !important;
}
*/
input[type=checkbox] {
    margin-right: .3125rem;
}

.content-header h1 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

/*.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.modal-content {
    border-radius: 7px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 6px 20px 6px 12px !important;
}

.form-group {
    margin-bottom: 10px;
}

.select2-container .select2-selection--single {
    height: 34px;
    border-radius: 0 !important;
    border-color: #ced4da !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 0 !important;
    }*/





/*custome checkbox start*/


span.advance_switcher {
    position: relative;
    /* width: 200px;
    height: 50px;*/
    border-radius: 25px;
    font-size: 13.5px;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: middle;
}

    span.advance_switcher input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        width: 140px;
        height: 33.5px;
        border-radius: 25px;
        background-color: black;
        outline: none;
        font-size: 13px;
        transition: 0.25s -0.1s;
        margin-bottom: -6px;
    }

        span.advance_switcher input:before, span.advance_switcher input:after {
            z-index: 2;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: white;
        }

        span.advance_switcher input:before {
            content: 'Basic';
            left: 13px;
            top: 17px;
        }

        span.advance_switcher input:after {
            content: 'Advanced';
            right: 12px;
            top: 17px;
        }

    span.advance_switcher label {
        z-index: 1;
        position: absolute;
        top: -9px;
        bottom: 0px;
        border-radius: 20px;
        height: 24px;
        margin-bottom: 0;
    }

    span.advance_switcher input:checked {
        background-color: var(--primary-color);
    }

        span.advance_switcher input:checked:before {
            color: white;
            -webkit-transition: color 0.5s 0.2s;
            -o-transition: color 0.5s 0.2s;
            transition: color 0.5s 0.2s;
        }

        span.advance_switcher input:checked:after {
            color: var(--primary-color);
            -webkit-transition: color 0.5s;
            -o-transition: color 0.5s;
            transition: color 0.5s;
        }

        span.advance_switcher input:checked + label {
            left: 53px;
            right: 8px;
            background: white;
            -webkit-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
            -o-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
            transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
        }

    span.advance_switcher input:not(:checked) {
        background-color: var(--primary-color);
        -webkit-transition: background 0.5s -0.1s;
        -o-transition: background 0.5s -0.1s;
        transition: background 0.5s -0.1s;
    }

        span.advance_switcher input:not(:checked):before {
            color: var(--primary-color);
            -webkit-transition: color 0.5s;
            -o-transition: color 0.5s;
            transition: color 0.5s;
        }

        span.advance_switcher input:not(:checked):after {
            color: white;
            -webkit-transition: color 0.5s 0.2s;
            -o-transition: color 0.5s 0.2s;
            transition: color 0.5s 0.2s;
        }

        span.advance_switcher input:not(:checked) + label {
            left: 5px;
            right: 90px;
            background: white;
            background: white;
            -webkit-transition: left 0.5s, right 0.4s 0.2s;
            -o-transition: left 0.5s, right 0.4s 0.2s;
            transition: left 0.5s, right 0.4s 0.2s;
        }

@-webkit-keyframes turn-off {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@keyframes turn-off {
    0% {
        left: 100%;
    }

    100% {
        left: 0%;
    }
}

@-webkit-keyframes turn-on {
    0% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}

@keyframes turn-on {
    0% {
        right: 100%;
    }

    100% {
        right: 0%;
    }
}






.small_switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 13px;
    line-height: 12px;
    margin: 0 2px;
}

    .small_switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .small_switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }

        .small_switch .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: -1px;
            bottom: -2px;
            -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
            box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
            background-color: white;
            -webkit-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
        }

    .small_switch input:checked + .slider {
        background-color: #1266f1;
    }

    .small_switch input:focus + .slider {
        -webkit-box-shadow: 0 0 1px #2196F3;
        box-shadow: 0 0 1px #2196F3;
    }

    .small_switch input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        background-color: #1266f1;
        -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    }

    .small_switch .slider.round {
        border-radius: 34px;
    }

        .small_switch .slider.round:before {
            border-radius: 50%;
        }







span.yesNo_switcher {
    position: relative;
    /* width: 200px;
    height: 50px;*/
    border-radius: 25px;
    font-size: 13.5px;
}

    span.yesNo_switcher input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        width: 60px;
        height: 23px;
        border-radius: 25px;
        background-color: black;
        outline: none;
        font-size: 11px;
        transition: 0.25s -0.1s;
        margin-bottom: -8px;
    }

        span.yesNo_switcher input:before, span.yesNo_switcher input:after {
            z-index: 2;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: white;
        }

        span.yesNo_switcher input:before {
            content: 'Yes';
            left: 10px;
            top: 10px;
        }

        span.yesNo_switcher input:after {
            content: 'No';
            right: 10px;
            top: 10px;
        }

    span.yesNo_switcher label {
        z-index: 1;
        position: absolute;
        top: -8px;
        bottom: 0px;
        border-radius: 20px;
        height: 27px;       
        margin-bottom: 0;
    }

    span.yesNo_switcher input:disabled {
        opacity: 0.6;
    }

    span.yesNo_switcher input:checked {
        background: -o-linear-gradient( top, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
        background: -webkit-gradient( linear, left top, left bottom, from(var(--grad-primary-from)), to(var(--grad-primary-to)));
        background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    }

    /* span.yesNo_switcher input:checked:before {
            color: white;
            transition: color 0.5s 0.2s;
        }

        span.yesNo_switcher input:checked:after {
            color: #005aea;
            transition: color 0.5s;
        }*/

    span.yesNo_switcher input[type="checkbox"]:checked ~ label {
        left: 32px;
        right: 8px;
        background: white;
        -webkit-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
        -o-transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
        transition: left 0.4s 0.2s, right 0.5s, background 0.35s -0.1s;
    }

    span.yesNo_switcher input:not(:checked) {
        background: #ccc;
        -webkit-transition: background 0.5s -0.1s;
        -o-transition: background 0.5s -0.1s;
        transition: background 0.5s -0.1s;
    }

    /* span.yesNo_switcher input:not(:checked):before {
            color: white;
            transition: color 0.5s;
        }

        span.yesNo_switcher input:not(:checked):after {
            color: white;
            transition: color 0.5s 0.2s;
        }*/

    span.yesNo_switcher input[type="checkbox"]:not(:checked) ~ label {
        left: 6px;
        right: 47px;
        background: white;
        -webkit-transition: left 0.5s, right 0.4s 0.2s;
        -o-transition: left 0.5s, right 0.4s 0.2s;
        transition: left 0.5s, right 0.4s 0.2s;
    }


/*custome checkbox end*/


/** Start: to style navigation tab **/
.sml-menu-tab-lists {
    margin-bottom: 18px;
    margin-left: 0;
    list-style: none;
}

    .sml-menu-tab-lists > li > a {
        display: block;
    }

.sml-menu-tabs {
    *zoom: 1;
}

    .sml-menu-tabs:before,
    .sml-menu-tabs:after {
        display: table;
        content: "";
    }

    .sml-menu-tabs:after {
        clear: both;
    }

    .sml-menu-tabs > li {
        float: left;
    }


        .sml-menu-tabs > li > a {
            padding: 15px 28px 15px 23px;
            font-size: 17px;
            border-radius: 6px 0 0 6px;
            text-align: center;
        }

            .sml-menu-tabs > li > a i {
                width: 18px;
            }

    .sml-menu-tabs > .active > a,
    .sml-menu-tabs > .active > a:hover {
        /*color: #5d51a5;*/
        color: var(--secondary-color);
        cursor: default;
        background-color: #ffffff;
    }

.sml-menu-tab-content {
    display: none;
}

    .sml-menu-tab-content.active {
        display: block;
    }

    .sml-menu-tab-content.hide {
        display: none !important;
    }

.nav-label {
    font-size: 18px !important;
    color: black !important;
    font-weight: 600;
}

.sub-menu-list {
    height: calc(100vh - 152px);
    overflow: auto;
}

    .sub-menu-list::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .sub-menu-list::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .sub-menu-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #5d51a569;
    }
/* sub-menu-list:hover .sub-menu-list::-webkit-scrollbar-thumb {
        background-color: #5d51a5fc;
    }*/


.sidebar-menu li > a > .pull-right-container > .fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
    -webkit-transform: rotate( 90deg );
    -ms-transform: rotate(90deg);
    transform: rotate( 90deg );
}

.sub-menu-list .last-child-item {
    position: relative;
    padding: 5px 5px 5px 18px !important;
}

    .sub-menu-list .last-child-item:before {
        content: "";
        width: 8px;
        height: 1px;
        position: absolute;
        left: 2px;
        top: 16px;
        background: #89879f;
        border-radius: 4px;
    }

    .sub-menu-list .last-child-item:hover, .sub-menu-list li.active > a.last-child-item {
        background-color: unset !important;
    }

/** End: to style navigation tab **/

.main-small-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 65px;
    min-height: 100%;
    width: 105px;
    z-index: 810;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.skin-black .main-small-sidebar {
    /*background-color: #005AEA;*/
    /*    background: -webkit-gradient( linear, left top, left bottom, from(var(--grad-primary-from)), to(var(--grad-primary-to)));
    background: -o-linear-gradient( top, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);*/
    /* background-color: #3B4AE1; */
    /* background-color: #8950fc; */
    /* background-color: #7367f0; */
    background-color: #4b2feb !important;
    /* background-color: #5d51a5; */
}

.sidebar-mini .main-header .logo > .logo-mini {
    display: block;
    font-size: 18px;
    padding: 5px 10px 0;
}

.logo-mini img {
    height: 70px;
}

.sidebar-mini .main-header .logo > .logo-lg {
    display: none;
}

.sidebar-mini .main-header .logo {
    width: 105px;
}

.content-wrapper, .main-footer, .main-header .navbar {
    margin-left: 105px;
}

.skin-black .main-header > .logo:hover {
    background-color: none;
}

ul.sidebar-menu {
    padding: 20px 0px 15px 10px;
}

.treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
    width: 23px;
}

.treeview-menu > li > a {
    padding: 10px 5px 10px 15px;
}

#tabmenu {
    margin-left: 105px;
    width: 300px;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-box-shadow: 6px 2px 10px #adadad;
    box-shadow: 6px 2px 10px #adadad; /* min-height: calc(100vh - 60px);*/
}

.nav-label-icon {
    display: none;
}

@media (max-width: 992px) {
}




/*sidebar style end*/


.pac-container {
    z-index: 1051 !important;
}

.k-widget * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-dialog {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}


.star-rating {
    line-height: 32px;
    margin: 0 5px;
}


.card-title .box_name {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

label {
    margin-bottom: 2px;
}
#large_logo, #msform .step-container:not(:first-of-type), .advanced-fields, .display-none, .hide, .is-invalid ~ .required-field-mark, .is-valid ~ .required-field-mark, .k-grid-pdf, .nav-label-icon, .pace, .payment-progres > li:last-child:after, .radio-tabs input, .sidebar .user-panel, .sidebar-collapse .info, .sidebar-mini .main-header .logo > .logo-lg, .sml-menu-hidden .main-small-sidebar, .sml-menu-tab-content, .throbber, .tree_flow li:only-child::after, .tree_flow li:only-child::before {
    display: none
}

#large_logo {
    display: none;
}

    #large_logo img {
        height: 60px;
        margin: 0 6px 0 15px;
    }

.sml-menu-hidden .main-small-sidebar {
    display: none;
}

.sml-menu-hidden .content-wrapper, .sml-menu-hidden .main-footer, .sml-menu-hidden .main-header .navbar {
    margin-left: 0px !important;
}

.sml-menu-hidden #large_logo {
    display: block;
}

.sml-menu-hidden #main_logo {
    width: 0 !important;
    display: none;
}


@media (max-width: 768px) {
    .main-small-sidebar {
        display: none;
    }

    #main_logo {
        width: 0 !important;
        display: none;
    }

    .content-wrapper, .main-footer, .main-header .navbar {
        margin-left: 0px;
    }

    .sml-menu-hidden #tabmenu {
        display: block !important;
        margin-left: 0;
    }

    .sml-menu-hidden .sml-menu-tab-content.hide {
        display: block !important;
    }

    .nav-label {
        font-size: 15px !important;
        color: black !important;
        font-weight: 400;
    }

    .sidebar-menu > li > a {
        padding: 10px 28px 10px 15px;
    }

    .nav-label-icon {
        display: block;
    }

    .sub-menu-list {
        height: auto;
    }

    ul.sidebar-menu {
        height: 100vh;
        overflow: auto;
    }
}

@media (max-width: 768px) and (min-width: 355px) {
    #large_logo {
        display: block;
    }
}

@media (min-width: 768px) {
    .sml-menu-hidden .sidebar-mini.sidebar-collapse .content-wrapper, .sml-menu-hidden .sidebar-mini.sidebar-collapse .right-side, .sml-menu-hidden .sidebar-mini.sidebar-collapse .main-footer, .sml-menu-hidden .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 0px !important;
    }
}





/*     .ph-item::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 50%;
            z-index: 1;
            width: 500%;
            margin-left: -250%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
            -webkit-animation: phAnimation 0.8s linear infinite;
            animation: phAnimation 0.8s linear infinite;
            content: " ";
            pointer-events: none;
        }


@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }

    100% {
        transform: translate3d(30%, 0, 0);
    }
}

.div-ph {
    height: 10px;
    background-color: #ced4da;
    display: inline-block;
    width: 100%;
}
.button-ph {
    height: 35px;
    width: 110px;
}
.card-header-ph {
    height: 25px;
    width: 170px;
}
.form-label-ph {
    height: 14px;
    width: 150px;
}
.form-input-ph {
    height: 33px;
}
#ph-loader {
    background-color: #ecf0f5;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
}
*/








.datepicker.datepicker-dropdown {
    -webkit-box-shadow: 0px 3px 6px #000000b8;
    box-shadow: 0px 3px 6px #000000b8;
}

.k-grid-toolbar, .k-grouping-header {
    padding: 0px 5px !important;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
    /*color: #fff;
	background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%) !important;
	border-color: var(--primary-color) !important;*/
    color: #000;
    background-color: #6d6d6d75 !important;
}

tr.k-master-row.k-selected {
    background-color: #3379b5;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    /*background-color: var(--primary-color) !important;*/
    background-color: #bcbcbc !important;
}

.k-grid tr td {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-alt {
    background-color: unset;
}



    .k-grid-header th.k-header {
        font-weight: 700 !important;
    }

.k-grid-toolbar .k-button, .k-grid-toolbar .k-button:hover {
    border: 0;
    background-color: #9f1cc8;
    border-radius:0px;
    color:#fff !important;
    -webkit-box-shadow: 0 2px 5px #0a24d85c;
    box-shadow: 0 2px 5px #0a24d85c;
}

.k-pager-wrap {
    background-color: #ffffff !important;
}

    .k-pager-wrap .k-pager-numbers li, .k-pager-wrap > .k-link {
        margin-right: 3px !important;
    }

.grid-action-btn {
    color: var(--primary-color) !important;
    font-size: 18px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-state-selected .grid-action-btn {
    color: #fff !important;
}

.action-icon-disabled {
    color: #8c8c8ca8;
}

.k-state-selected .action-icon-disabled {
    color: #ffffff85;
}



.info-btn {
    font-size: 18px;
    padding: 4px 9px;
    display: inline-block;
    cursor: pointer;
    margin: 0;
    color: #ffffffe3;
    background-color: #4466f2;
    position: absolute;
    top: 4px;
    right: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 9;
}

.infonav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -5px 0px 40px 0px #523f691a;
    box-shadow: -5px 0px 40px 0px #523f691a;
}

    .infonav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.side-info-box {
    padding: 20px 25px;
}

.content-info h4 {
    color: var(--primary-color);
    font-weight: 600;
}

.content-success h4 {
    color: #00c851;
    font-weight: 600;
}

.modal {
    overflow: hidden !important;
}

.modal-body {
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-backdrop {
    position: fixed !important;
}

.daterangepicker .drp-buttons {
    padding: 4px;
}

.daterangepicker .ranges li {
    padding: 4px 12px;
}
.daterangepicker .ranges li.active:not(.ends), .daterangepicker td.active:not(.ends), .daterangepicker td.active:hover {
    background: -webkit-gradient( linear, left top, left bottom, from(var(--grad-primary-from)), to(var(--grad-primary-to)));
    background: -o-linear-gradient( top, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
    background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.bg-commodity {
    background-color: #e4e4e4ba;
}

input[type="file"].form-control {
    padding-top: 2px;
}

.modal-text {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}
/*@media (min-width: 576px) {
    .modal-dialog {
        max-width: 555px;
    }
}*/






.popup {
    display: inline-block;
}

    .popup .popuptext {
        visibility: hidden;
        width: 160px;
        background-color: #b1b1b1;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 20px;
        position: relative;
        top: 50px;
        right: 150px;
    }

    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

.main-header .logo {
    padding: 0 !important;
    height: 80px;
}

    .main-header .logo .logo-lg {
        background-color: white !important;
        padding: 0px 15px !important;
        height: 65px;
        border-right: 2px solid var(--primary-color);
    }

@media (max-width: 767px) {
    .banner_image img {
        min-height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .main-header .logo .logo-lg {
        padding: 0px 35px !important;
    }
}

.small-box .icon {
    top: 0 !important;
    font-size: 50px !important;
}

.small-box:hover .icon {
    font-size: 50px !important;
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

#FavouriteMenu_box {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .15);
    border-radius: 4px;
    outline: 0;
    right: 10px;
    margin-top: 0px;
}
#FavouriteMenu {
    padding: 5px;
    background-color: #f5f7fb;
    display: block;
    width: max-content;
}

    #FavouriteMenu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-shadow: 0 2px 9px #0000001f;
        padding: 5px 10px;
        align-items: center;
        margin-bottom: 0px;
        border-radius: 3px
    }

        #FavouriteMenu li a, .user-cards h3 {
            font-weight: 700
        }

.favScroll {
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%,0)
}

    .favScroll .favScrollIcon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #3c4e9b;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .favScroll .favScrollIcon i {
            font-size: 18px;
            color: #fff
        }

.throbber-header {
    font-size: 145%;
}

.throbber {
    display: none;
}

.navbar-custom-menu .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .navbar-custom-menu .navbar-nav li.nav-item {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: 5px;
    }
.btn {
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px 8px
}
.tracking_input_box {
    width: 195px !important;
    margin-left: 15px;
}
#MaxLimit_Div{
    margin-right:5px;
}
#DivFlashNews {
    display: none !important;
}
.tracking_input_box .btn-icon {
    height: 31px;
    width: 30px;  
}

    .tracking_input_box .btn-icon i {
        font-size: 15px !important;
        width: 0;
        line-height: 0px;       
        position: relative;
        left: -6px;
    }
    .tracking_input_box input {
        height: 32px !important;
        border: none !important;
        background-color: #ebeef6 !important;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .tracking_input_box .input-group-text {
        border: none;
        background-color: #ebeef6;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999;
    margin-left: 15px;
}

    .hamburger .line {
        background: var(--primary-color);
        display: block;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        margin-left: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .hamburger .line:nth-child(1) {
            width: 20px;
        }

        .hamburger .line:nth-child(2) {
            width: 26px;
        }

        .hamburger .line:nth-child(3) {
            width: 22px;
        }

    .hamburger:hover {
        cursor: pointer;
    }

        .hamburger:hover .line {
            width: 26px;
        }


    /*
    .hamburger.is-active {
      left: 60px;
    }
    */

    .hamburger.is-active .line:nth-child(1),
    .hamburger.is-active .line:nth-child(3) {
        width: 10px;
        height: 2px;
    }

    .hamburger.is-active .line:nth-child(2) {
        -webkit-transform: translateX(-0px);
        -ms-transform: translateX(-0px);
        transform: translateX(-0px);
        width: 22px;
        height: 2px;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(4px) rotate(45deg);
        -ms-transform: translateY(4px) rotate(45deg);
        transform: translateY(4px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-4px) rotate(-45deg);
        -ms-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg);
    }

#FavouriteMenu {
    display: block;
    width: 300px
}

.user-menu .nav-link {
    padding: 14px 10px 7px;
}

.user-menu .user-name {
    font-weight: 600;
    line-height: 10px;
    color: #2b2b2b;
}

.user-menu .user-status {
    font-size: 12px;
}

.round_image {
    width: 40px;
    height: 40px;
    position: relative;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 200px;
    padding: 0;
    border: 0;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 1px 7px #a7a7a7;
    box-shadow: 0px 1px 7px #a7a7a7;
}

.profile-dropdown li:first-child {
    padding: 20px !important;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--primary-color)), to(var(--primary-color)));
    background-image: -o-linear-gradient(top left, var(--primary-color), var(--primary-color));
    background-image: linear-gradient(to bottom right, var(--primary-color), var(--primary-color));
    color: #fff !important;
}

.profile-dropdown li {
    padding: 10px 20px !important;
    color: #212529;
}

    .profile-dropdown li svg {
        width: 18px;
        height: 18px;
        vertical-align: text-bottom;
        margin-right: 10px;
        margin-top: 0;
    }

    .profile-dropdown li:hover svg {
        stroke: var(--primary-color);
    }

    .profile-dropdown li a:hover {
        background-color: unset;
        color: var(--secondary-color);
    }

    .profile-dropdown li:hover a, .profile-dropdown li:hover .btn-signout {
        color: var(--primary-color);
    }

.btn-signout {
    border: 0 !important;
    outline: none !important;
    background-color: unset !important;
}
/*Added by Nithin for kendo chart tooltip*/
.k-chart-tooltip {
    margin-left: -20px;
}

.font-weight-600 {
    font-weight: 600 !important;
}

/*css for radio tabs*/
.radio-tabs input {
    display: none;
}

.radio-tabs label span {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 8px 13px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    margin: 0px 6px 0px 0;
    background-color: white;
    -webkit-box-shadow: 0 2px 6px #0a24d85c;
    box-shadow: 0 2px 6px #0a24d85c;
    border-radius: 15px;
}

.radio-tabs input:checked + span {
    /*background: linear-gradient( 180deg, var(--grad-primary-from) 0%, var(--grad-primary-to) 100%);*/
    background-color: var(--primary-color);
    color: white;
}

@media (min-width: 576px) {
    .modal-md {
        max-width: 550px;
    }
}

.advanced-fields {
    display: none;
}

#GetQuotesId .our-plans .price-plan:last-child .info_box {
    bottom: 23px;
}

.info_box {
    display: none;
    position: absolute;
}

.quote-info {
    display: inline-block;
}

    .quote-info:hover .info_box {
        display: block;
    }


.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #5d51a5a6 !important;
}

.callout.callout-info {
    border-color: var(--primary-color);
}

.sweet-alert button.cancel {
    background-color: #6c757d !important;
}
/*.select2-container--open .select2-dropdown {
    min-width: max-content;
    width: auto !important;
}*/
[data-role="grid"] table {
    min-width: 100%;
}

@media (min-width:768px) {
    #mobile-nav-control-toggle {
        display: none;
    }
}

#sidebar-swiper-area {
    width: 10px;
    position: absolute;
    right: 0;
    top: 0;
    /*background-color: unset;*/
    height: 100%;
}

/*back to top new*/

.scroll_to_top {
    bottom: 3rem;
    right: 10px;
    margin-left: -15px;
    position: fixed;
    -webkit-transform: rotate(90deg) translateX(100px);
    -ms-transform: rotate(90deg) translateX(100px);
    transform: rotate(90deg) translateX(100px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 100
}

.scroll_to_top_active {
    -webkit-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0)
}


.scroll_to_top_mouse {
    border-radius: 10px;
    border: 2px solid var(--secondary-color);
    height: 20px;
    margin-bottom: 0;
    width: 30px;
}

    .scroll_to_top_mouse:after {
        -webkit-animation: mouseanim 2s ease-in-out infinite;
        animation: mouseanim 2s ease-in-out infinite;
        background-color: var(--secondary-color);
        content: '';
        height: 2px;
        margin-top: -1px;
        position: absolute;
        left: 10px;
        top: 50%;
        width: 5px
    }

.scroll_to_top_arrows {
    bottom: 0;
    left: 0;
    margin: 0 0 13px -14px;
    position: absolute
}

    .scroll_to_top_arrows:after,
    .scroll_to_top_arrows:before {
        -webkit-animation: arrowsanim 1s infinite ease-in-out;
        animation: arrowsanim 1s infinite ease-in-out;
        border-left: 1px solid var(--secondary-color);
        border-top: 1px solid var(--secondary-color);
        content: '';
        height: 6px;
        opacity: .38;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 6px
    }

    .scroll_to_top_arrows:after {
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        left: -10px
    }

@-webkit-keyframes mouseanim {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes mouseanim {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@-webkit-keyframes arrowsanim {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes arrowsanim {
    0%, 100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}
/*back to top new end*/
.credit_amount {
    background: var(--primary-color);
    padding: 6px 10px;
    color: white;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
}

.welcome-text h2 {
    font-weight: 600;
}

.k-grid-filter.k-active {
    background-color: var(--primary-color);
    color: #ffffff !important;
}

.font-16 {
    font-size: 16px;
}

/*Nithin Added for all grids table head(th) in 2 lines  */
div[class="grid"] div[class="k-grid-header"] table[role="grid"] thead[role="rowgroup"] tr th {
    white-space: initial;
}
/*    Nihtin Added if links are their inside Grid */
.cellLinkStyle {
    /*    cursor: pointer;
    text-decoration: underline;*/
    /*color: var(--primary-color);*/
    pointer-events: none;
}

    .cellLinkStyle:after {
        /*        font-family: FontAwesome;
        content: "\f041";
        color: #031f4b;*/
        content:"";
        margin-left: 0.5rem;
        /*font-size: 1.3rem;*/
        width:1.5rem;
        height:1.5rem;
        position:absolute;
        background-size:cover;
        pointer-events: auto;
        cursor: pointer;
        background-image: url(../images/tracking.png);
    }
/*Nithin added for Dashboards DatePicker Right Align */
.date_range_picker_inputbox {
    min-width: 110%;
}

@media (max-width:1024px) {
    .date_range_picker_inputbox {
        min-width: 108%;
    }
}

.sweet-alert .sa-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .sweet-alert .sa-button-container button {
        width: 100%;
    }

.sweet-alert button {
    padding: 10px 25px;
}

.k-grid-header th.k-with-icon .k-link.k-active {
    background-color: #ebebeb !important;
}

label {
    font-weight: 600;
}

.aggregate_footertemplate_td {
    text-align: right;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dee2e6;
}

.table td, .table th {
    border-top: 1px solid #dee2e6;
}

.table > thead > tr > th {
    border-bottom: 2px solid #dee2e6;
}
/*step UI css start*/
#step-heading {
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    z-index: 0;
}

    #msform .step-container {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

.form-card {
    text-align: left;
    padding: 10px 20px;
}

#msform .step-container:not(:first-of-type) {
    display: none
}




.fs-title {
    font-size: 21px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
}

/*.purple-text {
			color: var(--primary-color);
			font-weight: normal
		}*/

.steps {
    font-size: 19px;
    /* color: gray; */
    margin-bottom: 10 px;
    font-weight: bold;
    text-align: right;
}



#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    #progressbar .active {
        color: var(--primary-color);
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400
    }

    #progressbar #company-step:before {
        font-family: FontAwesome;
        content: "\f19c"
    }

    #progressbar #contact-step:before {
        font-family: FontAwesome;
        content: "\f007"
    }

    #progressbar #gst-step:before {
        font-family: FontAwesome;
        content: "\f0d6"
    }

    #progressbar #contract-step:before {
        font-family: FontAwesome;
        content: "\f15c"
    }

    #progressbar #portal-step:before {
        font-family: FontAwesome;
        content: "\f013"
    }


    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 37px;
        display: block;
        font-size: 16px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 21px;
        z-index: -1
    }

    #progressbar li:first-child:after {
        content: '';
        width: 60%;
        top: 21px;
        z-index: -1;
        left: 45%;
    }

    #progressbar li:last-child:after {
        content: '';
        width: 60%;
        top: 21px;
        z-index: -1;
        right: 45%;
        left: auto;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: var(--primary-color);
    }



/*.fit-image {
			width: 100%;
			object-fit: cover
		}*/


/*------step Ui css end-------*/

/*Nithin Added For Kendo Datepicker Responsive*/

span .k-widget .k-datepicker {
    width: 100%;
}

.card-label {
    padding: 5px 0;
}

/*kendo grid height*/
.k-grid .k-grid-content {
    max-height: calc(100vh - 277px)
}
/*.k-grid .k-grid-content::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
		background-color: #F5F5F5;
		border-radius: 10px;
	}

	.k-grid .k-grid-content::-webkit-scrollbar {
		width: 5px;
		height: 5px;
		background-color: #F5F5F5;
	}

	.k-grid .k-grid-content::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: #c0c0c0;
	}
div.k-grid-footer, div.k-grid-header {
	padding-right: 5px !important;
}*/
.daterangepicker.show-calendar {
    -webkit-box-shadow: 0 2px 5px #0a24d85c;
    box-shadow: 0 2px 5px #0a24d85c;
}

.setting-navs .nav-tabs .nav-item {
    width: 100%;
    display: block !important;
}

    .setting-navs .nav-tabs .nav-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    .setting-navs .nav-tabs .nav-item a {
        color: #000000;
        padding: 8px 4px;
        -webkit-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        border: 0;
    }

        .setting-navs .nav-tabs .nav-item a:hover {
            border: 0;
            background-color: unset;
            color: var(--primary-color);
            margin-left: 10px;
        }

.setting-navs .nav-tabs .nav-link.active {
    border: 0;
    color: var(--primary-color);
}

.form-control.kendoDropdownList {
    width: 100%;
}

.br-bl-3 {
    background-color: #005AEA !important;
    color: white !important;
}

.search button {
    background-color: #005AEA !important;
    color: white !important;
}
/*.input-group span{
	font-size:1rem;
	line-height:2.5;
}*/
.main-text {
    color: #005AEA !important;
}

.k-grid-excel {
    background-color: #188038 !important;
    color: white !important;
}

.k-button:nth-child(2) {
    background-color: darkorchid !important;
    color: white !important;
}

.header {
    text-align: end;
}

/*.dataTables_length, .pagination {
    display: none !important;
}*/

.w-100 {
    width: 100% !important;
}

#Favourite {
    line-height: 1 !important;
}



@media screen and (max-width:992px) {
    .k-button, .k-link {
        font-size: 14px !important;
        margin: 5px !important;
        padding: 4px 6px !important;
    }

        .k-button span {
            font-size: 10px !important;
        }

    .radio-tabs label span, .shiplistBtn {
        font-size: 14px !important;
        margin: 5px !important;
        padding: 4px 6px !important;
    }

    .searchBox {
        text-align: center !important;
    }

    input[type=submit] {
        margin: 5px !important;
    }

    input[type=button] {
        margin: 5px !important;
    }

    .btn {
        margin: 3px !important;
    }
}

.text-underline {
    text-decoration: underline;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3c4858;
}
.card {
    box-shadow: 0px 0px 10px rgb(69 101 173 / 40%);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}
.box-shadow-0 {
    box-shadow: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    margin-top:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:6px !important; 
}
.form-control, .select2-container .select2-selection--single {
    color: #aab3ce;
    opacity: 1;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    height: 41px !important;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 /*   border-color: #d2d6de;*/
}
.card {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    font-weight:400 !important;
    font-style:normal !important;
}
    .card .card {
        box-shadow: 0px 0px 10px rgba(69, 101, 173, 0.4);
    }

@media print {
    .card {
        box-shadow: none;
        border: none;
    }
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    position: relative;
}

    .card-body + .card-body {
        border-top: 1px solid #eaf0f7;
    }

.tilebox-one i {
    font-size: 62px;
}

.card-body > :last-child {
    margin-bottom: 0;
}

@media print {
    .card-body {
        padding: 0;
    }
}

.card-body-scrollable {
    overflow: auto;
}

.card-footer, .card-bottom {
    padding: 1rem 1.5rem;
    background: none;
}

.card-footer {
    border-top: 1px solid #eaf0f7;
    color: #3c4858;
}

.card-header {
    background: none;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    /*min-height: 3.5rem;*/
    -ms-flex-align: center;
    align-items: center;
}

    .card-header .card-title {
        margin-bottom: 0;
    }

    .card-header.border-0 + .card-body {
        padding-top: 0;
    }

@media print {
    .card-header {
        display: none;
    }
}

.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-title {
    font-size: 15px;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    color: #212229;
}

.reg {
    text-align: center;
    font-size: 50px;
    color: #2e1170;
    float: right;
}

.card-title a {
    color: inherit;
}

.card-title:only-child {
    margin-bottom: 0;
}

.card-title small, .card-subtitle {
    color: #8c98b9;
    font-size: 0.875rem;
    display: block;
    margin: -.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}

.card-table {
    margin-bottom: 0;
}

    .card-table tr:first-child td, .card-table tr:first-child th {
        border-top: 0;
    }

    .card-table tr td:first-child, .card-table tr th:first-child {
        padding-left: 1.5rem;
    }

    .card-table tr td:last-child, .card-table tr th:last-child {
        padding-right: 1.5rem;
    }

.card-body + .card-table {
    border-top: 1px solid #eaf0f7;
}

.card-profile .card-header {
    height: 5rem;
    background-size: cover;
    border: 0;
}

.profie-img .flex-md-row img {
    width: 60px;
}

.card-profile-img {
    max-width: 6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-body + .card-list-group {
    border-top: 1px solid #eaf0f7;
}

.card-list-group .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .card-list-group .list-group-item:last-child {
        border-bottom: 0;
    }

    .card-list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-header-tabs {
    margin: -1.25rem 0;
    border-bottom: 0;
    line-height: 2rem;
}

    .card-header-tabs .nav-item {
        margin-bottom: 1px;
    }

.card-header-pills {
    margin: -.75rem 0;
}

.card-aside {
    -ms-flex-direction: row;
    flex-direction: row;
}

.card-aside-column {
    min-width: 5rem;
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: no-repeat center/cover;
}

.card-value {
    font-size: 1rem;
    line-height: 3.4rem;
    height: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

    .card-value i {
        vertical-align: middle;
    }

.card-chart-bg {
    height: 4rem;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
label {
    display: inline-block;
   /* margin-bottom: 0.5rem;*/
    font-size: 14px !important;
    font-family: inherit !important;
    font-weight: 300 !important;
    color: rgb(60, 72, 88);
}
.btn-primary {
    background-color: #4b2feb !important;
    border-color: #4b2feb !important;
}
.btn-lg {
    font-size: 1.09rem;
    min-width: 2.75rem;
    font-weight: 400;
    padding: 0.475rem 2.7rem;
}
.form-control::placeholder, .select2-selection::placeholder {
    font-size: 1rem;
    line-height: 1.6 !important;
}
.align-items-baseline{
    align-items:baseline;
}
.new-tab-style {
    background-color: #d9ddff !important;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 17px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 13px;
    color: var(--primary-color) !important;
    transition: all .6s linear;
    margin-right: 3px;
}

    .new-tab-style.active {
        color: white !important;
        background-color: var(--primary-color) !important;
    }

.new-tab-style2 {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 0px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 13px;
    color: #5f5f5f !important;
    transition: all .6s linear;
    position: relative;
    margin-right: 15px;
}

    .new-tab-style2.active {
        color: var(--primary-color) !important;
    }

        .new-tab-style2.active::after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 0px;
            width: 40%;
            height: 2px;
            background-color: var(--primary-color);
        }
.modal-xl, .modal-lg {
    max-width: 95% !important;
}

input, .form-control, .k-input, .select2-selection {
    font-weight: 600 !important;
    color: black !important;
    border-radius:4px;
}
    input:focus, .k-input:focus, .form-control:focus, .k-state-focused, .select2-selection:focus{
       /* box-shadow: 0 0 0 1px #005aea, 0 0.45em 1em rgb(146 94 255 / 30%) !important;*/
        box-shadow: none;
    }
    input.k-input-inner:focus {
        box-shadow:none !important;
    }
    .form-control, .k-input, .select2-selection {
        line-height: 1.6 !important;
    }
.k-input {
    box-shadow: none !important;
}

.form-control:focus-within {
    box-shadow: 0 0 0 1px #005aea, 0 0.45em 1em rgb(146 94 255 / 30%) !important;
}
.btn-primary, .btn-secondary {
    color: white !important;
}

.wrapper{
    background-color:white !important;
}
.card.h-100{
    margin:10px 0px !important;
}
.card {
    border: 1px solid #007bff;
    margin: 20px 0;
}
.h-38px{
    height:38px !important;
}
.k-tabstrip > .k-content{
    padding:15px !important;
}
@media (max-width:1200px) {
    .modal-xl, .modal-lg {
        max-width: 95% !important;
    }
}

@media (max-width:992px) {
    .modal-xl, .modal-lg {
        max-width: 95% !important;
    }
}

@media (max-width:768px) {
    .modal-xl, .modal-lg {
        max-width: 95% !important;
    }
}
.custom-tooltip-container {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    width: 120px;
    position: absolute;
    z-index: 9;
    background-color: white;
    padding: 7px 10px;
    box-shadow: 0px 0px 15px #38414a5c;
    border-radius: 5px;
    display: none;
}

.custom-tooltip-header {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.custom-tooltip-body hr {
    margin-bottom: 4px;
    margin-top: 8px;
}

.custom-tooltip-container:hover .custom-tooltip {
    display: block;
}

.tooltipDisable {
    overflow: visible !important;
}
.header-small-text {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
    letter-spacing: .6px;
}
.has-success input,.has-success .form-control {
    border-color: #d2d6de !important;
}
.has-success label:after{
    content:"*";
    color:red;
}
.payment-progres {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #849397;
}

    .payment-progres > li {
        position: relative;
        display: table-cell;
        text-align: center;
        font-size: 14px;
    }

        .payment-progres > li:before {
            content: attr(data-step);
            display: block;
            margin: 0 auto;
            background: #DFE3E4;
            width: 3em;
            height: 3em;
            text-align: center;
            margin-bottom: 0.25em;
            line-height: 3em;
            border-radius: 100%;
            position: relative;
            z-index: 2;
        }

        .payment-progres > li:after {
            content: '';
            position: absolute;
            display: block;
            background: #DFE3E4;
            width: 100%;
            height: 0.5em;
            top: 1.25em;
            left: 50%;
            margin-left: 1.5em\9;
            /*z-index: -1;*/
        }

        .payment-progres > li:last-child:after {
            display: none;
        }

        .payment-progres > li.is-complete {
            color: #4b9400;
        }

            .payment-progres > li.is-complete:before,
            .payment-progres > li.is-complete:after {
                color: #FFF;
                background: #4b9400;
            }

        .payment-progres > li.is-active {
            color: #3498DB;
        }

            .payment-progres > li.is-active:before {
                color: #FFF;
                background: #4b2feb;
                animation: blink 1s linear infinite alternate;
            }

/**
        * Needed for IE8
        */

.progress__last:after {
    display: none !important;
}
/**
        * Size Extensions
        */

.progress--medium {
    font-size: 1.5em;
}

.progress--large {
    font-size: 2em;
}

@keyframes blink {
    from {
        box-shadow: 0px 0px 0px 2px #a697fc;
    }

    to {
        box-shadow: 0px 0px 0px 10px #a697fc;
    }
}

@media (min-width: 768px) {
    .modal-dialog.modal-lg {
        width: 80%;
        max-width: 100%;
    }
}
.k-column-menu, .k-filter-menu {
    font-size: 1rem;
}

.k-multicheck-wrap .k-item {
    line-height: 1.9rem;
}

.k-button-solid-primary, .k-button-solid-primary.k-hover, .k-button-solid-primary:hover {
    border-color: var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}

.k-filter-menu.k-popup {
    border-color: transparent;
    border-radius: 5px;
}

.k-header .k-grid-filter, .k-header .k-header-column-menu {
    height: 100%;
}

.k-filter-menu.k-popup .k-multicheck-wrap {
    height: 130px;
}

.k-grid-toolbar .clearAllFilter {
    order: 1;
}

.k-list-item.k-selected {
    color: #fff;
    background-color: var(--primary-color);
}

.k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.k-picker .k-input-button {
    width: auto;
    height: auto;
}

.k-pager-sizes .k-input-value-text {
    line-height: normal;
}

.modal .form-group {
    margin-bottom: 15px;
}


.more-filter-btn {
    position: relative;
}

    .more-filter-btn i.fa-plus {
        position: absolute;
        font-size: 8px;
        right: 0px;
        top: 0px;
    }

    .align-end{
        align-items:flex-end;
    }
    .after-none:after{
        content:"" !important;
    }
.bg-grey {
    background-color: #e9ecef !important
}
.w-90-input {
    width: 90% !important;
    border: none;
    outline: none;
}
.w-90-input.core-input {
    width: 97% !important;
}

    .w-90-input:focus {
        border: none !important;
        box-shadow: none !important;
    }
    .cursor-pointer{
        cursor:pointer;
    }
.k-grouping-row .k-grid-content-sticky {
    border-left-color: #b3b3b3;
    border-right-color: #b3b3b3;
}
.k-master-row.k-state-selected .k-grid-content-sticky {
    background-color: #bcbcbc;
}
.k-grid-content-sticky.k-state-border-down {
    background-color: #bcbcbc;
}
/*.k-master-row.k-alt .k-grid-content-sticky{
    background-color:white !important;
}*/
.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-active, .k-tabstrip-top > .k-tabstrip-items .k-active {
    border: 0;
    padding-bottom: 1px;
}
.k-grid-header th.k-with-icon .k-link.k-active {
    background-color: #ebebeb !important;
}
.k-slider-horizontal {
    width: 300px;
}
/*font size for the forgot password page in Account/ForgotPassword*/
/*#fontForgot {
    font-size: 3rem!important;
    font-weight: 500!important;
}
#ForgotPasswordfont {
    font-size: 21px!important;
    font-weight: 300!important;
}
*/
#withoutlogin {
    box-shadow: 0px 0px 40px 0px #523f691a;
}

.header-top {
    font-size: 12px;
    padding: 8px;
    background-color: #222222;
}

    .header-top a {
        color: #fff;
    }

    .header-top ul li {
        display: inline-block;
        margin-right: 30px;
    }

    .header-top .header-top-left i {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .header-top .header-top-left a:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .header-top .header-top-left a:hover i {
            color: #fab700;
        }

    .header-top .header-top-right {
        text-align: right;
    }

        .header-top .header-top-right a {
            margin-right: 10px;
        }

    .header-top .lnr {
        display: none;
    }

@media (max-width: 588px) {
    .header-top .lnr {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

    .header-top .text {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}

.top-head-btn {
    background: #fab700;
    padding: 9px 26px;
}

.main-menu {
    padding-top: 10px;
}

#header {
    padding: 0px 0px 20px 0px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff !important;
}

    #header.header-scrolled {
        box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
        background: rgba(255, 255, 255, 0.9);
        transition: all 0.5s;
    }

@media (max-width: 673px) {
    #logo {
        margin-left: 20px;
    }
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

    #header #logo h1 a, #header #logo h1 a:hover {
        color: #000;
        padding-left: 10px;
        border-left: 4px solid #fab700;
    }

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px;
    }

    #header #logo img {
        max-height: 40px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        background: rgba(255, 255, 255, 0.9);
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
        text-align: left;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #222;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 12px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #fab700;
        }

    .nav-menu ul ul {
        margin: 0;
    }

.nav-menu a:active {
    background-color: white;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 60px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    #mobile-nav-toggle {
        top: 22px;
    }
}

#mobile-nav-toggle i {
    color: #222;
    font-weight: 900;
}

@media (max-width: 800px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #nav-menu-container {
        display: none;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                font-weight: 700;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #fab700;
            }

        #mobile-nav ul .menu-has-children li a {
            text-transform: none;
        }

        #mobile-nav ul .menu-item-active {
            color: #fab700;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.core-log-btn {
    border: 1px solid;
    margin-bottom: 3px;
    font-size: 12px;
    border-radius: 3px;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

.section-gap {
    padding: 120px 0;
}

.section-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 5px solid var(--primary-color);
    padding-left: 5px;
}

    .section-title h2 {
        margin-bottom: 20px;
    }

    .section-title p {
        font-size: 16px;
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .section-title p br {
        display: none;
    }
}

.primary-btn {
    background-color: #fab700 !important;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

    .primary-btn:focus {
        outline: none;
    }

    .primary-btn span {
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
        right: 30px;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .primary-btn:hover {
        color: #fff;
    }

        .primary-btn:hover span {
            color: #fff;
            right: 20px;
        }

    .primary-btn.white {
        border: 1px solid #fff;
        color: #fff;
    }

        .primary-btn.white span {
            color: #fff;
        }

        .primary-btn.white:hover {
            background: #fff;
            color: #fab700;
        }

            .primary-btn.white:hover span {
                color: #fab700;
            }

#nav-menu-container ul.nav-menu a.active-link {
    border: 1px solid #fab700 !important;
    background: transparent;
    color: #fab700 !important;



}

.core-custom-btn {
    margin-top: 30px;
    height: 38px;
}

.core-contract-btn {
    display: none;
}

.core-dsr-btn, .core-cust-list-btn, .core-ser-btn, .core-car-ser-btn, .core-user-btn {
    height: 38px;
}

.core-rec-bill-link, .core-car-btn {
    margin-top: 28px
}

.display-none {
    display: none; /*Don't give important to this css here*/
}

.core-bill-btn {
    margin-top: -10px
}

.core-led-btn {
    margin-top: 30px;
    height: 40px;
}

.core-btn {
    height: 38px;
}
.k-datepicker .k-button {
    height: 100%
}
.k-input{
    height:41px !important;
}

.core-car-edit-btn {
    margin-top: 19px
}

.pointer[aria-expanded="false"] .fa-angle-up {
    transform: rotate(180deg);
    transition: .3s linear;
}

.k-select {
    height: 100%;
}
.k-multiselect .k-chip {
    font-size: 1rem;
    background: #fff;
    border: 0;
}


.k-datetimepicker {
    height: 40px;
}
.ui-timepicker-viewport {
    padding-right: 0 !important;
    overflow-x: hidden !important;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
}
.ui-timepicker {
    overflow-x: hidden !important;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
}
    .ui-timepicker::-webkit-scrollbar, .ui-timepicker-viewport::-webkit-scrollbar {
        display: none;
        /* for Chrome, Safari, and Opera */
    }

/*corelogistics contract edit switches*/
@media (max-width:1000px) {
    .form-control .contractSwitch {
        font-size: 11px !important;
        -webkit-font-size:11px !important;
        -moz-font-size:11px !important;
        -ms-font-size:11px !important;
    }
}

.coreAmt {
    font-size: 20px !important;
}
/*.core_btn{
    margin-top:30px!important;
}
.core_btn1 {
    margin-top: 25px !important;
}*/
.core_up {
    margin-bottom: -30px !important;
}

.k-icon-button {
    align-items: center;
    /*margin-left:300px;*/
   /* margin-bottom:40px!important;*/
}
.k-pager-sizes .k-dropdown, .k-pager-sizes > select {
    margin-right: 1ex;
   /* width: 5em;*/
    height: 30px;
}
.radio-tabs {
    background-color: #ecf0f5;
    border-radius: 35px;
    padding: 5px;
    display: inline-block;
}
.floating-label, .form-group {
    position: relative;
}

    .floating-label label, .form-group label {
        /*position: absolute;*/
        top: -12px;
        z-index: 9;
        /*background-color: white;*/
        left: 7px;
        display: inline-block;
      /*  padding: 0 5px 0 4px;*/
        font-size: 13px;
    }

        .floating-label label::before, .form-group label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 3;
           /* height: 12px;*/
            width: 100%;
            background-color: #ffffffe3;
            z-index: -1;
        }


.custom-switch .form-check-label::after {   
    left: calc(-2.25rem + 20px);
}
.custom-switch .form-check-label::before {
    left: -1.05rem;
}

.form-group {
    margin-top: 3px;
    margin-bottom: 1rem;
}
.header_color .card-header {
    min-height: 0rem;
}
span.yesNo_switcher label {
    z-index: 1;
    position: absolute;
    top: 2px;
    bottom: 0px;
    border-radius: 20px;
    height: 17px;
    width: 23px;
    margin-bottom: 0;
}
span.yesNo_switcher input:after {
    content: 'No';
    right: 11px;
    top: 10px;
}

.k-i-filter-clear {
    margin-top:6px!important;
}
.fa-file-text-o {
    margin-top: 4px;
}
.btn-csv {
    background-color: darkorchid !important;
    color: white !important;
}
.fa-chevron-circle-down{
    display:none;
}
.content {
    padding: 0px 15px!important;
}

/*.k-tabstrip-items .k-item {
    border-radius: 27px !important;
}*/

.k-tabstrip-items .k-item.k-active {
    background: var(--primary-color) !important;
    margin-left: 2px !important;
}

.k-tabstrip-items .k-active .k-link {
    color: white !important;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
    padding-left: 0;
    padding-right: 0;
}
.k-tabstrip-items .k-item {
    color: #1274ac !important;
    /* background-color: #fff !important; */
    opacity: 1;
    font-weight: 600;
    border-right: 1px solid #d6d6d6;
}


.k-tabstrip-content.k-content.k-active {
    border: 1px solid rgba(0,0,0,0.1);
    outline: none !important;
    bottom: 2px;
    position: relative;
}
#customerDetailstabs .k-content, #customerDetailstabs .k-content .card-body {
    margin-top: 0px;
    padding:0px;
}
.custom-switch {
    padding-left: 1rem;
}
.fa-trash{
    color:red;
}
.fa-user{
    color:green;
}
.fa.action-icon-disabled {
        color: #B2BEB5;
}
.fa-pencil {
    color: darkorchid;
}
.fa-list {
    color: var(--primary-color);
}
.btn-redd {
    background-color: red!important;
    border-color:red!important;
    color:#fff!important;
}
.btn-redd .fa-trash {
        color: #fff;
        margin-top: 2px;
        font-size: 16px;
}
/*.k-button-solid-base.k-icon-button{
    margin-top:4px;
}*/
.k-master-row input[type="checkbox"] {
    margin-top:15px;
}
#DiVManual{
    margin-top:5px;
}
.core_row{
    padding:0px 15px;
}
/*.k-i-calendar.k-button-icon{
margin-top:7px;
}*/
.k-button-md.k-button-solid {
    background-color: darkorchid !important;
    color: white !important;
   /* height:39px !important;*/
   border-radius:0px;
}
.k-input .k-input-button, .k-picker .k-input-button{
    background: none !important;
    color: #000 !important;
    height: auto;
}

.marginBottom-10 {
    margin-bottom: -10px !important;
}

.mb-25 {
    margin-bottom:-25px !important;
}
/*.mb-60{
    margin-bottom:-60px !important;
}*/

.mt-25{
    margin-top:-25px !important;
}

.mt-30{
    margin-top:30px !important;
}
.mt-38{
    margin-top:38px !important;
}
.mt-40{
    margin-top:40px !important;
}

.mt25{
    margin-top:25px !important;
}
.mt24{
    margin-top:24px !important;
}
.mt13{
    margin-top:13px !important;
}
.mt22{
    margin-top:22px !important;
}
@media (max-width:576px) {
    .mt13, .mt24, .mt25, .mt-40, .mt-38, .mt-25, .mt-30 {
        margin-top: 0px !important;
    }
    .mb-25{
        margin-bottom:0px !important;
    }
}

/*.freeze {
    position: absolute;
    top: 33px;
    right: -8px;
    margin: 0;
}*/

.freeze.rightP {
    right: -23px !important;
}

k-tabstrip-items .k-item {
    border-radius: 27px !important;   
}

.k-tabstrip-items-wrapper{
    position:relative !important;
    left:0px !important;
}

.k-tabstrip-items{
    flex-direction:row !important;
}

  /*  .k-tabstrip-items .k-item {
        border-radius: 27px !important;     
}*/

#progressbar #vendor-step:before {
    font-family: FontAwesome;
    content: "\f18c";
}

form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
}

@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 576px) {
    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .sweet-alert {
        width: 470px !important;
    }

    #main_content {
        margin-left: 100px !important;
    }

    body.sml-menu-hidden #main_content {
        margin-left: 0px !important;
    }
}
    @media (min-width: 771px) and (max-width: 149px) {
        #main_content {
            margin-left: 100px !important;
        }

        body.sml-menu-hidden #main_content {
            margin-left: 0px !important;
        }
    }


    @media (min-width: 956px) {
        #nav-menu-container {
            padding-left: 352px;
        }
    }

    #timer-div{
        display:none !important;
    }
tr.k-master-row.k-selected {
    background-color: #3379b5;
}

#imagePreview {
    height: 60px;
    width: 60px;
    object-fit: cover;
    margin-top: -10px;
    margin-right: 15px;
}

.k-toolbar .k-input, .k-toolbar .k-picker {
    margin-right: 10px !important;
}

.fa-download {
    margin-top: 5px !important;
}
.core_autocomplte{
    margin-top:30px;
}
.file-uploader {
    position: relative !important;
    /*height: 42px;*/
    line-height: 36px;
}

.file-uploader i {
    position: absolute;
    font-size: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s ease-in-out;
    color: var(--primary-color)
}
label.custom-file-upload {
    padding: 5px 5px 5px 55px;
    display: block;
    width: 100%;
    border: 1px dashed var(--primary-color);
    background-color: #fff0;
    cursor: pointer;
    position: relative;
    height: auto;
    color: #000;
    transition: .2s ease-in-out;
    border-radius: 4px;
    z-index: 1
}

input[id=fileToUpload], input[id=fileUpload], input[id=fileToUploadBulk] {
    position: absolute;
    font-size: 16px;
    text-indent: -100px;
    left: -10px;
    color: rgb(255 255 255 / .5);
    z-index: 3;
    padding-top: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 400px;
    margin-left:15px;
}

input[id=fileUpload] {
    width: 220px
}

    input[id=fileUpload]:active, input[id=fileUpload]:focus {
        outline: #fff0;
        box-shadow:none !important;
    }

        input[id=fileUpload]:focus + label[for=fileUpload], input[id=fileUpload]:hover + label[for=fileUpload], label[for=fileUpload]:focus, label[for=fileUpload]:hover {
            background-color: var(--light)
        }

.k-autocomplete .k-input-inner{
    height:31px !important;
    border:none !important;
}
.k-autocomplete .k-input-inner:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}
.k-tabstrip{
    box-shadow:none !important;
}
/* Add the missing css*/

.more_links {
    right: 0;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 7px 1px rgb(202, 191, 191, 0.75);
}
.more_links .dropdown-item{
    cursor:pointer;
}
.form-control.disabled, .form-control.k-disabled, .form-control.disabled input, .form-control.readonly, .form-control.readonly input, .form-control:disabled, .form-control[readonly], input[readonly], .k-datepicker .k-input-inner[readonly] + .k-input-button {
    background-color: #e9ecef63;
    opacity: 1;
    cursor: not-allowed
}
@media (min-width: 768px) {
    .k-popup:not(.k-dropdowngrid-popup):not(.k-filter-menu) {
        min-width: max-content !important;
    }
}
.k-tabstrip .k-tabstrip-items {
    background-color: #ecf0f5;
    border-radius: 35px;
    padding: 5px;
}
.k-tabstrip-items .k-item.k-active {
    border-radius: 27px !important
}
.k-tabstrip-items .k-link {
    text-align: center;
    padding: 4px 11px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 27px;
}
.radio-tabs label, .k-tabstrip-items li {
    border-right: 1px solid #d6d6d6;
    /* border-radius:18px;*/
}
.radio-tabs label:last-child, .k-tabstrip-items li:last-child {
    border-right: none; /* Remove border from the last list item */
}

.card-body .card{
    margin:10px 0px;
}
.modal-header {
    border-bottom-color: #dee2e6;
    background: var(--primary-color);
    color: #fff !important;
    padding: 4px 15px !important;
}
.modal-header .close {
    font-size: 2rem;
    color: #fff;
    opacity: 1;
    border: none;
    background: 0 0;
    font-weight: 700;
}
.modal-content {
    border-radius: 7px !important;
}

.flex-1 {
    flex: 1;
    flex-direction: column;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.flex-5 {
    flex: 5;
}

.k-tabstrip-content.k-content{
    overflow-x:hidden;
}
.form-switch .form-check-input { 
    margin-left: 0px !important;  
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.btn-csv.k-grid-csv{
    display:flex;
    align-items:center;
}