body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
:root {
    --webprimary: #008060;
    --white: #ffffff;
}
.login_svg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
}

@media (min-width: 768px) and (max-width: 991px) {
    .login_svg {
        mix-blend-mode: lighten;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .login_svg {
        mix-blend-mode: lighten;
    }
}

@media (max-width: 767px) {
    .left_side_name {
        display: none;
    }
}

.login-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.login-section h1 {
    font-weight: bold;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 26px;
}

.login-section h1 a img {
    width: 117px;
    height: 34px;
    margin-bottom: 16px;
}

.login-section h2 {
    text-align: center;
}

.login-section p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 10px 0 30px;
    color: #6d7175;
}

.login-section p a {
    color: #008060;
}

.login-section span {
    margin: 0;
    line-height: 1.4rem;
    text-transform: none;
    margin-bottom: 1rem;
    color: #6d7175;
}

.login-section .user_email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-section .user_email h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #6d7175;
}

.login-section .user_email h4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.login-section .user_email h4 a {
    color: #008060;
}

.login-section button {
    width: 22%;
    height: 44px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: #084c3f;
    color: #FFFFFF;
    -webkit-transition: -webkit-transform 80ms ease-in;
    transition: -webkit-transform 80ms ease-in;
    transition: transform 80ms ease-in;
    transition: transform 80ms ease-in, -webkit-transform 80ms ease-in;
}

.login-section button:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.login-section button:focus {
    outline: none;
}

.login-section button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.login-section form {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-bottom: 64px;
    position: relative;
}

.login-section form .forget-password {
    position: absolute;
    bottom: 94px;
    right: 52px;
}

.login-section .form-group {
    margin-bottom: 1rem;
    border: 1px solid #a7a3a3;
    position: relative;
    border-radius: 5px;
}

.login-section .form-group label {
    margin-bottom: 0;
    position: absolute;
    top: 4px;
    left: 16px;
    z-index: 50;
    color: #637381;
    font-size: 14px;
}

.login-section .form-group input {
    max-height: 2rem;
    border: none;
    padding: 12px 15px;
    margin-top: 21px;
    background: transparent;
    margin-bottom: 0;
    width: 100%;
}

.login-section .form-group input:focus {
    outline: none;
}

.login-section .form-group:focus {
    outline: 1px solid #084c3f;
}

.login-section .input_wrap label {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 21px;
}

.login-section .input_wrap input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    border: 1px solid #808080a6;
    border-radius: 6px;
}
.login-section .input_wrap select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    border: 1px solid #808080a6;
    border-radius: 6px;
}

.login-section .input_wrap input:focus {
    outline-color: #084c3f;
}

.login-section .container {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    width: 520px;
    max-width: 100%;
    margin-left: 20vh;
    margin-top: 13vh;
}

@media (max-width: 767px) {
    .login-section .container {
        margin-left: 0;
        margin-top: 3vh;
    }
}

.login-section .form-container {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.login-section .sign-in-container {
    left: 0;
    width: 100%;
    z-index: 2;
}

.login-section .container.right-panel-active .sign-in-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.login-section .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.login-section .container.right-panel-active .sign-up-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    -webkit-animation: show 0.6s;
    animation: show 0.6s;
}

@-webkit-keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.login-section .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    z-index: 100;
}

.login-section .container.right-panel-active .overlay-container {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.login-section .overlay {
    background: #FF416C;
    background: -webkit-gradient(linear, left top, right top, from(#FF4B2B), to(#FF416C));
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.login-section .container.right-panel-active .overlay {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.login-section .overlay-panel {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.login-section .overlay-left {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.login-section .container.right-panel-active .overlay-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.login-section .overlay-right {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.login-section .container.right-panel-active .overlay-right {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}

.login-section .social-container {
    margin: 20px 0;
}

.login-section .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.login-section .login-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 4;
    height: 44px;
    text-align: right;
    padding-right: 12px;
}

.login-section .login-footer a {
    font-size: 14px;
    color: #454f5b;
    font-weight: 500;
    padding: 0 15px;
}

.login-section .login-footer a:hover {
    text-decoration: underline;
}

.create_store .logo_image {
    width: 137px;
    height: 34px;
}

.create_store .user_name span {
    display: block;
    background: #008060b8;
    width: 35px;
    height: 35px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    float: right;
    padding: 7px;
    font-size: 15px;
    border-radius: 50%;
    font-weight: 400;
}

.create_store .main_text h1 {
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    font-family: sans-serif;
    /* font-size: 2.4rem; */
    /* line-height: 1.2em; */
    /* margin-bottom: 0.4rem; */
    margin-top: 12px;
}

.create_store .main_text p {
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif;
    line-height: 27px;
    color: #3333338f;
}

.create_store .main_text button {
    width: 30%;
    height: 44px;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 500;
    border: none;
    background-color: #084c3f;
    color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .create_store .main_text button {
        width: 28%;
    }
}

@media (max-width: 320px) {
    .create_store .main_text button {
        width: 52%;
    }
}

.create_store .empty_div {
    background: #084c3f;
    position: absolute;
    top: -48px;
    width: 100%;
    right: -48px;
    height: 100vh;
}

.create_store .input_wrap label {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 21px;
}

.create_store .input_wrap input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    border: 1px solid #808080a6;
    border-radius: 6px;
}

.create_store .input_wrap input:focus {
    outline-color: #084c3f;
}

.loading_create_store {
    position: relative;
    height: 100vh;
    width: 100%;
}

.loading_create_store .logo_image {
    position: absolute;
    width: 137px;
    height: 37px;
    top: 36px;
    left: 61px;
}

.loading_create_store .center_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.loading_create_store .center_text h1 {
    font-size: 22px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #333;
}

.loading_create_store .center_text p {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #333333a6;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 5;
}

.navbar-default .navbar-nav #user-profile {
    height: 50px;
    padding-top: 15px;
    padding-left: 58px;
}

.navbar-default .navbar-nav #user-profile img {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 2px;
    left: 8px;
    padding: 1px;
}

.top-navbar-logo img {
    display: block;
    width: 117px;
    height: 34px;
}

.top-navbar-logo h1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.top-navbar-logo h1 span:first-child {
    display: inline-block;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    background: #43c4a1;
    color: #fff;
    line-height: 22px;
}

.top-navbar-logo h1 span:last-child {
    margin-left: 8px;
}

@media (max-width: 767px) {
    .top-navbar-logo h1 span:last-child {
        display: none;
    }
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 225px;
    }
}

@media (min-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 225px;
    }
}

#sidebar-wrapper {
    border-right: 1px solid #bfbebe98;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 225px;
    width: 0;
    height: 100%;
    margin-left: -225px;
    overflow-y: auto;
    top: 56px;
}

#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 21px;
    width: 225px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 45px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #333 !important;
}

#sidebar-wrapper .sidebar-nav li a.active {
    background: #f1f8f5;
    color: #379c82 !important;
    position: relative;
}

#sidebar-wrapper .sidebar-nav li a.active .sidebar-icon {
    color: #379c82 !important;
}

#sidebar-wrapper .sidebar-nav li a.active::before {
    content: "";
    background-color: #084c3f;
    width: 4px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
    padding: 0 7px;
    text-indent: 4px;
    margin-right: 10px;
    color: #333;
    /*float: left;*/
}

#sidebar-wrapper .sidebar-nav li a .caret {
    position: absolute;
    right: 23px;
    top: auto;
    margin-top: 20px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    padding: 0;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 15px;
}

@media (max-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 45px;
    }
    #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
        position: fixed;
        left: 45px;
        margin-top: -45px;
        z-index: 1000;
        width: 200px;
        height: 0;
    }
}

#page-content-wrapper {
    padding: 34px 74px;
    margin-top: 56px;
}

@media (max-width: 767px) {
    #page-content-wrapper {
        padding: 32px 0px 67px 57px;
    }
}

.store_setings h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    color: #333;
}

.store_setings .device_tag {
    font-size: 12px;
    text-decoration: none;
    margin-left: 10px;
    width: 70%;
}

.store_setings .device_tag span {
    color: #202223;
    background: #50eaea94;
    padding: 6px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    /*margin-left: 10px;*/
    position: absolute;
    top: -3px;
    right: 132px;
}

@media (max-width: 599px) {
    .store_setings .device_tag span {
        display: block;
        text-align: center;
        width: 40%;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .store_setings .device_tag span {
        display: block;
        text-align: center;
        width: 60%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.store_setings a {
    font-size: 13px;
}

.store_setings a img {
    margin-right: 10px;
}

.store_setings h2, .store_setings h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #202223;
}

.store_setings h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #202223;
}

.store_setings p {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #6D7175;
    line-height: 20px;
    margin-top: 10px;
}

.store_setings .user_detail_section {
    background-color: #fff;
    border-radius: 11px;
}

.store_setings .user_detail_section .second_btn {
    border: 1px solid #084c3f !important;
    padding: 8px !important;
    height: 36px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: #084c3f !important;
    border-radius: 6px !important;
    width: auto !important;
    height: auto !important;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.store_setings .user_detail_section .first_btn {
    border: 1px solid #dbdddf !important;
    padding: 8px !important;
    height: 36px !important;
    font-size: 13px !important;
    background: #fffefef2 !important;
    border-radius: 6px !important;
    width: auto !important;
    height: auto !important;
    color: #333 !important;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.store_setings .user_detail_section button {
    border: 1px solid #dbdddf;
    padding: 8px;
    font-size: 13px;
    font-weight: 300;
    background: #fffefef2;
    border-radius: 6px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    color: #202223;
    margin-bottom: 5px;
}

.store_setings .user_detail_section button:first-child {
    border: none;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
    background: #39c19c;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

@media (max-width: 767px) {
    .store_setings .user_detail_section button:first-child {
        display: block;
    }
}

.store_setings .user_detail_section button:last-child {
    font-weight: 500;
}

.store_setings .user_detail_section .input_wrap label {
    font-size: 13px;
    width: 100%;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 20px;
    color: #202223;
}

.store_setings .user_detail_section .input_wrap input {
    width: 100%;
    height: 35px;
    padding: 0px 7px;
    border: 1px solid #808080a6;
    border-radius: 6px;
    font-size: 12px;
}

.store_setings .user_detail_section .input_wrap input:focus {
    outline-color: #084c3f;
}

.store_setings .user_detail_section .input_wrap select {
    width: 100%;
    height: 35px;
    padding: 0px 7px;
    border: 1px solid #808080a6;
    border-radius: 6px;
    font-size: 12px;
}

.store_setings .user_detail_section .input_wrap select:focus {
    outline-color: #084c3f;
}

.store_setings .user_detail_section p {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #202223;
    line-height: 20px;
}

@media (max-width: 599px) {
    .store_setings .user_detail_section .device {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .store_setings .user_detail_section .device {
        display: block !important;
    }
}
.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.loading-overlay.active {
    display: flex;
}

.childcatagories_modal_from .mh {
    border-bottom: none;
}

.childcatagories_modal_from .mb {
    padding: 4.2rem;
}

.childcatagories_modal_from .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    color: var(--webprimary) !important;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.childcatagories_modal_from .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.childcatagories_modal_from .upload-img4 img {
    width: 40px;
    height: 40px;
}

.childcatagories_modal_from #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.childcatagories_modal_from .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125) !important;
    /*margin-top: 30px;*/
}

.childcatagories_modal_from .upload-text-heading {
    margin-top: 25px;
}

.childcatagories_modal_from .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;

    line-height: 18px;
}

.childcatagories_modal_from .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;

    line-height: 18px;
}

.childcatagories_modal_from .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

.childcatagories_modal_from .upload-image-format4 p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
}

.childcatagories_modal_from .upload-detail4 h4 {
    font-size: 14px;
    /* margin-top: 18px; */
    font-weight: 100;
    margin-top: -5px;
}

.childcatagories_modal_from .upload-clicking4 a {
    font-size: 12px;
    font-weight: 500;
    color: var(--webprimary) !important;
    margin-top: 21px;
}

.childcatagories_modal_from .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.childcatagories_modal_from .upload-card-body4 {
    margin-top: 24px;
}

.childcatagories_modal_from .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.childcatagories_modal_from .mf img {
    width: 13px;
    height: 13px;
}

.childcatagories_modal_from .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.childcatagories_modal_from .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.childcatagories_modal_from .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.childcatagories_modal_from .file-upload-content4 {
    display: none;
    text-align: center;
}

.childcatagories_modal_from .file-upload-input4 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.childcatagories_modal_from .image-title-wrap4 {
    padding: 0 15px 15px 15px;
    color: #222;
}
.childcatagories_modal_from .image-title-wrap4 button {
    width: auto !important;
    height: auto !important;
    background: #fff !important;
    color: red !important;
}
.childcatagories_modal_from .drag-text4 {
    text-align: center;
}

.childcatagories_modal_from .drag-text-payment-edit {
    text-align: center;
}

.childcatagories_modal_from .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.childcatagories_modal_from .drag-text4 h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.childcatagories_modal_from .file-upload-image4 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.childcatagories_modal_from .remove-image4 {
    text-decoration: underline;
    color: var(--webprimary);
    font-size: 13px;
}

.childcatagories_modal_from .remove-image4:hover {
    text-decoration: underline;
    color: var(--webprimary);
    font-size: 13px;
}






.multiple_images .mh {
    border-bottom: none;
}

.multiple_images .mb {
    padding: 4.2rem;
}

.multiple_images .cat-folder-img {
    width: 60px;
    height: 60px;
    background: #ededed;
    text-align: center;
    border-radius: 50%;
    color: var(--webprimary) !important;
    margin-bottom: 33px;
    /* padding-top: 0; */
    margin-top: -67px;
}

.multiple_images .fa-folder {
    font-size: 19px;
    padding: 20px;
}

.multiple_images .upload-img img {
    width: 40px;
    height: 40px;
}

.multiple_images #addpro_cat {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    /* border: 1px solid #d9e1ec; */
    height: 34px;
    padding: 10px;
    font-size: 10px;
}

.multiple_images .uload-card {
    border: 2px dashed rgba(0, 0, 0, 0.125) !important;
    margin-top: 20px;
}

.multiple_images .upload-text-heading {
    margin-top: 25px;
}

.multiple_images .upload-text-heading h5 {
    font-weight: 500;
    color: black;
    font-size: 12px;

    line-height: 18px;
}

.multiple_images .upload-input-label {
    margin-bottom: 12px;
    font-weight: 500;
    color: black;
    font-size: 12px;

    line-height: 18px;
}

.multiple_images .upload-main-paragraph {
    color: #bbbbbb;
    font-size: 12px;
    font-weight: 100;
    line-height: 7px;
}

.multiple_images .upload-image-format p {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 500;
}

.multiple_images .upload-detail h4 {
    font-size: 14px;
    /* margin-top: 18px; */
    font-weight: 100;
    margin-top: -5px;
}

.multiple_images .upload-clicking a {
    font-size: 12px;
    font-weight: 500;
    color: var(--webprimary) !important;
    margin-top: 21px;
}

.multiple_images .mf {
    margin-top: -37px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 15px;
    border-top: none;
    display: block;
}

.multiple_images .upload-card-body {
    margin-top: 24px;
}

.multiple_images .mf button {
    width: 100px;
    height: 41px;
    font-size: 12px;
    border: none;
    border-radius: 15px;
}

.multiple_images .mf img {
    width: 13px;
    height: 13px;
}

.multiple_images .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.multiple_images .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}

.multiple_images .file-upload-btn:active {
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.multiple_images .file-upload-content {
    display: none;
    text-align: center;
}

.multiple_images .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    top: 0px;
    right: 0px;
}
.multiple_images .image-upload-wrap4 {
    position: relative;
}
.multiple_images .imageThumb {
    /*max-height: 75px;*/
    /*border: 2px solid;*/
    /*padding: 1px;*/
    cursor: pointer;
    width: 134px;
    height: 150px;
    border-radius: 9px;
}
.multiple_images .pip {
    display: inline-block;
    position: relative;
    margin: 10px;
}
.multiple_images .remove {
    display: flex;
    justify-content: center;
    /* filter: blur(0px); */
    align-items: center;
    background: #332f337a;
    width: 100%;
    height: 100%;
    /* border: 1px solid black; */
    color: white;
    text-align: center;
    cursor: pointer;
    position: absolute;
    /* top: 0; */
    opacity: 0;
    top: 50%;
    font-size: 34px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}
.multiple_images .remove:hover {
    opacity: 1;
}

.multiple_images .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}
.multiple_images .image-title-wrap button {
    width: auto !important;
    height: auto !important;
    background: #fff !important;
    color: red !important;
}
.multiple_images .drag-text {
    text-align: center;
}

.multiple_images .drag-text-payment-edit {
    text-align: center;
}

.multiple_images .drag-text-payment-edit h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.multiple_images .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #15824B;
    padding: 60px 0;
}

.multiple_images .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.multiple_images .remove-image {
    text-decoration: underline;
    color: var(--webprimary);
    font-size: 13px;
}

.multiple_images .remove-image:hover {
    text-decoration: underline;
    color: var(--webprimary);
    font-size: 13px;
}



.driver_detail_card {
    background: #ffffff;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.driver_total_trip_detail {
    background: #ffffff;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}

.driver_detail_card .card-body .driver_name_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.driver_detail_card .card-body .driver_name_detail .img_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.driver_detail_card .card-body .driver_name_detail .img_detail img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail {
    margin-left: 16px;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail h1 {
    font-size: 14px;
    /*font-family: 'Kufam';*/
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    color: black;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail h1 span {
    color: var(--webprimary);
    display: inline-block;
    margin-left: 4px;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail p {
    font-size: 12px;
    /*font-family: 'Kufam';*/
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
    color: black;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail p .span_rat {
    font-size: 12px;
    /*font-family: 'Kufam';*/
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 0;
    color: black;
    margin-right: 6px;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail p .fa {
    color: #80808087;
}

.driver_detail_card .card-body .driver_name_detail .img_detail .detail p .checked {
    color: var(--webprimary);
}

.driver_detail_card .card-body .driver_name_detail .detail_edit {
    font-size: 12px;
    color: #8080809c;
}

.driver_detail_card .card-body .driver_name_detail .detail_edit a {
    color: #8080809c !important;
}

.driver_detail_card .card-body .driver_name_detail .detail_edit span {
    padding: 3px;
}

.driver_detail_card .card-body .Completed_collapse_record {
    padding: 0px;
    margin: 10px;
    display: flow-root;
}

.driver_detail_card .card-body .Completed_collapse_record .start {
    width: 20%;
    float: left;
    margin-top: 17px;
}

.driver_detail_card .card-body .Completed_collapse_record .start h1 {
    color: #808080c2;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 13px;
}

.driver_detail_card .card-body .Completed_collapse_record .start h2 {
    color: #171725;
    /*font-family: Kufam;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 11px;
    overflow: hidden;
    height: 18px;
}
#status-caption-select-id {
    height: 25px;
    padding: 0 3px;
    width: 48%;
    border-radius: 18px;
    box-shadow: 0px 0px 8px 0px rgba(83, 103, 71,0.4);
    font-size: 11px;
    color: black;
    font-weight: 600;
}


.driver_more_detail_card {
    /*border-radius: 20px !important;*/
    background: #ffffff;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -webkit-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(23, 24, 24, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05),
    0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.driver_more_detail_card .card-body {
    position: relative;
}
.driver_more_detail_card .card-body .detail_edit {
    position: absolute;
    top: 22px;
    right: 29px;
}
.driver_more_detail_card .card-body .detail_edit a {
    color: #8080809c;
    font-size: 12px;
}


.driver_more_detail_card .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.driver_more_detail_card .nav-tabs .nav-item {
    margin-bottom: 0px;
    position: relative;
}

.driver_more_detail_card .nav-tabs .nav-item .nav-link {
    border-color: transparent;
    color: #171725;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.1px;
}

.nav-tabs .nav-item .active::after {
    content: '';
    width: 40px;
    height: 4px;
    background-color: var(--webprimary);
    position: absolute;
    bottom: 0;
    left: 50%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.driver_more_detail_card .card-body .complete_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.driver_more_detail_card .card-body .complete_detail .docment_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.driver_more_detail_card .card-body .complete_detail .docment_type .heading {
    width: 30%;
}

.driver_more_detail_card .card-body .complete_detail .docment_type .heading h1 {
    color: #171725;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.driver_more_detail_card .card-body .complete_detail .docment_type .heading_name {
    width: 50%;
}

.driver_more_detail_card .card-body .complete_detail .docment_type .heading_name h2 {
    color: #808080c2;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 27px;
}

.attachments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.attachments .first_attachment {
    height: 33px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(34, 0, 0, 0.44);
    box-shadow: 0px 1px 4px 0px rgba(34, 0, 0, 0.44);
    margin-right: 10px;
    margin-bottom: 14px;
}

.attachments .first_attachment .span_img {
    height: 100%;
    display: inline-block;
    text-align: center;
    width: 36px;
    padding: 5px;
    background-color: var(--webprimary);
    color: #ffffff8f;
    font-size: 12px;
}

.attachments .first_attachment .span_text {
    font-size: 14px;

    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
    color: #808080c2;
}

.attachments .first_attachment .span_icon {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    /* margin-top: 5px; */
    line-height: 24px;
    /* padding: 1px; */
    padding-right: 10px;
    color: #808080b0;
}

.attch_head {
    color: #808080c2;
    /*font-family: kufam;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.admin_card {
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
    background: #fff;
}

.admin_card .card-body .card_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.admin_card .card-body .card_img .img_div {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(61, 213, 152, 0.1);
    text-align: center;
}

.admin_card .card-body .card_img .img_div span {
    display: block;
    padding: 7px;
    font-size: 12px;
    color: #28cb89;
}

.admin_card .card-body .card_img .cards_details {
    margin-left: 12px;
}

.admin_card .card-body .card_img .cards_details h1 {
    color: #171725;
    font-family: kufam;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.1166666px;
    margin-top: 5px;
}

.admin_card .card-body .card_img .cards_details h1 span {
    color: #3dd598;
    font-family: kufam;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.admin_card .card-body .card_img .cards_details h2 {
    color: #696974;
    font-family: Kufam;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.1px;
    margin-top: -5px;
}

.admin_card .card-body .card_img .down {
    background: rgba(252, 90, 90, 0.1) !important;
}

.admin_card .card-body .card_img .down_span {
    color: #fc5a5a !important;
}

.profile_page_detail {
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
    background: #fff;
}

.profile_page_detail .card-body .user_pic {
    text-align: center;
    position: relative;
}

.profile_page_detail .card-body .user_pic img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin-top: 24px;
}

.profile_page_detail .card-body .user_pic h2 {
    color: #171725;
    font-family: Kufam;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-top: 6px;
}

.profile_page_detail .card-body .user_pic h3 {
    color: #92929d;

    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-top: -14px;
}

.profile_page_detail .card-body .user_pic .user_edit {
    position: absolute;
    top: 0;
    right: 4px;
}

.profile_page_detail .card-body .user_pic .user_edit span {
    display: block;
    color: #171725;
    font-family: Kufam;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    width: 60px;
    height: 22px;
    background: #f1f1f5;
    -webkit-box-shadow: 0px 5px 15px rgba(68, 68, 79, 0.1);
    box-shadow: 0px 5px 15px rgba(68, 68, 79, 0.1);
    margin-top: 2px;
}

.profile_page_detail .card-body .user_detail span {
    display: block;
    color: #171725;

    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.1px;
}

.profile_page_detail .card-body .profile_progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.profile_page_detail .card-body .profile_progress .progress {
    width: 70%;
    height: 7px;
    border-radius: 0;
}

.profile_page_detail .card-body .profile_progress .progress-bar {
    width: 66%;
    background-color: #11D06B;
}

.profile_page_detail .card-body .profile_progress .profile_progress_detail {

    font-size: 12px;
    font-weight: 400;
    text-align: end;
    line-height: 8px;
    width: 30%;
}

.profile_page_detail .card-body .profile_progress .profile_progress_detail .span_color {
    color: #11D06B;
}

.profile_page_detail .card-body .profile_progress .profile_progress_detail .span_gray {
    color: #404245;
}

.profile_page_detail .card-body .profile_description {
    margin-top: 25px;
}

.profile_page_detail .card-body .profile_description p {
    color: #44444f;

    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.profile_page_detail .card-body .profile_tag span {
    display: inline-block;
    border-radius: 5px;
    color: #fafafb;

    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 3px;
}

.profile_page_detail .card-body .profile_tag .span_photo {
    background: #50b5ff;
}

.profile_page_detail .card-body .profile_tag .span_design {
    background: #82c43c;
}

.profile_page_detail .card-body .profile_tag .span_marketing {
    background: #a461d8;
}


.uninstall_addon .card .card-body img {
    width: 100%;
    height: 150px;
}
.uninstall_addon .card .card-body h4 {
    color: #171725;

    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom:0;
    margin-top: 9px;
    letter-spacing: 0.1px;
}
.uninstall_addon .card .card-body .addon_rating span {
    font-size: 12px;
}

.uninstall_addon .card .card-body .addon_rating span.checked {
    color: orange;
}
.uninstall_addon .card .card-body p {

    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.1px;
    z-index: 1;
    text-decoration: none;
    color: #212529;
    border-width: 0 0 1px;
    margin-top: 15px;
}

.uninstall_addon .card .card-footer button {
    border-radius: 9px;
    background: var(--webprimary);

    padding: 7px;
    color: #fafafb;

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
    text-decoration: none;
    padding-right: 10px;
    border: none;
    margin: 10px 4px;
}
.uninstall_addon .card .card-footer {
    background-color: white;
}
.uninstall_addon .card {
    -webkit-box-shadow: 0px -6px 20px rgba(153,155,168,0.15);
    box-shadow: 0px -6px 20px rgba(153,155,168,0.15);
    border: none;
    margin-bottom: 20px;
}


.install_addon .card {
    -webkit-box-shadow: 0px -6px 20px rgba(153,155,168,0.15);
    box-shadow: 0px -6px 20px rgba(153,155,168,0.15);
    border: none;
    border-radius: 10px;
}
.install_addon .card .card-body img {
    width: 130px;
    /*height: 117px;*/
    border-radius: 4px;
}
.install_addon .card .card-body .text_detail h4 {
    color: #171725;

    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom:0;
    margin-top: 9px;
    letter-spacing: 0.1px;
}
.install_addon .card .card-body .text_detail p {

    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.1px;
    z-index: 1;
    text-decoration: none;
    color: #212529;
    border-width: 0 0 1px;
    margin-top: 15px;
    width: 71%;
}

/*.install_addon .card .card-body .instal_switch*/

.install_addon .card .card-body .instal_switch .switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 15px;
}

.install_addon .card .card-body .instal_switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.install_addon .card .card-body .instal_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.install_addon .card .card-body .instal_switch .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.install_addon .card .card-body .instal_switch input:checked + .slider {
    background-color: var(--webprimary);
}

.install_addon .card .card-body .instal_switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px var(--webprimary) ;
    box-shadow: 0 0 1px var(--webprimary) ;
}

.install_addon .card .card-body .instal_switch input:checked + .slider:before {
    transform: translateX(17px);
    -webkit-transform: translateX(17px);
    -moz-transform: translateX(17px);
    -ms-transform: translateX(17px);
    -o-transform: translateX(17px);
}

.install_addon .card .card-body .instal_switch .slider.round {
    border-radius: 34px;
}

.install_addon .card .card-body .instal_switch .slider.round:before {
    border-radius: 50%;
}
.upload_and_install_addon {
    margin-top: 16px;
    background: #fff;
    border: 1px solid #dee2e6 !important;

    border-radius: 10px !important;
}
.upload_and_install_addon .heading {
    font-size: 14px;
    line-height: 24px;
}

.upload_and_install_addon .upload_addon {
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 27px;
}
.upload_and_install_addon .upload_addon .images .second img {
    width: 120px;
    margin-top: -10px;

}

.upload_and_install_addon .upload_addon .images span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.upload_and_install_addon .card-footer {
    background: #fff;
    border-radius: 0px 0px 10px 10px !important;
}

.upload_and_install_addon .card-footer h2 {
    font-size: 12px;
    font-weight: 400;
}
.upload_and_install_addon .card-footer h2 i {
    font-size: 17px;
    margin-right: 8px;
    vertical-align: middle;
}
.upload_and_install_addon button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
}
.upload_and_install_addon button span:first-child {
    color: #000;
}
.upload_and_install_addon button span:last-child {
    color: #007bff;
}
.upload_and_install_addon p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 14px;
    line-height: 20px;
}
.tab {
    float: left;
    /*border: 1px solid #ccc;*/
    background-color: #fafbfb;
    width: 32%;
    /*height: 300px;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: #fafbfb;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: 1px solid #eaeced;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #09c797e0;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #fff;
    border-right: 0;
    color: var(--webprimary);
}
.tab button.active:before {
    content: '';
    background-color: var(--webprimary);
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;

}
/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 0px 0px 30px;
    /*border: 1px solid #ccc;*/
    width: 68%;
    border-left: none;
    height: 300px;
    position: relative;
}

.tabcontent h3 {
    font-size:18px;
    font-weight: 600;
    margin-top: 23px;
}
.tabcontent p {
    font-size: 14px;
    font-weight: 400;
}
.tabcontent img {
    position: absolute;
    width: 67px;
    top: 21px;
    right: 24px;
}

#main-section-page {
    background-color: white;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 14px;
    /*margin-left: 0px;*/
    /*margin-right: 0;*/

}

#main-section-page .heading_box {
    padding: 10px;
}
#main-section-page .heading_box h1{
    font-size: 16px;
    line-height: 24px;
}


/*============== new page=========== */
.header-container{
    position: fixed;
    z-index: 512;
    top: 0;
    display: flex;
    height: 3.6rem;
    background-color: #fff;
    transition: background-color .2s ease-in-out;
    width: 100%;
    border-bottom: 1px solid rgb(222, 222, 223, 1);
}
.header-logo-container{
    width: 15rem;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 .8rem;
}
.header-search-bar-container{
    z-index: 10;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.serach-bar-container{
    padding: 0 1.2rem;
    margin-left: calc(50% - 30.9rem);
}
.search-feild-container{
    z-index: 519;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    border: 1px solid transparent;
    width: 36rem;
}
.search-feild-container input{
    height: 2.5rem;
    width: 100%;
    padding: 0 0 0 2.6rem;
    font-size: 16px;
    background: #f1f2f3;
    border: none;
    border-radius: 4px;
}
.search-feild-container svg{
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    fill: rgb(92, 95, 98, 1);
    left: 10px;
}
.search-feild-container input:focus{
    outline: 2px solid rgb(69, 143, 255, 1);
    border-radius: 4px;
}
.user-dropdown svg{
    width: 2rem;
    color: rgb(79, 41, 31, 1);
    background: rgb(253, 201, 208, 1);
    border-radius: 50%;
}
.user-dropdown-btn{
    background: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-right: 10px;
}
.user-dropdown-btn:focus{
    outline: none;
}
.user-dropdown .dropdown-toggle::after{
    display: none !important;
}
.user-dropdown .dropdown-menu{
    background: #202123 !important;
    top: 12px !important;
}
.user-dropdown .dropdown-item{
    color: rgb(227, 229, 231, 1) !important;
    display: flex !important;
    align-items: center;
    padding: 8px 16px !important;
    font-weight: 400;
    margin-bottom: 4px;
    font-size: 14px;
}
.user-dropdown .dropdown-item i{
    font-size: 16px;
    margin-right: 14px;
}
.user-dropdown .dropdown-item:hover{
    background: #3e4043;
}
.header-drop-border{
    border-bottom: 1px solid rgb(69 71 73);
    padding-bottom: 8px;
}
.sidebar-container{
    position: fixed;
    top: 58px;
    background: #f1f2f3;
    height: 100%;
    overflow: scroll;
    border-right: 1px solid rgb(201 204 207);
}
.sidebar-navigation-container{
    width: 222px;
    height: 100%;
}
.sidebar-navigation{
    padding-top: 12px;
    display: flex;
    flex-direction: column;
}
.navigation-content-container{
    padding-bottom: 22px;
    margin: 0;
    padding-left: 0;
}
.navigation-list-item{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.list-item-content{
    display: flex;
    align-items: center;
    padding-left: 14px;
    padding-right: 4px;
    position: relative;
    font-size: 14px;
    color: rgb(32, 34, 35, 1);
    width: 100%;
    margin-left: 6px;
    margin-right: 12px;
    font-weight: 500;
}
.list-item-content:hover{
    text-decoration: none;
    color: inherit;
    background: rgb(237, 238, 239, 1);
}
.list-item-content svg{
    width: 24px;
    height: 24px;
    fill: rgb(92, 95, 98, 1);
    margin-right: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.list-item-content svg:active{
    fill: rgb(0, 123, 92, 1);
}
.active-side-bar::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    height: 100%;
    width: 3px;
    background: rgb(0, 123, 92, 1);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.active-side-bar{
    background: rgb(200, 201, 202);
    color: rgb(0, 123, 92, 1);
}
.list-item-text{
    width: 100%;
}
.order-numbers{
    background: rgb(228, 229, 231, 1);
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 50%;
}
.list-item-btn{
    background: transparent;
    border: none;
    padding-right: 0;
}
.list-item-btn:focus{
    outline: none;
}
.list-item-btn svg{
    width: 24px;
    height: 24px;
    fill: rgb(92, 95, 98, 1);
    margin: 0;
}

/* ===========inner content============== */
.main-content-container{
    padding-top: 58px;
    padding-left: 240px;
    background: #f1f2f3;
    overflow: hidden;
}
.main-content-container-wrap{
    padding: 0 32px;
    width: 100%;
}
.content-page-header{
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    align-items: center;
}
.page-header-text {
    width: 50%;
    font-size: 20px;
    font-weight: 500;
}

.range-picker ul.dropdown-menu {
    padding: 10px;
}
.col-inputs,
.col-pickers {
    display: flex;
    position: relative;
    min-height: 1px;
    vertical-align: top;
}
.col-inputs {
    width: 100%;
}
.col-pickers .bootstrap-datetimepicker-widget.dropdown-menu {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.col-pickers .bootstrap-datetimepicker-widget table td {
    white-space: normal;
}
.col-pickers{
    gap: 20px;
}
.date-picker-container{
    display: flex;
    align-items: center;
}
.col-inputs{
    justify-content: space-between;
}
.col-inputs .form-group{
    width: 48%;
}
.clearfix{
    padding: 12px 0;
    width: 100%;
    margin-bottom: 0 !important;
}
.btn-default{
    font-size: 15px;
    font-weight: 600;
}
.btn-default i{
    margin-right: 2px;
    font-size: 16px;
}
.btn-default:hover{
    background-color: #fff !important;
}
.bootstrap-datetimepicker-widget {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
    border: 1px solid #ccc;
}
.date-picker-sub-text{
    margin-left: 8px;
    font-size: 13px;
    color: #6d7175;
}
.card-content{
    background: #fff;
    box-shadow: rgb(23 24 24 / 5%) 0px 0px 5px 0px, rgb(0 0 0 / 15%) 0px 1px 2px 0px;
    padding: 16px;
    border-radius: 6px;
}
.card-content-container{
    padding-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-header-title{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 4px;
    align-items: center;
}
.card-header-sub-title-text{
    font-size: 24px;
    font-weight: 600;
}
.card-header-sub-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date-picker-container .dropdown-header{
    padding: 12px 20px;
}
@keyframes chartjs-render-animation {
    from {
        opacity: 0.99;
    }
    to {
        opacity: 1;
    }
}
.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
}
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}
.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}
.chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.card-content{
    width: 49%;
    margin-bottom: 22px;
}
.card-content-text{
    font-size: 12px;
    font-weight: 600;
    margin-top: 24px;
}
.card-header-title span{
    font-weight: 400;
    font-size: 13px;
}
.traffic-source-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.traffic-source-container li{
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
}
.source-category{
    width: 60%;
}
.source-num{
    width: 29%;
}
.arrow-up{
    color: #007f5f;
}
.traffic-source-container{
    padding-top: 12px;
}
.arrow-down{
    color:  #d72c0d;
}