.left_side {
    background: #020923;
    padding-left: 4%;
}

li.nav-item.list_item {
    margin-left: 3em;
}

.logo_login {
    max-width: 200px;
    margin: 0 auto 5em;
}

#login_data {
    background: #0061ec;
}

div.login-outer {
    max-width: 500px;
}

.form.login {
    color: #000;
    font-weight: bold;
}

.logo_login img {
    width: 100%;
}

h3.growthrequestheading {
    font-size: 22px;
    margin-bottom: 2em;
}

.fullfillrequest {
    font-size: 22px;
}

form#growthrequest {
    margin-bottom: 2em;
}

.growthresult p.name {
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}

.status_box h3 a,
.noofrecords {
    color: #000;
    font-size: 22px;
}

#login_form label {
    margin-bottom: 10px;
    font-weight: 500;
    color: #666;
}

.status_box ul {
    margin-bottom: 0;
    padding: 0;
    margin-top: 12px;
}

.status_box ul li {
    display: inline-block;
    text-decoration: none;
    padding-right: 6px;
    color: #000;
    font-size: 14px;

}

.status_box h3 {
    color: #000;
    ;
    display: inline-block;
    float: right;
    font-size: 20px;
}

/* .edit_detail{padding:0 5px;} */
form#subscriberform input.requestsubscriber,
form#publication_form .create_newsletter {
    background: #0061ec;
    color: #fff;
    padding: 15px 65px;
    border-radius: 8px;
    text-transform: uppercase;
    height: auto;
    border: none;
}

.num_record td {
    font-size: 16px;
}

.num_record td span {
    color: #40b1ff;
}

.num_record tr:nth-child(even) {
    background: #fff;
}

#subscriberform {
    width: 50%;
    margin-top: 25px;
}

#subscriberform .form-group {
    margin-bottom: 2rem;
}

.publication_div {
    height: 100vh;
}

.publication_div .container-fluid,
.publication_div .row {
    height: inherit;
}

select.round {
    background-image: url(https://dtmwc.com/publication/images/select_icon.png);
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 98% 7px;
    background-size: 28px;
}

select.round:focus {
    background-image: url(https://dtmwc.com/publication/images/select_icon.png);
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 98% 7px;
    background-size: 28px;
}

a.googlelogin {
    background: #fff;
    border: none;
    color: #000;
    text-align: center;
    box-shadow: 0px 1px 3px #ccc;
    width: 100%;
    padding: 12px;
    font-weight: 600;
}

a.sign_up_btn {
    color: #40b1ff;
    font-weight: normal;
    text-decoration: underline;
}

a.googlelogin:hover {
    background: none;
    border: none;
    color: #000;
}

.paymentresult th,
.paymentresult td {
    font-size: 15px;
    padding: 10px;
}

.paymentresult tr:first-child {
    background: #007bff;
}

.paymentresult tr:nth-child(even) {
    background-color: #fff;
}

.paymentresult i.fa {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
}

#showdetails th,
#showdetails td {
    font-size: 14px;
}


#showdetails a.btn.btn-danger {
    padding: 6px 20px;
    font-size: 14px;
    margin: 7px 0px;
}

span.rategreen {
    color: limegreen;
}

span.ratered {
    color: red;
}

.addressdetails ul {
    list-style: none;
    padding: 0;
}

.addressdetails ul li {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.addressdetails ul li span {
    font-weight: normal;
    margin: 0px 10px;
}

.modal-backdrop.fade {
    display: none
}

.modal-backdrop.show {
    display: block
}

.addressdetails {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    float: left;
    margin: 15px 15px 0px 0px;
}

.disbale {
    cursor: not-allowed;
    pointer-events: none;
}

#addpermission {
    height: auto;
    margin: 0px 0px 0 10px;
    width: 14px;
    height: 14px;

}

.mypointer>i.fa.notification {
    color: #fff;
    background-color: grey;
    border-radius: 75%;
    padding: 5px;
}

.active>i.fa.notification {
    background-color: red;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    top: -2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 6px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.modal-body {
    text-align: center;
}


.modal-dialog {
    width: 500px;
    transform: translate(0%, 0%) !important;
    left: 0%;
    top: 12%;
}


.csv_data .modal-dialog,
.new_csv_upload .modal-dialog {
    max-width: 100%;
    width: 97%;
}

#newModal .modal-dialog {
    width: 700px;
    max-width: 700px;
    transform: translate(0%, 0%) !important;
    left: 0%;
    top: 30%;
}

#newModal button.close {
    text-align: right;
    margin-right: 20px;
    margin-top: 5px;
}

section.publication_div h2.datain {
    font-size: 30px !important;
    font-weight: 400 !important;
}

h3.domainname {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.sourcename button.btn {
    width: 45%;
    padding: 12px 0px;
    font-size: 18px;
    font-weight: 400;
}

h4.sourcename {
    font-size: 20px !important;
    font-weight: 400 !important;
}

#theModal svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    fill: #cf3109;
}

.notificationsuccess {
    color: red;
}

.notificationerror {
    color: green;
}

.leaddata th,
.leaddata td {
    font-size: 18px;
    padding: 5px 5px;
    border: 0 !important;

}

#dashboard .leaddata th {
    font-weight: 800;
    font-size: 18px;
    vertical-align: middle;
}

.data_text {
    text-align: center;
}

div#dashboard {
    margin-top: 4em !important;
}

.border_box {
    border: 1px solid #40b1ff;
    border-radius: 5px;
    margin: 20px 0px;
    padding: 10px;
    overflow: auto;
}

.no_border_box {
    margin: 20px 0px;
    padding: 10px;
}

.comp_info_form p {
    width: 100%;
    font-size: 17px;
    padding: 0px 15px;
    font-weight: bold;
    margin-bottom: 0;
}

div#company form.comp_info_form label {
    font-size: 14px;
    font-weight: normal;
}

div#company form.comp_info_form label span {
    color: red;
}

.comp_info_form div {
    padding: 9px 15px !important;
}

div#company form.comp_info_form select {
    width: 100%;
}

a.canvasjs-chart-credit {
    display: none;
}



.gmaildata .rate,
.aoldata .rate,
.yahoodata .rate,
.verizondata .rate,
.microsoftdata .rate,
.comcastdata .rate,
.domaingroup .rate,
.otherdata .rate {
    display: inline-block;
    margin-right: 0em;

}

.domaingroup,
.gmaildata,
.aoldata,
.yahoodata,
.verizondata,
.microsoftdata,
.comcastdata,
.otherdata {
    display: inline-block;
    justify-content: space-between;
    margin-bottom: 1em;
    width: 100%;

}

.gmailgroup span {
    margin-left: 10%;
    font-weight: 400;
}

.gmail,
.aol,
.yahoo,
.verizon_group,
.micrososft,
.comcast,
.other {
    background-color: #e6e6e6;
    padding: 6px 20px;
    border-bottom: 4px solid #000;
    text-transform: uppercase;
}

#viewbydomain {
    padding-bottom: 1em;
}

#viewbydomain a.viewbydomain {
    float: right;
    text-decoration: underline;
}

.rate.rate_first canvas.canvasjs-chart-canvas {
    width: 173px;
    height: 150px;
}

.rate.rate_first {
    width: 173px;
}

.rate .open_rate {
    text-align: center;
}

.refreshdomaindata i.fa {
    /* background-color: #257afe;
    padding: 3px;
    border-radius: 5px;
    color: #fff;
    font-weight: normal;*/
    font-size: 0 !important;
}

.refreshdomaindata i.fa:before {
    content: url(https://beta.audiencebridge.io/images/reload1.png);
}

a.refreshdomaindata {
    float: right;
}

select#daysdata {
    float: right;
    position: relative;
    z-index: 99;
}

#sourceModal svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    fill: #cf3109;
}

.allpointer>i.fa.notification {
    color: #fff;
    background-color: grey;
    border-radius: 75%;
    padding: 5px;
}

.active>i.fa.notification {
    background-color: red;
}

#notificationModal svg {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    fill: #cf3109;
}

.leadd_left {
    border: 1px solid #40b1ff;
    border-radius: 8px;
    padding: 10px 16px;
}

#lineContainer_00 {
    width: 100%;
    height: 400px;
    position: static;
}

/* new css for modal*/
@media (min-width: 576px) {

    .csv_data .modal-dialog,
    .new_csv_upload .modal-dialog {
        max-width: 100% !important;
    }
}

input#csvFile {
    line-height: initial !important;
}

input#newCsvFile {
    line-height: initial !important;
}

.new_csv_upload .modal-dialog {
    top: 0%;
}

.csv_data td,
.new_csv_upload td {
    font-size: 15px;
}

.csv_data select.form-control.set_column_data,
.new_csv_upload select.form-control.set_column_data {
    font-size: 14px;
}

#process_area .table-bordered th select {
    width: 92px !important;
}

.csv_data .form-control,
.new_csv_upload .form-control {
    padding: 4px !important;
}

.csv_data .table th,
.new_csv_upload .table th {
    text-align: center;
    padding: 10px 8px !important;
}

.csv_data .table-bordered,
.new_csv_upload .table-bordered {
    border: 1px solid #dee2e600;
}


.api-key-input {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: 10rem;
}

.api-key-input label {
    width: 100%;
    max-width: 500px;
    text-align: left;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.api-box {
    width: 100%;
    max-width: 500px;
}

.api-box input {
    width: 100%;
    padding: 10px 12px;
    font-size: 1rem;
    background-color: #f5f5f5;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: border-color 0.2s ease;
}

.api-box input:focus {
    border-color: #007BFF;
}






table#Listbtn th {
    font-size: 13px;
}

.odd td,
.even td {
    font-size: 14px;
}

table#vendorTable th {
    font-size: 16px;
}

/*  */
.list-header {
    font-weight: bold;
    padding-bottom: 4px;
}

.listSmartFeed .provider-group {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.listSmartFeed input {
    width: 100%;
}

.smartFeedClass .list-container {
    border: 1px solid #40b1ff;
    margin-block: 15px;
    padding: 10px;
    border-radius: 6px;
}

.listSmartFeed span {
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    color: black;
    Padding-top: 4px;
}

.listSmartFeed .list-header {
    font-weight: bold;
    padding-bottom: 1rem;
}

a.smarButton {
    color: black !important;
    font-weight: 800;
}

a.add-list-link {
    text-decoration: underline;
}

i.fas.fa-trash-alt.delete-list {
    background: red;
    padding: 8px 8px;
    color: white !important;
    border-radius: 50%;
}

.provider-group.inputListBorder input {
    border: none !important;
    /* outline: none !important; */
}

.inputListBorder label {
    border: 1px solid #808490;
    border-radius: 8px;
    padding: 2px 4px;
    color: #808490;
}

.inputListBorder input[type="number"] {
    text-align: center;
}