
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000
}
.text-primary{
    color:var(--primary-color) !important;
}
.text-color{
    color:var(--text-color) !important;
}
.menu-color{
    color:var(--menu-color) !important;
}
.text-dark{
    color:#000 !important;
}
.text-light{
    color:#B8B8B8 !important;
}
.fw-1{
    font-weight:100 !important;
}
.fw-2{
    font-weight:200 !important;
}
.fw-3{
    font-weight:300 !important;
}
.fw-4{
    font-weight:400 !important;
}
.fw-5{
    font-weight:500 !important;
}
.fw-6{
    font-weight:600 !important;
}
.fw-7{
    font-weight:700 !important;
}
.fw-8{
    font-weight:800 !important;
}
.fw-9{
    font-weight:900 !important;
}
.f-14{
    font-size:14px !important;
}
.f-15{
    font-size:15px !important;
}
.f-16{
    font-size:16px !important;
}
.f-17{
    font-size:17px !important;
}
.f-18{
    font-size:18px !important;
}
.f-20{
    font-size:20px !important;
}
.f-22{
    font-size:22px !important;
}
.f-24{
    font-size:24px !important;
}

/*===============Loader=============*/
.loader {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}
.loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
    background: var(--primary-color);
  animation: c 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes c {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*===============/Loader=============*/


.sidebar-wrapper::-webkit-scrollbar {
  width: 5px;
}
.sidebar-wrapper::-webkit-scrollbar-thumb {
      background: #ccc;
    border-radius: 4px;
}
.sidebar-wrapper .sidebar-header {
    border-bottom: 1px solid rgba(0,0,0,0.12);;
}
.sidebar-wrapper .sidebar-header .logo a{
    display: block;
    padding: 15px 25px;
}
.user-details{
    margin-top:20px;
}
.user-details .user-pic{
    width:84px;
        height: 84px;
    border-radius: 50%;
}
.user-details .profile-cver{
    position: absolute;
    left: 50%;
    translate: -50% -8px;
    width:100px;
}

.user-details h5 {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 2px;
    font-weight: 600;
}
.user-details h6{
    font-weight: 500;
    font-size:15px;
    color:#797979;
}
.sidebar-wrapper .menu {
    font-weight: 500;
    margin-top: 2rem;
    padding: 0 0.9rem;
}

.sidebar-wrapper .menu .sidebar-link {
    color: var(--menu-color);
    font-size: 15px;
    padding: 0.8rem 0.7rem 0.8rem 1rem;
}
.sidebar-wrapper .menu .submenu.show{
    display:block;
}
.btn{
        padding: 10px 20px;
    border-radius:6px;
}
.btn-primary{
    background:var(--primary-color) !important;
    border-color:var(--primary-color) !important;
    color:#fff !important;
}
.btn-outline-primary,
.btn-outline-primary:hover{
     border-color:var(--primary-color) !important;
     color:var(--primary-color) !important;
     background:transparent !important;
}
.btn-outline-secondary {
    color: #12B347 !important;
    border-color: #12B347 !important;
}
.btn-outline-secondary:hover{
    background: #12B347 !important;
    border-color: #12B347 !important;
    color:#fff !important;
}
.btn-outline-secondary:hover .refresh path{
    stroke:#fff !important;
}
.btn svg {
    height: 28px;
    width: 22px;
}
.nav-bar{
        margin-left: 300px;
    border-bottom: 1px solid rgba(0,0,0,0.12);;
    padding:10px;
        height: 80px !important;
        display: flex;
    align-items: center;
    justify-content:space-between;
}
.nav-bar .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.nav-bar .menu ul a.nav-link {
    color: #848484;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
}

.nav-bar .upgrade h6 {
    background: -webkit-linear-gradient(#fff, var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        margin: 0;
    margin-right: 32px;
    font-size: 16px;
    font-weight: 600;
}
.nav-bar .upgrade {
    position:relative;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}
.nav-bar .upgrade img{
    position: absolute;
    right: -46px;
    width: 126px;
}
.dashboard-wlcm h1{
    font-size:34px;
    color:#1B1B1B;
    font-weight:700;
}
.dashboard-wlcm p{
    color:#B0B0B0;
    font-size:18px;
}
.dash-upgrade {
    /*background: linear-gradient(to top, #010523ce, #000a3b);*/
    background:#000;
    border-radius: 12px;
        padding: 28px 25px;
    position: relative;
    overflow: hidden;
        margin-top: -76px;
}
.first_ball {
    position: absolute;
    right: -65px;
    top: -50px;
    animation-name: big_ball;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.second_ball {
    position: absolute;
    right: -100px;
    bottom: -20px;
    animation-name: blue_ball;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.third_ball {
    position: absolute;
    right: 120px;
    bottom: 20px;
    animation-name: small_ball;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blue_ball {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-100px);
        background: #fb2e2e;
    }

    75% {
        /* transform: translateY(50px); */
    }
    100% {
        /* transform: translateY(0px); */
    }
}

@keyframes small_ball {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-35px, 55px);
    }

    75% {
        /* transform: translateY(150px); */
    }
    100% {
        /* transform: translateY(0px); */
    }
}

@keyframes big_ball {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-30px, 70px);
    }

    75% {
        /* transform: translateY(150px); */
    }
    100% {
        /* transform: translateY(0px); */
    }
}
.dash-upgrade h5{
     /* background: -webkit-linear-gradient(#fff, var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    position:relative;
    color:#111;
    
}

.dash-upgrade p{
    color:#fff;
    font-weight:300;
    font-size:15px;
    position:relative;
}
.circle1 {
    background: #FFCFA1;
    height: 140px;
    width: 140px;
    position: absolute;
    border-radius: 50%;
    right: -22px;
    top: -38px;
}
.circle2 {
   background: #2F54E9;
    height: 140px;
    width: 140px;
    position: absolute;
    border-radius: 50%;
    right: -49px;
    bottom: -32px;
}
.circle3{
        background: #D1D9FF;
    height: 80px;
    width: 80px;
    position: absolute;
    border-radius: 50%;
    right: 50px;
    bottom: -41px;
    
}
.title {
    font-size: 16px;
    color: #848484;
    font-weight: 600;
    text-transform: uppercase;
}
.form-select {
    color: #5A5A5A;
    font-size: 14px;
    border-radius: 6px;
    border: 0px;
    padding: 10px 16px;
    font-weight: 500;
    
}
.card{
        margin-bottom: 1rem;
}
.dataTable-table td, .dataTable-table thead th, .table td, .table thead th {
    vertical-align: middle;
    padding: 16px 16px !Important;
    font-size: 16px;
}
.dataTable-table thead th, .table thead th{
     background: #EBEBF4;
     color:var(--text-color);
     font-weight:400 !important;
}
.dataTable-table td, .table td{
    font-weight:500;
    color:var(--text-color);
}
.action-btn{
    color:var(--secondary-color) !important;
}

table th:first-child{
  border-top-left-radius:12px;
}

table th:last-child{
  border-top-right-radius:12px;
}
.main-heading{
    font-weight:600;
    color:#000;
    font-size:24px;
}
.sub-heading{
        color: #b0b0b0;
    font-size: 14px;
    font-weight:400;
}
#main {
    margin-left: 300px;
    padding: 2rem 3.2rem 2rem 3.2rem;
}
.lg-searchbar{
    border: 0px !important;
    height: 65px !important;
    border-radius: 12px !important;
    padding: 18px 25px !important;
}
.lg-searchbar-btn {
    height: 65px;
    border-radius: 8px;
    width: 100%;
}
.clr-pickr-bg{
    background: #EBEDEF;
    border-radius: 6px;
    padding: 10px 20px;
        display: flex;
    align-items: center;
}
.clr-pickr-bg [type='color'] {
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 0px;
}
.language-drpdn,
.language-drpdn:hover,
.language-drpdn.show:focus{
    background: #fff;
    padding: 6px 15px;
    color: #909090;
    font-size: 15px;
    border-radius:12px;
    border:1px solid #fff;
}
.dropdown-menu {
    box-shadow: 0 5px 30px rgb(0 0 0 / 11%);
    border-radius: 12px;
    overflow-y:scroll;
    height:600%;
}
.form-control {
    border: 1px solid #D9D9D9;
    padding: 10px 15px;
    height: 65px;
    border-radius: 10px;
    color: #5A5A5A;
        font-size: 15px;
    font-weight: 400;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: unset;
}
.icon-group{
    position:relative;
    width:380px;
    margin:auto;
}
.icon-group img{
        position: absolute;
    top: 50%;
    left: 20px;
    translate: 0% -50%;
    width: 24px;
}
.icon-group .form-control {
    height: 55px;
    padding: 10px 15px 10px 50px;
}
.form-check-input {
    background-color: #e6e6e6;
}
.form-check-input:checked[type=radio] {
    background-image: url('../images/icon/Tick.png');
}
.form-check-input:checked {
    background-color: #12b347;
    border-color: #12b347;
}
label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
}
.btn-prev{
    font-size: 18px;
    font-weight: 400;
    padding: 15px 24px;
    border-color:transparent !important;
    color:#D9D9D9;
}
.btn-next {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 24px;
}
.form-check-input[type=checkbox] {
    border-radius: 0.3em;
    background: #fff;
    height: 23px;
    width: 23px;
    border: 3px solid #D9D9D9;
    border-radius: 8px;
}
.form-check-input[type=checkbox]:checked{
    border-color:var(--primary-color);
    background:transparent;
    background-image: url('../images/icon/tick-blue.png');
        background-position: center;
    background-repeat: no-repeat;
}
.fix-card {
    height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #e8ebff;
    border: 1px solid #D9D9D9;
    color: var(--primary-color);
}
.fix-card::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.fix-card::-webkit-scrollbar-track {
  background: #fff; 
  border-radius:6px;
}
 
/* Handle */
.fix-card::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
  border-radius:6px;
}

.custom-thead .th{
    background: #EBEBF4;
    color: var(--text-color);
    font-weight: 400;
        vertical-align: middle;
    padding: 16px 16px !Important;
    font-size: 16px;
}
.custom-thead .th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.custom-thead .th:last-child{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.custom-tbody {
    box-shadow: -8px 5px 8px 0 rgb(25 42 70 / 1%);
    background: #fff;
    border-radius: 12px;
    align-items: center;
        margin-bottom: 12px !important;
}
.custom-tbody .td{
    color: var(--text-color);
    font-weight: 500;
        vertical-align: middle;
    padding: 16px 16px !Important;
    font-size: 16px;
}
.btn-success,
.btn-success:hover{
    background:#63D2B8 !important;
    border-color:#63D2B8 !important;
    color:#fff !important;
}
.btn-warning,
.btn-warning:hover{
    color:#fff !important;
    background:#FFB976 !important;
    border-color:#FFB976 !important;
}
.btn-secondary,
.btn-secondary:hover{
    color:#fff !important;
    background: #12B347 !important;
    border: #12B347 !important;
}
.cookie-card{
    border-radius: 8px; 
    padding: 30px 25px !important;
    position:relative;
}

.form-control:focus {
    box-shadow: none;
}
.action-icon{
        display: flex;
    align-items: center;
}
.action-icon a {
    padding: 7px;
    margin-right: 5px;
    transition: .3s;
    border-radius:4px;
}
.action-icon a:hover{
    background:#E5E9FF;
}
.action-icon a:hover .edit path{
    stroke:var(--primary-color) !Important;
}
.action-icon a:hover .trash path{
    fill:var(--primary-color) !Important;
}

.custom-switch input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 55px;
    height: 30px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.custom-switch.green input:checked[type="checkbox"] {
    background: #33CB65;
}
.custom-switch input:checked[type="checkbox"] {
    background: var(--primary-color);
}

.custom-switch input[type="checkbox"]::after {
   position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 2.5px;
    left: 3px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    transition: 0.4s;
}

.custom-switch input:checked[type="checkbox"]::after {
    left: 50%;
}
.website-check-canvas {
    width: 70vw !important;
    border: 0px !important;
    border-radius: 20px 0px 0px 20px;
}
.website-check-canvas .close-canvas {
    position: absolute;
    right: 40px;
    top: 20px;
}
.website-check-canvas .offcanvas-body {
    padding: 40px 40px;
}
.warning-box{
    display: flex;
    align-items: center;
    background: #FFEAD7;
    padding: 14px 15px;
    border-radius: 12px;
}
.compliance-box {
    padding: 25px;
    border: 1px solid #12B347;
    background: #F0F2F9;
    border-radius: 10px;
    display: flex;
    align-items: center;
        margin-bottom: 25px;
}
.compliance-box button.accordion-button {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.compliance-accordion .accordion-item{
    background: transparent;
    border: 0px;
}
.sub-compliance-box {
    border: 1px solid #D93F21;
        padding: 20px 85px 20px 20px;
    border-radius: 12px;
    margin-bottom:25px;
    position:relative;
}
.sub-compliance-box.warning-compliance{
    border: 1px solid #D93F21;
}
.sub-compliance-box.warning-compliance p{
    color:#D93F21;
}
.sub-compliance-box.warning-compliance i{
    font-size: 35px;
    color: #D93F21;
    position: absolute;
    right: 34px;
    top: 50%;
    translate: 0 -50%;
}
.sub-compliance-box.success-compliance{
    border: 1px solid #12B347;

}
.sub-compliance-box.success-compliance p{
    color: #12B347;

}
.sub-compliance-box.success-compliance i{
    font-size: 35px;
    color: #12B347;
    position: absolute;
    right: 34px;
    top: 50%;
    translate: 0 -50%;
}
.ssl-Compliant{
     border: 1px solid #12B347;
}
.ada-compliance{
    border:1px solid #D93F21;
}
.gdpr-compliance{
    border:1px solid #FFCFA1;
}    
.ada-issue-fixer-wrap{
    padding: 25px;
    background: #F0F2F9;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 25px;
}
.nav-tabs{
    border: none;
    background: #EBEBF4;
    display: inline-flex;
    border-radius: 10px;
    margin-bottom:20px;
}
.nav-tabs .nav-link {
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}
.nav-tabs .nav-link:hover{
    color: var(--primary-color);
    font-weight: 400 !important;
    text-shadow:none;
}
.nav-tabs .nav-link.active:after {
    display:none;
}
.nav-tabs .nav-link.active {
    color: var(--primary-color);
    position: relative;
    background: transparent;
}
#uploadfile{
    z-index: 9 !important;
    position: absolute;
    height: 150px!important;
    width: 150px;
    left: 0;
    top: -50px;
    cursor: pointer;
    opacity: 0;
}
label.radio-card {
    cursor: pointer;
    min-width: 200px;
}
label.radio-card h3,
label.radio-card h2{
        font-size: 20px;
        margin:0px;
}
label.radio-card .card-content h4{
    text-align:left;
    font-weight: 400;
    margin: 0;
}
label.radio-card input[type=checkbox]:checked + .card-content-wrapper .check-icon:before{
    background-image: url(../images/icon/Tick.png);
}
label.radio-card .card-content-wrapper {
    position: relative;
}
label.radio-card input[type=checkbox]:checked + .card-content-wrapper .check-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
label.radio-card .card-content-wrapper {
    display: flex !important;
    align-items: center;
}
.add-team-box {
    background: #e9edff;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}
.badge {
    padding: 9px 14px;
    font-weight: 600;
    border-radius: 20px;
}
.badge-warning {
    background: #fdf7e2;
    color: #F2C420;
}
.badge-primary {
    background: #dce2fb;
    color: #2F54E9;
}
.badge-secondary {
    background: #e2f8e9;
    color: #33CB65;
}
.cover-area {
    background: linear-gradient(45deg, #DDE4FF, #FEE1FF);
    height: 250px;
    border-radius: 50px 10px 10px 10px;
    margin-left: -30px;
    margin-right: -30px;
}
.profile-top .user-profile .user-pic{
    position:relative;
}

.profile-top .user-profile .user-pic .user{
    width: 150px;
    height: 150px;
    margin-top: -50px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.profile-top .user-profile{
        display: flex;
    align-items: center;

}
.profile-top .user-profile .user-pic .camera{
    transition:.3s;
}
.profile-top .user-profile .user-pic:hover .camera {
    position: absolute;
    top: 50%;
    background: url('../images/icon/camera.svg'), rgba(0,0,0,0.4);
    border-radius: 50%;
    top: -50px;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 150px;
        background-position: center;
    background-repeat: no-repeat;
}
.input-group-text {
    align-items: center;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.payment-id {
    background: #EBEFFF;
    border: 1px solid var(--primary-color);
    display: inline-block;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 40px;
    color: var(--primary-color);
}





/*======================Login Page==================*/
.login-body{
    height:100vh;
    overflow:hidden;
}
.signup-area {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 30px;
    color: #B0B0B0;
}
.signup-area .signup-btn {
    display: block;
    color: #B0B0B0;
    border: 1px solid #B0B0B0;
    padding: 7px 20px;
    border-radius: 33px;
    font-weight: 500;
}
.right-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
        flex-direction: column;
}
.login-form{
    width:420px;
}
@media (max-width:580px){
    .login-form{
        width:320px;
    }
}
.form-group[class*=has-icon-].has-icon-left .form-control-icon {
    left: 7px;
    top: 22px;
}
.form-group[class*=has-icon-].has-icon-left .form-control-icon img {
    width: 24px;
}
.form-group[class*=has-icon-].has-icon-left .form-control {
    padding-left: 3rem;
}
.btn-signup{
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 12px;
    height: 52px;
}
.btn-signup:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-signup:hover .login-text{
    display:none;
}
.btn-signup:hover .login-icon{
    display:block !important;
}
.btn-signup:hover .login-icon img{
    width:60px;
    margin:auto;
}
.login-with {
    display: flex;
    align-items: center;
}
.login-with .social-icon {
    background: #fff;
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border-radius: 50%;
}
#auth #auth-left {
    padding: 30px;
}
#auth #auth-left .auth-logo img {
    height: unset;
    width: 200px;
    margin-left: 50px;
}
.login-content {
    background: url(../images/login-content-bg.png);
    background-repeat: no-repeat;
    width: 424px;
    height: 250px;
    background-position: top;
    margin: auto;
    padding: 40px;
    margin-top: -116px;
    z-index: 9;
    position: relative;
}
.login-content .dash,
.login-content .dash2{
    height: 2px;
    width: 32px;
    background: #fff;
    display: block;
    border-radius: 50px;
    margin-right: 7px;
}
.login-content .dash2{
    width: 16px;
}
/*======================/Login Page==================*/

.btnfile-inputWrapper {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #DDF;
}

.btnfile-inputWrapper .fileInput {
    cursor: pointer;
    height: 100%;
    position:absolute;
    top: 0;
    right: 0;
    font-size:50px;
}
.btnfile-inputWrapper .hidden {
    /*Opacity settings for all browsers*/
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}
.btnfile-inputWrapper.lg-searchbar-btn{ 
    padding: 15px 0;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: #16100a !important;
    background: #ffb976 !important;
    border-color: #ffb976 !important;
}

.sidebar-wrapper .sidebar-toggler.x {
    top: 1.05rem;
}
.open-menu-bar {
    position: absolute;
    color: #000;
    top: 25px;
    left: 20px;
    font-size: 20px;
}
.sidebar-wrapper .menu .sidebar-link span {
    margin:0px !important;
}
.sidebar-wrapper .menu .sidebar-link span:nth-child(2) {
    margin-left:1rem !important;
}
.sidebar-wrapper .menu .submenu .submenu-item a {
    color: var(--menu-color);
    display: block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: 0.8rem 0.7rem 0.8rem 1rem;
}
.sidebar-wrapper .menu .submenu .submenu-item a:hover{
    color: var(--menu-color);
        background-color: #f0f1f5;

}
.lang-select .select2-container {
    width: 200px !important;
}
.lang-select .select2-container img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.lang-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 50px !important;
    border: 0px !important;
    border-radius: 12px !important;
}
.lang-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #909090 !important;
    line-height: 48px !important;
    text-align: left;
    padding: 0px 20px !important;
}
.lang-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}
.dataTable-table>:not(caption)>*>*, .table>:not(caption)>*>* {
    border-bottom-width: 0px !important;
}
.dataTable-table:not(.table-borderless) thead th, .table:not(.table-borderless) thead th {
    border-bottom: 0px !important;
}
.dataTables_length,
.dataTables_filter{
    padding: 15px 20px;
}
.dataTables_wrapper .dataTables_info {
    padding: 15px 20px;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 12px 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 0.8em;
}

.dataTables_length select,
.dataTables_filter input{
        border: 1px solid #D9D9D9 !important;
    color: #5a5a5a;
    border-radius: 6px !important;
}
@media(max-width:991px){
    #main {
        margin-left: 0;
        padding: 2rem 2rem 2rem 2rem;
    }
    .nav-bar {
        margin-left: 0;
        padding-left: 50px !important;
    }
    #sidebar .sidebar-wrapper {
        left: 0px !important;
        position:fixed !important;
    }
    #sidebar.active .sidebar-wrapper {
        left: -330px !important;
    }
}
@media(max-width:767px){
    .dash-upgrade {
        margin-top:0px !important;
    }
    .nav-bar .upgrade {
        display:none;
    }
    .web-widget-color,
    .web-widget-size{
        display:flex;
        align-items:center;
    }
    .web-widget-color .card,
    .web-widget-size .card{
        width:100%;
    }
    .web-widget-color .card:not(:last-child),
    .web-widget-size .card:not(:last-child){
        margin-right:20px;
    }
    .icon-group {
        width: 100% !important;
    }
}
@media(max-width:580px){
    .nav-bar .menu ul a.nav-link {
        padding: 9px 5px;
        font-size: 12px;
        margin-left: 20px;
        margin-right: 0px;
    }
    .website-check-canvas {
        width: 100vw !important;
        border-radius:0px;
    }
    .web-widget-color{
        flex-direction:column;
    }
    .web-widgit {
        padding: 60px 40px !important;
    }
    .web-cookie {
        width: 100% !important;
    }
}