@import url("animate.css");
@import url("public.css");
@font-face{
    font-family: 'ChangaMedium';
    src: url(fonts/Changa-Medium.ttf);
}
:root{
    --Athens-Gray:#f6f7fb;
    --Gray:#EFEFF0;
    --PrimaryColor:#01a9ac;
    --BorderPrimaryColor:#00a0cd;
    --PrimaryColorHover:#0178bc;
    --BorderPrimaryColorHover:#0178bc;
    --BoxShadow:#ebebeb;
    --GeneralBoxShadow:0px 4px 8px var(--BoxShadow);
    --Black:#000000;
    --align:right;
    --direction:rtl;
}
*:focus{
    box-shadow: none !important;
}
.line-height-0{
    line-height:0rem
}
.line-height-0-5{
    line-height:0.5rem
}
.line-height-1{
    line-height:1rem
}
.line-height-1-25{
    line-height:1.25rem
}
.text-Black{
    color: var(--Black) !important;
}
.text-Gray{
    color: var(--Gray) !important;
}
.text-primary{
    color: var(--PrimaryColor) !important;
}
.text-warning{
    color: var(--bs-orange) !important;
}
.border-Black{
    border-color: var(--Black) !important;
}
.border-Gray{
    border-color: var(--Gray) !important;
}
.border-primary{
    border-color: var(--PrimaryColor) !important;
}
.bg-black{
    background-color: var(--Black) !important;
}
.bg-Gray{
    background-color: var(--Gray) !important;
}
.bg-primary{
    background-color: var(--PrimaryColor) !important;
}
.GeneralBoxShadow{
    box-shadow: var(--GeneralBoxShadow) !important;
}
.opacity-0{
    opacity: 0 !important;
}
.opacity-1{
    opacity: 1 !important;
}
body{
    background-color: var(--Athens-Gray) !important;
    font-family: 'ChangaMedium' !important;
}
select{
    font-size: 14px !important;
}
.tooltip-inner{
    font-family: 'ChangaMedium' !important;
}
.progress.progress-page-load {
    position: fixed;
    top: 0px;
    height: 4px !important;
    z-index: 100000;
    width: 100%;
    direction: ltr !important;
    border-radius: 0px !important;
    overflow: hidden;
}
.progress.progress-page-load .progress-bar {
    background-color: var(--PrimaryColor) !important;
    -webkit-animation: progress-bar-stripes 0.3s linear infinite;
    animation: progress-bar-stripes 0.3s linear infinite;
}
.font-size-12{
    font-size: 12px !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-22{
    font-size: 22px !important;
}
.font-size-24{
    font-size: 24px !important;
}
.font-size-26{
    font-size: 26px !important;
}
.font-size-28{
    font-size: 28px !important;
}
.font-size-30{
    font-size: 30px !important;
}
.font-size-32{
    font-size: 32px !important;
}
.font-size-34{
    font-size: 34px !important;
}
.font-size-36{
    font-size: 36px !important;
}
.font-size-38{
    font-size: 38px !important;
}
.font-size-40{
    font-size: 40px !important;
}
.font-size-42{
    font-size: 42px !important;
}
.font-Tahoma{
    font-family: 'Tahoma', sans-serif !important;
}
.font-ChangaMedium{
    font-family: ChangaMedium;
}
.row{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.form-control{
    font-size: 14px;
}
.form-switch .form-check-input{
    border-radius: 2em !important;
}
.form-check .form-check-input {
    float: right !important;
    margin: 4px 8px !important;
    padding: 4px !important;
}
.btn{
    box-shadow: none !important;
}
body > .Notification{
    display: block;
    position: fixed;
    z-index: 100000;
    top: -100px;
    left: 4px;
    background-color: var(--bs-white);
    color: var(--bs-white);
    padding: 8px 15px;
    border: 1px var(--bs-white) solid;
    border-radius: 500px !important;
    width: auto;
    min-width: 200px;
    text-align: right;
    opacity: 0;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
}
.Notification.show{
    top: 8px !important;
    opacity: 1 !important;
}
.Notification.hide{
    top: -100px;
    opacity: 0 !important;
}
.Notification.success{
    background-color: var(--bs-success) !important;
    box-shadow: 0px 0px 15px var(--bs-success) !important;
}
.Notification.error{
    background-color: var(--bs-danger) !important;
    box-shadow: 0px 0px 15px var(--bs-danger);
}
.NotificationIn{
    position: relative;
    display: block;
    z-index: 100000;
    padding: 4px;
    border: 0px var(--bs-secondary) solid;
    border-radius: 2px !important;
    text-align: right;
    opacity: 0;
    transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    -webkit-transition: all 0.3s ease !important;
    margin: auto 4px;
    color: var(--bs-white);
}
.NotificationIn.show{
    top: 0px !important;
    opacity: 1 !important;
}
.login-area-islogin{
    transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -webkit-transition: all 1s ease-in-out !important;
    filter: opacity(0.8);
    -webkit-filter: opacity(0.8);
}
.login-box{
    box-shadow: 0px 0px 0px 1px #dddddd;
}
.LoginMsg{
    width: 100%;
    left: 0px;
    right: 0px;
    top: 4px;
    z-index: 99999999999;
    position: absolute !important;
}
.FormLoginInputs .input-group-text{
    width: 40px;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.Data-Stripe{
    transition: all 0.2s ease !important;
    -moz-transition: all 0s ease !important;
    -o-transition: all 0s ease !important;
    -webkit-transition: all 0s ease !important;
}
.Data-Stripe:nth-child(even):hover,.Data-Stripe:hover{
    background-color: #3d4f6629;
}
.Data-Stripe.NotDelivered:hover{
    background-color: var(--Green) !important;
}
.Data-Stripe:nth-child(even) {
    background-color: #f6f7fb;
}
.Data-Stripe >div{
    border-left: 1px #dbdbdb solid;
}
.Data-Stripe >div:last-child{
    border-left:none !important;
}
.Data-Stripe-danger{
    background-color: #f8d7da0d;
}
.Data-Stripe-success{
    background-color: #4057670d;
}
.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item>li>a .pcoded-mtext{
    padding-right: 32px !important;
}
.pcoded-navbar.showpcoded-navbar{
    margin-right:0px !important;
}
.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:after, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:after{
    right: 180px;
}
.pcoded-main-container{
    /*background-color: #e3e3e3 !important;*/
}
.ContactSupport{
    position: fixed;
    z-index: 2;
    bottom: 8px;
    left: 8px;
}
#visitor{
    min-height: 300px;
    height: 300px;
}
#visitor .amcharts-main-div .amChartsLegend{
    display: none !important;

}
.UserNavBar{
}
.UserNavBar .UserNavBarLink{
    font-weight: bold;
    position: relative;
    transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}
.UserNavBar .UserNavBarLink.active,
.UserNavBar .UserNavBarLink:hover{box-shadow: 0px 2px 0px var(--PrimaryColor);}
.RemoveAfter::after{
    display: none !important;
}
.user_statistics .statistics_data{
    border: 1px #3d4f66b3 dashed !important;
    border-radius: 25px !important;
    line-height: 12px !important;
    padding: 8px !important;
    margin-right: 4px !important;
    display: inline-block;
    width: auto;
}
.users_list .statistics_data.placetrue:hover{
    background-color: #0ac2821c;
}
.users_list .statistics_data.placefalse:hover{
    background-color: #fe5d701c;
}
.ck.ck-reset.ck-editor{
    width: 100%;
}
.ck.ck-content{
    min-height: 400px;
}
.ck.ck-toolbar{
    background-color: #3d4f661f !important;
}
.ck.ck-toolbar__items{
    justify-content: center !important;
}
[ng-controller="ReportResultController"] > iframe{
    height: 95vh !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.btn-mat.active:before{
    left: 0 !important;
    right: 0 !important;
}
.btn-mat.active{
    color: #000000;
}
.card_total {
    overflow: hidden;
    box-shadow: 0 0px 30px 0px #00000045;
}
.card_total .card-footer {
    text-shadow: 1px 1px 0px #00000047;
}
.card_total_balance {
    text-shadow: 1px 1px 0px #0000008a;
}
.visitor_call_spinner{
    width: 24px;
    height: 24px;
    font-size: 13px;
    color: #ff371a !important;
    display: inline-block;
    position: relative;
    top: 6px;
}
.total_page_view{
    color: var(--BorderPrimaryColorHover) !important;
}
.total_estimated_earnings{
    color: var(--bs-success) !important
}
.total_page_view_rpm{
    color: var(--bs-orange) !important;
}
.settings_submenu a{
    margin-right: 22px !important;
    color: #dcdcdc !important;
}
.AddUsersToFilter, .AddPaymentsToFilter{
    max-height: 245px;
    overflow: auto;
}
.FormGoogleAdsensePercentagesList {
    height: 80vh;
}
#StatisticsViewByCountry{
    width: 600px !important;
    height: 492px !important;
    margin-right: 0px !important;
    margin-top: -66px !important;
}
@media only screen and (max-width: 992px) {
    .header-navbar .navbar-wrapper .navbar-logo a img {
        width: 111px !important;
    }
    .header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
        right: 10px;
        left: auto;
    }
    .header-navbar .navbar-wrapper .navbar-logo .mobile-options{
        left: 10px;
        right: auto;
    }
}
@media (max-width: 600px) {
    .UserNavBar .UserNavBarLink{
        border-radius: 100px !important;
        overflow: hidden;
    }
    .users_list_data{

    }
    #StatisticsViewByCountry{
        width: 600px !important;
        height: 492px !important;
        margin-right: -134px !important;
        margin-top: -60px !important;
    }
}
@media (max-width: 500px) {
    .UserNavBar .UserNavBarLink:after{
        display: none;
    }
    .Data-Stripe >div{
        border-left: 0px #dbdbdb solid;
    }
}
