



/* width */
.page-wrapper::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.page-wrapper::-webkit-scrollbar-track {
    background: #000;
}

/* Handle */
.page-wrapper::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/*html[data-theme='light'] {
    --background-color: #ff0000;
    --text-color: #212121;
    --link-color: #0c2e03;
}

html[data-theme='dark'] {
    --background-color: #1f2940;
    --text-color: #fff;
    --link-color: #fff;
}

body {
    color: var(--text-color);
}*/

/*html[data-theme='light'] .wrapper.theme-5-active .fixed-sidebar-left .side-nav {
    --background-color: #0c2e03;
}*/

/*html[data-theme='light'] section.breadcrumbSlot, html[data-theme='light'] .card-view, html[data-theme='light'] .Create-gallery {
    --background-color: #ffffff;
}*/

/*html[data-theme='dark'] section.breadcrumbSlot, html[data-theme='dark'] .card-view {
    --background-color: #141b2d;
}*/

/*html[data-theme='light'] .page-wrapper {
    --background-color: #b9b9b9;
}

html[data-theme='dark'] .card-title {
    --background-color: #1f2940;
}*/

/*html[data-theme='light'] .card-title {
    --background-color: #0c2e03;
}*/

/*html[data-theme='dark'] footer {
    --background-color: #1f2940;
}

html[data-theme='light'] footer {
    --background-color: #ff0000;
}

[data-theme=dark] .d-block-dark, [data-theme=light] .d-block-light {
    display: block !important;
}*/

.dark-light i {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.headertop_icon:hover i {
    color: #000;
    line-height: 50px;
}

.d-none {
    display: none;
}



.slimScrollBar {
    width: 10px !important;
    opacity: 0.8 !important;
    border-radius: 30px !important;
}
@media (max-width:576px){
    .review-header h6 {
        font-size: 18px !important;
        display: inline !important;
    }
    .profile-initials {
        width: 17%!important;
    }
    .profile-initials h2 {
        background: red;
        border-radius: 50%;
        height: 50px !important;
        width: 50px !important;
        text-align: center;
        line-height: 50px !important;
    }
    .average-rating {
        font-size: 18px !important;
    }
    .rating-area {
        padding: 16px !important;
    }
    .write-review-button a {
        font-size: 14px!important;
    }
}
@media (max-width: 991px){
    .user-icon {
        right: 149px!important;
    }
} 


@media (max-width: 1200px) {
    .rating-area {
        width: 96% !important;
        margin: 46px auto !important;
    }
}


@media (max-width: 767px){
    .profile-initials {
        width: 17%!important;
    }
    header {
        height: 110px!important;
    }
    .review-header h6 {
        font-size: 18px !important;
        display: inline !important;
    }
.my-id-card{
    flex-direction: column;
    width: 100%!important;

}
.left-side, .right-side{
width: 100%!important;
        margin-bottom: 14px;

}
}


section.breadcrumbSlot {
    margin: 28px 0px 10px;
    background: transparent;
    padding: 0px 15px;
    border-radius: 0px;
    border: 0;
    /*height: 50px;*/
   /* border: 1px solid #a9a9a9;*/
    /*line-height: 50px;*/
}

    section.breadcrumbSlot ol.breadcrumb {
        float: right;
        padding: 0px;
        padding: 0 0 0 10px;    
    }
.breadcrumbSlot .col-lg-12{
    padding-right:0px;
}

section.breadcrumbSlot nav {
    display: flex;
    align-items: center;
    justify-content: end;
}

    section.breadcrumbSlot li.breadcrumb-item {
        --text-color: #fff;
        font-size: 16px;
    }

.breadcrumb > .active {
    --text-color: #fff;
}

a.dashboard {
    color: var(--link-color);
    opacity: 1;
}

h4.breadcrumb-title {
    font-size: 20px;
}

.breadcrumb > li + li::before {
    color: #212121;
    opacity: 1;
    font-family: FontAwesome;
    content: "/";
    padding: 0 9px;
}

img.header-logo {
    width: 85%;
    margin: 3px auto;
}

.fixed-sidebar-left .side-nav > li > ul > li a {
    position: relative;
}

    .fixed-sidebar-left .side-nav > li > ul > li a:before {
        content: "\f101";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 5px;
        font-size: 16px;
        left: 35px;
        z-index: 99;
    }


/**********************software btn cssssssss*************************/

/*.submit_btn:before {
    content: attr(data-text);
    text-align: center;
    position: absolute;
    top: 0;
    left: -300px;
    width: 100%;
    line-height: 42px;
    height: 100%;
    background: #ff0000;
    z-index: 1;
    transition: all 0.5s ease;
}*/

.Disabled {
    pointer-events: none;
    cursor: no-drop;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.submit_btn:hover:before {
    left: 0px;
}

.submit_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0px 20px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
    position: relative;
    overflow: hidden;
    /*margin-left:15px;*/
}

.filter_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    text-align: center;
    line-height: 42px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
    position: relative;
    overflow: hidden
}

    .filter_btn:before {
        content: attr(data-text);
        text-align: center;
        position: absolute;
        top: 0;
        left: -300px;
        width: 100%;
        line-height: 42px;
        height: 100%;
        background: #000000;
        z-index: 1;
        transition: all 0.5s ease;
    }

    .filter_btn:hover:before {
        left: 0px;
    }

.cancel_btn {
    width: 150px;
    height: 42px;
    display: inline-table;
    background: #212121;
    text-align: center;
    line-height: 42px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
    position: relative;
    overflow: hidden;
    margin: 0px 10px;
}

    /*.cancel_btn:before {
        content: attr(data-text);
        text-align: center;
        position: absolute;
        top: 0;
        left: -300px;
        width: 100%;
        line-height: 42px;
        height: 100%;
        background: #f44336;
        z-index: 1;
        transition: all 0.5s ease;
    }*/

  /*  .cancel_btn:hover:before {
        left: 0px;
    }*/

.navbar-toggler-icon {
    vertical-align: baseline;
}

.danger_btn {
    width: 150px;
    height: 42px;
    display: inline-block;
    background: #f44336;
    text-align: center;
    line-height: 44px;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    transition-duration: 0.6s;
    border-style: none;
    position: relative;
    margin: 0px 10px;
}
/**********************software btn cssssssss*************************/

/**********************adminProfile cssssssss*************************/
.adminProfile {
    position: relative;
    text-align: center;
    margin: 30px 0px;
}

    .adminProfile h6 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

.user-icon {
    background: #1f2940;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    top: 55px;
    right: 79px;
    line-height: 15px;
}

.adminProfile {
    margin: 15px 0px;
}

.user-icon i {
    color: #fff;
    font-size: 10px;
}
/*.userimgs {
    text-align: center;
    margin: 30px 0px;
}*/
.userimgs img {
    width: 100%;
    height: 75px;
    max-width: 75px;
    border-radius: 50%;
    background: #ffffff;
    padding: 2px;
    box-shadow: 0px 2px 2px 0px #168cd5;
}

.navbar-toggler-icon {
    position: relative;
}

    .navbar-toggler-icon:after {
        content: '\f1de';
        position: initial;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: 'FontAwesome';
        font-size: 24px;
        font-weight: 400;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        z-index: 99;
    }




.card-title {
    margin-bottom: 10px;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    padding: 6px 15px;
}

h6.panel-title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.card-title .pull-right i {
    font-size: 20px;
    color: #fff;
    padding: 5px 0px 0px;
    cursor: pointer;
}

/*.k-grid table td a {
    color: #b71717 !important;
}*/

span.k-state-selected {
    background-color: #27293d;
    border-color: #27293d;
}

.modal-header {
    padding: 10px;
    border-bottom: none;
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
}

    .modal-header h3 {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        color: #fff;
        text-transform: capitalize;
        font-weight: 500;
    }

a.close {
    color: #fff;
    opacity: 1;
    font-size: 26px;
    font-weight: 300;
    top: 5px;
}

/*.modal-body .form-group {
    margin: 0px;
}*/

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}


a.dropdown-toggle.headertop_icon.pr-0 {
    padding: 0px;
    line-height: 50px;
}

.Create-gallery {
    width: 40%;
    margin: 0px auto;
    background: var(--background-color);
    box-shadow: 0px 0px 8px #ccc;
    padding: 20px;
    border-radius: 8px;
}

.k-grid td {
    padding: .8em 0.6em !important;
}

.k-grid-header th.k-header, .k-filter-row th {
    padding: .8em 0.6em !important;
}

.submit_btn i {
    margin-right: 5px;
}




ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 5px solid #fb844c;
    margin-bottom: 20px;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 10px;
        cursor: pointer;
        font-size: 16px;
    }

        ul.tabs li.current {
            background: #fb844c;
            color: #fff !important;
            position: relative
        }

            ul.tabs li.current:before {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #fb844c transparent transparent transparent;
                position: absolute;
                bottom: -34%;
                left: 50%;
            }

.tab-content {
    display: none;
    background: #f2f2f2;
    padding: 15px 15px 0px 15px;
}

    .tab-content.current {
        display: inherit;
    }

a.t-Password {
    font-size: 14px;
    background: white;
    width: 100%;
    height: 40px;
    display: inline-block;
    text-align: left;
    line-height: 40px;
    border: 1px solid #ccc;
    padding: 0px 12px;
    cursor: pointer;
}

.profile-image-overlay {
    height: 200px;
    width: 100%;
    background: #f2f2f2;
}

.profile-img-wrap {
    margin: -100px 0px 0px;
    text-align: center;
}

    .profile-img-wrap img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0px auto;
        display: flex;
        border: 5px solid #085588;
    }

.fileupload-edit {
    position: relative;
}

    .fileupload-edit span {
        background: #085588;
        display: inline-block;
        position: absolute;
        top: -39px;
        right: 0px;
        font-size: 15px;
        color: #fff;
        padding: 6px 17px;
        text-transform: uppercase;
        border-radius: 3px;
    }

    .fileupload-edit input.upload {
        position: absolute;
        top: -32px;
        right: 5px;
        width: 61px;
        opacity: 0;
    }

h5.profile-title {
    font-size: 18px;
    text-align: center;
    margin: 15px 0px;
}

.profile-box {
    height: auto;
    padding: 0px 0px 25px;
}



.profile-img-wrap.viewprofile {
    margin: 0px;
}

.viewprofile_section {
    background: url(../../src/images/viewprofile_bg.jpg);
    padding: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .viewprofile_section .social-info {
        position: absolute;
        right: 50px;
        top: 130px;
    }
/*.Welcome-letter {
    background: #fff;
    padding: 20px;
    width: 65%;
    margin: 0px auto;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 10px;
}*/

.Welcome-letter-title {
    text-align: center;
}

    .Welcome-letter-title h4 {
        font-size: 32px;
        font-weight: 900;
    }

    .Welcome-letter-title h5 {
        font-size: 25px;
        margin: 15px 0px;
        color: #29b7e9;
    }

.Welcome-letter-user img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.Welcome-letter table.table td {
    padding: 8px;
}

.Welcome-letter-title img {
    width: 100%;
}

.Welcome-letter-footer {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 30px;
}

    .Welcome-letter-footer h3 {
        font-size: 22px;
        color: #3fa53b;
    }

.form-actions-bottom {
    padding: 10px 15px;
}

.search_box {
    position: absolute;
    top: 0px;
    right: -40%;
    width: 35%;
    transition: all 0.5s ease;
}

    .search_box.add {
        right: 0%;
    }

table thead {
    background: #f2f2f2;
}

a.left-right {
    font-size: 16px;
    font-weight: 600;
}

h6.panel_title {
    font-size: 18px;
    border: 1px dotted #fff;
    padding: 8px 10px;
    background: #000;
    color: #fff;
    position: relative;
    cursor: pointer;
}


    h6.panel_title.collapsed::after {
        content: "\f068";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 9px;
        font-size: 14px;
        right: 10px;
        z-index: 99;
        background-image: none;
        transition: all 0.5s ease;
    }

    h6.panel_title::after {
        content: "\f067";
        font-family: FontAwesome;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        position: absolute;
        top: 9px;
        font-size: 14px;
        right: 10px;
        z-index: 99;
        background-image: none;
        transition: all 0.5s ease;
    }

ul.tabs.tab_boxSlot li {
    display: block;
}

    ul.tabs.tab_boxSlot li.current:before {
        display: none
    }

ul.tabs.tab_boxSlot {
    border: 0px;
}

.compose {
    padding: 20px 0px 10px;
}

    .compose a.submit_btn {
        width: 100%;
        color: #fff !important;
        cursor: pointer;
    }


.inbox-mail .tab-content {
    background: no-repeat;
    padding: 0px;
}

.inbox-pagination li a {
    cursor: pointer;
}


span.succe {
    color: #4caf50;
}

span.pendng {
    color: #eb9d1a;
}

span.failur {
    color: #d71717;
}


/*================== Start Id card csssssss setion ==================*/
.front_idcard {
    background: #ffffff;
    height: 410px;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    /* padding: 20px; */
    box-shadow: 0px 0px 8px 3px #00000012;
    position: relative;
}

.header_imgs {
    background: url(../../src/images/wallpaper.jpg);
    height: 100px;
    overflow: hidden;
    text-align: right;
    padding: 6px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .header_imgs img {
        width: 20%;
    }


.footer-idcard {
    background: #124072;
    height: 36px;
    text-align: left;
    padding: 0px 15px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.idcard-txt {
    padding: 0px 20px;
    position: relative;
}

.footer-idcard h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0px;
}

.leftSlot {
    background: #fff;
    /*border: 1px solid #fff;*/
    margin: -68px 10px 0px 0px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    float: left;
    box-shadow: 1px 6px 11px 0px #085588;
}

.nameSlot h3 {
    font-size: 22px;
    margin: 0px;
    padding: 12px 0px 0px;
    text-transform: capitalize;
    color: #085588;
    font-family: 'Playfair Display', serif;
}

.leftSlot img {
    width: 100%;
}


ul.idcard {
    padding: 15px 0px 0px;
    list-style: none;
    margin: 0px;
}

    ul.idcard li {
        color: #000;
        margin-bottom: 10px;
    }

.rightSlot {
    position: relative;
}

ul.idcard li label {
    display: initial;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

ul.idcard li span {
    font-size: 14px;
    margin-left: 5px;
}

img.mission_bharat {
    width: 100px;
    position: absolute;
    top: 30px;
    right: 20px;
    background: #fff;
}

.back_side {
    padding: 10px 10px 0px;
}

    .back_side ul {
        list-style: none;
        margin: 0px;
    }

        .back_side ul li {
            font-size: 14px;
            margin-bottom: 10px;
            color: #000;
        }

            .back_side ul li i {
                font-size: 14px;
                color: #085588;
            }

.widget-body {
    padding: 15px 15px 35px 15px;
}

.printSlot {
    text-align: right;
    padding: 20px 25px 30px 25px;
}

input.btn1 {
    background: #74bd4e;
    width: 150px;
    height: 40px;
    border-style: none;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 30px;
}

/*================== End Id card csssssss setion ==================*/

/*================== Start Kit Inviice csssssss setion ==================*/
section.kitinvoice {
    padding: 0px 0px;
}

td.originalSlot {
    padding: 84px 10px 0px 25px;
}

section.kitinvoice tbody tr {
    font-size: 14px;
}

tr.table-header {
    background: #d6d6d6;
}


section.kitinvoice tbody tr img.logoSlot {
    padding: 32px 70px;
    width: 100%;
}

.maindiv {
    display: flex;
    justify-content: space-between;
}

    .maindiv .t {
        font-size: 12px;
    }


section.kitinvoice tbody tr img.logoSlot {
    padding: 0px !important;
    width: 90% !important;
    margin: 20px auto !important;
    display: flex;
    display: -webkit-box;
}

ul.termsSlot {
    list-style: square;
    text-align: left;
    margin: 0px;
    padding-left: 25px;
    padding-top: 15px;
}

    ul.termsSlot li {
        line-height: 25px;
        font-size: 13px;
    }

section.kitinvoice hr {
    border-top: 1px solid #ccc;
}
/*================== End Kit Inviice csssssss setion ==================*/



a.p_imgs img {
    width: 36px;
}



.d_flex {
    display: flex;
    align-items: center;
}

    .d_flex span {
        width: 50px;
        background: #edf1f5;
        height: 42px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #edf1f5;
    }

.account_sn {
    /* box-shadow: 8px 7px 0px 0px #fb844c; */
    margin-bottom: 15px;
}



.card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    position: relative;
    height: 115px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    border-left: 3px solid #0dcaf0;
    box-shadow: 0 2px 6px 0 rgb(92 92 92 / 68%), 0 2px 6px 0 rgb(0 0 0 / 33%);
    text-align: center;
}

    .card-info:hover {
        /*box-shadow: 0px 8px 0px 0 rgb(8 85 136);*/
        transform: translate(0px, -5px);
    }

.icon-left img {
    width: 38px;
    padding: 8px 0px;
}

.content-right p {
    font-size: 18px;
    color: #212121;
}

.content-right span.counter-anim.h3 {
    color: #0dcaf0;
}

a.more-info {
    font-size: 14px;
    position: absolute;
    bottom: -30px;
    left: 30px;
    transition: all 0.5s ease 0s;
    animation: glowing 1300ms infinite;
}

.card-info:hover a.more-info {
    bottom: 5px;
}

@keyframes glowing {
    0% {
        color: #085588;
    }

    50% {
        color: #2d9800;
    }

    100% {
        color: #f30600;
    }
}





.icon-left {
    width: 60px;
    height: 60px;
    background: linear-gradient( 45deg, #17ead9, #6078ea);
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    box-shadow: 0 5px 13px #ccc;
}




.cuBalance {
    transition: all 0.5s ease 0s;
    animation: glowing 1300ms infinite;
}


@keyframes glowing {
    0% {
        color: #085588;
    }

    50% {
        color: #2d9800;
    }

    100% {
        color: #f30600;
    }
}

.cuBalance {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #212121;
    height: 42px;
    font-size: 18px;
    width: 100%;
    padding: 5px 15px;
}



.seller-box {
    background: #fff;
    padding: 25px 25px;
    border-radius: 10px;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    border-left: 3px solid #0dcaf0;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
    text-align: center;
}

.seller-boxss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller-box-left i {
    font-size: 60px;
    padding: 8px 0px 8px 0px;
    color: #0dcaf0;
    text-shadow: 4px 3px 8px #ccc;
}

.seller-box-right p {
    font-size: 26px;
    color: #212121;
}

.seller-box-right span.counter-anim {
    color: #0dcaf0;
    font-size: 24px;
    margin: 4px 0px;
    display: inherit;
}

.card-info-box:before{
    content:"";
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:00%;
    background-image:url(../../content/images/shade.png);
}

.card-info-box {
    background: #152474;
    padding: 12px 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.panel-wrapper .col-lg-3.col-md-6.col-sm-12 {
    padding-left: 8px;
    padding-right: 8px;
}
.widget-stats {
    display: inline-block;
    margin: 5px 0 5px 0;
    /*margin-right: 10px;
    padding-right: 10px;*/
}

.sm-gutter [class^="col-"], .sm-gutter [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.widget-stats.transparent {
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.card-info-box .title {
    font-size: 13px;
    display: block;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.card-info-box .item-count {
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 500;
    text-align: right;
}

.card-info-box .controller {
    position: relative;
    display: inline-block;
    float: right;
}

.controller a.reload {
    color: #fff;
    font-size: 12px;
}

.tiles-title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-align: end;
}

.progress {
    width: 100%;
    height: 2px;
}

.progress-wrap {
    background: #fff;
    margin: 10px 0px 5px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    background: rgba(0, 0, 0, 0.28);
    left: 0;
    position: absolute;
    top: 0;
}

a.moreinfo {
    font-size: 13px;
    position: absolute;
    bottom: 3px;
    left: -100px;
    color: #fff;
    transition: all 0.5s ease 0s;
    animation: moreinfo 1300ms infinite;
}

.card-info-box:hover a.moreinfo {
    left: 20px;
}
/*@keyframes moreinfo {
    0% {
        color: #085588;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #219dd0;
    }
}*/



.card-weather {
    background: #e1ecff;
    background-image: linear-gradient(to left bottom, #d6eef6, #dff0fa, #e7f3fc, #eff6fe, #f6f9ff)
}

.d-flex.weakly-weather {
    display: flex;
    background: #e2e2e2;
}

.card-weather .card-body-weather {
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1557323760/weather.svg) no-repeat center;
    background-size: cover;
    padding: 44px 20px;
}

.weather-date-location h3 {
    font-size: 25px;
}

.card-weather .weakly-weather .weakly-weather-item {
    flex: 0 0 14.28%;
    border-right: 1px solid #f2f2f2;
    padding: 1rem;
    text-align: center
}

.file2::-webkit-file-upload-button {
    color: #fff;
    background: #000;
    border: none;
    padding: 0px 12px 0 10px;
    height: 42px;
    cursor: pointer;
}

.form-control.file2 {
    padding: 0px;
    outline: none;
    border-style: none;
    border: 1px solid #ccc;
}


.info-box {
    border: 1px solid #2a2c53;
    padding: 19px 15px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

    .info-box:before {
        content: '';
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 40px 40px 0;
        border-color: transparent #2a2c53 transparent transparent;
    }

    .info-box:after {
        content: '';
        position: absolute;
        top: 5px;
        right: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 0;
        border-color: transparent #fff transparent transparent;
    }

.card-info-icon i {
    display: block;
    font-size: 50px;
    color: #2a2c53;
    margin: 20px 0px 15px 0px;
    text-shadow: 4px 4px 4px #4556c357;
}

.info-box:hover .card-info-icon i {
    transform: rotate( 360deg);
    transition: all 0.3s ease;
    text-shadow: none;
}

h2.counter span.counter-anim.h3 {
    font-size: 18px;
}


.navbar_maindiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.franchiseSlot h4 {
    color: #fff;
    font-size: 16px;
}

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

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

a.orderno {
    background: none;
    display: inline-block;
    padding: 1px 20px;
    border-radius: 30px;
    box-shadow: 0px 0px 6px #ccc;
    cursor: pointer;
}

span.fa.fa-fw.field_icon {
    position: absolute;
    top: 50px;
    right: 30px;
}

/*=================================================================================================*/
.my-id-card {
    justify-content: space-between;
    display: flex;
    width: 800px;
    margin: auto;
}

.box {

  
}

.back {
    width: 100%;
    height: 234px;
    position: absolute;
    top: -50px;
    left: -0px;
    transform: rotate(-0deg);
}
.back img{
    width: 100%;
    height: 100%;
}
.box h5 {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 50px;
   font-weight: 600;
    font-size: 14px;
}

    .box span {
        font-size: 14px;
        font-weight: 400;

    }

.profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.profile-img {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
   
    border-radius: 50%
}

.left-side, .right-side {
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding-top: 12px;
}
.right-background {
    position: absolute;
    bottom: -40px;
    left: 0px;
}

.head-office h6 {
    color: red;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.head-office h5 {
    color: black;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.head-office h4 {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

    .head-office h4 a {
        color: black;
        font-size: 16px;
        font-weight: 600;
    }

.terms h2 {
    color: white;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
line-height: 30px;
}
.haut-watermark{
margin-top: 16px;
}

.terms .term-box {
    text-align: left;
    margin-bottom: 6px;
    line-height: 18px;
    color:white;
}
.address{
    padding-top:45px;
    color:white;
}
.card-footers {
    height: 60px!important;
    position:relative;
}
    .card-footers:before {
        background-image: url(../../content/images/lgo.png);
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        width: 35%;
        height: 70%;
        position: absolute;
        left: 9px;
        top: 13px;
    }

    .address h6 {
        color: white;
        text-decoration: underline;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }
.address p {
    font-size: 14px;
    line-height: 18px;
}

.card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
}

    .card-footer p {
        margin-bottom: 0px;
        color: white;
        font-weight: 600;
        font-size: 14px;
    }
.backgrounds {
    background: linear-gradient(84deg, rgba(0,105,52,1) 0%, rgba(230,127,24,1) 100%);
    height: 30px;
}

.terms {
    padding: 10px 40px 0px 40px;
    position: absolute;
    z-index: 9;
    bottom: 16px;
}

.bg {
    position: relative;
    top: -157px;
    left: -34px;
    transform: rotate(355deg);
}
.right-side {
    background-image: url(../../content/images/right-back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px 151px;
}

@media print {
    .right-side {
        background: #1c57b7;
    }
    .right-side {
        background-image: url(../../content/images/right-back.png)!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: 0px 151px!important;
    }
    .card-footers:before {
        background-image: url(../../content/images/lgo.png)!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        content: ""!important;
        width: 35%!important;
        height: 70%!important;
        position: absolute!important;
        left: 9px!important;
        top: 13px!important;
    }
    .navbar-inverse{
        display:none!important;
    }
    .card-view {
        background: none !important;
        border: none !important;
        background-color: transparent !important;
    }
    .pull-right {
        display: none !important;
    }
    .terms .term-box, .address {
        color: white !important;
    }
        .address h6 {
            color: white !important;
        }
        .address p {
            color: white !important;
        }
    .terms h2 {
        color: white !important;
    }
    .terms .term-box {
        color: white !important;
    }
    .backgrounds {
        background: linear-gradient(84deg, rgba(0, 105, 52, 1) 0%, rgba(230, 127, 24, 1) 100%) !important;
        height: 30px !important;
    }

    .card-footer {
        background-color: #359f13 !important;
    }

    .navbar-inner, #footer {
        display: none;
    }


    .img-back {
        background: #1c57b7 !important;
    }

    .terms h2 {
        color: white !important;
    }
    .terms .term-box .fa-check-square-o {
        color: white !important;
    }
    .terms .term-box span {
        color: white !important;
    }
    .terms {
        padding-top: 80px !important;
    }

    .head-office h6 {
        color: red !important;
    }

    .card-footer p {
        color: white !important;
    }

    .left-side, .right-side {
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
    }
  
    .head-office h6 {
        color: red;
        font-size: 16px;
        font-weight: 600;
    }

    #sidebar {
        display: none;
    }

    #main-content {
        margin-left: 0px !important;
    }
}
