﻿body {
    width: 100%;
    float: left;
    margin: auto;
    font-family: 'Instrument Sans', sans-serif;
    background: #F2F2F2;
}

.centered-message {
    text-align: center;
}

.logotop {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}


    .logotop img {
        max-width: 20%;
    }

.floating-form {
    width: 100%;
    float: left;
    margin: auto;
    background: #ffff;
    border: 1px solid #ccc;
    padding: 10px 0;
}

/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 0;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    font-weight: 600;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
    }

label {
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #979797;
    font-family: Instrument Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #979797;
    margin-bottom: 0;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}


.whitebg {
    position: absolute;
    left: 7%;
    right: 7%;
    background: rgba(255, 255, 255, 0.70);
    top: 13%;
    bottom: 19%;
}




.whitebgChange {
    position: absolute;
    left: 32%;
    right: 32%;
    background: rgba(255, 255, 255, 0.70);
    top: 13%;
    bottom: 11%;
}

��



button[disabled] {
    opacity: 0.2;
}

.leftimage {
}

    .leftimage .images img {
        max-width: 79%;
        border-right: 1px solid #ccc;
        position: relative;
        top: 9px;
        margin: auto;
    }

.fullwidthsform {
}

.fullwidthsform {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.leftimage .images {
    width: 100%;
    float: left;
    margin: auto;
    text-align: center;
}



.rightimage .midwhite {
    width: 28%;
    margin: auto;
    text-align: center;
    top: 39px;
    position: absolute;
    left: 50%;
    right: 0;
    margin: auto;
}

    .rightimage .midwhite .esandeshlogo {
        width: 100%;
        float: left;
        margin: auto;
    }

        .rightimage .midwhite .esandeshlogo img {
            max-width: 60%;
            margin-bottom: 30px;
        }


.changePass .midwhiteChange {
    width: 63%;
    margin: auto;
    text-align: center;
    top: 100px;
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
}


.loginhead {
    color: var(--black, #382926);
    font-family: Instrument Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    float: left;
}



.textsmall {
    color: var(--gray-3, #757575);
    text-align: center;
    font-family: Instrument Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.icons {
    width: 10%;
    float: left;
    position: relative;
    top: 0;
    border-right: 1px solid #ccc;
    padding: 2px 0;
}

.rightitems {
    width: 90%;
    float: left;
    position: relative;
}

.icons svg {
    position: relative;
    top: 2px;
}

.submitform {
    background: #22773e;
    border: none;
    width: 100%;
    padding: 15px 0;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Instrument Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.redflag {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .redflag img {
        max-width: 30%;
        float: right;
    }



.headerbg {
    background: #fff;
    padding: 7px 0;
    width: 100%;
    float: left;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

.logo {
    float: left;
    margin: auto;
    top: 5px;
}

    .logo img {
        max-width: 50%;
        margin: 10px;
    }

.login {
    color: #22773e;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
}

.searchfilter .row {
    margin: auto;
}

.heading {
    text-align: center;
    float: left;
    margin: auto;
}

.customer {
    color: var(--text, #2E2E2E);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    float: left;
    margin: auto;
    padding: 24px 0 0;
}

.profilepic {
    float: right;
    margin: auto;
    margin-right: 0;
    width: 23%;
}

    .profilepic li.nav-item {
        list-style: none;
        width: 100%;
        margin-top: 7px;
    }

        .profilepic li.nav-item img.rounded-circle {
            float: left;
            width: 40px;
            border-radius: 100%;
            border: 1px solid #ccc;
            height: 40px;
            margin-right: 10px;
        }

        .profilepic li.nav-item .smalltext {
            float: left;
            color: var(--dark-text, #707070);
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            font-size: 17px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

    .profilepic .navbar-nav {
        margin: 0;
        display: inline-block;
        padding: 0 10px;
        width: 100%;
    }

#navbar-list-4 {
    padding: 0;
    width: 100%;
    display: inline-block;
}

.smalltext em {
    color: var(--text, #2E2E2E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}


.middleboxes {
    float: left;
    width: 100%;
    margin: 40px 0 0;
}

.fullwidths {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.paddings {
    border-radius: 15px;
    background: var(--light-green, #F2FAF6);
    width: 100%;
    float: left;
    padding: 50px;
    text-align: center;
    margin-bottom: 40px;
}

.head {
    color: var(--swaraj-green, #009C4A);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 127.273% */
    width: 100%;
    float: left;
    margin: 10px 0 0;
    height: 60px;
}

.profilepic .dropdown-menu ul {
    padding: 0;
    margin: auto;
}

.profilepic a.dropdown-item {
    color: var(--text, #2E2E2E);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.profilepic .dropdown-menu ul li {
    padding: 10px 10px;
    list-style: none;
    border-bottom: 1px solid #cccc;
}

.profilepic .dropdown-menu {
    border-radius: 5px 5px 0px 0px;
    border: 1px solid var(--background, #F5F5F5);
    background: var(--white, #FFF);
    box-shadow: 0px 14px 24px -10px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

    .profilepic .dropdown-menu ul li:last-child {
        border: none;
    }

.profilepic li.nav-item .smalltext i.far.fa-angle-down {
    position: absolute;
    /*    right: 0;
*/ top: 17px;
    text-shadow: none;
    font-size: 20px;
    color: #000;
    padding-left: 12px;
}

.headerbg .container {
    width: 98%;
}

.paddings:hover {
    border-radius: 15px;
    background: var(--swaraj-green, #009C4A);
    box-shadow: 0px 30px 50px -20px rgba(0, 156, 74, 0.40);
}

    .paddings:hover svg {
        fill: #fff;
    }

    .paddings:hover .head {
        color: #fff;
    }

#sideitems {
    padding: 5px;
    width: 100%;
    float: right;
    transition: width .5s ease-in;
}

    #sideitems #navbar-list-4 {
        float: right;
        width: auto;
    }

        #sideitems #navbar-list-4 .smalltext {
            min-width: 120px;
        }

    #sideitems .customer {
        text-align: center;
    }

#sidebar {
    box-shadow: 0px -15px 110px 0px rgba(0, 0, 0, 0.08);
    float: left;
    height: 100%;
    width: 14%;
    position: fixed;
    left: 0;
    transition: width .5s ease-in;
    bottom: 0;
    background: var(--gray-2, #E8E9EB);
    padding: 0;
}

.logoimages {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0 20px;
    text-align: left;
    transition: width .5s ease-in;
}

    .logoimages img {
        max-width: 70%;
    }

.borderred {
    position: absolute;
    z-index: 1;
    width: 20%;
    overflow: hidden;
    bottom: -20px;
    left: -20px;
}

.mapviiews {
    width: 100%;
    float: left;
    margin: 30px 0;
}

    .mapviiews img {
        max-width: 100%;
    }

.smallheading {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--black, #382926);
    font-family: Instrument Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.miditemsss {
    width: 100%;
    float: left;
    margin: 0;
}

.mapviews {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 36%;
}

.miditemss {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F2F2F2;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
}

.expoprt button {
    border-radius: 10px;
    background: var(--swaraj-green, #009C4A);
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 5px;
    padding: 10px 27px;
}

    .expoprt button i.far.fa-angle-down {
        position: relative;
        right: -6px;
        top: 0;
    }

.expoprt li.nav-item.dropdown {
    list-style: none;
}

.expoprt {
    position: absolute;
    right: 0;
    top: 0;
}

.midheadaings {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
}

.expoprt .dropdown-menu ul {
    padding: 0;
    margin: auto;
}

.expoprt a.dropdown-item {
    color: var(--text, #2E2E2E);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 114.286% */
}

.expoprt .dropdown-menu ul li {
    padding: 10px 10px;
    list-style: none;
    border-bottom: 1px solid #cccc;
}

.expoprt .dropdown-menu {
    border-radius: 5px 5px 0px 0px;
    border: 1px solid var(--background, #F5F5F5);
    background: var(--white, #FFF);
    box-shadow: 0px 14px 24px -10px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    margin: 0;
    padding: 0;
    left: auto;
    right: 0;
}

    .expoprt .dropdown-menu ul li:last-child {
        border: none;
    }

.searchfilter {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

.col-sm-3.wdithauto.searchbtn {
    width: 16%;
}

.searchfilter .wdithauto {
    width: 21%;
    float: left;
    padding: 0 15px;
    padding-right: 0px;
}

.search {
    border-radius: 10px;
    background: var(--swaraj-green, #009C4A);
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 8px 18px;
}

.searchfilter .wdithauto .form-control {
    height: auto;
    padding: 7px 7px;
    border: 1px solid #ccc;
    font-size: 14px;
}



.exportbtndiv {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    text-align: right;
}

    .exportbtndiv svg {
        position: relative;
        top: 4px;
    }

    .exportbtndiv .search {
        padding: 10px 20px 13px 20px;
    }

.menuitems {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.side-menu-container {
    width: 100%;
    float: left;
    margin: auto;
}

.texts {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    float: left;
    width: 77%;
    color: var(--black, #382926);
}

.side-menu-container .nav.navbar-nav li {
    width: 100%;
    float: left;
    margin: auto;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

    .side-menu-container .nav.navbar-nav li svg {
        float: left;
        width: 15%;
        text-align: left;
        margin-right: 5px;
    }

    .side-menu-container .nav.navbar-nav li a {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        float: left;
    }

    .side-menu-container .nav > li > a:hover, .side-menu-container .nav > li > a:focus, .side-menu-container .nav.navbar-nav li.active a {
        text-decoration: none;
        background: #F2F2F2;
        border-right: 2px solid #E6534C;
    }

.panel-body ul {
    margin: 0;
    padding: 0 20px;
}

    .panel-body ul li {
        list-style: none;
        line-height: 43px;
    }

        .panel-body ul li a {
            color: #FFF;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .panel-body ul li a {
            background: none !important;
            padding: 10px 23px;
        }

#dropdown .panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.side-menu-container .nav.navbar-nav li#dropdown a {
    padding-bottom: 10px;
    padding-top: 10px;
}

    .side-menu-container .nav.navbar-nav li#dropdown a svg {
        position: relative;
        top: 4px;
    }

#dropdown-lvl1 {
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}

.fulboxes {
    padding-top: 40px;
    padding-bottom: 40px;
}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

    #tab-button li {
        display: table-cell;
        width: 20%;
    }

        #tab-button li a {
            display: block;
            padding: 11px 20px;
            background: none;
            border-bottom: 3px solid #ddd;
            text-align: center;
            color: #000;
            text-decoration: none;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            margin-right: 20px;
        }

        #tab-button li:not(:first-child) a {
            border-left: none;
        }

        #tab-button li a:hover, #tab-button .is-active a {
            border-bottom-color: var(--swaraj-green, #009C4A) !important;
            background: none;
        }

.tab-contents {
    padding: .5em 2em 1em;
    border: none;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px !important;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

li.is-active a {
    color: var(--swaraj-green, #009C4A) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#tab-button li.is-active {
    width: auto;
    display: inline-block;
    background: none !important;
}

#tab-button li {
    width: auto;
    display: inline-block;
}

.firstbox {
    padding: 0;
}

    .firstbox .wdithauto {
        width: 18%;
    }

        .firstbox .wdithauto.searchbtn {
            width: 10%;
        }

.tab-contents button.search {
    padding: 9px 26px;
    font-size: 13px;
    position: relative;
}

    .tab-contents button.search svg {
        top: 8px;
        position: absolute;
        left: 8px;
        max-width: 10%;
    }

.Save {
    color: var(--swaraj-green, #009C4A);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    float: left;
}



.tabs {
    width: 100%;
    float: left;
    margin: auto;
}

textarea.form-control.tabltext {
    width: 97% !important;
    height: 100px !important;
    border: 1px solid #ccc;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 5px;
}



.searchfilter.spacebottom .exportbtndiv {
    margin-bottom: 10px;
}


.swarjlogo {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

    .swarjlogo img {
        max-width: 70%;
    }

.lefticons .floating-form {
    padding: 10px;
}

.buttonsearch .submitform {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 40px;
}

.buttonsearch .reset {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    padding: 15px 40px;
    background: black;
    border: none;
    color: var(--white, #FFF);
    text-align: center;
    font-family: Instrument Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background: #000 !important;
    color: #fff !important;
}


body.menuToggle #sideitems {
    width: 95%;
    max-width: 100%;
}

body.menuToggle #sidebar {
    width: 5%;
    max-width: 100%;
}


    body.menuToggle #sidebar .texts {
        display: none;
    }

    body.menuToggle #sidebar svg {
        width: 100%;
    }

    body.menuToggle #sidebar .logoimages {
        padding: 0 10px;
    }

        body.menuToggle #sidebar .logoimages img {
            max-width: 100%;
        }




.middletable .tablebox {
    width: 100%;
    float: left;
    margin: 0 0 60px;
}

.middletable thead tr th {
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.middletable table.table.table-striped.table-hover {
    border-radius: 10px;
    width: 100%;
}

.middletable .table > thead > tr > th:first-child {
}

.middletable .table > thead > tr > th:last-child {
    border-top-right-radius: 10px;
}

.middletable .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    background: #000;
}

.middletable .table tbody tr td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 11px 8px;
    color: var(--secondary-black, #323232);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background: #fff;
}

    .middletable .table tbody tr td:first-child {
        border-bottom-left-radius: 10px;
        border-left: 1px solid #ccc;
    }

    .middletable .table tbody tr td:last-child {
        border-bottom-right-radius: 10px;
        border-right: 1px solid #ccc;
    }

.middletable a.edit {
    float: left;
    margin-right: 10px;
    display: inline-block;
}

    .middletable a.edit svg {
        float: left;
        margin-right: 6px;
        position: relative;
        top: 2px;
    }

.middletable th.actions {
    min-width: 130px;
    max-width: 130px;
}

.middletable .table tbody tr td.editbox {
    background: #fff;
}

.middletable table tr th:first-child {
    z-index: 11;
    border-top-left-radius: 10px;
}

.middletable table tr th {
    position: sticky;
    top: 0;
    z-index: 9;
}

    .middletable table tr th:last-child, .middletable table td:last-child {
        width: 100px;
        right: -1px;
        z-index: 10;
    }

.middletable .table-responsive {
    width: 100%;
    height: auto;
    overflow: auto;
}

.middletable table tr th:last-child {
    z-index: 999;
}


.middletable table.table.table-striped.table-hover tr:nth-child(2) th {
    border-radius: 0;
    border-right: 1px solid #ccc;
    text-align: center;
    min-width: 143px;
    max-width: 140px;
}

    .middletable table.table.table-striped.table-hover tr:nth-child(2) th:first-child {
        border-left: 1px solid #cccc;
    }

.middletable table.table.table-striped.table-hover tr th.col {
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #cccc;
    border-left: 1px solid#ccc;
}

.middletable .table tbody tr td .form-control.option {
    font-size: 12px;
    padding: 0 3px;
}

.middletable table.table.table-striped.table-hover tr:nth-child(2) th:last-child {
    position: inherit;
}

.searchfilter.spacebottom {
    margin: 0;
}

.pagination {
    width: 100%;
    float: left;
    margin: 0;
}

    .pagination .records {
        float: left;
        width: auto;
        display: inline-block;
        margin: auto;
        position: relative;
        top: 0px;
    }

        .pagination .records span {
            color: var(--black, #382926);
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            width: auto;
            display: inline-block;
            margin: 8px 5px 0 0;
            float: left;
        }

        .pagination .records .form-control.option {
            float: left;
            margin: auto;
            width: 60px;
            height: auto;
            padding: 7px 8px;
            color: var(--black, #382926);
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            margin-right: 7px;
            line-height: normal;
            text-transform: capitalize;
        }

.paginationnumber {
    float: right;
    width: auto;
}

li.page-item.active a {
    border-radius: 5px;
    background: var(--primary-1, #22773e);
    border: 1px solid var(--primary-1, #22773e);
}

li.page-item a {
    color: var(--black, #382926);
    font-family: Instrument Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    background: none;
    border: none;
    padding: 7px 15px !important;
    height: 36px;
    float: left;
    margin-right: 6px;
    line-height: 23px;
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    border-radius: 5px;
    background-color: #22773e;
    border-color: #22773e;
}



.middletable .table tbody tr td.discription svg {
    width: auto;
    margin: auto;
    float: left;
}

.middletable .table tbody tr td.discription .textsmall {
    width: 82%;
    text-align: left;
    float: left;
    margin-left: 10px;
    position: relative;
    top: 8px;
    margin-bottom: 0;
    color: var(--secondary-black, #323232);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.middletable .table tbody tr td .form-control {
    width: 170px;
    color: var(--secondary-black, #323232);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.textcolor {
    color: var(--black, #382926);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    float: left;
    margin: auto;
}

.boxesone.orange {
    background: var(--primary-1, #22773e);
    width: 100%;
    padding: 25px;
    border-top-right-radius: 20px;
    float: left;
    display: inline-block;
}

.happy {
    color: #FFF;
    font-family: Instrument Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
    width: 100%;
}

ul.list {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0;
}

    ul.list li {
        list-style: none;
        color: #FFF;
        font-family: Instrument Sans;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        float: left;
        width: 100%;
    }

        ul.list li svg {
            float: left;
            width: 10%;
            display: inline-block;
            position: relative;
            top: 4px;
            text-align: left;
        }

        ul.list li
        span {
            width: 90%;
            float: left;
        }

.boxesone.orange.white {
    background: var(--primary-2, #EB996E);
    border-radius: 0;
}

.boxesone.orange.bottom {
    background: var(--black, #382926);
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
}

.miditems {
}

    .miditems .logo img {
        max-width: 40%;
        position: relative;
        top: 0px;
    }

.formbg {
    width: 50%;
    margin: auto;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
    margin-bottom: 50px;
}

    .formbg .smallheading {
        text-align: center;
        font-size: 28px;
    }

    .formbg .formwidths {
        width: 100%;
        display: inline-block !important;
        margin: 40px 0;
    }

        .formbg .formwidths .col-sm-3.lefticons {
            width: 100%;
        }

        .formbg .formwidths .col-sm-3.buttonsearch {
            width: 100%;
            text-align: center;
        }

        .formbg .formwidths .col-sm-3.lefticons .labelhead {
            width: 40%;
            float: left;
            font-weight: 600;
            color: #000;
            font-size: 17px;
            position: relative;
            left: 0;
            top: 0;
        }

        .formbg .formwidths .col-sm-3.lefticons .floating-form {
            width: 60%;
            float: right;
        }

            .formbg .formwidths .col-sm-3.lefticons .floating-form .icons {
                width: 8%;
            }

            .formbg .formwidths .col-sm-3.lefticons .floating-form .rightitems {
                width: 88%;
                float: right;
            }

    .formbg form.formwidths {
        margin-bottom: 0;
    }

.details-btn {
    background: #000;
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 5px;
    color: #fff;
}

.details-button {
    background: #000;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #000;
}


.backbtn {
    position: absolute;
    right: 0;
    background: #000;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.backbtnsave {
    position: relative;
    margin-top: 7px;
    background: #000;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.fullwidthsform label.heading {
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    left: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.formheading {
    float: left;
    width: 100%;
    margin: 0 0;
    font-size: 15px;
    border: none;
    outline: none;
}

.searchfilter {
}

button.backbtn.right {
    right: 110px;
    background: green;
    border: 2px solid green;
}

.pull-right.buttonid {
}

    .pull-right.buttonid .backbtn {
        position: relative;
        right: 0;
    }

.pull-right.buttonid {
    position: absolute;
    right: 0;
    top: 0;
}

@media only screen and (min-width:1000px) and (max-width:1200px) {
    #table.news .ant-table-container .ant-table-body {
        max-height: 380px !important;
    }
}




.footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #1c1c1c;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(28, 28, 28);
    text-align: center;
    position: absolute;
    bottom: 0;
}




















.header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    box-shadow: 0 0 9px rgba(0,0,0,0.21);
    background: #fff;
    min-height: 98px;
}

.login-header {
    padding: 10px 0 !important;
}

.backbtn1 {
    position: absolute;
    right: 0;
    background: none;
    padding: 7px 27px;
    border-radius: 5px;
    font-size: 24px;
    color: black;
}

.footerclass {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    background: #000;
    bottom: 0;
    color: #fff;
    text-align: center;
}

    .footerclass p {
        margin: auto;
        font-size: 13px;
        padding: 14px 0;
    }

footer.footerclass.inner {
    /* float: left; */

    margin-top: 10px;
}

.profilepic .navbar-nav .nav-item.dropdown {
    width: auto;
    display: inline-block;
}

.profilepic .navbar-nav .logout {
    list-style: none;
    float: right;
    position: relative;
    top: 17px;
}

.profilepic .navbar-nav .nav-item.dropdown a#navbarDropdownMenuLink:after {
    display: none;
}

.profilepic .navbar-nav .logout a.dropdown-item {
    width: auto;
    display: inline-block;
    margin-right: 0;
    text-decoration: none;
    padding: 11px 28px;
    background: #22773e;
    border-radius: 5px;
    color: #fff;
}

footer.footerclass.inner {
    bottom: 0;
    position: fixed;
}

.formbg .formwidths .col-sm-3.lefticons .floating-form .rightitems .text-danger {
    position: absolute;
    bottom: -31px;
    left: -16%;
}

.formbg .fullwidthsform {
    margin-bottom: 30px;
}








.searchfilter .formwidths .col-sm-2.lefticons {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.searchfilter .formwidths .col-sm-4.buttonsearch {
    display: inline-block;
    width: auto;
    float: left;
}
loader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* Ensure it's above other content */
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    margin: auto;
    display: none; /* Initially hidden */
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 9998; /* Ensure it's below the loader */
    display: none; /* Initially hidden */
    backdrop-filter: blur(5px); /* Apply blur effect to the background */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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



