@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    background: #F7F7F7;
    font-style: normal;
}

.actions {
    width: 180px;
}

.btn-danger a {
    color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #272727;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

p {
    font-size: 13px;
    color: #272727;
    font-weight: 400;
    /* line-height: 1.6; */
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    font-style: normal;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    /* text-decoration: none; */
    outline: none;
    color: #0843AA;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

.f-9 {
    font-size: 9px !important
}

.f-11 {
    font-size: 11px !important
}

.f-12 {
    font-size: 12px !important
}

.f-13 {
    font-size: 13px !important;
    line-height: 20px
}

.f-14 {
    font-size: 14px !important
}

.f-16 {
    font-size: 16px !important
}

.f-18 {
    font-size: 18px !important
}

.f-14 {
    font-size: 14px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-60 {
    font-size: 60px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-25 {
    font-size: 25px !important;
}

.f-32 {
    font-size: 32px !important;
}

.f-36 {
    font-size: 36px !important;
}

.f-60 {
    font-size: 60px !important;
}

.no-bg {
    background: none !important
}

.text-blue {
    color: #038ed3 !important
}

/*
.login-box {
    background: #fff;
    box-shadow: 0px 3px 80px #0000001A;
    border-radius: 30px;
    width: auto;
} */

/* .login-box .left-img {
    box-shadow: 0px 70px 80px rgb(23 43 77 / 0.3);
    border-radius: 30px;
    height: 100%;
} */

h1 {
    font-size: 36px;
    font-weight: 800
}

h2 {
    font-size: 30px;
    font-weight: 800
}

.font-weight-medium {
    font-weight: 600 !important
}

.textM-right {
    text-align: right;
}

.text-red,
.text-danger {
    color: #F57171 !important
}

.help-block,
.text-red,
.text-danger {
    color: #F57171 !important;
    font-weight: 700;
}

.text-success {
    color: #2DCE98 !important
}

.text-pending {
    color: #0843AA !important;
}


/*** Floating Input Fields ****/

:root {
    --input-padding-x: 1.2rem;
    --input-padding-y: 1rem
}

/*
.form-control {
    height: auto !important;
} */

.form-label-group {
    position: relative;
    margin-bottom: 1rem
}

.form-label-group>input,
.form-label-group>textarea,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    font-weight: 800;
    color: #272727;
}

.form-label-group>select {
    padding: var(--input-padding-y) var(--input-padding-x);
    font-weight: 600;
    font-size: 0.9375rem;
    color: #5E6472;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-weight: 400 !important;
    font-size: 0.9375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #5E6472;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out
}

.form-label-group input::-webkit-input-placeholder,
.form-label-group select::-webkit-input-placeholder,
.form-label-group textarea::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder,
.form-label-group select:-ms-input-placeholder,
.form-label-group textarea:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-ms-input-placeholder,
.form-label-group select::-ms-input-placeholder,
.form-label-group textarea::-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-moz-placeholder,
.form-label-group select::-moz-placeholder,
.form-label-group textarea::-moz-placeholder {
    color: transparent
}

.form-label-group input::placeholder,
.form-label-group select::placeholder,
.form-label-group textarea::placeholder {
    color: transparent
}

.form-label-group input.select2-search__field::placeholder {
    color: #5E6472
}



.form-label-group input:not(:placeholder-shown),
.form-label-group textarea:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2/3));
    padding-bottom: calc(var(--input-padding-y)/3);
    border-left: 5px solid #038ed3 !important;
    /* box-shadow: 0px 10px 20px #00000029; */
}

.login-box .form-label-group input:not(:placeholder-shown),
.login-box .form-label-group textarea:not(:placeholder-shown) {
    box-shadow: 0px 10px 20px #00000029;
}

.form-label-group input:not(:placeholder-shown)~label,
.form-label-group textarea:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y)/3);
    padding-bottom: calc(var(--input-padding-y)/3);
    font-size: 12px;
    color: #777;
    padding-left: 1.4rem;
}

input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active,
.custom-control-input:active~.custom-control-label:before,
.custom-control-input:checked~.custom-control-label:before,
.custom-control-input:focus~.custom-control-label:before,
.custom-file-input:focus~.custom-file-label,
.custom-select:focus,
.form-control:focus,
.page-link:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 transparent;
}

.forgetAbso {
    position: absolute;
    right: 13px;
    top: 20px;
    color: #0b6bd3;
}

.body-color {
    background: linear-gradient(to right, #1eb089 0%, #7c49ab 100%, #7bd9e8 100%) repeat scroll 0 0;
    ;
}

/* .btn {
    min-width: 170px;
    font-weight: 600;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
} */

.btn-primary {
    background: #00AEEF;
    border: #00AEEF thin solid;
    padding: 5px 15px;
    padding: 7px;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #00AEEF;
    ;
    border-color: #00AEEF;
}

/* .btn-info {
    color: #fff;
    background-color: #038ed3;
    border-color: #038ed3;
    box-shadow: none;
} */

/* .btn-info:hover {
    color: #fff;
    background-color: #36afd8;
    border-color: #36afd8;
    box-shadow: none;
} */

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #04215a;
    border-color: #04215a;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #04215a;
    border-color: #04215a;
    /* box-shadow: none, 0 0 0 0 rgba(58, 176, 195, .5); */
}

.rightreserved {
    color: #808080
}

/* .content-wrapper {
    background: #f7f7f7;
} */

.sidebar nav {
    padding-bottom: 30px;
}

.nav-link {
    padding: 10px 15px;
}

.layout-fixed .main-sidebar {
    background: #E5F7FD;
    box-shadow: 0px 10px 20px #00000026;
}

.nav-sidebar .nav-link p {
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px !important;
    margin-top: 4px;
    color: #222222;
    line-height: 17.07px;
}

.nav-treeview>.nav-item>.nav-link {
    color: #0ab1f0;
    border-bottom: 1px solid #96DEF8;
    border-radius: 0;
}

.nav-sidebar .nav-link p:hover,
.nav-sidebar .nav-link p:hover i {
    /* color:#f4760b  */
}

.nav-sidebar>.nav-item {
    /* margin-bottom: 8px; */
}

.nav-sidebar .nav-link>p>.right {
    top: 20px;
}



.nav-sidebar>.nav-item .nav-icon {
    width: 19.17px;
    height: 19.17px;
    line-height: 19.17px;
    float: left;
    font-size: 14px !important;
    color: #ffffff;
    margin-left: 8px;
    /* display: block; */

}

.nav-sidebar>.nav-item .nav-icon:before {
    border-bottom: #eee thin solid;
    padding-bottom: 9px;
}

.sidebar .os-content {
    padding: 0 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover {
    background: linear-gradient(90deg, #00AEEF 0%, #FFFFFF 106.13%);
    mix-blend-mode: darken;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 30px 30px 0px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active i,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active i,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover p,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover i,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover i {
    color: #fff;
}

.nav-treeview .nav-link {
    padding: 3px 15px;
    margin-left: 33px;
}

dropdown-menu dropdown-menu-md tableaction useraction-dropdown .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active p,
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover p,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link:hover p {
    color: #fff;
    top: 10px !important;
}

.menuexpico {
    display: none
}

.sidebar-collapse .leftmenuaction .menucloico {
    display: none
}

.sidebar-collapse .leftmenuaction .menuexpico {
    display: block;
}

.dashTitle {
    font-size: 140px;
}

.dashTitle i {
    font-size: 45px;
}

.dashmainHead {
    text-align: right;
    text-transform: uppercase;
}

.dashmainBoximg {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 135px;
    z-index: 0;
}

.zindex2 {
    z-index: 2;
    position: relative;
}

.card {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #2C28281C;
    border-radius: 10px;
}

.card-title {
    font-size: 17px;
    font-weight: 600;
    padding: 8px 0px;
}

.dashtrend h4 {
    font-weight: 600;
    font-size: 16px;
}

.dashtrend h6 {
    font-weight: 600;
    font-size: 12px;
}

.dashtrend {
    margin-bottom: 15px
}

.dashtrend .heart-img {
    margin-left: -13px;
    margin-bottom: -10px;
    margin-top: -4px;
}

.top-notification {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: normal;
    font-size: 12px;
    font-weight: 500;
    margin-left: -2px;
    background: #F57171
}

.user-profile p {
    font-weight: 600;
    font-size: 14px;
    float: left
}

.user-profile img {
    float: left;
    margin-left: 15px
}

.user-profile .dropdown-menu.useraction-dropdown {
    top: 35px !important
}

.searchhrt {
    text-align: right
}

.searchhrt select {
    border: none
}

.dashmainbor:after {
    border-radius: 5px;
    width: 30px;
    height: 3px;
    background: #2896E9
}

.dashmainbor p {
    margin-bottom: 10px
}

.btn.btn-secondary {
    min-width: auto
}

.btn-secondary {
    background: #8898AA;
    border: #8898AA thin solid;
    font-weight: 600;
    /* font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 10px;
    letter-spacing: 1px; */
}

.btn-radius {
    border-radius: 50px !important
}

.btn-outline-secondary {
    border-radius: 10px !important;
    font-weight: 800;
    text-decoration: none;
    color: #272727;
    min-width: auto;
    margin-top: 3px;
    font-size: 12px;
    padding: 8px 20px;
}

.btn-outline-secondary:hover {
    color: #8898AA;
    background: none;
    border: 1px solid #8898AA;
    text-decoration: none;
}

.custom-search .input-group-text {
    background: #F7FAFC;
    border: #F7FAFC thin solid;
    border-radius: 10px 0 0 10px;
    color: #8898AA
}

.custom-search input.form-control {
    background: #F7FAFC;
    /* height: 40px; */
    border: #F7FAFC thin solid;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    padding-left: 0;
    color: #8898AA
}

.admintable tr th {
    color: #8898AA !important;
    font-weight: normal !important;
    font-size: 13px !important;
    padding: 17px 10px !important;
    border: none !important
}

.admintable tr td {
    color: #272727 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    padding: 17px 10px !important;
    border: none !important
}

.admintable tr td:nth-child(2),
.admintable tr td.strong {
    font-weight: 600 !important;
    color: #272727;
}

.admintable tr td .text-success {
    color: #2DCE98 !important;
    margin-right: 4px !important;
    font-size: 12px !important
}

.admintable tr td .text-red,
.admintable tr td .text-danger {
    color: #F57171 !important;
    margin-right: 4px !important;
    font-size: 12px !important
}

.admintable tr td i.fa-circle {
    margin-right: 4px !important;
    font-size: 12px !important
}

.admintable tr td:first-child,
.admintable tr th:first-child {
    padding-left: 22px !important;
}

.admintable tr th {
    background: #F1F3F9;
    font-weight: 700 !important;
    padding: 10px !important;
    text-transform: uppercase !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F5F8FA !important;
}

.admintable tr td.font-bold {
    font-weight: 700 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F5F8FA;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}



/*--------Switch Css-------*/

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 20px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: none;
    border: #c2c7cd thin solid;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: #c2c7cd;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    /* background-color: none; */
    /* border: #272727 thin solid */
    border: #F2F2F2 thin solid;
    background: #F2F2F2;
}

input:focus+.slider {
    box-shadow: none;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    /* background: #272727; */
    background: #04932C;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


/*---admintabledrop*/


/*.admintabledrop { background: #F7FAFC; box-shadow: 0px 3px 6px #2C28281C; width:30px; height:30px; border-radius:50%; display: inline-block; text-align: center; line-height: 37px; }*/

.admintabledrop {
    display: inline-block;
    text-align: center;
}

.admintabledrop i {
    font-size: 17px;
    color: #272727;
    /* background: #F7FAFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #2C28281C; */
    padding: 4px;
    /* width: 25px; */
    height: 25px;
    border-radius: 50%;
}

.tableaction {
    border: none;
    position: relative;
    width: 200px;
}

.tableaction ul {
    text-align: center;
    margin: 0;
    padding: 0 15px
}

.tableaction li {
    border-bottom: #ededed thin solid;
    list-style: none;
    font-size: 14px;
    padding: 8px 5px;
    font-weight: normal;
}

.tableaction li.strong {
    font-weight: 600
}

.tableaction li:last-child {
    border: none
}

.tableaction li a {
    padding: 10px;
    color: #272727
}

.tableaction li a:hover {
    color: #038ed3
}

.tableaction:after {
    bottom: 100%;
    right: 3%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

/* paginaltion css*/

.pagination_rounded,
.pagination_square {
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: right;
}

.pagination_rounded ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.pagination_rounded li:first-child {
    margin-left: 0px
}

.pagination_rounded ul li {
    display: inline-block;
    margin-left: 10px
}

.pagination_rounded ul li a:hover {
    background: #261B14;
    color: #fff;
    border: 1px solid #261B14;
    border-radius: 50%;
}

.pagination_rounded .prev {
    margin-left: 0px;
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.pagination_rounded ul li a {
    float: left;
    color: #261B14;
    /* border-radius: 50%; */
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-bottom: 10px;
    /* background: #ffffff; */
    /* border: 1px solid #8898AA80;  */
    cursor: pointer;
}

.pagination_rounded ul li .active {
    background-color: #261B14;
    line-height: 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
}


.pagination_rounded .prev i,
.pagination_rounded .next i {
    font-size: 14px;
    line-height: 25px;
}

.pagination_rounded .next {
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.visible-xs {
    display: none !important
}

.add-edit-checkbox label {
    font-size: 14px !important;
    color: #272727;
    font-weight: 600 !important;
    margin-bottom: 23px;
    padding-left: 28px !important;
    padding-top: 0 !important;
}

.add-edit-checkbox [type="checkbox"].filled-in:not(:checked)+label {
    font-weight: 500 !important;
}


/*-----modal Right------*/

.modal-dialog-topslideout {
    min-width: 100%;
    margin: 0 auto;
    background: #fff;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    min-height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.rectangle_curve {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000000D;
    border: 1px solid #7070701A;
    border-radius: 10px;
    padding: 20px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    padding: 0 !important;
}

.modal-header .close {
    padding: 0.5rem;
    margin: 0;
}

.search-btn {
    position: absolute;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    top: 5px;
    right: 12px;
    cursor: pointer;
    font-weight: 300;
    color: #101010;
    border: 0;
}

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

.rightModal .form-control {
    border: 1px solid #ced4da !important
}

.rightModal .modal-header .close.addaddressbtn {
    opacity: 1;
    top: 20px;
    right: 20px;
}

.dashbed-border-bottom {
    border-bottom: 1px dashed #dee2e6 !important
}

#NoFreight h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 9px 10px 9px 0;
}

#NoFreight h5 {
    font-size: 17px;
    margin: 5px 10px 5px 0;
    font-weight: 600;
}

#NoFreight h6 {
    font-size: 14px;
    margin: 5px 10px 5px 0;
    font-weight: 400;
}

.text-dark-primary {
    color: #0843AA !important
}


/*------Order step -----*/

.stepwizard-step p {
    margin-top: 10px;
    z-index: 2;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step:before {
    top: 18px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 25%;
    height: 3px;
    background-color: #BCC4CC;
    z-index: 1;
}

.step-confirmed.stepwizard-step:before {
    background-color: #81C341;
}

.stepwizard-step:last-child:before {
    display: none;
}

.stepwizard-step {
    float: left;
    text-align: center;
    width: 25%;
}

.stepwizard-step .btn-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background: #BCC4CC;
    display: inline-block;
    margin-bottom: 0 !important;
}

.step-confirmed .btn-circle {
    box-shadow: 0px 0px 6px #81C341;
    background: #81C341;
}

.commentsubmit-group .input-group-text {
    background: none;
    border-left: none
}

.commentsubmit-group textarea.form-control {
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.commentsubmit-group .form-label-group {
    width: 83%
}

.close-tag-margin img {
    margin-top: -5px;
}

.customerBox {
    background: #fff;
    box-shadow: 0px 20px 80px #00000011;
    border-radius: 10px;
    color: #272727;
    padding: 7px 15px 12px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.customerBox p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
}

.customerBox h5 {
    font-weight: 400;
    font-size: 55px;
    margin-bottom: 0;
}

.customerBox:hover {
    background: #272727;
    color: #fff;
}

.customerBox:hover p,
.customerBox:hover h5 {
    color: #fff;
}

.profileLink a {
    background: #FFF;
    box-shadow: 0px 3px 6px #2C28281C;
    border-radius: 10px;
    padding: 15px 10px;
    text-align: center;
    display: block;
    color: #272727;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    position: relative
}

.profileLink a i {
    font-size: 35px;
    line-height: 27px;
    color: #bcc4cc;
    display: block;
    margin: 9px 0;
}

.profileLink:hover a,
.profileLink:hover a i {
    color: #272727;
}

.profileLink.opacityLow {
    opacity: 0.4;
}

.profileLink.opacityLow:hover {
    opacity: 1;
}

.profileLink.completed a i {
    color: #06d6a0
}

.profileLink a img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px
}

.uploadDocsCust p {
    line-height: 20px;
}

@media (min-width: 992px) {
    /* .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 100px !important;
        margin-right: 20px;
    } */
}

@media (min-width: 768px) {}

@media screen and (max-width: 500px) {
    .btn-secondary {
        font-weight: 500;
        font-size: 13px;
        margin-left: 2px;
    }

    .btn {
        min-width: auto
    }

    .btn-outline-secondary {
        font-size: 15px;
        margin: 10px 0;
    }

    .textM-right {
        text-align: left;
    }

    .stepwizard-step .btn-circle {
        width: 15px;
        height: 15px;
    }

    .stepwizard-step:before {
        top: 16px;
        height: 2px;
    }

    .stepwizard-step p {
        font-size: 12px;
    }

    .commentsubmit-group textarea.form-control {
        border-right: #ccc thin solid;
        border-radius: 5px
    }

    .commentsubmit-group .input-group-text {
        background: none;
        border: none
    }

    .commentsubmit-group .form-label-group {
        width: 100%
    }
}

.form-label-group>select {
    background: url(../images/arrow-down.svg) no-repeat right 1rem center/.8rem .63rem #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tailorTags {
    margin-bottom: 20px;
    display: block;
}

.tailorTags strong {
    font-weight: 600;
    font-size: 14px;
}

.tailorTags ul {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}

.tailorTags li {
    list-style: none;
    background: #272727 0% 0% no-repeat padding-box;
    border-radius: 15px;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px 5px 15px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}

.tailorTags li a {
    font-size: 12px;
    line-height: 11px;
    color: #ffffff;
    padding: 3px 0 3px 3px;
    vertical-align: middle;
}

.tailorTags li a i {
    padding-top: 3px;
}

.favAvatar {
    float: left;
    margin-right: 10px;
}

.favAvatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avgtime {
    float: right;
    margin-top: 20px;
}

.taiName {
    font-size: 14px;
    font-weight: 500;
}

.favTailor {
    margin-bottom: 20px;
}

.favfabric {
    margin-bottom: 20px;
}

.fabBrand {
    font-size: 12px;
    font-weight: 500;
    color: #038ed3;
    display: block;
}

.fabName {
    font-size: 14px;
    font-weight: 500;
}

.fabricImg {
    float: left;
    margin-right: 10px;
}

.fabricImg img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.text-cutting {
    color: #F571CC !important;
}


/*** Common Css ***/

.admintable tr th {
    text-transform: uppercase;
}

.card-body p {
    font-size: 14px;
    color: #272727;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Gilroy';
    margin: 0 0 15px 0;
}

.modal-content {
    border: 0;
}


/*** Srrvices Module CSS ****/

.simpleEditor {
    background: #EDEDED;
    margin: 10px 0;
    padding: 0 5px;
    display: inline-block;
    border-radius: 5px;
}

.simpleEditor ul {
    margin: 0;
    padding: 0;
}

.simpleEditor ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
}

.simpleEditor li a {
    color: #272727;
    text-decoration: none;
    font-size: 16px;
}

.simpleEditor li a:hover {
    color: #000000;
}

/* .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-top: 42px;
} */
/*
.uploadBtn {
    padding: .5rem 1.5rem;
    border-radius: 20px !important;
    font-size: .875rem;
    line-height: 1.4;
    box-shadow: none;
    color: #fff;
    background-color: #8898AA;
    border-color: #8898AA;
    border: 0;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
} */

/* .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: -155px;
    top: 0;
    opacity: 0;
    font-size: 26px;
    cursor: pointer;
} */

.uploadedDocBox {
    position: relative;
    margin-bottom: 30px;
}

.uploadedDocBox img {
    width: 100%;
    box-shadow: 0px 10px 20px #00000033;
    border-radius: 10px;
}

.delImage img {
    width: auto !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff;
}


/** Complaint Module CSS ****/

.complaint-card p.theme-text,
.complaint-card-rec p.theme-text {
    font-size: 14px;
}

.complaintHead {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.complaintTitle {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.complaint-card-rec .card-header {
    background: none;
    border-color: #d1d1d1
}

.complaint-card-rec {
    box-shadow: 0px 3px 6px #2C28281C;
    border-radius: 10px;
    border: none;
    background: #272727 !important;
    margin-bottom: 25px
}

.complaint-card-rec p,
.complaint-card-rec h5,
.complaint-card-rec span {
    color: #fff
}

.imgGallery {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    object-fit: cover;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}

.imgGallery img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.userAvatar {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 30px;
    top: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.userAvatar img {
    width: 100px;
    height: 100px;
}

.smalldataBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 20px 80px #00000011;
    border-radius: 10px;
    height: 100%;
    min-height: 150px;
    color: #272727;
    padding: 15px;
}

.smalldataBox h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.smalldataBox p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
    text-align: center;
}

.smalldataBox:hover {
    background: #272727;
    color: #ffffff !important;
}

.smalldataBox:hover h5,
.smalldataBox:hover p {
    color: #ffffff !important;
}

.smalldataBox.active {
    background: #272727;
    color: #ffffff !important;
}

.smalldataBox.active h5,
.smalldataBox.active p {
    color: #ffffff !important;
}

.btn-outstanding {
    background: #F57171 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #F5717180;
    border-radius: 10px;
    font-size: 15px;
    padding: 12px;
    border: none;
    text-transform: none;
}

.order-bxwhiite {
    width: 100%;
    height: 150px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
}

.order-bxwhiiteImage {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
}

.bdmeasumt label {
    font-weight: 400 !important;
    font-size: 0.9375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #5E6472;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 16px 20px;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.text-trasnform-none {
    text-transform: none;
}


.plus-icon {
    background: #eee;
    height: 133px;
    line-height: 133px;
    border-radius: 10px
}

/*-----Select 2 Css ------*/

.form-label-group .select2-container--default .select2-selection--multiple {
    padding: var(--input-padding-y) var(--input-padding-x);
    font-weight: 600;
    font-size: 0.9375rem;
    color: #5E6472;
    height: 58px !important;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #5E6472 !important;
    padding-left: 0 !important;
}

.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #80bdff;
    border-left: 5px solid #038ed3 !important;
}

.form-label-group .select2-container--default .select2-selection--multiple:focus {
    border: 1px solid #80bdff !important;
    outline: none;
}

.form-label-group .select2-container--default .select2-selection--multiple {
    background: url(../images/arrow-down.svg) no-repeat right 1rem center/.8rem .63rem #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #fff !important;
    color: #038ed3 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 5px;
}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    border: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: url(../images/search-bg.jpg) no-repeat 9px 11px #F7FAFC;
    padding-left: 35px;
    height: 46px !important;
    border: #F7FAFC thin solid;
    border-radius: 10px;
    font-size: 14px;
    color: #8898AA;
    border: none !important;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
    padding: 10px;
    border: 1px solid #ced4da;
    top: 0px;
    border-radius: .25rem
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    background: none !important
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
    margin-top: 0;
    border: none !important;
}


/*-----Select 2 Css End------*/


.react-datepicker-wrapper input {
    background-color: none;
    background: url(../images/arrow-down.svg) no-repeat right 1rem center/.8rem .63rem;
    border: none;
    font-weight: bold;
    width: 103px;
    margin: 0 5px;
    background-size: 9px;
    margin-right: 0;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    margin-right: 51px;
}

.sidebar::-webkit-scrollbar-track {
    box-shadow: none;
    background: #eee;
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background-color: rgba(0, 0, 0, 0.1);
    /* background-color: #00AEEF; */
}

.os-scrollbar-track {
    background: #eee !important;
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
    padding: 0;
    box-sizing: border-box;
    background: 0 0;
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
    bottom: 10px;
    width: 6px;
}

.dash-card .card {
    min-height: 365px;
}

.circlechartnew .highcharts-container {
    height: 300px !important;
    margin-left: 30px;
}

.complaintTab {
    background: #f1f1f1;
    box-shadow: 0px 10px 20px #0000001A;
    padding: 0 25px;
    margin-bottom: 20px;
}

.complaintTab.nav-tabs {
    border-bottom: none;
}

.complaintTab.nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 30px;
    text-align: center;
}

.complaintTab.nav-tabs .nav-link {
    background: none;
    border: none;
    color: #9a9696;
    font-size: 14px;
    padding: 13px 0;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: #f1f1f1 3px solid;
}

.complaintTab.nav-tabs .nav-item.show .nav-link,
.complaintTab.nav-tabs .nav-link.active,
.complaintTab.nav-tabs .nav-link:focus,
.complaintTab.nav-tabs .nav-link:hover {
    background: none;
    border: none;
    border-bottom: #182F51 3px solid;
    color: #182F51;
    font-size: 14px;
}

.nav-treeview i {
    width: 20px;
    color: #989898;
}

.nav-treeview li .active p,
.nav-treeview li .active p i {
    color: #000;
    font-weight: bold;
}

.sidebar {
    padding-left: 0;
    padding-right: 0;
}


.style-box {
    max-height: 356px;
    overflow-y: auto;
}

.style-box::-webkit-scrollbar {
    width: 5px;
}

.style-box::-webkit-scrollbar-track {
    box-shadow: none;
    background: #f5f5f5;
    border-radius: 10px;
}

.style-box::-webkit-scrollbar-thumb {
    background-color: #272727;
    border-radius: 10px;
}


.styledefault {
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 5px;
    color: #9e9e9e;
}

.styledefault i {
    margin-top: 10px;
}

.styledefault .f-20 {
    font-size: 16px !important;
}

.styleactive,
.styledefault:hover {
    background: #eee;
    color: #272727;
}

.map-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.mapclose {
    position: absolute;
    z-index: 2;
    top: 80px;
    right: 20px;
    width: 35px;
    opacity: 1;
}

.react-datepicker-wrapper input {
    cursor: pointer;
}

.notifysearchtop input.form-control {
    height: 60px !important;
}

.notifysearchtop {
    border-radius: 10px;
}

.admintable tr th,
.admintable tr td {
    /* word-break: break-all; */
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.admintable tr td:last-child {

    overflow: inherit;
}


.big-search {
    background: #fff;
    padding: 15px 40px;
    position: relative;
    z-index: 2;
}

.map-big-search {
    box-shadow: 0px 5px 20px #00000034;
}

.map-big-search input.form-control {
    background: #fff;
    height: 55px !important;
    border: #182F51 thin solid;
    border-left: none;
    border-radius: 0;
    font-size: 14px;
    padding-left: 0;
    color: #8898AA;
    font-size: 16px;
    font-weight: 500;
}

.big-search.custom-search input.form-control {
    border: none;
    font-size: 18px;
    padding-left: 10px;
    color: #182F51;
    padding: 0;
    border: none !important;
}

.auto-list {
    width: 87% !important;
    left: 64px;
    top: 63px;
}

.auto-list div {
    padding: 8px;
    border-bottom: #e0dede thin solid;
    cursor: pointer;
    border-left: #fff 2px solid;

}

.auto-list div:hover {
    padding: 8px;
    border-bottom: #e0dede thin solid;
    cursor: pointer;
    background: #f6f6f6;
    border-left: #1a73e8 2px solid;
    font-weight: bold;
}

#react-select-3-input,
#react-select-5-input {
    border: none !important;
    padding: 10px !important;
}

.reqinvalid {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    top: 0;
    right: 9px;
    text-align: right;
    height: 24px;
    color: #dc3545;
}


.tailor-charMin {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: black
}

.highcharts-data-labels {
    display: none;
}




/* Dasboard Overview */

.content-header {
    padding: 5px 20px 0px 20px;
    position: fixed;
    height: 68px;
    top: 0;
    width: 95%;
    background: #FFF;
    z-index: 100;
}

.content-wrapper {
    background: #fff;
}

.content-wrapper>.content {
    padding: 5px 20px 0px 20px;
    margin-top: 5px;
}

.tophead {
    text-align: right;
    align-items: center;
}

.top-menu {
    display: inline-flex;
}

.top-menu li {
    list-style: none;
    padding-top: 8px;
}

.top-menu li a {
    font-size: 12px;
    font-weight: 500;
    color: #0B0637;
    margin-left: 18px;
}

.user {
    width: 30px !important;
    height: 30px !important;
    object-fit: fill;
    border-radius: 50px;
}

.border-bottom {
    border-bottom: 1px solid #E5F7FD !important;
    margin: 5px 0px;
}

.btn-danger {
    background: #FF0000;
    border-radius: 5px;
    border: #FF0000;
    padding: 6px 14px;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    text-transform: uppercase;
    /* margin: 15px  0px 0px ; */
}

.overviewbtns {
    margin: 5px 0px 25px
}

.overviewbtns .active {
    background-color: #00AEEF !important;
}

.overviewbtns .btn-secondary {
    padding: 10px 25px
}

.btn-secondary {
    padding: 7px;
    height: 40px;
    background: #E9E9E9;
    border: #E9E9E9;
    font-size: 13px;
    color: #000000;
    font-weight: 600
}

.btn-secondary:focus {
    background: #E9E9E9;
    border-color: #E9E9E9;
    color: #000000;
}

.btn-secondary:hover {
    background: #00AEEF;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 50%;
    margin-top: 30px;
    background-color: #E6E6E6;
}

.carousel-indicators li.active {
    background-color: #30BDF280;
}

.curvebox2 {
    background-color: #FFB6B6 !important;
}

.curvebox3 {
    background-color: #E5F7FD !important;
}

.curvebox {
    background: #F2F2F2;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.5);
    border-radius: 5px;
    padding: 20px 20px 19px;
}

.curvebox .curve-content h4 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 10px;
}

.curvebox .curve-content p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

.title-section {
    border-left: 4px solid #FF0000;
    padding-left: 10px;
    margin-bottom: 8px;
}

.title-section p {
    font-weight: 700 !important;
    font-size: 17px;
}

.title-section a {
    text-decoration: underline;
    margin-left: 10px;
    color: #00AEEF;
    font-weight: 600;
    font-size: 10px;
}

.details p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.15px;
    float: right;
}

.order-details {
    padding: 13px 6px;
    border-right: 1px solid #C4C4C4;
    display: inline-block;
    text-align: center;
}

.order-section {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 0 10px;
}

.order-section .order-details:last-child {
    border-right: none !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.order-details p {
    font-size: 10px;
    color: #58595B;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.order-details span {
    font-weight: 600;
    font-size: 33px;
    letter-spacing: 0.15px;
    color: #000000;
    margin-top: 0px !important;
}

.zone-box .weight-box h4 {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.15px;
    color: #00AEEF;
    margin-bottom: 0px !important;
}

.zone-box .weight-box p {
    line-height: 20px;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-bottom: 0px;
}

.zone-box .weight-box span {
    font-size: 14px;
    margin-left: 10px;
    letter-spacing: 0.15px;
    margin-top: 0px !important;
    word-spacing: 15px;
    color: #E6E6E6;
}

.zone-box .weight-box .btn-danger {
    font-size: 12px;
}

.zone-box .delays-content h6 {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #65617D;
    margin-bottom: 10px;
}

.zone-box .delays-content p {
    margin: 0 auto;
    background: #E5F7FD;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.15px;
    color: #00AEEF;
}

.zone-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(58, 53, 65, 0.1);
    border-radius: 6px;
    padding: 25px 15px 25px;
}

.zone-detail li {
    list-style: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #0B0737;
    border-bottom: 1px solid #0000005a;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.zone-distribution li {
    list-style: none;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 24px;
    color: #0B0737;
    padding: 10px;
}

.zone-distribution li:nth-child(odd) {
    background-color: #E5F7FD;
}

/* table */

.table thead th {
    background-color: #00AEEF;
    color: #FFFFFF;
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
}

.table td {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px;
}

tr:nth-child(even) {
    background-color: #00AEEF33;
}

/* paginaltion css*/

.pagination_rounded,
.pagination_square {
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: right;
}

.pagination_rounded ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.pagination_rounded li:first-child {
    margin-left: 0px
}

.pagination_rounded ul li {
    display: inline-block;
    margin-left: 10px
}

.pagination_rounded ul li a:hover {
    background: #00AEEF;
    color: #fff;
    border: 1px solid #00AEEF;
    border-radius: 0;
}

.pagination_rounded ul li .active {
    background-color: #00AEEF;
    line-height: 30px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
}

.pagination_rounded .prev i,
.pagination_rounded .next i {
    font-size: 20px;
    line-height: 35px;
    font-weight: normal !important;
}

.pagination_rounded .next {
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.order-select {
    background: #FFFFFF !important;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 35px;
}

.form-label,
.control-label {
    font-weight: 500 !important;
    font-size: 13px;
}

.form-control {
    border: none;
    border-radius: 4px;
    background-color: #E5F7FD !important;
    height: 38px;
    color: #000000;
}

.custom-form-group .form-control:focus {
    box-shadow: none;
    background: #E5F7FD;
    color: #000000;
}

/* ------------*/

/* .zone-box-content{text-align: center; margin-top: 25px;  margin-bottom: 10px;}
.zone-box-content span{color: #16B1FF; background: linear-gradient(0deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), #2196F3;
                   border-radius: 70px; padding: 2px 8px; margin-bottom: 25px !important;font-weight: 500; }
.zone-box-content p{font-weight: 400; font-size: 12px; margin-bottom: 15px; letter-spacing: 0.4px;
    color: rgba(58, 53, 65, 0.68); margin-top: 12px ; line-height: 20px;} */


/* ORDER  */

.zone-box h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: rgba(58, 53, 65, 0.87);
}

.zone-box p {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15px;
    color: rgba(58, 53, 65, 0.87);
}

.zone-content table th {
    background: #FFFFFF;
    color: #000000;
    border-top: none;
    font-weight: 600;
    font-size: 16px;
}

.zone-content table td {
    background: #FFFFFF;
    color: #000000;
    border-top: 2px solid #dee2e6;
}

.order-location {
    height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.scroll {
    margin: 4px, 4px;
    padding: 4px;
    height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
}

.icon-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), #4CAF50;
    width: 40px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    height: 40px;
    padding: 9px;
}

.icon-box-content {
    margin-left: 10px;
    margin-top: 10px;
}

.icon-box-content h5 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.15px;
    color: rgba(58, 53, 65, 0.87);
}

.icon-box-content p {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: rgba(58, 53, 65, 0.68);
}

/* Wallet page  */

.wallet-balance p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-right: 20px;
}

.wallet-balance .rupees {
    font-weight: 600;
    font-size: 30px;
    color: #00CE3A;
}

.wallet-balance .balance {
    padding: 0px 20px;
    background: #FFB9B9;
    opacity: 0.8;
    color: #D70000;
    border-radius: 50px;
    font-size: 12px;
}

.wallet h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.wallet a {
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #FF0000;
}


/* Training page  */

.program h4 {
    font-weight: 700;
    font-size: 22px;
    color: #00AEEF;
}

.program h5 {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
}

.program p {
    font-size: 12px;
    font-weight: 500;
    color: #58595B;
    margin-bottom: 0px;
}

.heading {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.card-header {
    background: rgba(196, 196, 196, 0.08);
    border: none;
}

.discount {
    padding: 8px 10px;
    text-align: center;
    right: -12px;
    height: 80px;
    width: 80px;
    bottom: -20px;
    border-bottom-left-radius: 50px;
    position: absolute;
    background: #5E5B5B;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.financial p {
    font-weight: 700;
    font-size: 35px;
    color: #5E5B5B;
}

.financial span {
    font-weight: 600;
    font-size: 16px;
    color: #5E5B5B;
}

/* NDR PAGE  */

.bluecolor {
    background: #00AEEF;
    height: 40px;
    margin-right: 0px !important;
}

.bluecolor p {
    padding: 7px 0px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 19px;
}

.response {
    background: rgba(242, 242, 242, 0.5);
    height: 40px;
    padding-left: 0px;
}

.response p {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    padding: 10px 5px;
}

.ndr-table table tr:nth-child(even) {
    background-color: #e7ecf1;
    ;
}

.ndr-table table th {
    background-color: #e7ecf1;
    color: #000000;
    font-size: 12px;
}

.ndr-table table td {
    font-size: 12px;
}

.channel-data {
    padding-bottom: 138px;
}

.pickup-table table th {
    background-color: #FFFFFF;
    color: #000000;
    border-top: none;
}

.pickup-table table tr {
    background-color: #FFFFFF;
}

.pickup-table table td:first-child {
    width: 120px;
}


.zone-data p {
    font-size: 13px;
    margin-bottom: 0px;
}

/* SUPPORT page  */

.telephone h6 {
    background-color: #E5F7FD;
    border-radius: 20px;
    padding: 10px 10px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.support-box {
    border-bottom: 6px solid #00AEEF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.support-box h6 {
    font-weight: 600 !important;
    color: #000000;
    font-size: 15px;
    margin-bottom: 0px;
}

.support-box p {
    font-weight: 400;
    color: #000000;
    font-size: 11px;
}

.support-box span {
    font-weight: 400;
    color: #000000;
    font-size: 11px;
}

.chat-icon {
    position: fixed;
    right: 28px;
    bottom: 50px;
    z-index: 10;
}

.chat-icon img {
    height: 75px;
}


/* TOOL PAGE  */

.card-one {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px #E6E6E6;
    padding: 10px 10px 22px 10px;
    min-height: 440px;
}

.medal-img {
    margin-top: 20px;
}

.card-one .title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #ffffff
}

.card-one h6 {
    font-weight: 600;
    font-size: 35px;
    color: #000000;
}

.card-one p {
    font-weight: 600;
    font-size: 12px;
}

.card-one ul li {
    margin: 10px 0px;
    font-weight: 600;
    font-size: 12px;
    color: #58595B;
}

.card-one ul li img {
    margin-right: 8px;
}

.card-one .pricingTable-header {
    color: #fff;
    background-color: #00AEEF;
    padding: 20px 20px 20px 5px;
    width: 105px;
    height: 80px;
    margin: -25px 0 25px;
    border-radius: 0 0px 0 0;
    display: inline-block;
    position: relative;
    text-align: center;

}

.card-one .pricingTable-header:before {
    content: '';
    background: linear-gradient(to right bottom, transparent 45%, #00AEEF 50%);
    height: 15px;
    width: 15px;
    position: absolute;
    left: -15px;
    top: 0;
}

.cft-calculator {
    background-color: #00AEEF91;
    border-radius: 6px;
    padding: 15px 10px;
    margin-top: 25px;
}


/* ORDER PAGE */

.add-section:after {
    content: none;
}

.tab-badeg {
    height: 21px;
    width: 21px;
    border-radius: 50px;
    line-height: 15px;
    margin-left: 5px;
}

.tab-content {
    border: 1px solid #E5F7FD;
    padding: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #E5F7FD;
}

.nav-tabs .nav-link {
    border: 1px solid #E0F5FD;
    align-items: center !important;
    border-radius: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
}

.nav-tabs .nav-link.active {
    border: 1px solid #E0F5FD;
    background-color: #E0F5FD;
}

.nav-tabs .nav-item {
    margin-left: 0px;
}

.nav-tabs .nav-item:first-child {
    margin-left: 0px;
}



/* first & Second modal */

.modal-header .close {
    margin: 0px;
    padding: 0px;
}

.modal-header {
    padding: 13px 13px 0px 13px;
}

.order-txt p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.order-txt a {
    font-weight: 500;
    font-size: 14px;
    color: #FF0000;
    text-decoration: underline;
}

.heading2 {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.import-txt a {
    color: #FF0000;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.import-border {
    border: 1px solid #000000 !important;
}

.weight-badge {
    background: #FFB8B8;
    color: #FF0000;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 13px;
}

.discrep-badge {
    background: #CAECD4;
    color: #61C57F;
    padding: 7px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
}

.weight-sec p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}

.weight-table table td:last-child {
    width: 120px;
}

/* third modal  */

.menifest-border {
    border: 1px solid #000000;
    padding: 15px 30px;
}

.menifest-txt h6 {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
}

.menifest-txt p {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
}

.menifest-head h5 {
    border: 2px dashed #000000;
    border-right: none;
    border-left: none;
    text-align: center;
    margin: 20px 0px;
    font-weight: 700;
    font-size: 20px;
    padding: 7px;
    color: #000000;
}

.menifest-footer p {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.menifest-input .form-control {
    background: #fff;
    border-radius: 0;
    border-bottom: 2px solid #000000;
}

.menifest-input p {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.modal-table table th {
    background: #fff;
    color: #000000;
}

.import-btns .save-btn {
    padding: 6px 30px
}

.add-order-btn {
    cursor: pointer
}

.address-search .form-control {
    border: 1px solid #d0cbcb;
    background: #FFFFFF;
}

.address-search .form-control::placeholder {
    font-size: 15px;
}

.count {
    background: #E5F7FD;
    padding: 8px 30px;
    border-radius: 5px;
}

.count p {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0px;
}

.count ul li {
    font-weight: 700;
    font-size: 14px;
    margin: 8px 30px;
}

/* ----------- */

.order-btns .btn-danger {
    font-size: 12px !important;
    /* padding: 8px 13px; */
    margin-right: 8px;
    text-transform: none;
}

.btn-success {
    padding: 7px;
    /* height: 35px; */
    background: #017223;
    border: #017223;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.btn-dark {
    padding: 7px;
    background: rgb(52, 58, 64);
    ;
    border: rgb(52, 58, 64);
    ;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}

.btn-success:hover {
    background-color: #01551a;
}

.inter-btn:hover {
    background-color: #00AEEF !important;
    border: none;
    color: #FFFFFF;
}

.inter-btn {
    padding: 6px 10px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #E0F5FD;
    border-radius: 0px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.main-footer {
    background: rgba(196, 196, 196, 0.2);
    color: #000000;
    text-align: right;
    padding: 10px 1rem;
}

.table-badge {
    padding: 6px;
    background: #00AEEF;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    margin: 2px;
}

.search-icon span {
    border: 1px solid #00AEEF;
    border-radius: 0px 5px 5px 0px;
    padding: 2px 11px;
}

.search-icon .form-control {
    border-radius: 5px 0px 0px 5px;
}

.search-icon .form-control::placeholder {
    font-size: 16px;
}

.readyto-ship .form-control {
    background-color: #CCCCCC;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.readyto-ship .btn-danger {
    background-color: #CCCCCC;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-transform: none;
}

.os-content-glue {
    height: 0px;
}

/* LOGIN PAGE */

.login-tab .login-link {
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.logintab-content {
    padding: 0;
    border: none;
}

.login-tab .login-link.active {
    background-color: #00AEEF;
    color: #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    border-top: none;
    border-left: none;
    border-right: none;
}

.login-tab .login-item {
    margin-left: 30px;
}

.btn-info {
    display: inline-flex;
    padding: 5px 12px;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 600;

}

.button-icon,
.button-text {
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    height: 100%;
    color: #ffffff;
    font-size: 13px;
}

.button-icon {
    font-size: 18px;
    border-right: 1px solid #CCCCCC;
    color: #ffffff;
    padding: 5px 10px;
}

.facebook-btn {
    background: #009a;
    color: #FFFFFF;
}

.facebook-btn:hover {
    background: #009a;
    color: #FFFFFF;
}

.google-btn {
    background: #dd4b39;
    color: #FFFFFF;
}

.google-btn:hover {
    background: #dd4b39;
    color: #FFFFFF;
}

.generate-otp a {
    color: #363636;
    text-decoration: underline;
}

.loginboxbg {
    background: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.login-box1 {
    background: #00AEEF;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 50px;
    z-index: 5;
    margin-bottom: -12px;
    position: relative;
    /*    height: 395px;*/
}

.input-group-text {
    align-items: center;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    background-color: #ABE4FA;
    border: 1px solid #ABE4FA;
    border-radius: 0.25rem;
}

.login-box-label .form-control {
    background: #ffffff;
}

.login-box-label .control-label {
    font-weight: 600 !important;
    font-size: 17px;
    color: #363636;
}

.login-box-label select {
    font-weight: 500;
    font-size: 17px;
    color: #848484;
}

.login-group {
    margin-top: 20px;
}

.login-group label {
    color: #FFF;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 14px;
}

.login-group a {
    color: #FFF;
    font-weight: 600 !important;
    font-size: 13px !important;
    float: right;
}

.login-group a:hover {
    text-decoration: underline;
}

.login-text p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0px 16px 0px;
}

.login-box-label .password-eye {
    position: absolute;
    right: 18px;
    top: 55px;
}

[type="checkbox"].fill-check2:not(:checked)+label:after {
    border: 0;
    height: 14px;
    width: 14px;
}

.login-btn .btn-warning {
    background: #FF0000;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.25);
    padding: 5px 80px;
    border: 1px solid #FF0000;
    z-index: 4;
    height: 57px;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: -25px;
    padding-top: 15px;
}

.login-btn .btn-dark {
    background: #58595B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 5px 80px;
    padding-top: 28px;
    height: 68px;
    font-weight: 700;
    font-size: 22px;
    z-index: 3;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 1px solid #58595B;
}

.signupbtn {
    padding: 5px 67px !important;
    padding-top: 26px !important;
}

/* SIGNUP PAGE */

.nav-tab2 .nav-item2:first-child {
    margin-left: 70px;
}

.nav-tab2 .nav-item2 {
    margin-left: 0px;
}

.nav-tab2 {
    border-bottom: none;
}

.nav-tab2 .nav-link2.active {
    background: #00AEEF;
    border: 1px solid #00AEEF;
    color: #FFFFFF;
}

.nav-tab2 .nav-link2 {
    background: #E0EAEE;
    border: 1px solid #E0EAEE;
    font-weight: 500;
    font-size: 20px;
    color: #848484CC;
    padding-right: 5px;
}

.tab-content2 {
    z-index: 5;
    position: relative;
    background: #00AEEF;
    box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 50px;
    padding: 30px 40px;
    margin-bottom: -35px;
}

.login-otp a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.individual-box p {
    font-size: 20px;
    color: #fff;
    font-weight: 600
}

.individual-box a {
    text-decoration: underline;
    color: #fff;
    font-size: 20px;
}

.nav-tab2 .nav-link2 {
    position: relative
}

.nav-tab2 .nav-link2:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 174, 239, 0);
    border-left-color: #E0EAEE;
    border-width: 51px 0 0 36px;
    margin-top: -26px;
    z-index: 10;
}

.nav-tab2 .nav-link2.active:after {
    border-left-color: #00AEEF;
}

.nav-tab2 .nav-item2:last-child .nav-link2 {
    padding-left: 40px;
}


/* FORWARD ORDER  */

[type="checkbox"].fill-check:not(:checked)+label:after {
    height: 15px;
    width: 15px;
}

[type="checkbox"].filled-check:not(:checked)+label:after {
    height: 20px;
    width: 20px;
    border: 2px solid #00AEEF;
    border-radius: 5px;
}

[type="checkbox"].filled-check:checked+label:after {
    height: 20px;
    width: 20px;
    background: #00AEEF;
    border-radius: 5px;
}

[type="checkbox"].filled-check:checked+label:before {
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

.order-label {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #5E5B5B !important;
}

.address-card {
    width: 100% !important;
}

.address-card-body p {
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.address-card-body h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.address-card-header {
    background: #63CAF0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
}

.card {
    display: block;
}

.address-radio {
    margin-bottom: 70px;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    margin-right: 0px;
}

.address-radio input[type="radio"]+label:before,
.address-radio input[type="radio"]+label:after {
    height: 45px;
    width: 45px;
    position: absolute;
    content: '';
    right: 0;
    top: -25px;
    z-index: 3;
    transition: .28s ease;
    background: #FFFFFF;
    border: 1px solid #00AEEF;
    margin-right: 0px;
}

.rto-address span {
    font-weight: 500;
}

.rto-btns .btn-primary {
    padding: 6px 60px;
    color: #FFFFFF;
    font-size: 16px;
    border: 1px solid #00AEEF;
    border-radius: 5px;
    font-weight: 600;
}

.rto-btns .btn-outline-primary {
    padding: 6px 70px;
    color: #00AEEF;
    font-size: 16px;
    border: 2px solid #00AEEF;
    border-radius: 5px;
    font-weight: 600;
}

.rto-btns .btn-outline-primary:hover {
    color: #ffffff;
}

.rto-circle {
    margin: 0 auto;
    border: 1px solid grey;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 25px;
}

.Verify-otp a {
    font-size: 15px;
    color: #00AEEF;
}

/* USER PROFILE  */

.user-img {
    height: 97px;
    width: 100%;
}

.user-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.circle-icon-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.circle-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 50%;
}

.user-pro {
    border: none !important;
    padding: 0px !important;
}

.appointmnettabs {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.appointmnettabs li {
    text-align: center;
    color: #00000055;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 10;
    list-style: none;
}

.appointmnettabs li:nth-child(2) {
    padding: 0 7px;
}

.appointmnettabs li:last-child {
    padding: 0 0 0 7px;
}

.appointmnettabs:after {
    content: "";
    position: absolute;
    top: 40px;
    width: 92%;
    border: 2px solid #BCBCBC;
    left: 80px;
    height: 1px;
}

.forward-tab:after {
    content: "";
    position: absolute;
    top: 40px;
    width: 90%;
    border: 2px solid #BCBCBC;
    left: 50px;
    height: 1px;
}

.appoint-ratedashed {
    border: 1px solid #ADADAD;
    background: #E5F7FD !important;
    margin-right: 5px;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 5px;
}

.appoint-rate {
    border: 1px solid #C4C0C0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #C4C0C0;
    line-height: 21px;
    font-size: 10px;
    font-weight: bold;
    background: #BCBCBC;
    text-align: center;
    display: inline-block;
}

.user-box {
    box-shadow: 0px 4px 10px #E6E6E6;
    padding: 15px;
}

.appointmnettabs .active .appoint-ratedashed {
    border: 1px solid #63CAF0 !important;
}

.appointmnettabs .active .appoint-rate {
    border: 1px solid #63CAF0 !important;
    background: #63CAF0 !important;
}

.appointmnettabs .active {
    color: #000000;
}

.about-you-sec p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-top: 0px;
}

.label-about-you {
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #000000;
}

.about-youreself-box {
    background: #E5F7FD;
    border-radius: 26px;
    padding: 25px 15px;
    border-right: 2px solid #01AEEF;
    border-bottom: 2px solid #01AEEF;
}

.about-youreself-box p {
    font-weight: 500;
    font-size: 11px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;
}

.Explore-topic-bgd {
    background: #ff000066;
    border-radius: 5px;
    font-weight: 500;
    font-size: 11.5px;
    color: #000000;
    padding: 10px 3px
}

.next-btn {
    font-weight: 700;
    color: #000000;
    padding: 6px 20px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
}

.next-btn:hover {
    font-weight: 700;
    padding: 6px 20px;
    color: #FFFFFF;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 35px;
}

.about-you-sec h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.kyc-section-content {
    background: #E5F7FD;
    border-radius: 10px;
    padding: 7px 10px;
}

.kyc-section-content h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.about-you-sec h4 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}

.capture-image-box {
    background: #f8f9fa;
    border: 2px dashed #acacac66;
    box-sizing: border-box;
    padding: 15px;
    min-height: 100%;
}

.capture-image-box p {
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}

.capture-image-box h5 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.capture-image-box h1 {
    font-weight: 700;
    font-size: 15px;
    text-align: left !important;
    margin-top: 20px;
}

.capture-image-box h6 {
    background: #E5F7FD;
    padding: 20px 0px;
    text-align: center;
}

.capture-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
}

.capture-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.switch-btn {
    background: #00AEEF;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    padding: 5px 30px;
}

.about-you-sec h2 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
}

.about-youreself-box h2 {
    font-weight: 600;
    font-size: 20px;
}

.about-youreself-box h6 {
    font-weight: 600;
    font-size: 12px;
}

.about-youreself-box h5 {
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
    color: #333333;
}

.about-youreself-box h3 {
    font-weight: 600;
    font-size: 18px;
}

.about-youreself-box h1 {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.vertical-line {
    background-color: white;
    position: relative;
    left: 50%;
}

.vertical-line:before {
    position: absolute;
    content: "";
    height: 500px;
    width: 1px;
    background-color: #000000;
    transform: translateX(-50%);
}

.toggle {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #000000;
    background-color: #E5F7FD;
    position: absolute;
    margin-top: 210px;
    left: -25px;
    font-size: 15px;
    font-style: italic;
}

.kyc-tabs {
    border-bottom: 2px solid #E3E3E3 !important;
}

.kyc-tabs .kyc-link {
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.kyc-tabs .kyc-link.active {
    background-color: #FFFFFF;
    border-bottom: 3px solid #00AEEF;
    border-top: none;
    border-left: none;
    border-right: none;
}

.kyc-content {
    padding: 0;
    border: none;
}

.kycupload {
    background: #00AEEF;
    border-radius: 10px;
    font-weight: 700;
    border: #00AEEF;
    font-size: 15px;
    color: #FFFFFF;
    padding: 10px 35px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.uploadBtn {
    outline: none;
    text-align: center;
    font-size: 13px;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 10px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: -124px;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 500px;
    font-size: 20px;
    width: 900px;
}

.custom-input[type="file"] {
    /* Style the color of the message that says 'No file chosen' */
    /*color: #878787;  width: 100%;*/
}

.custom-input[type="file"]::-webkit-file-upload-button {
    background: #FF0000;
    border-radius: 5px;
    border: #FF0000;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    text-transform: uppercase;
    color: #fff;
}

.custom-input[type="file"]::-webkit-file-upload-button:hover {
    background: #FFFFFF;
    border: 2px #FF0000 solid;
    border-radius: 5px;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    text-transform: uppercase;
    color: #FF0000;
}

/* --------- */

.tracking-sec p {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
}

.tracking-sec h5 {
    font-weight: 700;
    font-size: 25px;
    margin: 3px 0px;
    color: #000000;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: .8rem;
}

.btn-light {
    border: none;
    border-radius: 4px;
    background: #E5F7FD;
    height: 35px;
    color: #000000;
}

.btn-light:hover {
    background: #E5F7FD;
    border: none;
}

.process-badge {
    padding: 6px;
    background: #91ECAD;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    margin: 2px;
    color: #000000;
}

.add-tag {
    background: #ff000080;
}

/* .process-table table td:last-child{width: 148px;} */
.process-table .btn-danger {
    font-size: 11px;
    width: 105px;
}

.return-table table td:last-child {
    width: 148px;
}

.return-table .btn-danger {
    font-size: 11px;
}

/* NDR PAGE  */

.ndr-box {
    background: #F2F2F2;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.5);
}

.ndr-box p {
    padding: 15px;
    margin-left: 20px;
}

.ndr-box {
    position: relative;
}

.ndr-box .rectangle:after {
    /* top: 50%; */
    top: 55%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 174, 239, 0);
    border-left-color: #E0EAEE;
    border-width: 0px 49px 51px 47px;
    margin-top: -26px;
    z-index: 10;
}

.ndr-box .ndr-rectangle:after {
    border-left-color: #969494;
}

.ndr-box .ndr-rectangle-one:after {
    border-left-color: #FF8F8F;
}

.ndr-box .ndr-rectangle-two:after {
    border-left-color: #00AEEF;
}

.ndr-box .ndr-rectangle-three:after {
    border-left-color: #61C57F;
}

.title-section p span {
    border-left: 2px solid black;
    padding-left: 5px;
    font-weight: 500;
}

.ndr-box span {
    position: absolute;
    top: 4%;
    z-index: 10;
    left: 3%;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
}

.ndr-box p {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    /* font-size: 15px; */
}

.byer-btn h6 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-top: 6px;
}

.byer-btn {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(196, 196, 196, 0.5);
    border-radius: 5px;
    /* float: right; */
    padding: 8px;
}

.delivery-box {
    background: #F2F2F2;
    padding: 15px;
    margin-top: 12px;
}

.delivery-box p {
    font-weight: 600;
    font-size: 13px;
    color: #000000;
}

.audio-border {
    border: 1px dashed black;
    margin: 20px 0px;
}

.audio-file {
    background: #FFFFFF;
    padding: 10px
}

.audio-file img {
    margin-top: 8px;
}

/* --------- */

/* Preloader Code  */

.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.loadingBox {
    flex: 0 0 100%;
    width: 100%;
}

.loadingbar {
    text-align: center;
}

.preloader p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center
}

.loadingbar span {
    transition: all 500ms ease;
    background: #4A72DA;
    box-shadow: 1px 2px 3px #999;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 3px;
    animation: wave 2s ease infinite;
}

.loadingbar span:nth-child(1) {
    animation-delay: 0;
}

.loadingbar span:nth-child(2) {
    animation-delay: 100ms;
}

.loadingbar span:nth-child(3) {
    animation-delay: 200ms;
}

.loadingbar span:nth-child(4) {
    animation-delay: 300ms;
}

.loadingbar span:nth-child(5) {
    animation-delay: 400ms;
}

.loadingbar span:nth-child(6) {
    animation-delay: 500ms;
}

.loadingbar span:nth-child(7) {
    animation-delay: 600ms;
}

.loadingbar span:nth-child(8) {
    animation-delay: 700ms;
}

@keyframes wave {

    0%,
    40%,
    100% {
        transform: translate(0, 0);
        background-color: #4A72DA;
    }

    10% {
        transform: translate(0, -15px);
        background-color: red;
    }
}

/* ----------- */

/* LSP DASHBOARD */

/* .lsp-status-detail p{font-size: 15px; font-weight: 600;}
.lsp-status-detail input{width: 120px;} */

.lsp-details ul {
    list-style: none;
    display: inline-flex;
}

.lsp-details ul li {
    margin: 0px 14px 12px;
    font-size: 15px;
    font-weight: 600;
}

.lsp-details ul li:first-child {
    margin-left: 0px;
}

.lsp-details ul li:last-child {
    margin-right: 0px !important;
}

/* LSP HOMEPAGE */

.lsp-tabs {
    border: none;
}

.lsp-tab-content {
    border: none;
    padding: 20px 0px;
}

.lsp-tabs .lsp-link.active {
    border: 1px solid #00AEEF;
    color: #FFFFFF;
    background-color: #00AEEF;
}

.lsp-tabs .lsp-link {
    padding: 8px 30px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #EAEAEA;
    background-color: #EAEAEA;
}

.lsp-tabs .report-link {
    padding: 8px 30px;
    background-color: #00AEEF;
    color: #FFFFFF;
    font-size: 14px;
    border: 1px solid #00AEEF;
    font-weight: 600;
    border-radius: 50px;
}

.lsp-heading p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #5B5B5B;
    font-weight: 400;
}

.lsp-heading h5 {
    font-weight: 600;
    font-size: 20px;
    color: #2A2A2A;
}

.lsp-heading span {
    font-weight: 500;
    font-size: 13px;
    color: #4AB778;
}

.lsp-footer {
    text-align: left;
    padding: 20px 10px;
}

.lsp-footer h3 {
    font-size: 22px;
    font-weight: 600;
}

.lsp-footer p {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.lsp-footer ul li {
    list-style: none;
    /* margin: 10px 0 15px 0px; */
    margin: 15px 0px;
}

.lsp-footer ul li a {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    text-decoration: underline;
}

.lsp-footer ul li i {
    font-size: 16px;
}

.lspbottom-border {
    border-bottom: 2px solid rgba(0, 0, 0, 0.25) !important;
    padding-bottom: 20px;
}

.bottom-footer li {
    margin: 0 0 0 18px !important;
    display: inline !important;
}

.bottom-footer li a {
    font-size: 12px !important;
}

/* LSP MODAL  */

.lsp-rto-popup h6 {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
}

.lsp-rto-popup p {
    font-weight: 500;
    font-size: 13px;
    color: #000000;
}

.lsp-form {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
}

.custom-form-group .lsp-form:focus {
    background: #FFFFFF;
}

/* LSP Transaction timeline  */

/* .contain.right::after {left: -8px;} */
.timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::before {
    border-radius: 0.25rem;
    background: #00AEEF;
    bottom: 0;
    content: '';
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 9px;
}

.contain.left {
    right: 0;
}

.contain.right {
    left: 50%;
}

.contain {
    padding: 15px 40px;
    position: relative;
    width: 50%;
}

.contain .content h2 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
}

.contain .content p {
    color: #58595B;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
}

.contain.left .content {
    float: right;
    margin-right: 50px;
    bottom: 10px;
}

.contain.right .content {
    padding: 10px 75px;
}

.contain .content {
    padding: 0px 45px;
    position: relative;
}

.contain::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #00AEEF;
    top: calc(50% - 1px);
    right: 0px;
}

.contain.right::before {
    left: 2px;
    z-index: 1;
}

.contain.left::before {
    right: 0px;
    z-index: 1;
}

.contain .content {
    padding: 0px 45px;
    position: relative;
}

/* .contain.right .content {padding: 10px 75px;} */


/* Missing Pages  */

.courier-card {
    background: #FFFFFF;
    border: 2px solid #D8D8D8;
    border-radius: 10px;
    padding: 0px;
    margin-top: 20px;
}

.courier-card .courier-header {
    color: #fff;
    /* background: linear-gradient(to right, #F41A92, #8D3B9D); */
    text-align: left;
    padding: 0px;
    margin: 10px 0px 0px -12px;
    background: #31C940;
    border-radius: 0px 3px 3px 0px;
    position: relative;
    width: 120px;
}

.courier-header:before {
    content: "";
    background: linear-gradient(to top right, transparent 50%, #31C940 52%);
    width: 10px;
    height: 17px;
    position: absolute;
    bottom: -16px;
    left: 0px;
    z-index: 1;
}

.courier-header p {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    padding: 5px 10px;
}


.courier-left {
    padding-left: 20px;
}

.courier-left h6 {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.courier-left p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.courier-center {
    padding-top: 17px;
}

.courier-circle span {
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}

.courier-border {
    border: 2px dashed #000000;
    opacity: 0.2;
}

.courier-text p {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
}

.border-right {
    border-right: 2px solid #D8D8D8 !important;
}

.courier-btn .btn-primary {
    font-weight: 700;
    font-size: 16px;
    float: right;
    padding: 8px 30px;
    background: #00AEEF;
    border: #00AEEF;
    border-radius: 10px;
}

/* .courright{background-color: #E5F7FD; padding: 0px;} */
.courier-right {
    padding: 25px 0px 53px 30px;
    background-color: #E5F7FD;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.courier-right h3 {
    font-weight: 700;
    color: #000000;
    font-size: 22px;
}

.courier-right p {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

.courier-right span {
    font-weight: 600;
    color: #04932C;
    font-size: 14px;
}

.dash-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.dash-img img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* modal  */
.courier-popup {
    padding: 2rem;
}

.courier-popup h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000000;
}

.courier-popup span {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.courier-popup h6 {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
}

.courier-popup p {
    font-weight: 400;
    font-size: 14px;
    color: #000000 !important;
}

.step {
    line-height: 75px;
    background: #D9D9D9;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.courier-popup .btn-primary {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}


/* progress circle  */

.progress-circle p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    line-height: 15px;
    color: #000000;
}

.progress-circle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #DAD1C6;
}

.progress-circle:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f2f2f2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.progress-circle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-animation: colorload 2s;
    animation: colorload 2s;
    z-index: 4
}

.progress-txt {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    z-index: 6;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-circle.progress-0:after {
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(90deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-1:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(93.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-2:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(97.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-3:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(100.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-4:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(104.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-5:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(108deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-6:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(111.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-7:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(115.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-8:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(118.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-9:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(122.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-10:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(126deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-11:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(129.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-12:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(133.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-13:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(136.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-14:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(140.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-15:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(129.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-16:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(133.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-17:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(136.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-18:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(140.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-19:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(144deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-20:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(151.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-21:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(158.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-22:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(161.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-23:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(165.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-24:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(169.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-25:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(180deg, #00B82B 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-26:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(183.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-27:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(187.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-28:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(190.8deg, #FFC700 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-29:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-30:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-31:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-32:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-33:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-34:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-35:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-40:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-36:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-37:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-38:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(226.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-39:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(230.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-41:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(237.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-42:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(241.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-43:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(244.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-44:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(248.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-45:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(252deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-46:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(255.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-47:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(259.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-48:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(262.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-49:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(266.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-50:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-51:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-86.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-52:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-82.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-53:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-79.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-54:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-75.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-55:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-72deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-56:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-68.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-57:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-64.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-58:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-61.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-59:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-57.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-60:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-54deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-61:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-50.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-62:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-46.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-63:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-43.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-64:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-39.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-65:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-36deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-66:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-32.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-67:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-28.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-68:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-25.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-69:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-21.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-70:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-18deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-71:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-14.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-72:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-10.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-73:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-7.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-74:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-3.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-75:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(0deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-76:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(3.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-77:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(7.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-78:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(10.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-79:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(14.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-80:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(18deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-81:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(21.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-82:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(25.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-83:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(28.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-84:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(32.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-85:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(36deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-86:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(39.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-87:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(43.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-88:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(46.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-89:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(50.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-90:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(54deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-91:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(57.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-92:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(61.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-93:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(64.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-94:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(68.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-95:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(72deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-96:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(75.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-97:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(79.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-98:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(82.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-99:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(86.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-100:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

@-webkit-keyframes colorload {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(360deg);
    }
}

.order-date-modal ul li:hover {
    background: #2196f3;
    color: #ffffff;
}

.order-date-modal ul li.active {
    background: #2196f3;
    color: #ffffff;
}

.order-date-modal ul li {
    list-style: none;
    padding: 8px 10px;
    border-radius: 5px;
    background: #80808026;
    font-size: 14px;
    margin: 10px 0px;
    color: #03a9f4;
    opacity: 1;
    font-weight: 500;
}

.order-date-modal ul li:first-child {
    margin-top: 0px;
}

.order-date-btns .apply-btn {
    background-color: #008000ba;
    ;
    padding: 6px 23px;
    color: #ffffff;
    text-transform: capitalize;
}

.order-date-btns .apply-btn:hover {
    background-color: #008000ba;
    color: #ffffff;
    text-transform: capitalize;
}


.order-modal h6 {
    font-size: 15px;
    font-weight: 600;
}

.order-modal .btn-danger {
    text-transform: capitalize;
    background-color: #0a0be7e8;
    color: #FFFFFF;
}

.order-modal .btn-danger:hover {
    text-transform: capitalize;
    background-color: #0a0be7e8;
    color: #FFFFFF;
}

.head-modal {
    border: 1px solid #9e9e9e;
    padding: 13px 5px;
    margin: 10px 0px;
    background-color: #ffffff;
}

.order-modal {
    background: #80808024;
}

.order-modal .order-input {
    background: #FFFFFF;
    border: 1px solid #9e9e9e;
}

.order-modal .order-input:focus {
    background: #FFFFFF;
    border: 1px solid #9e9e9e;
}

.hidden {
    display: none;
}

.error {
    color: #ff5252;
}

.courier-radio input[type="radio"]+label:before,
.courier-radio input[type="radio"]+label:after {
    height: 25px;
    width: 25px;
    position: absolute;
    content: '';
    top: 110px;
    left: 5px;
    z-index: 3;
    transition: .28s ease;
    border: 1px solid #00AEEF;
    margin-right: 0px;
    background: #FFFFFF;
}

.courier-radio [type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    height: auto;
}

.rto-head h1 {
    font-size: 15px !important;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}

/* modal  */
.courier-popup {
    padding: 2rem;
}

.courier-popup h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000000;
}

.courier-popup span {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.courier-popup h6 {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
}

.courier-popup p {
    font-weight: 400;
    font-size: 14px;
    color: #000000 !important;
}

.step {
    line-height: 75px;
    background: #D9D9D9;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.courier-popup .btn-primary {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}


/* progress circle  */

.progress-circle p {
    font-weight: 400;
    font-size: 12px;
    margin-top: 5px;
    line-height: 15px;
    color: #000000;
}

.progress-circle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #DAD1C6;
}

.progress-circle:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f2f2f2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5
}

.progress-circle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    -webkit-animation: colorload 2s;
    animation: colorload 2s;
    z-index: 4
}

.progress-txt {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    z-index: 6;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-circle.progress-0:after {
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(90deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-1:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(93.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-2:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(97.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-3:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(100.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-4:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(104.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-5:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(108deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-6:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(111.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-7:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(115.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-8:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(118.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-9:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(122.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-10:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(126deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-11:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(129.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-12:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(133.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-13:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(136.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-14:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(140.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-15:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(129.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-16:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(133.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-17:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(136.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-18:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(140.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-19:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(144deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-20:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(151.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-21:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(158.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-22:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(161.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-23:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(165.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-24:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(169.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-25:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(180deg, #00B82B 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-26:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(183.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-27:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(187.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-28:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(190.8deg, #FFC700 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-29:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-30:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-31:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-32:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-33:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-34:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-35:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-40:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-36:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-37:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-38:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(226.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-39:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(230.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-41:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(237.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-42:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(241.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-43:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(244.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-44:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(248.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-45:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(252deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-46:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(255.6deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-47:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(259.2deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-48:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(262.8deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-49:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(266.4deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-50:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-51:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-86.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-52:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-82.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-53:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-79.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-54:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-75.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-55:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-72deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-56:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-68.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-57:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-64.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-58:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-61.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-59:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-57.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-60:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-54deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-61:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-50.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-62:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-46.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-63:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-43.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-64:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-39.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-65:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-36deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-66:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-32.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-67:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-28.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-68:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-25.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-69:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-21.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-70:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-18deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-71:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-14.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-72:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-10.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-73:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-7.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-74:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(-3.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-75:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(0deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-76:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(3.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-77:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(7.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-78:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(10.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-79:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(14.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-80:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(18deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-81:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(21.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-82:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(25.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-83:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(28.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-84:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(32.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-85:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(36deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-86:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(39.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-87:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(43.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-88:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(46.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-89:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(50.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-90:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(54deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-91:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(57.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-92:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(61.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-93:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(64.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-94:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(68.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-95:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(72deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-96:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(75.6deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-97:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(79.2deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-98:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(82.8deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-99:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(86.4deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

.progress-circle.progress-100:after {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.35);
    background-image: linear-gradient(90deg, #EBE8EA 50%, transparent 50%, transparent), linear-gradient(270deg, #FF0000 50%, #EBE8EA 50%, #EBE8EA);
}

@-webkit-keyframes colorload {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: rotate(360deg);
    }
}

/* Settings Pages  */

.setting-box {
    min-height: 260px;
}

.setting-list ul li {
    margin: 14px 0px;
}

.setting-list ul li:first-child {
    margin-top: 0px;
}

.setting-list ul li a {
    color: #FF4040;
    font-size: 14px;
    font-weight: 600;
}


/* early cod  */
.early-heading h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.early-heading p {
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.plan-card {
    border: 2px solid #00AEEF;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 5px;
    border-radius: 19px;
    box-shadow: 0 2px 5px 1px #E5F7FD;
    background-color: #fff;
    text-align: center;
}

.plan-card .cod-card h4 {
    padding-top: 10px;
    font-weight: 700;
    font-size: 23px;
}

.plan-card hr {
    background: #eee;
    width: 35px;
    height: 1px;
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

.plan-card .transaction-charges p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 0px;
}

.plan-card .transaction-charges h3 {
    font-size: 22px;
    padding: 5px 0px;
    font-weight: 600;
}

.plan-card .transaction-charges .gst-txt {
    padding: 12px 0px;
    font-size: 10px;
    color: #686868;
}

.plan-card .cod-check p {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 4px;
}

.plan-card .cod-check label {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 3px;
}

.early-cod h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.early-cod p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #000000;
}

/*---------*/

/* early-postpaid  */
.seller-remit {
    border: 1px solid #00AEEF;
    width: 100%;
    padding: 20px 20px;
}

.seller-remit h5 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.seller-remit h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.seller-remit p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.seller-remit ul li {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: 5px 0px;
}

.seller-remit a {
    font-size: 14px;
    color: #00AEEF;
    font-weight: 500;
    margin: 5px 0px;
}

/*---------*/

/* Label Prefrence  */
.label-setting .custom-form-group {
    margin-bottom: 4px;
}

.label-setting label {
    font-size: 13px;
    font-weight: 700 !important;
    color: #000000;
}

.label-setting p {
    font-size: 13px;
    color: #000000;
}

/* Invoice Prefrence  */
.sign-upload {
    width: 160px;
    height: 70px;
    border: 1px solid black;
}

.sign-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RTO Scores  */
.rto-scores {
    text-align: left !important;
    margin: 0px 45px;
}

.rto-scores span {
    color: #00AEEF;
    background-color: #fff !important;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.rto-scores-box {
    margin-top: -20px;
}

.rto-main-box {
    padding: 25px;
    margin: 10px 22px;
    display: flex;
    border: 1px dashed #00AEEF;
    border-radius: 12px;
}

.rto-small-box img {
    float: left;
    margin-right: 8px;
}

.rto-small-box p {
    font-size: 13px;
    color: #000000;
}

.rto-small-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 4px 8px 8px #b3bff529;
    border: 1px solid #00AEEF;
    /* margin: 1% 5% 3.5% 5%; */
    padding: 10px;
    border-radius: 10px;
}

.rto-score-card h5 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.rto-score-card p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

.rto-score-card li {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: 5px 0px;
}

/* .courier selection card  */

.courier-select-card {
    border: 2px solid #D8D8D8;
    border-radius: 10px;
    margin-top: 25px;
    padding: 20px 15px;
}

.service-txt h6 {
    color: #000000;
    font-size: 15px;
    margin-top: 12px;
    font-weight: 600;
}

.service-txt p {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
}

.service-txt .active-txt {
    color: #31C940;
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
}

.service-icon {
    font-size: 18px;
    margin-right: 9px;
}

.service-txt .btn-primary {
    border-radius: 20px;
    padding: 8px 23px;
}

.service-txt .couriericon-img {
    position: absolute;
    margin-top: -38px;
    left: 0;
}

.courier-arrow a {
    position: absolute;
    right: 0;
    margin-top: -80px;
    color: black;
    font-size: 37px;
}


.customer-txt {
    border: #E5F7FD thin solid;
    font-size: 15px;
    background: #E5F7FD;
    padding: 10px;
    color: #605f5fd1 !important;
}

/* Courier Priority  */

.courier-tabs .courier-link {
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #E5F7FD;
    font-size: 15px;
    padding: 13px 13px;
}

.courier-tabs .courier-link.active {
    background-color: #E5F7FD;
    color: #000000;
    border: 0;
    border-radius: 0;
    border-left: 3px solid #00AEEF !important;
    padding: 13px 13px;
}

.courier-tabs .courier-link.active:hover {
    background-color: #E5F7FD;
    color: #000000;
    border-radius: 0;
    border-left: 3px solid #00AEEF !important;
    padding: 13px 13px;
}

.courier-tabs.flex-column .courier-link {
    border-radius: 0;
}

.courier-tabs.flex-column .courier-link:hover {
    border: 1px solid #E5F7FD;
}

.courier-icon {
    background-color: #E5F7FD;
    border-radius: 84px;
    width: 107px;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.panel-body p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: 500;
    padding-top: 16px;
}

.popular-body {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top: 0 !important;
}

.panel-heading:after {
    content: "";
    position: absolute;
    border: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #00AEEF;
    ;
    top: 37px;
    transform: translate(-56px, 0px);
    /* width: 0; */
    /* height: 0; */
    /* display: block; */
    /* bottom: -10px; */
    /* margin-left: -10px; */
    /* left: 50%; */
    /* z-index: 10; */
}

.card-input:hover {
    cursor: pointer;
}

.card-input-element:checked+.card-input {
    border: 2px solid #00AEEF;
    border-radius: 13px;
}

.panel-heading {
    padding: 10px 15px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    background-color: #00AEEF;
}

.panel-body {
    padding: 35px 23px 17px 23px;
    border: 1px solid #E5F7FD;
    border-radius: 10px;
    /* padding: 35px 20px 10px 20px; */
    /* border: 1px solid #01AEEF; */
    /* box-shadow: 0 2px 5px 1px #e5f7fd; */
}

.priority-txt p {
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-align: center;
}

.priority-txt {
    background-color: #ffffff;
    border: 1px solid #E5F7FD;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.drag-priority h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.drag-priority {
    background: #E5F7FD;
    padding: 15px;
    border-radius: 10px;
}

.first-box {
    border-radius: 10px;
    padding: 20px 11px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    margin-top: 20px;
}

.first-box p {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.first-box span {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.first-box .prior-head {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.first-box .prior-txt {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.prior-img {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.prior-img img {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.surface-card {
    border: 2px solid #D8D8D8;
    padding: 20px;
    border-radius: 10px;
}

.length-table td:nth-child(5) {
    width: 10%;
}

.length-table td:nth-child(6) {
    width: 10%;
}

.length-table td:nth-child(7) {
    width: 10%;
}

/*.package-table td:nth-child(4), .package-table td:nth-child(5),
.package-table td:nth-child(6), .package-table td:nth-child(7),{width: 15% !important;}*/


/*.package-order{border-top: 1px solid blue !important;}*/

.file-upload {
    background: #00AEEF;
    border-radius: 10px;
    font-weight: 700;
    border: #00AEEF;
    font-size: 15px;
    color: #FFFFFF;
    padding: 6px 35px;
}

.claim-txt h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.claim-txt p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.new-claim {
    border: 1px solid #00AEEF;
    padding: 20px;
}

.volume {
    padding: 17px;
    border-radius: 6px;
    background-color: rgba(236, 242, 254, .6);
    margin-top: 15px;
}

.volume p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000000;
}


.neworder-detail-table td {
    border: 0;
    font-size: 14px;
}

.neworder-detail-table tr:nth-child(even) {
    background-color: #FFFFFF;
}


/* -----New Dropdown----- */

.new-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.new-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 150px;
    z-index: 1;
    right: 1px;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
}

.new-dropdown-content ul li {
    list-style: none;
}

.new-dropdown-content ul {
    border-bottom: 1px solid #00AEEF;
    padding: 8px 0px;
}

.new-dropdown-content ul:last-child {
    border-bottom: 0;
}

.new-dropdown-content ul li a {
    color: #000;
    padding: 0px 10px;
    text-decoration: none;
    display: block;
    font-size: 11px !important;
    position: relative;
    font-weight: 500;
}

.new-dropdown-content ul li a:hover {
    background: rgba(0, 174, 239, 0.2);
    color: black;
}

.new-dropdown:hover .new-dropdown-content {
    display: block;
}

.new-dropdown:hover .dropbtn {
    background-color: #ffffff;
}

.new-dropdown-content::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    top: -5px;
    left: 50%;
    transition: none;
    transform: translateX(-50%) rotate(45deg);
}




.payment-table table thead th {
    padding: 25px 10px;
    background-color: #E5F7FD;
    color: #000;
    border: none;
}

.payment-table table td {
    padding: 25px 10px;
    background-color: #fff;
}

.payment-table {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.passbook-balance {
    box-shadow: 0px 4px 4px rgb(196 196 196 / 50%);
    background-color: #69e78e6b !important;
    padding: 16px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.passbook-balance h4 {
    font-size: 20px;
    color: #448156;
    font-weight: 600;
    margin-bottom: 7px;
}

.passbook-balance p {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
}

.balance-box {
    background: #F2F2F2 !important;
}

.balance-box h4 {
    color: #000000;
}

.balance-box1 {
    background: rgba(255, 182, 182, 0.33) !important;
}

.balance-box1 h4 {
    color: #FF0000;
}

.cancel-cheque {
    background: #E5F7FD;
    padding: 20px 0px;
    text-align: center;
}

.shipment-all .table td {
    min-width: 175px;
}

#bot-container.left .preview_icon {
    left: auto !important;
}

#bot-container.left {
    left: auto !important;
}

/*#bot-container.left {
    right: 0px !important;
    left: auto !important;
}*/

#eloc-chat-bot {
    position: absolute !important;
    right: 0px !important;
    text-align: right !important;
}

.save-btn {
    font-weight: 700;
    padding: 6px 20px;
    color: #000000;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 35px;
}

.save-btn:hover {
    font-weight: 700;
    padding: 6px 20px;
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    height: 35px;
}

.order-table th:nth-child(2) {
    min-width: 8rem !important;
}

.ready-to-shipped th:nth-child(3) {
    min-width: 8rem !important;
}

.manifest-orders th:nth-child(3) {
    min-width: 8rem !important;
}

.all-order-table th:nth-child(1) {
    min-width: 8rem !important;
}

.pickup-orders th:nth-child(3) {
    min-width: 8rem !important;
}

.shipment-ndr-table th:nth-child(1) {
    min-width: 8rem !important;
}

#shipment-rto-table th:nth-child(1) {
    min-width: 8rem !important;
}

.request-table th:nth-child(2) {
    min-width: 8rem !important;
}

.pickuptable th:nth-child(2) {
    min-width: 8rem !important;
}

/* .processingtable th:nth-child(2){min-width: 8rem !important;} */
#reportDataTable th:nth-child(3) {
    min-width: 8rem !important;
}

#shipmentDataTable th:nth-child(4) {
    min-width: 8rem !important;
}

#FreightDataTable th:nth-child(6) {
    min-width: 8rem !important;
}

#ndrDataTable th:nth-child(11) {
    min-width: 6rem !important;
}

#ndrDataTable th:nth-child(16) {
    min-width: 6rem !important;
}

#rtoDataTable th:nth-child(11) {
    min-width: 8rem !important;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}

.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon .select2-search--dropdown {
    display: none;
}

.register_page_font_size {
    font-size: 5px !important;
    height: auto !important;
}




/* ===========================
   Sidebar Variables 
=========================== */
:root {
    --sidebar-width: 240px;
    --header-height: 68px;
}

/* ===========================
   Sidebar
=========================== */

.layout-fixed .main-sidebar {
    bottom: auto !important;
    float: none;
    height: auto !important;
    left: 0;
    position: fixed;
    top: 0;
}

.main-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    height: 100%;
    background: #343a40;
    overflow-y: auto;
    transition: all 0.3s ease;
    z-index: 1020;
}

/* Collapse Sidebar */
.sidebar-collapse .main-sidebar {
    width: 0;
    overflow: hidden;
}

/* ===========================
   Header
=========================== */
.content-header {
    position: fixed;
    top: 0;
    left: var(--sidebar-width);
    width: calc(100% - var(--sidebar-width));
    height: var(--header-height);
    background: #fff;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    z-index: 1010;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px !important;
}

/* When Sidebar Collapsed */
.sidebar-collapse .content-header {
    left: 60px !important;
    width: calc(100% - 60px);
    box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 2px !important;
}

/* ===========================
   Content & Footer
=========================== */
.content-wrapper,
.main-footer {
    margin-left: var(--sidebar-width);
    padding-top: var(--header-height);
    transition: all 0.3s ease;
}

/* Collapse State */
.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-footer {
    margin-left: 0;
}

/* ===========================
   Sidebar Navigation
=========================== */
.nav-sidebar .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.nav-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.nav-icon {
    width: 20px;
    text-align: center;
}

/* ===========================
   Responsive
=========================== */
@media (max-width: 768px) {
    .main-sidebar {
        transform: translateX(-100%);
    }

    .sidebar-open .main-sidebar {
        transform: translateX(0);
    }

    .content-header,
    .content-wrapper,
    .main-footer {
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>p>.right {
    position: inherit !important;
    right: 1rem;
    top: .7rem;
}

.toggle-arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

.nav-item.menu-open .toggle-arrow:before {
    content: "\f107";
}

.nav-item-active-icon.menu-open .toggle-arrow-active-icon:before {
    content: "\f107";
}

.nav-item-active-icon-1.menu-open .toggle-arrow-active-icon-1:before {
    content: "\f107";
}

.nav-item-active-icon-2.menu-open .toggle-arrow-active-icon-2:before {
    content: "\f107";
}


.icon-color-sidebar {
    color: #000 !important;
}