﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,300&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
}

.errorBlock {
    height: calc(100vh - 180px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.errorConatner {
    width: 450px;
    max-width: 100%;
    display: inline-block;
}

    .errorConatner img {
        width: 300px;
        max-width: 100%;
    }

    .errorConatner h2 {
        font-size: 48px;
        margin-top: 50px;
        font-weight: 600;
    }

    .errorConatner p {
        font-size: 16px;
    }

.loaderRipple {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(256, 256, 256, 0.5);
}

    .loaderRipple img {
        width: 100px;
        height: 100px;
    }

/*.img-404 {
    width: 50%;
    height: auto;
    margin: 10px 35%;
}*/


.auth-full-bg .bg-overlay {
    background-color: #12D8DD;
    background: url(../static/images/advertisement-bg.png);
    background-size:cover;
}
.advertisementMarketingText {
    font-size: 70px;
    font-weight: 600;
    color: #fff;
}
.advertisementMarketingText i {
    color: transparent !important;
    font-size: 60px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    position: relative;
    top: -30px;
    margin-left: -60px;
}
.createAdv {
color:#fff;
font-size:24px;
}
.loginFormBlock {
    background: #eef6ff;
}
.text-primary {
    color: #0ABCC0 !important;
}
.loginFormBlock h5 {
    font-size: 28px;
    color: #0ABCC0;
    text-align: center;
    margin-bottom: 0px;
}
.loginFormBlock p{
    text-align:center;
}
.loginFormBlock .form-label {
    margin-bottom: 3px;
    font-size:14px;
}
.loginFormBlock .form-select, .loginFormBlock .form-control {
    border: 1px solid #CAECFF;
    box-shadow: 0px 0px 10px rgba(63, 186, 255, 0.19);
    height: 44px;
    border-radius:5px;
}
.loginFormBlock #password-addon {
    border-radius: 0px 5px 5px 0px;
    background: #fff;
    border: 1px solid #CAECFF;
    border-left: none;
}
.loginFormBlock .auth-pass-inputgroup .form-control {
    border-radius:5px 0px 0px 5px;
}
.loginFormBlock .text-danger.field-validation-error {
    display: inline-block;
    width: 100%;
}
.loginFormBlock button[type="submit"] {
    background: linear-gradient(90deg, #0072bf 0%, #12D8DD 100%);
    border: none;
    height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    box-shadow: 0px 10px 20px rgba(18, 216, 221, 0.28);
}
    .loginFormBlock button[type="submit"]:hover {
        background: linear-gradient(90deg, #12D8DD 0%, #0072bf 100%);
        box-shadow:none;
    }
.adv-termPolicyLine {
    margin-top: 10px;
    font-size: 10px;
}
.adv-haveAccount {
    text-align: center;
    margin-top: 25px;
}
    .adv-haveAccount a {
        color: #0ABCC0;
        font-weight:500;
    }
    .adv-formHeading {
        text-align: center;
    }
.adv-formHeading h1.h3 {
    font-size: 28px;
    color: #0ABCC0;
    text-align: center;
    margin-bottom: 30px !important;
}

body {
    background-color: #EEF6FF !important;
}
.vertical-menu {
    box-shadow: 0px 10px 20px rgba(18, 216, 221, 0.18);
    background: #0072BF;
}
.vertical-collpsed .navbar-brand-box{
    padding:0px 10px;
}
.metismenu li {
    padding-left: 10px;
    margin-bottom:1px;
}

    .metismenu li a {
        padding-left: 15px !important;
    }
.mm-active .active {
    background: #EEF6FF;
    border-radius: 5px 0px 0px 5px;
    color: #0072bf !important;
}
    .mm-active .active i {
        color: #0072bf !important;
    }
.metismenu li.mm-active .active, .metismenu li:hover a, .metismenu li.mm-active a {
    background: #EEF6FF;
    border-radius: 5px 0px 0px 5px;
    color: #0072bf !important;
}

    .metismenu li.mm-active .active i,  .metismenu li:hover a i,  .metismenu li.mm-active a i {
        color: #0072bf !important;
    }



.footer {
    background: #EEF6FF;
}

.btn-success {
    background: linear-gradient(90deg, #0072bf 0%, #12D8DD 100%);
    border: none;
    font-weight: 500;
    box-shadow: 0px 10px 20px rgba(18, 216, 221, 0.28);
}
    .btn-success:hover {
        /*background: linear-gradient(90deg, #12D8DD 0%, #0072bf 100%);*/
        box-shadow:none;
    }
#sidebar-menu ul li a {
    font-weight:500;
    color:#fff;
    font-size:14px;
}
    #sidebar-menu ul li a i{
        color:#fff;
    }
    #page-topbar {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.navbar-brand-box {
    background: #0072BF;
    box-shadow: 0px -20px 20px rgba(18, 216, 221, 0.18);
}
.menu-title{
    color:#b5e9ff;
}

#vertical-menu-btn i {
    width: 22px;
    height: 3px;
    background: #12D8DD;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    top: -4px;
}
    #vertical-menu-btn i::before {
        content: "";
        width: 35px;
        background: #12D8DD;
        height: 3px;
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: -8px;
    }
#vertical-menu-btn i::after {
    content: "";
    width: 14px;
    background: #12D8DD;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition:0.4s;
}
#vertical-menu-btn:hover i, #vertical-menu-btn:hover i::after, #vertical-menu-btn:hover i::before {
    background: #0072bf;
    width: 35px;
}
h4.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #0072bf;
}
.card {
    box-shadow: 0px 0px 10px rgba(100, 220, 223, 0.2);
    border-radius:10px;
}

.table-responsive {
    border-color: #d5e1ee;
    border-radius: 5px;
}
.table > thead.table-light th {
    background: #0072bf;
    color: #fff;
}

.table > :not(caption) > * > * {
    background-color: #ffffff;
    border-color: #d5e1ee;
    vertical-align: middle;
}
/*.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    background-color: #ffffff;
    --bs-table-accent-bg:#ffffff;
}*/
.table > tbody > tr:last-child td, .table > tbody > tr:last-child th {
    border-bottom: none;
}
.table .btn-success {
    color: #fff;
    background: #34c38f;
    border-color: #34c38f;
}
.table-success td {
    background: #f5ffff;
    font-weight: 500;
    color: #0072bf;
}
.btn-sm.edit {
    border-radius: 5px;
}


.modal-content{
    border:none;
}
.modal-header {
    background: #0072bf;
}
.modal-title {
    color: #fff;
    font-size: 20px;
}
.modal-body .btn-primary {
    background: linear-gradient(90deg, #0072bf 0%, #12D8DD 100%);
    border: none;
    font-weight: 500;
    box-shadow: 0px 10px 20px rgba(18, 216, 221, 0.28);
    border-radius: 5px;
    height: 44px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
    .modal-body .btn-primary:hover{
        box-shadow:none;
    }

    .modal-content .form-select, .modal-content .form-control {
        border: 1px solid #CAECFF;
        box-shadow: 0px 0px 10px rgba(63, 186, 255, 0.19);
        height: 44px;
    }

    .modal-content .form-select:hover, .modal-content .form-control:hover, .modal-content .form-select:focus, .modal-content .form-control:focus {
        box-shadow: none;
        border-color: #12D8DD;
    }

.copyApiBtn {
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ccace;
    border-color: #2ccace;
    padding: 0.37rem .75rem;
    padding-left: 44px;
}
    .copyApiBtn:hover {
        background-color: #14d8dd;
        border-color: #14d8dd;
    }
    .copyApiBtn.btn-success {
        padding-left: 44px;
        background-color: #34c38f;
        border-color: #34c38f;
    }
    .nameLink {
        color: #0072bf;
        font-weight: 500;
    }
    .nameLink:hover {
        color: #12d8dd;
    }

table.dataTable{
    margin:0px !important;
}
.dataTables_info, .dataTables_paginate {
    padding: 15px 15px;
}
.page-item.active .page-link {
    background-color: #2ccace;
    border-color: #2ccace;
}
.checkout-tabs .nav-pills .nav-link.active {
    background-color: #2ccace;
}
.statsCard{
    height:100%;
    margin-bottom:0px;
}
.statsCard .avatar-title {
    border-radius: 5px;
}
.statsCard .mini-stat-icon {
    margin-bottom:25px;
}
.statsCard p{
    text-transform:uppercase;
}
.statsCard h4 {
    font-size: 32px;
    color: #000;
    font-weight: 500;
}
#page-topbar.bgFill {
    background: #fff;
    box-shadow: 250px 0px 10px rgba(70, 170, 172, 0.2);
}

.userCard .avatar-title {
    background: #F7941C;
}
.impressionCard .avatar-title {
    background: #834EFE;
}
.leadCard .avatar-title {
    background: #4D7EFE;
}
.revenueCard .avatar-title {
    background: #53BB6A;
}
.payoutCard .avatar-title {
    background: #3FBAFF;
}
.profileCard .avatar-title {
    background: #F4619E;
}
.card .form-select, .form-control{
    height:44px;
    border-radius:5px;
}
.searchBtnCard {
    border-radius: 5px;
    background: #1acccb;
    border: none;
    font-weight: 500;
    box-shadow: 0px 5px 15px rgba(43, 232, 231, 0.69);
    text-transform: uppercase;
    height: 44px;
}
    .searchBtnCard:hover {
        box-shadow: none;
        background: #03b3b2;
    }

.downloadBtnCard {
    border-radius: 5px;
    background: #34c38f;
    border: none;
    font-weight: 500;
    box-shadow: 0px 5px 15px #34c38f69;
    text-transform: uppercase;
    height: 44px;
}

    .downloadBtnCard:hover {
        box-shadow: none;
    }

.dataTables_wrapper .dt-buttons, .dataTables_wrapper .dataTables_filter {
    padding: 15px 15px 15px 15px;
}
    .dataTables_wrapper .dt-buttons .btn{
        height:44px;
    }
    .dataTables_wrapper .dt-buttons .buttons-excel {
        align-items: center;
        display: flex;
        border-radius: 5px 0px 0px 5px;
        background: #0072bf;
        border-color: #0072bf;
    }
        .dataTables_wrapper .dt-buttons .buttons-excel span{
            margin-left:5px;
        }
        .dataTables_wrapper .dt-buttons .buttons-excel:before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url(../static/images/excel.svg);
            background-size:100%;
        }


    .dataTables_wrapper .dt-buttons .buttons-collection {
        align-items: center;
        display: flex;
        border-radius: 0px 5px 5px 0px;
        background: #0084DD;
        border-color: #0084DD;
    }
    .dataTables_wrapper .dt-buttons .buttons-collection span {
        margin-left: 5px;
    }
        .dataTables_wrapper .dt-buttons .buttons-collection:before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url(../static/images/eye.svg);
            background-size: 100%;
        }
.dataTables_wrapper .dataTables_filter label{
    margin-bottom:0px;
}
.btn-perview {
    border-radius: 5px;
    background: #1acccb;
    border: none;
    font-weight: 500;
    box-shadow: 0px 5px 15px rgba(43, 232, 231, 0.69);
    text-transform: uppercase;
    color:#fff;
}
    .btn-perview:hover {
        background: #1acccb;
        color:#fff;
    }
    .card-header {
        background-color: rgb(51, 203, 202);
        border-radius: 5px 5px 0px 0px;
    }
.card-header h4.card-title {
    color:#fff;
}
    .card-header.bg-transparent h4.card-title {
        color: #0072bf;
    }
.verticalBtn {
    border-radius: 5px;
    background: #1acccb;
    border-color: #1acccb;
    font-weight: 500;
}
    .verticalBtn:hover, .extraBtn:hover, .viewDetailsBtn:hover {
        background: #0fbfbe;
        border-color: #0fbfbe;
    }
    .viewDetailsBtn {
        background: #34cccb;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0px 10px 20px rgba(18, 216, 221, 0.28);
        text-transform: uppercase;
        padding: 7px 5px
    }
.previewBtnBlock{
    padding:15px;
}
.extraBtn {
    border-radius: 5px;
    background: #1acccb;
    border-color: #1acccb;
    font-weight: 500;
}
#post-recent .d-flex {
    margin-bottom: 7px;
    padding-top: 7px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

#post-recent .d-flex h5{
    margin-bottom:0px;
    font-weight:500;
}
#post-recent .d-flex p{
    font-size:10px;
}

.ad-modal-header h2{
    color:#fff !important;
}




    .bg-primary.bg-soft.welcomeTitle {
        background-color: rgb(0, 114, 191) !important;
    }

    .bg-primary.bg-soft.welcomeTitle .welcomeText {
        font-size: 30px;
        font-weight: bold;
        color: #fff !important;
    }
        .bg-primary.bg-soft.welcomeTitle .welcomeSubText {
            font-size: 16px;
            color: #fff;
        }
        /*responsive css*/
        @media only screen and (max-width: 1300px) {
            .loginFormBlock {
        padding: 15px !important;
        overflow: auto;
        height: 100vh;
    }
    .advertisementMarketingText{
        font-size:40px;
    }
        .advertisementMarketingText i {
            font-size: 30px;
            top: -10px;
            margin-left: -70px;
        }
    .createAdv{
        font-size:16px;
    }
}




@media only screen and (max-width: 992px) {
    #page-topbar{
        background:#fff;
    }
    .copyApiBtn {
        min-width: 147px;
    }
}


    @media only screen and (max-width: 640px) {
        .statsCard .mini-stat-icon {
            margin-bottom: 0px;
            float: left;
            margin-right: 10px;
        }

        table.dataTable > tbody > tr.child ul.dtr-details {
            width: 100%;
        }

        .table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before {
            background-color: #2ccace;
        }

        .dataTables_wrapper .dt-buttons .buttons-collection span, .dataTables_wrapper .dt-buttons .buttons-excel span {
            display: none;
        }

        .dataTables_wrapper .dt-buttons .buttons-excel, .dataTables_wrapper .dt-buttons .buttons-collection {
            width: 44px;
            max-width: 44px;
            display: inline-block;
        }

        #datatable-buttons_filter {
            width: 100%;
            padding: 0px 15px 15px 0px;
        }

        #page-topbar {
            background: #fff;
            box-shadow: 250px 0px 10px rgba(70, 170, 172, 0.2);
        }
        .profile-user-wid {
            margin-left: auto;
            margin-right: auto;
        }
        .text-truncate{
            text-align:center;
        }


    }

.card .skeleton * {
    background: linear-gradient( 120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48% );
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: run 2s infinite;
    border-radius: 5px;
}

@keyframes run {
    100% {
        background-position: -100% 0;
    }
}

.statsCard .skeleton p {
    min-height: 14.5px;
    margin-bottom: 5px !important;
}

.statsCard .skeleton h4 {
    min-height: 34.4px;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

.h05 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h50 {
    height: 50px;
}

.h55 {
    height: 55px;
}

.menuSkelton * {
    background: linear-gradient( 120deg, #0b0b0b3d 30%, #00040724 38%, #00040724 40%, #0000003d 48% );
    background-size: 200% 100%;
    background-position: 100% 0;
    animation: menuRun 2s infinite;
    border-radius: 5px;
}

@keyframes menuRun {
    100% {
        background-position: -100% 0;
    }
}

.metismenu .menuSkelton span {
    display: inline-block;
}

.header-item.menuSkelton {
    width: 64px;
    margin-top: 10px;
}

    .header-item.menuSkelton span {
        height: 3px;
        border-radius: 5px;
        display: block;
        margin: 5px 0px;
    }

.circleSkelton {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
}

.skeltonMenuText {
    margin: 15px 0px 15px 40px;
}

.loader-page {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(256, 256, 256, 0.7);
    text-align: center;
}

.loader-page-Img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 768px) {
    .font-size-lg {
        font-size: 13px;
    }
}

.custom-btn-height-width {
    height: 37px;
    width: 90px;
}
}
.table-responsive{
    position:relative;
}
.loader-page.table-loader {
    position:absolute;
}
