.main_container{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.row>* {
    padding-left: 0;
    padding-right: 0;
}
.training-videos-wrapper.row>.col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.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;
    font-size: 15px;
    border-color: #666 ;
    background: #15c;
    font-weight: 600;
    padding: 12px;
}
table.dataTable>thead>tr>th{
    border-bottom: 1px solid #15c !important;
}
table.dataTable thead tr>.dtfc-fixed-start{
    background-color: #15c;
}
table.dataTable tbody tr>.dtfc-fixed-start, table.dataTable tbody tr>.dtfc-fixed-end{
    z-index: 0;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}
.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: #333;
    padding: 6px 10px !important;
    vertical-align: middle;
    font-size: 15px;
}
.table-bordered>tbody>tr>td:not(.table-bordered.nowrap>tbody>tr>td){
    max-width: 250px;
    white-space: normal;
    word-wrap: break-word;
}
.table-bordered>tbody>tr>td>a{
    color: #15c;
    max-width: 250px;
    white-space: normal;
    word-wrap: break-word;
}
/* 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;
}
.search-btn{
    border-radius: 0;
    width: 48px;
    min-height: 38px;
    background: #555;
    border-color: #555;
    font-size: 20px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.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 12px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    color: #333;
    min-width: 110px;
    font-weight: 500;
    text-align: center;
}
.pb-boost-tabs.nav-tabs>li.active>a{
    border-color: #1155cc;
    color: #1155cc;
    background-color: #cfe2f359;
}
.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;
}
.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: #333;
}

h1{
    margin-bottom: 0;
    color: #333;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
}
.nav-md .container.body .top_nav.nav-not{
    padding: 10px 15px;
    min-height: 60px;
}
.navbar.nav_title{
    background-color: #cfe2f3;
}
.navbar.nav_title.no-top-nav{

    background-color: #999;
}
.nav-md .container.body .right_col {
    padding: 20px 25px 10px;
    min-height: calc(100vh - 41px) !important;
    position: relative;

}
.nav-md .container.body .top_nav.nav-not + .right_col {
    padding-top: 80px;
}
.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, .control-label {
    color: #333;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}
.x_panel .form-group button.btn-primary, .x_panel .form-group button.btn-success{
    font-size: 16px;
    font-weight: 500;
    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: #333;
    font-weight: 600;
}
.form_wrapper_box{
    box-shadow: 0 0 18px 0 #3330001f;
    padding: 50px;
    border-radius: 4px;
    max-width: 500px;
    text-align: center;
    background-color: #fff;
    min-height: 400px;
    display: flex;
    align-items: center;
}
.form_design input[type="text"], .form_design input[type="email"], .form_design input[type="password"]{
    height: 40px;
    color: #333 !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: #333;
    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;
}

/* .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 .close{
    opacity: 1;
}
.modal-container .modal-header{
    padding: 15px 20px;
}
.ad-text{
    color: #333;
}
.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: #333;
    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: 335px;
    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: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    align-self: center;
    color: #333;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    padding-right: 20px;
    font-size: 22px;
}
h6.breadcrumb-title{
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 600;
}


.filter-icon{
    display: flex;
    align-self: center;
    margin-right: 15px;
    font-size: 16px;
}

  .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: #333;
    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: #333;
}
#multiselectdropdown .bootstrap-select .dropdown-menu>li>a {
    color: #333;
    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: 6px 20px;
    color: #c60;
    font-weight: 600;
    display: block;
    margin: 12px 0 0;
}
.footer-list{
    list-style: none;
    padding-left: 0;
    margin-bottom: 8px;
}
.footer-list>li>a, .footer-list>li .user-toggle{
    padding: 5px 0;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    font-size: 17px;
    font-weight: 400;
}
.footer-list .training-videos-div{
    color: #1155cc;
}
.footer-list .user-toggle{
    border: 0;
    background: transparent;
    color: #c60;
}
.footer-list .settings-li>div{
    width: 100%;
}
.footer-list>li i{
    font-size: 24px;
}
.user-div{
    color: #333;
    font-size: 15px;
    display: flex;
}
.user-div .user-name{
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.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 {
    background-color: #eee;
}
.dropdown-item{
    color: #333 !important;
    font-size: 16px;
    padding: 8px 10px;
}
.dropdown-menu.show {
    border: 2px solid #c60;
    transform: translate3d(160px, -200px, 0px) !important;
    padding: 10px;
}
.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;
}
.nav-col, .flex-row{
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-col select{
    min-width: 180px;
    width: auto;
    border: 2px solid #1155cc;
}
.nav-left-col img{
    max-width: 35px;
    height: auto;

}
.top_nav .flex-container *{
    flex-shrink: 0;
}
.analysis-row .chart-container {
    max-width: 90px; 
    aspect-ratio: 1 / 1;
    position: relative;
  }
.analysis-row svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }
.analysis-row .center-label {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .analysis-row .center-label img{
    width: 40px;
  }
  #orangeArc{
    stroke: #c60;
  }
  #blueArc{
    stroke: #15c;
  }
  .synced {
    color: #15c;

  }
  .nonsynced {
    color: #c60;
  }
  .sync-analysis h2 span{
    font-weight: 700;
  }
  .syncmorecol a{
    padding: 6px 20px;
    border: 1px solid #888;
    border-radius: 4px;
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    justify-content: center;
  }
  .syncmorecol img{
    max-width: 65px;
    height: auto;
  }
  .sync-analysis h2, .sync-analysis h4{
    margin: 0;
    color: #333;
  }
  .sync-analysis h2{
    font-size: 2.1rem;
  }
  .sync-analysis h4{
    font-size: 1.2rem !important;
    letter-spacing: 1;
  }
  .search-row{
    display: flex;
    justify-content: space-between;
  }
  .reload-btn{
    background: #fff;
    padding: 8px 8px;
    width: 42px;
    height: 42px;
    border: 1px solid #888;
    border-radius: 4px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .manage-levels{
    margin-left: 68px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .breadcrumb-wrapper{
    background: #ECEDED;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -20px;
    padding: 15px 25px 20px;
    margin-bottom: 20px;
  }
  .breadcrumb-wrapper ul{
    list-style: none;
    margin-bottom: 0;
  }
  p.breadcrumb-head {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 15px;
}
  .breadcrumb-list{
    width: auto;
    max-width: 22vw;
  }
  .breadcrumb-list #multiselectdropdown select{
    text-overflow: ellipsis;
    max-width: 100%;
    display: flex;
    min-width: 15vw;
  }

  .breadcrumb-list .goback-btn{
    border: 4px solid #15c;
    border-radius: 8px;
    color: #15c;
    padding: 2px;
    width: 35px;
    margin-bottom: 10px;
} 
.breadcrumb-list .goback-btn i{
    font-size: 20px;
}
.form-select{
    --bs-form-select-bg-img: url(https://app.ppcrush.ai/images/caret.png);
    background-size: 15px 10px;
}
.form-select.level-status{
    --bs-form-select-bg-img: url(https://app.ppcrush.ai/images/caret-1.png);
}

.loading-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    display: none;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.loading-overlay.show {
    display: flex; /* Flexbox layout when shown */
}

/* .loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #cc6600;
    border-radius: 50%;
    animation: spin 1s linear infinite;
} */
/* 
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */
.level-status{
    border: 0;
    padding: 5px 10px;
    border-radius: 18px;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 10px;
    width: 155px;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-color: var(--bs-body-bg);
    background-image: url(https://app.ppcrush.ai/images/caret.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 10px;
    position: absolute;
    top: 13px;
    right: 12px;
    height: 10px;
    width: 15px;
    transform: none;
    border: 0;
}

div.dt-container .dt-paging .dt-paging-button{
    border: 1px solid #666666 !important;
    color: #666666;
    margin-right: 3px;
    min-width: 28px;
    padding: 4px 8px;
}
div.dt-container .dt-paging .dt-paging-button.disabled{
    opacity: 0.6;
    cursor: not-allowed !important;
    color: #333 !important;
}

div.dt-container .dt-paging .dt-paging-button.current,div.dt-container .dt-paging .dt-paging-button:hover{
    background: #666666;
    color: #fff !important;
    border: 1px solid #666666;
}
.loading-img{
    max-width: 120px;
}
.tooltip-btn{
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
}
.seperator-list{
    display: flex    ;
    align-items: center;
    padding-top: 5px;
}
.seperator-list i{
    font-size: 28px;
}
.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    top: 20px; /* Adjust top spacing as needed */
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.modal-title {
    line-height: 1.2;
}
h1.sub-menu-header {
    position: absolute;
    top: 8px;
    right: 0;
    min-width: 250px;
    font-size: 22px;
    text-align: center;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.menu_radio_btns{
    padding-left: 23px;
    margin-bottom: 10px;
}
.menu_radio_btns .form-check{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}
.menu_radio_btns .form-check .form-check-input {
    float: none;
    margin-left: 0;
    width: 1.3em;
    height: 1.3em;
    margin-top: 0;
}
.menu_radio_btns label.form-check-label{
    color: #1155cc;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order, table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order{
    right: 6px;
    width: 8px;
}
table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc{
    padding-right: 15px;
}
.form-check-input[type=radio]{
    border-color: #444444;
}
.ad-tabs-wrapper .nav-tabs .nav-link {
  color: #333;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  padding: 0 12px 7px; 
}

.ad-tabs-wrapper .nav-tabs .nav-link.active {
  color: #1155cc;
  border-color: #1155CC;
}

.ad-tabs-wrapper .tab-content {
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}
.search-result {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    display: none;
}
.form-control:focus{
border-color: #1155CC;
}
.form-wrapper{
    display: flex;
    gap: 21px;
}
.ad-writer-wrapper{
    margin-left: -11px;
    margin-right: -11px;
}
.ad-writer-wrapper>.col-12{
    display: flex;
}
.col-wrapper{
border: 1px solid #bcbcbc;
    border-radius: 12px;
    padding: 15px 5px;
    width: 31.5%;
    margin: 0 11px
}
.col-wrapper label.control-label{
    font-size: 18px;
}
.col-wrapper .content{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.col-wrapper input,.col-wrapper textarea,.col-wrapper .input-group-text{
    border: 1px solid #bcbcbc;
}
.col-wrapper h6 {
    font-size: 14px;
    border: 1px solid #bcbcbc;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 5px 8px;
    width: 100%;
    position: relative;
    padding-right: 25px;
}
.col-wrapper p.char-validation{
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
    min-width: 31px;
}
.col-wrapper i.fa-arrows-rotate{
    margin-top: 8px;
    margin-left: 6px;
}
.modal-row .col-md-6, .modal-row .col-md-4{
    padding: 0 10px;
}
.spin {
    animation: spin 1s linear infinite;
}
  #loading1, #loading2 {
    display: none;
}
#adsTabsContent{
    width: auto;
    min-width: 500px;
    float: left;
}
  
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
  
    100% {
        transform: rotate(360deg);
    }
}
#loader {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 100%;
    min-height: calc(100vh - 40px) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    margin-top: -20px;
    margin-left: -25px;
  }

  .spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #1155cc;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
  }

.copy-icon {
    position: absolute;
    top: 7px;
    right: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    margin-left: 6px;
    transition: color 0.2s;
}
.copy-icon:hover {
    color: #229944;
}

  /* .multiselectdropdown >  .select2-container {
    min-width: 400px;
  }
  
  #select2-campaign_id-results .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  #select2-campaign_id-results .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  #select2-campaign_id-results .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #cc6600;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .multiselectdropdown .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .multiselectdropdown.select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .multiselectdropdown .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .multiselectdropdown .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .multiselectdropdown .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .multiselectdropdown .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .multiselectdropdown .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .multiselectdropdown .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
 
  .select-icon .select2-selection__placeholder .badge {
      display: none;
  }
 
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
      display: none !important;
  }
  .select-icon  .select2-search--dropdown {
      display: none;
  }
  .breadcrumb-list .goback-btn{
      font-size: 13px;
      padding: 2px 8px;
      margin-bottom: 10px;
  }
  li.breadcrumb-item{
      flex: 1;
  } */