
body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #333;
    background: #fff;
    text-decoration: none;
    width: 100%;
    font-family: Open Sans Regular;
    font-weight: 400;
}

.mainbg {
    background: url(../assets/home-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /*  background: url(https://themewagon.github.io/chain/assets/images/slider-left-dec.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100vh;*/
}

main.pb-3 {
    padding: 0 !important;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hidden {
    display: none;
}

img {
    max-width: 100%;
}

.logo {
    position: absolute;
    left: 20px;
    right: 0;
    top: 20px;
}

    .logo img {
        max-width: 10%;
    }


.logo {
    position: absolute;
    left: 20px;
    right: 0;
    top: 20px;
}

    .logo img {
        max-width: 10%;
    }

.belowimages {
    position: relative;
    width: 100%;
    margin: auto;
}

    .belowimages img {
        position: absolute;
        max-width: 86%;
        top: 40px;
    }

.col-sm-6.Loginleft {
    height: 100vh;
    position: relative;
}

.login-container {
    background: #fff;
    padding: 30px;
    max-width: 400px;
    margin: auto;
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.login-card h3 {
    font-family: 'Winky Sans';
    font-size: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 20px;
}


.login-card button.btn {
    background: linear-gradient(90deg, #2F80ED 0%, #c738d8 100%);
    font-size: 20px;
    height: auto;
    padding: 9px 0;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Winky Sans", sans-serif;
    border: none;
    font-size: 20px;
}


mat-card.login-card .fullwidths {
    margin-bottom: 25px;
    width: 100%;
    float: left;
    position: relative;
}

mat-card.login-card {
    width: 100%;
    float: left;
    margin: auto;
}

    mat-card.login-card .fullwidths label.label {
        font-size: 14px;
        font-weight: 600;
        color: #222;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    mat-card.login-card .fullwidths .form-control {
        border: 1px solid #ccc;
        padding: 8px 10px;
        margin: 0 0 0;
        font-family: 'Poppins';
        font-weight: 500;
        box-shadow: none;
        box-sizing: border-box;
        font-size: 13px;
        background: #fff !important;
    }

    mat-card.login-card .fullwidths .text-danger.field-validation-valid {
        position: absolute;
        bottom: 0;
    }

.field-validation-error {
    position: absolute;
    bottom: -24px;
    font-weight: 600;
    font-size: 12px;
    left: 0;
}

.form-title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    color: #888;
    font-size: 15px;
    margin-top: -10px;
}

a.resend {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Winky Sans", sans-serif;
    border: none;
    font-size: 16px;
    float: right;
    color: #c738d8;
    text-decoration: underline;
    margin-top: -19px;
}

.capchaboxfull {
    width: 100%;
    float: left;
    margin: auto;
}

.capchabox {
    width: 30%;
    float: left;
    border: 1px solid #ccc;
    background: #cccc;
    padding: 0;
    border-radius: 5px;
    height: 40px;
}

.refreshicon {
    width: 10%;
    float: left;
    text-align: center;
    position: relative;
}

    .refreshicon a {
        color: red;
        position: absolute;
        left: 0;
        right: 0;
        top: 4px;
        font-size: 18px;
    }

.capchaboxs {
    width: 60%;
    float: right;
}

.capchabox img {
    max-width: 90%;
}

.capchaboxs input#Login_CaptchaAnswer {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 10px;
    height: 40px;
}



#sidemenu {
    width: 18%;
    position: fixed;
    background: #2F80ED;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
}

    #sidemenu .mainlogo {
        padding: 20px 15px;
        position: relative;
    }

        #sidemenu .mainlogo a.mainvctor img {
            max-width: 60%;
        }

#arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 23px;
    color: #fff;
}

    #arrow .right {
        display: none;
    }

.miditems {
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .miditems ul.menu {
        padding: 0;
        margin: 0;
    }

        .miditems ul.menu li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 7px 10px;
        }

            .miditems ul.menu li a {
                padding: 13px 8px;
                float: left;
                color: #fff;
                width: 100%;
            }

            .miditems ul.menu li i.menuicons {
                width: 24px;
                float: left;
                margin: 0 6px 0 0;
                text-align: center;
                transition: width .5s ease-in;
            }

            .miditems ul.menu li span.textmenu {
                font-size: 14px;
                width: 85%;
                float: left;
                text-align: left;
                font-weight: 600;
                position: relative;
                top: 3px;
            }

li.active a {
    background: #000;
    border-radius: 10px;
}

#rightitems {
    width: 82%;
    float: right;
    padding: 0;
    transition: width .5s ease-in;
}

.headerbg {
    padding: 15px 15px;
    background: #fff;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    border-bottom: 1px solid #D2D2D2;
    position: sticky;
    z-index: 999;
    top: 0;
}

.maintexts {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    float: left;
}

    .maintexts em {
        font-weight: bold;
        font-style: normal;
    }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-sm-3.rightdrop button#dropdownMenuButton1 {
    background: no-repeat;
    border: none;
    padding: 0;
    width: auto;
    float: right;
}

    .col-sm-3.rightdrop button#dropdownMenuButton1::after {
        display: none;
    }

    .col-sm-3.rightdrop button#dropdownMenuButton1 i.fas.fa-chevron-down {
        color: #888;
        font-size: 15px;
        position: absolute;
        right: 0px;
        top: 12px;
    }

    .col-sm-3.rightdrop button#dropdownMenuButton1 img {
        max-width: 80%;
        margin-right: 0px;
    }

.col-sm-3.rightdrop .dropdown {
    padding-right: 20px;
    display: n;
}

.col-sm-9.maintexts {
    position: relative;
    top: 0px;
    padding: 0;
    font-family: "Winky Sans", sans-serif;
    font-size: 16px;
}

.dropdown-item.active, .dropdown-item:active {
    background: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
}

.col-sm-3.rightdrop .dropdown ul.dropdown-menu.show {
    margin: 0;
    padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: no-repeat;
}

.col-sm-3.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item {
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

    .col-sm-3.rightdrop .dropdown ul.dropdown-menu.show a.dropdown-item:hover {
        background: #000 !important;
        color: #fff;
    }

.sectionmiddle {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

.addhead {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    font-family: "Winky Sans", sans-serif;
    margin-bottom: 15px;
}

.whitebgfilter {
    background: #fff;
    float: left;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.filterdiv {
    width: 100%;
    float: left;
    margin: auto;
}

    .filterdiv .filterbox {
        width: 20%;
        padding: 0 6px;
    }

.labelhead {
    color: #272727;
    font-size: 14px;
    float: left;
    margin: 0 0 7px;
    font-weight: 600;
}

.dataform {
    float: left;
    margin: auto;
    width: 100%;
}

    .dataform .form-control {
        padding: 10px;
        height: auto;
        font-size: 13px;
        box-shadow: none !important;
        color: #272727;
        font-weight: 600;
    }

button.search {
    background: linear-gradient(90deg, #2F80ED 0%, #c738d8 100%);
    border: none;
    padding: 9px;
    min-width: 86px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    font-family: "Winky Sans", sans-serif;
    border-radius: 5px;
}

.filterbutton {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
    top: 26px;
}

.search.cancelbtn {
    background: #F0F1F7;
    color: #272727;
    margin-right: 0;
}

body {
    background: #F5F5F5;
    width: 100%;
    float: left;
    margin: auto;
}

.dt-buttons {
    float: right;
}

.dt-search {
    float: left;
}

.dt-buttons button.dt-button.buttons-excel {
    background: #232323;
    border: none;
    padding: 9px;
    min-width: 86px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.dt-search label {
    font-weight: 600;
    font-size: 14px;
}

.dt-search input {
    border-radius: 5px !important;
    padding: 8px 10px !important;
    box-sizing: border-box;
    font-size: 14px;
    outline: none;
}

thead th {
    background: #F0F1F7 !important;
    /* color: #fff !important; */
    font-size: 14px;
    font-weight: 600 !important;
}

.table tbody tr {
    background: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fff;
}

.table-striped > tbody > tr td {
    font-size: 12px;
}

thead th {
    background: #F0F1F7 !important;
    /* color: #fff !important; */
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600 !important;
}

.table tbody tr {
    background: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fff;
}

.table-striped > tbody > tr td {
    font-size: 12px;
    font-family: 'Poppins';
}

div#variantTable_info {
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    width: auto;
    float: left;
    margin-top: 20px;
}

.dt-paging {
    float: right;
    width: auto;
    margin-top: 12px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: #2F80ED;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Poppins';
    border: none;
    font-size: 13px;
}

div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    background: #cccc;
    border-radius: 5px;
    color: #000 !important;
    border: none;
    font-family: 'Poppins';
    font-size: 13px;
}

div.dt-container .dt-paging .dt-paging-button {
    background: #888;
    border-radius: 5px;
    color: #fff !important;
    border: none;
    font-size: 13px;
    font-family: 'Poppins';
}

table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover, table.dataTable thead > tr > td.dt-orderable-asc:hover, table.dataTable thead > tr > td.dt-orderable-desc:hover {
    outline: none;
    outline-offset: 0;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
    border: none;
}

.dt-scroll {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
}



body.menuToggle #sidemenu {
    width: 5%;
    max-width: 100%;
}

body.menuToggle #rightitems {
    width: 95%;
    max-width: 100%;
}

body.menuToggle .miditems ul.menu li .textmenu {
    display: none;
}


body.menuToggle .miditems ul.menu li i.menuicons {
    margin: 0 !important;
    width: 100%;
}

    body.menuToggle .miditems ul.menu li i.menuicons img {
        max-width: 70%;
    }


.col-sm-4.filterbox.filterdiv {
    width: auto;
}


.dataform .select2.select2-container.select2-container--default {
    padding: 00;
}

.dataform span.select2-selection.select2-selection--single {
    padding: 4px 4px !important;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

button.search.cancelbtn.upload {
    background: #333;
    color: #fff;
    margin-left: 10px;
}

.dt-length {
    display: inline-block;
    float: right;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    width: auto;
    margin-top: 6px;
}

.topheader {
    position: relative;
    width: 100%;
    float: left;
    margin: auto;
}

    .topheader button.search {
        float: right;
    }

#uploadModal h5#excelModalLabel {
    font-size: 15px;
    font-weight: 600;
}

#uploadModal .alert.alert-info {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: red;
}

form#uploadForm {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

    form#uploadForm label.form-label {
        font-size: 14px;
        font-weight: 600;
        float: left;
        width: 100%;
        margin: 0 0 10px;
    }

button.btn.btn-primary.w-100 {
    background: linear-gradient(90deg, #2F80ED 0%, #c738d8 100%);
    border: none;
    padding: 9px;
    min-width: 86px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    width: auto !important;
    display: inline-block;
}

a.btn.btn-success.w-100 {
    width: auto !important;
    background: #000;
    border-color: #000 !important;
}

form#uploadForm .text-center {
    width: 100%;
    float: left;
    margin: 10px 0;
}

#uploadForm span#fileValidationSpan {
    position: absolute;
    font-weight: bold;
}

#uploadModal .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
