/*--------------------- Copyright (c) 2021 ----------------------- [Master Stylesheet] Project: Dash StoreVersion: 1.0.0 Author: -------------------------------------------------------------------*/
/*--- Common CSS ----*/


body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: var(--main-txt-color);
    background: var(--main-white);
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
button,
button:hover {
    color: var(--main-black2);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: var(--main-color);
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button,
button:focus,
button:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

ul,
p {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 1.2;
    color: var(--main-black2);
}

iframe {
    width: 100%;
    border: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #cfecff;
}

::-webkit-scrollbar-thumb {
    background: #11a1fd;
    border-radius: 8px;
}

.ad-btn {
    min-width: 170px;
    padding: 0 15px;
    height: 50px;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: var(--main-white);
    background: var(--main-color);
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 5px;
}

.ad-btn:hover,
.ad-btn:focus {
    color: var(--main-white);
    background: var(--main-color);
}

.ad-color {
    color: var(--main-color);
}

.mb-30 {
    margin-bottom: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.relative {
    position: relative;
}

/*--- auth CSS ----*/
.ad-auth-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 15px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-auth-wrapper:before {
    background: var(--bg-white1);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.ad-auth-box {
    max-width: 1050px;
    width: 100%;
    text-align: left;
    background: var(--main-white);
    vertical-align: middle;
    justify-content: center;
    border-radius: 20px;
    position: relative;
}

.ad-auth-content {
    padding: 30px 66px 30px 50px;
    max-width: 100%;
}

.ad-auth-content-1 {
    padding: 46px 50px 107px 50px;
    max-width: 100%;
}

.ad-auth-content-2 {
    padding: 90px 50px 90px 50px;
    max-width: 100%;
}

.mb-6 {
    margin-bottom: 2.5rem;
}

.ad-auth-img {
    padding: 0 35px;
}


.main-img {
    background-color: #2E4F3E;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 40%);
}

.main-sec-img {
    border-radius: 0px 18px 18px 0px;
    background-color: var(--bg-white2);
}

.auth-main-125 {
    text-align: center;
    margin-bottom: 20px;
}

.auth-main-125 h3 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 16px;
}

.auth-main-125 p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.ad-auth-logo {
    margin-bottom: 5px;
    display: inline-block;
}

.ad-auth-content img {
    max-width: 80px;
}

.ad-auth-content h2 {
    font-size: 30px;
    color: var(--main-title-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.ad-auth-form {
    margin-top: 15px;
}

.ad-auth-feilds input {
    width: 100%;
    height: 40px;
    border: 1px solid var(--main-border-color);
    color: var(--main-title-color);
    border-radius: 5px;
    padding: 0 20px 0 8px;
    margin-bottom: 0;
}

.select-main-24r {
    width: 47px !important;
    height: 34px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.ad-auth-feilds input::-webkit-input-placeholder {
    color: var(--main-txt-color);
    opacity: .6;
}

.ad-auth-feilds input:-ms-input-placeholder {
    color: var(--main-txt-color);
    opacity: .6;
}

.ad-auth-feilds input::placeholder {
    color: var(--main-txt-color);
    opacity: .6;
}

.ad-auth-feilds input:focus {
    border-color: var(--main-color);
}

.ad-auth-feilds input:focus~.ad-auth-icon svg path {
    fill: var(--main-color);
}

.ad-auth-feilds input,
.ad-auth-feilds input:focus,
.ad-auth-feilds input:focus~.ad-auth-icon svg path,
.ad-auth-feilds input~.ad-auth-icon svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ad-auth-feilds {
    position: relative;
}

.ad-auth-feilds .ad-auth-icon {
    position: absolute;
    top: 0;
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-auth-icon svg {
    height: 20px;
    width: 20px;
}

.ad-checkbox input {
    display: none
}

.ad-checkbox span {
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.ad-checkbox span:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--main-border-color);
    border-radius: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.ad-checkbox span:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-left: 3px solid var(--main-off-white);
    border-bottom: 3px solid var(--main-off-white);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.ad-checkbox input:checked~span:after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ad-checkbox input:checked~span:before {
    background-color: var(--main-color);
    border: 1px solid transparent
}

.ad-checkbox input:checked~span {
    color: var(--main-color);
}

.ad-forgot-link {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px
}

.ad-other-feilds {
    margin: 37px 0 0px;
    display: flex;
    justify-content: space-between;
}

.ad-auth-btn {
    margin-bottom: 16px;
    margin-top: 17px;
}

.ad-register-text a {
    color: var(--main-color);
    font-weight: 700;
}

.ad-notifications.ad-error {
    border-top: 5px solid var(--error);
}

.ad-notifications {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: var(--main-white);
    padding: 15px 20px 15px 90px;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.ad-notifications p {
    font-size: 16px;
    margin: 0 0 0 10px;
    font-weight: 700;
}

.ad-notifications p span {
    display: block;
    margin-bottom: 4px;
}

.ad-notifications.ad-error p span {
    color: var(--error);
}

.ad-notifications.ad-success {
    border-top: 5px solid var(--success);
}

.ad-notifications.ad-success p span {
    color: var(--success);
}

.ad-notifications:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 52px;
    left: 20px;
    top: 60%;
    transform: translateY(-50%);
}

.ad-notifications.ad-success:before {
    background-image: url(../images/happy-striker.png);
    height: 45px;
}

.ad-notifications.ad-error:before {
    background-image: url(../images/sad.png);
}

.select-main-1 {
    width: 100%;
    margin: 0em;
    padding: 0.65em 1em;
    font-size: 1em;
    background-color: #FFFFFF;
    border: 1px solid #2E4F3E;
    outline: none;
    color: #739fa7;
    font-weight: 400;
}

.table-td-class {
    color: #000;
    padding: 8px 20px !important;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.table-th-class {
    color: #000 !important;
    padding: 0px 15px 14px !important;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}


.table-img15 {
    width: 20px;
    height: 20px;
    object-fit: fill;
    margin-right: 7px;
}

.table-main-2 {
    position: absolute !important;
    top: 42px !important;
    right: 285px !important;
    z-index: 99;
}

.table-main-2 .select2-container--open .select2-dropdown--above {
    top: 200px;
    box-shadow: 0px 0px 25px #000000b0;
}

/* .main-tr-152r {
    background: #fff;
} */

.table-th-class-1 {
    font-size: 13px;
}

.table td {
    padding: 8px 15px;
    border-color: #2E4F3E;
}

.dataTables_length {
    margin-left: 0px;
}

.dataTables_wrapper .dataTables_info {
    margin-top: 4px;
    margin-left: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 15px !important;
    padding-top: 17px !important;
}

.select-marqu-1 .select2-container {
    width: 130px !important;
}

.mar-q-152 {
    padding: 0px 15px;
}

/*---- responsive css ------*/
@media(max-width:1200px) {
    .ad-auth-wrapper {
        padding: 60px 30px;
    }
}

@media(max-width:991px) {
    .ad-auth-box {
        max-width: 600px;
        width: 100%;
        border-radius: 15px;
    }

    .ad-auth-img {
        padding: 30px;
    }

    .ad-auth-content {
        padding: 0px 30px 22px;
        max-width: 100%;
    }
}

@media(max-width:576px) {
    .main-sec-img {
        border-radius: 18px;
    }

    .ad-auth-content-1 {
        padding: 6px 20px 6px 20px;
        max-width: 100%;
    }

    .ad-auth-content-2 {
        padding: 6px 20px 6px 20px;
        max-width: 100%;
    }

    .ad-auth-content {
        padding: 6px 20px 6px 20px;
        max-width: 100%;
    }



}

@media(max-width:576px) {
    .ad-auth-content h2 {
        font-size: 26px;
    }

    .ad-auth-content {
        padding: 15px;
    }

    .ad-auth-wrapper {
        padding: 15px;
    }
}

@media(max-width:768px) {
    .chart-box {
        height: auto !important;
        margin-bottom: 30px;
    }


    .mobile-buto {
        margin-top: 20px !important;
        display: flex;
        justify-content: end;
    }

    .card-body {
        padding: 5px !important;
    }

    .table-mobile {
        width: 100%;
        overflow-x: scroll;
    }

    .mar-152r {
        margin-bottom: 25px;
    }
}