.main_container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.top-cols h3{
    font-weight: 600;
    font-size: 50px !important;
    margin-bottom: 5px;
    margin-top: 0;
}
.small-box-1 h3{
    color: #059d58;
}
.small-box-2 h3{
    color: #f4b400;
}
.small-box-3 h3, .small-box-4 h3{
    color: #1155cc;
}

.top-cols p {
    font-size: 18px;
    line-height: 1.3;
}
.top-cols .icon>i{
    font-size: 70px;
    top: 20px;
    position: absolute;
    right: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    color: rgba(0,0,0,.15);
}
.top-cols>.small-box-footer{
    background-color: rgba(0,0,0,.1);
    display: block;
    padding: 3px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}
.top-cols>.small-box-footer:hover {
    background-color: rgba(0,0,0,.15);
    color: #fff;
}
.top-cols:hover .icon>i.ion {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.table>:not(caption)>*>* {
    padding: 10px;
}
.table-bordered>thead>tr {
    height: 50px;
    vertical-align: middle;
    border-top-color: #666;
}
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    color: #fff;
    background: #15c;
    font-size: 15px;
    border-color: #666 ;
    font-weight: 600;
}
.table-bordered>tbody>tr, div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-color: #666 !important;
}
.table-bordered>tbody{
    border-top-width: 0px !important;
}
.table-bordered>tbody>tr>td{
    color: #000;
    padding: 15px 10px;
    vertical-align: middle;
}
.table-bordered>tbody>tr>td>a{
    color: #15c;
}
/* table.dataTable thead .sorting{
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
table.dataTable thead .sorting:after {
    opacity: 0.5;
    content: "\f0dc";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 8px;
}
table.dataTable thead .sorting_asc:after {
    content: "\f884";
}
table.dataTable thead .sorting_desc:after {
    content: "\f160";
} */
.form-switch .form-check-input:checked {
    background-color: #229944;
    border-color: #229944;
}
.form-switch .form-check-input {
    border: var(--bs-border-width) solid #aaa;
}
.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
}
.btn-success {
    background: #229944;
    border: 1px solid #229944;
}
.btn-primary {
    background: #1155cc;
    border-color: #1155cc;
}
.search-group input.form-control, .form-select, div.dt-container .dt-search input, .form-control, textarea, .input-group-text{
    border-color: #888;
    border-radius: 0;
}
.search-btn{
    border-radius: 0;
    width: 48px;
    min-height: 38px;
    background: #555;
    border-color: #555;
    font-size: 20px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    opacity: 0.9;
    background: #1155cc;
    border-color: #1155cc;
}
.dataTable .btn{
    min-width: 70px;
    padding: 2px;
}

/* Report CSS */

.tabs-up{
    column-gap: 10px;
    border: 0
}

.nav-tabs>li>a{
    cursor: pointer;
    padding: 8px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: transparent !important;
    box-shadow: none;
    color: #000!important;
    min-width: 110px;
    text-align: center;
}
.tabs-wrapper>.nav-tabs>li>a {
    border: 1px solid #d3d3d3;
    background-color: #fff;
    font-weight: 600;
}
.tabs-wrapper>.nav-tabs>li.active>a{
    border: 1.5px solid #9fc5e8;
    background-color: #cfe2f3 !important;
    color: #1155cc !important;
}
.nav-tabs>li.active>a::after{
    content: "";
    bottom: -1px;
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
}
.nav-tabs>li.tab-one.active>a::after{
    background: #d9ead3;
}
.nav-tabs>li.tab-two.active>a::after, .tabs-wrapper>.nav-tabs>li.active>a::after{
    background: #cfe2f3;
}
.nav-tabs>li.tab-three.active>a::after{
    background: #d9d2e9;
}
.nav-tabs>li.tab-four.active>a::after{
    background: #fff2cc;
}
.nav-tabs>li.tab-six.active>a::after{
    background: #d0e0e3;
}
.nav-tabs>li.tab-five.active>a::after{
    background: #f4cccc;
}
.nav-tabs>li.tab-seven.active>a::after{
    background: #efbddd;
}
.nav-tabs>.tab-one>a, .first-tab-content{
    background-color: #d9ead3!important;
    border: 1.5px solid #b6d7a8;
}

.nav-tabs>.tab-two>a, .second-tab-content, .content-wrapper{
    border: 1.5px solid #9fc5e8;
    background-color: #cfe2f3 !important;
}
.nav-tabs>.tab-three>a, .third-tab-content{
    background-color: #d9d2e9 !important;
    border: 1.5px solid #b4a7d6;
}
.nav-tabs>.tab-four>a, .fourth-tab-content{
    background-color: #fff2cc!important;
    border: 1.5px solid #ffd966;
}

.nav-tabs>.tab-five>a, .fifth-tab-content{
    background-color: #f4cccc!important;
    border: 1.5px solid #dcb8b8;
}
.nav-tabs>.tab-six>a, .sixth-tab-content{
    background-color: #d0e0e3 !important;
    border: 1.5px solid #a2c4c9;
}
.nav-tabs>.tab-seven>a, .seventh-tab-content{
    background-color: #efbddd !important;
    border: 1.5px solid #e592c6;
}
.tabs-content, .content-wrapper{
    margin-bottom: 40px;
    padding: 25px;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.first-tab-content .table-bordered>thead>tr>th {
    background: #38761d;
}
.first-tab-content .btn-primary {
    background: #38761d !important;
    border-color: #38761d !important;
}

.fourth-tab-content .table-bordered>thead>tr>th {
    background: #bf9000;
}
.fourth-tab-content .btn-primary {
    background: #bf9000 !important;
    border-color: #bf9000 !important;
}
.fifth-tab-content .table-bordered>thead>tr>th {
    background: #990000;
}
.fifth-tab-content .btn-primary {
    background: #990000 !important;
    border-color: #990000 !important;
}

.report-box{
        border-radius: 10px;
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 8%);
        margin-bottom: 20px;
    width: 95%;
    color: #000;
}
.container.body .right_col {
    padding-bottom: 20px !important;
}

h1{
    margin-bottom: 25px;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
}
.nav-md .container.body .right_col {
    padding: 25px 35px 0 !important;
    margin-bottom: 35px;
}
.add-job, .create-users{
    padding: 40px 30px 20px !important;
}

.form-control, .select2-selection{
    font-size: 14px;
}
.form-control .select2-container {
    width: 100% !important;
}

.add-job .form-group{
    display: flex;
    flex-direction: column;
}
.add-job .control-label,.form-horizontal .control-label {
    color: #000;
    text-align: left;
    margin-bottom: 5px !important;
    font-weight: 700;
    font-size: 14px;
}
.x_panel .form-group button.btn-primary, .x_panel .form-group button.btn-success{
    font-size: 18px;
    min-width: 140px;
}
.navbar-right .dropdown-toggle::after {
    border: 0;
}
#sidebar-menu ul.side-menu>li{
    width: 100%;
}
.toggle #menu_toggle i{
    color: #1155cc;
}
h4.filter-title {
    color: #000;
    font-weight: 600;
}
.form_wrapper_box{
    box-shadow: 0 0 18px 0 #0000001f;
    padding: 50px;
    border-radius: 4px;
    min-width: 500px;
    text-align: center;
    background-color: #fff;
}
.form_design input[type="text"], .form_design input[type="email"], .form_design input[type="password"]{
    height: 40px;
    color: #000 !important;
    width: 100%;
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    margin: 0 0 20px;
}
.form_design input[type="text"]:focus, .form_design input[type="email"]:focus, .form_design input[type="password"]:focus{
    border: 1px solid #1155cc !important;
}
.form_design .forget-password{
    font-weight: 700;
    color: #1155cc;
    font-size: 16px;
    margin: 0;
}
.form_design .form-label{
        color: #000;
    text-align: left;
    width: 100%;
    font-size: 15px;
}
.form_design .required {
    color: red;
    font-size: 18px;
}
.form_design input[type="submit"], .reset_login_btn{
    margin-left: 0 !important;
    color: #fff !important;
    padding: 8px 30px 8px 30px;
    background: #1155cc;
    border: 1px solid #1155cc;
    font-size: 16px;
    border-radius: 3px;
    width: 100%;
}
.form_design input[type="submit"]:hover, .reset_login_btn:hover{
    opacity: 0.9;
}
label{
    color: #000;
}
.form-check-input:focus {
    border-color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #1155cc;
    border-color: #1155cc;
}
.report-tabs-container{
    display:flex;
    flex-direction: row;
}
.export-all-btn{
        padding: 10px;
        background: #1155CC;
        color: #fff !important;
    }
    .export-all-btn:hover{
        color: #CFE2F3;
    }
    
.ad-modal-wrapper.in{
    display: flex !important;
    padding: 0;
}
.modal-container {
    max-width: 1140px;
    width: 1000px;
    margin: auto;
}
.modal-container .modal-content {
    max-height: 90%;
}
.modal-container .close{
    opacity: 1;
}
.modal-container .modal-header{
    padding: 15px 20px;
}
.ad-text{
    color: #000;
}
.c100 {
    background-color: #cfe2f3 !important;
}
.c100 > span {
    color: #15c !important;
}
span.select2-selection.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}
.single-report-col{
   padding: 20px !important;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.08);
    border-radius: 8px;
    width: 48%;
    margin: 1%;
}
#gform_submit_button_3{    
    padding: 6px 12px;
    background: #229944;
    border: 1px solid #229944;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    min-width: 140px;
}
.ghl-instruction-header *{
    color: #000;
    font-size: 18px;
}
.ghl-instruction-header{
    padding: 30px 15px;
}
.ghl-steps {
    background: #cfe2f3;
    display: inline-flex;
    border-radius: 3px;
    padding: 3px 15px;
    font-size: 20px;
    margin: 30px 0;
    font-weight: 700;
}
.ghl-steps-img{
    box-shadow: 0 0 18px rgba(0,0,0,0.15);
    width: 70%;
}
.btn-stop, .btn-stop:disabled{
    background-color: #e71f1f;
    color: #fff;
}
.btn-stop:hover{
    background-color: #CC0202;
    color: #fff;
}
.nav.side-menu li{
    letter-spacing: 0.5px;
}
.input-group-text{
    height: 35px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.required-icon{
    color: #fb3307;
}
.pagination{
    align-items: center;
}
.btn-warning{
    background-color: #c60;
    border-color: #c60;
    color: #fff !important;
}
.btn-warning:hover {
    background-color: #b95c01;
    border: 1px solid #b95c01;
}
.google-login{
    min-width: 315px;
    background: #4285f4;
    text-align: left;
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    padding: 4px 18px 4px 4px;
}
.google-login img{
    margin-right: 15px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "\f101");
    align-self: center;
    color: #c60;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-right: 20px;
    font-size: 22px;
}
h6.breadcrumb-title{
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
}
.right_col h1{
    margin-left: 10px;
}

.filter-icon{
    display: flex;
    align-self: center;
    margin-right: 15px;
    font-size: 16px;
}
.x_panel {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .report-loader {
    width: 200px;
    height: 200px;
    max-height: 100vh;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    top: 50%;
    left: 50%;
}
table.dataTable th, table.dataTable td{
    text-align: left;
}
/* #report-advertisers-table th, #report-advertisers-table td, #report-advertisers-table1 th, #report-advertisers-table1 td{
    text-align: center;
} */
.upgrade-table th,.upgrade-table td{
    min-height: 58px;
}
#drop_file_zone {
    background-color: #cfe2f3;
    border: 3px dashed #15c;
    max-width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px
}


#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  display: none;
}

hr.profile-hr{
    border: 1px solid #999 !important;
    border-bottom-width: 0 !important;
    margin: 18px;
}

#drag_upload_file #selectfile2 {
  display: none;
}
span.email-change, span.settings-modal {
    color: #fff;
    cursor: pointer;
    margin-left: 25px;
    background-color: #c60;
    padding: 4px 12px;
    border-radius: 18px;
    display: inline-block;
    font-size: 13px;
}

#change_email .modal-container {
    max-width: 600px;
    width: 550px;
    margin: auto;
}

#change_email .modal-body{
    padding: 25px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

#change_email .email_error{
    color: #f51b14;
    font-weight: 500;
}
.subscription-tabs ul.nav li a{
    background: #fff;
    border: 1.5px solid #1155cc;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 22px;
    min-width: 200px;
    text-align: center;
    color: #1155cc;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: transparent !important;
    box-shadow: none;
}
.subscription-tabs ul.nav li.active a, .subscription-tabs ul.nav li.active a::after{
    background: #cfe2f3;
}
.subscription-content-wrapper{
    border-top-left-radius: 5px;
    border-color: #1155cc;
}
/* .tab-content .adv-table.table-responsive{
    max-height: 425px;
} */
.ppcreveal-recommendations, .google-recommendations{
    color: #000;
    margin-bottom: 0;
    line-height: 1.3;
}

#manage-recommendations tbody td, #manage-recommendations tbody tr{
    border-color: #ccc !important;
}
.date-container{
    position: relative;
}
.date-container .date-icon.fa-calendar{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;

}
.goback{
    color: #229944;
    text-decoration: underline !important;
    cursor: pointer !important;
}
#multiselectdropdown .dropdown-toggle.btn-light{
    background-color: #fff;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}
#multiselectdropdown .dropdown-toggle.btn-light:focus{
    border-color: #86b7fe;
}
#multiselectdropdown .dropdown-menu.show {
    max-height: 300px;
}
#multiselectdropdown .bootstrap-select .dropdown-menu li {
    font-size: 14px;
    color: #000;
}
#multiselectdropdown .bootstrap-select .dropdown-menu>li>a {
    color: #000;
    padding: 1px 16px;
}
#multiselectdropdown .dropdown-item.active,#multiselectdropdown .dropdown-item:active,#multiselectdropdown .dropdown-item:focus,#multiselectdropdown .dropdown-item:hover {
    background-color: #1967d3;
    color: #fff !important;
}
/* Vertical scrollbar */
::-webkit-scrollbar{
    width: 7px;  /* Width for vertical scrollbar */
    height: 7px;  /* Height for horizontal scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;  /* Background color for the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #999;  /* Background color for the handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;  /* Background color for the handle on hover */
}
.dt-length label{
    text-transform: capitalize;
    margin-left: 6px;
    font-weight: 500;
}

.app-checklist{
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0;
}
.app-checklist li{
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
}
.app-checklist li:before{
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -3px;
}
.audit-and-fix.nav-tabs>li>a{
    width: auto !important;
    white-space: nowrap;
}
.btn-logout{
    border: 2px solid #c60;
    padding: 8px 20px;
    color: #c60;
    font-weight: 600;
    display: block;
    width: 140px;
    margin: 24px auto 0;
}
.user-toggle{
    border: 0;
    background: transparent;
    color: #c60;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    gap: 10px;
    max-width: 220px;
    padding: 0 10px;
}
.user-toggle .user-name{
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-toggle i{
    font-size: 30px;
}
.masqueradin-div{
    position: fixed;
    right: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #ddd;
    min-height: 27px;
}
.site-logo{
    max-height: 60px;
}
#actionMenuButton{
    border: 0;
    background: transparent;
    font-size: 30px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: #ddd;
}
.dropdown-item{
    color: #000 !important;
    font-size: 16px;
}
.dropdown-menu.show {
    border-color: #aaa;
}
.fa-regular, .far{
    font-family: "Font Awesome 6 Pro" !important;
}
fieldset{
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #888 !important;
    margin-top: 5px;
    min-height: 85px;
}
.ans-wrapper{
    padding: .375rem .75rem;
      border: 1px solid #888;
      cursor: not-allowed;
  }