html, body {
    /*    overflow-x: hidden;*/
}
.container-custom
{
    background:white;
    border-radius:10px;
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1;
}
.submit{
    pointer-events: all;
}
#ask-for-additional-functionallity-bg {
    position: fixed;
    display: none;
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.1;
}

#ask-for-additional-functionallity {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 99;
    min-width: 30rem;
}
h1{
    color:black;
}

h3, h5{
    font-weight: bold;
    color:black;
}
p{
    color:black;
    font-size: 14px;
    font-weight: 400;
}

.webview-calls-header{
    background: white; padding: 5px 15px; margin-bottom: 10px; border-radius: 7px; text-align: left;
}
.webview-calls-header span{
    color: gray;
    text-align: center;
    margin-top:15px;
}
.e-richtexteditor .e-rte-content .e-content, .e-richtexteditor .e-source-content .e-content {
    min-height:500px !important;
}

.next-btn{
    cursor: pointer !important;
    padding: 5px 40px !important;
    width: 255px;
    font-weight: 600 !important;
    display: flex !important;
    justify-content: center;
    height: 40px;
}

.kt-login__link-forgot:hover{
    color: #eb2d90 !important;
    font-weight: 500;
}

.default-btn-shadow{
    font-family: 'Poppins', sans-serif;
    background: #eb2d90;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(235,45,143,1);
    -moz-box-shadow: 0px 0px 11px 0px rgba(235,45,143,1);
    box-shadow: 0px 0px 11px 0px rgba(235,45,143,1);
    cursor:pointer;
}
.default-btn{
    font-family: 'Poppins', sans-serif;
    background: #eb2d90;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;

    cursor:pointer;
}
.error-message{
    color: red;
    font-size: 14px;
    font-weight: 500;
}
.error-link{
    color: white;
    font-weight: 700;
}
.error-link:hover {
    color: #dadadc;
}
.disabledElem
{
    opacity: 0.65;
    pointer-events: none;
}

.disabled
{
    pointer-events: none;
    background: #f7f8fa;
}

.offcyclic{
    margin-top: -30px;
    color: black;
    opacity: 1 !important;
    pointer-events: all !important;
    font-weight: bold;
}

.gross-price{
    color: black;
    font-size: 10px;
    margin-top: -10px;
}

.promo{
    color: red;
    font-size: 15px;
}

.promo-days{
    text-align: center;
    font-weight: bold;
    padding: 12px 10px;
}

.hidden{
    display: none !important;
}

.visible{
    display: block;
}

.cursor .e-gridcontent{
    cursor: pointer;
}

.service-edit-window{
    min-width:240px; max-width:1250px
}
.widget-block-container{
    margin-left:75px;
    margin-right:75px;
}
.partnerLinkBlock{
    margin: auto;
    text-align: center;
    background: white;
    width: fit-content;
    padding: 20px 50px;
    border: 2px solid #eb2d90;
    border-radius: 15px;
    text-align: center;
    display: flex;
}
.partnerLinkText{
    width:fit-content;
    font-size: 20px;
    font-weight: bold;
    color: black;
    align-self: center;
}
.partnerLink{
    width:fit-content;
    color: black;
    font-size: 14px;
}

.partners-table-column-company-name{
    width:600px;
}

.partners-table-column-commision-name{
    width:200px;
}

.partners-module-logos{
    width:634px;
    height: 120px;
}

.partner-element-container{
    background: white;
    border-radius: 15px;
    padding: 25px 0px 25px 25px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.package-name{
    color:white;
    font-size:20px;
}

.package-header-text{
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #1e1e2d;

}
.serviceStatus
{ display: flex;
  height: 14px;
  width: 80%;
  border-radius: 50px;
  background: #EEEEEE;

}
.modal-info-background{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-info-background-more{
    display:none;justify-content: center; align-items: center; opacity: 1; transition: all 1s ease;
}

.modal-info-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
    width: 500px;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -15px;
    right: -7px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-custom{
    border: none !important;
}

.modal-body-custom{
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}

.modal-footer-custom{
    justify-content: center !important;
    border: none !important;
}

.modal-footer-custom button{
    background: #eb2d90 !important;
    border: #eb2d90 !important;
    padding: 10px 50px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
}
.package-subheader{
    margin-left: 50px;
    font-size:11px;
    color:black;
}

.package-text-name{
    font-size: 12px;
    color: black;
    font-weight: 500;
    width: 200px;
}
.demo-package-text-name{
    font-size: 13px;
    color: black;
    font-weight: 500;
    width: 200px;
}


.package-subheader-text{
    margin-left: 20px;
    font-weight: 600;
    font-size: 11px;
}

.margin-bottom-50
{
    margin-bottom: 50px;
}
.statusElem
{
    width: 33.3%;
}
.statusComplete
{
    background: #4489FF;
}
.e-input-group .e-input-group-icon, .e-input-group.e-control-wrapper .e-input-group-icon {
    margin-right: 5px !important;
}
.e-filterUi_input e-filtertext e-fltrTemp .e-filterUi_input e-filtertext e-fltrTemp{
    text-align: center !important;
}

.table-hover tbody tr:hover {
    background-color: #ffffff;
}
.remember-chk {
    top: 3px;
    left: 3px;
}
.kt-subheader__toolbar .dropdown-menu.show {
    padding-left: 7px;
    min-width: 15rem;
}
#active_lang > i {
    font-size: 23px;
    color: #EB2D90;
}
.topbar-mobile {
    display: none;
}
.topbm-icons {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.topbar-mobile .kt-header__topbar-wrapper {
    margin: auto;
}
.topbar-mobile .kt-header__topbar-user {
    max-width: 200px;
    height: auto !important;
}
.topbar-mobile .kt-header__topbar-welcome, .topbar-mobile .kt-header__topbar-username {
    font-size: 1.2rem !important;
}
.topbar-mobile .kt-header__topbar-username {
    word-break: break-word;
}
#scriptCode {
    word-break: break-word;
}
.store-badge {
    width: 160px;
}
.addservs1 {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto;
}
.custom-radio
{
    width: 20px;
    height: 20px;
    background: #ccccd2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.packages-li
{
    float:left;
    width:200px;
    margin-left: 35px;
}

.packages-li:hover .packages-li-text, .custom-radio {

    cursor: pointer;
    color:red;
}

.packages-li-text
{
    color: black;
    margin-top: 2px;
    margin-left: 40px;
    font-size: 12px;
    font-weight: bold;

}


.custom-radio .custom-radio
{
    width: 10px;
    height: 10px;
    background: #eb2d90;
    border-radius: 50%;
}



.info-custom
{
    width:24%;
    background: white;
    border-radius: 10px;
    padding-left: 10px;
    padding-top:30px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 180px;
    margin-bottom: 4px;
    /*    border-bottom: 3px solid;*/
}
.span-custom{
    font-size: 30px;
    font-weight: 500;
}
.page-content-edit
{
    background: white;
    justify-content: center;
    padding: 10px 20% 0 20%;
    height: fit-content;
    border-radius: 10px;
}
.edit-header{
    text-align: center;
    color: #707070;
    font-size: 20px;
    font-weight: bold;
}
.edit-footer{
    text-align: center;
    margin-bottom: 30px;
}
.custom-form
{
    margin-bottom: 10px;
    margin-top:0px !important;
    border: 1px solid #8080806e !important;
    background: white !important;
    font-weight: 500 !important;
}
.serviceStatus
{ display: flex;
  height: 14px;
  width: 80%;
  border-radius: 50px;
  background: #EEEEEE;

}
.statusElem
{
    width: 33.3%;
}
.statusComplete
{
    background: #4489FF;
}
.copyButton
{
    position: absolute;
    height: 30px;

    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    margin-top: -15px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}
.custom-add-btn
{
    padding: 8px 27px 8px 27px;
    font-size: 17px;
    min-width: 100px;
    margin: 10px !important;
}
.custom-btn-block{
    margin-top:10px;
}
.custom-kt-wizard-v3
{
    margin: auto;

}


pre
{
    overflow: hidden !important;
}
.widget-block{
    width:450px;
}
.widget-header
{
    padding: 10px;
    background: #EB2D90;
    border-radius: 5px 5px 0px 0px;
}
.widget-body
{
    display:contents;
    height:50%;
}
.widget-footer
{
    text-align: center;
    padding: 9px;
    background: #EBEBEB;
    border-radius: 0px 0px 5px 5px;
    font-size: 9px;
}
.footer-text{
    font-size: 5px !important;
}
.main-header-text
{
    font-family: 'Poppins', sans-serif; color: white; font-size: 25px; font-weight: bold;
}
.second-header-text{
    font-family: 'Poppins', sans-serif; color: white; font-size: 16px; font-weight: bold; padding-left: 15px;padding-right: 15px;
}
.numberInput{
    width: 250px;
    height: 45px;
    border: none ;
    background: #EBEBEB !important;
    border-radius: 50px !important;
    font-size: 12pt ;
}
select{
    outline:none;
}

.color-block{
    max-width:225px;
    margin-left: 50px;
    height: fit-content;
    /*    margin-top: 30px;*/
    display: grid;
    justify-content: center;
    text-align: center;
    margin-left: 0px;

}
.color-elem {
    width:25px;
    height: 25px;
    border-radius: 3px;
    margin-left: 5px;
    cursor: pointer;
}

.color-elem-container:first-child{
    margin-left: 0;
}

.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover{
    font-size: 1rem;
    color: black;
}
.nav-tabs .nav-item .nav-link{
    color:black;
}
.nav-tabs .nav-link.active{
    background:#EB2D90 !important;
    color:white !important;
}

.fa-times-circle{
    cursor: pointer;
}

/*Calls*/

.page-content-edit-calls
{
    background: white;
    justify-content: center;
    padding: 10px 10% 0 10%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 5px;
    padding-bottom:10px
}
.edit-header-calls{
    text-align: center;
    color: #707070;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.edit-footer-calls{
    text-align: center;
    margin-bottom: 30px;
}
.call-view-elem{
    width: fit-content;
    display: flex;
    font-size: 17px;
    color:black;
}
.call-view-elem-text{
    font-weight: bold;
    text-align: center;
}
.comment-area-calls
{
    border-width: 1.5px;
    border-color: black;
    margin-top: 10px;
}
.save-button
{
    margin-top: 20px;
}
/* Reports */
.h3-chart-small{
    margin-left: 5px;
    margin-bottom: 30px;
    color:black;
}
.chartInfo-small
{
    display: flex;
}

.chart-small-block{
    display: flex; margin-top: 20px;
}
.chartReport-small
{
    padding-left: 30px;
    padding-right: 30px;
    background:white;
    border-radius: 10px;
}
.chartInfoElem-small
{
    margin-left: 10%;
}
.textSpan{
    font-size: 14px;
}

.chartInfoElem-small-first
{
    margin-left: 5px !important;
}
.chart-container{
    padding: 30px;  background:white; border-radius: 10px;
}
.chart-container-main{
    margin-top: 20px;
    width:100%;
    height:500px;
}
.chart-container-small{
    height:200px;
    border-radius: 10px;
}
/*menuItem*/
.hoverMenuItem{
    border-left: 100px !important;
    border-color: #EB2D90 !important;
    /* height: 25px; */
    margin-top: -9px;
    margin-bottom: -9px;
    margin-left: 2px;
    width: 5px;
    border-radius: 3px;
    background-color: transparent;
    float: left;
    margin-right: 20px;
    /* display: none;*/
}
.page-sidebar-item:hover div {
    background-color: #EB2D90;
}
/*package-info*/
.card
{
    width: 300px;
    min-width: 200px;
    border-radius: 15px;
    margin: 17px 25px;
    margin-left: 10px;
}
.card-header-custom{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.card-text-elem
{
    color: black;
    padding: 7px 18px;
    display: flex;
}

.card-elem-info{
    float: right;
    align-self: center;
    right: 20px;
    position: absolute;
}

.card-price-elem{
    text-align:center;
    font-size: 36px;
    margin-top: 23px;
    display:grid;
}

.card-price-promo{
    font-size: 20px;
    color:black;
}

.card-price-currency{
    font-size:20px;
}

.card-details {
    /*    width:80%;
        margin-top:30px*/
}
.card-text {
    width:90%;
    margin-top:40px
}
.calls-card-header
{
    font-size: 20px;
    font-weight: bold;
    color: #001231;
    font-family: Poppins, sans-serif;
    padding-left: 15px;
}
.calls-card-name
{
    font-size: 14px;
    font-weight: 400;
    /*    text-align: center;*/
}
.info-load{
    margin-left: 10px !important;
}
.package-info{
    font-size:14px; color:#4B576D; font-weight: 400;
}
.kt-spinner {
    /*    margin: auto;
        width: 20px;*/
}
.info-val
{
    color:#309CAD; font-weight: bold;
}

button.info, button.info-button {
    position: relative !important;
    background: #fff !important;
    height: 13px !important;
    width: 13px !important;
    border: none !important;
    border-radius: 50px !important;
    margin-left: 5px !important;
}

button.info i, button.info-button i {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    font-size: 13px !important;
    color: #eb2d90 !important;
}
.info-container{
    display: none !important;
}
.info-container p{
    color: #001231 !important;
    margin:unset !important;
    font-size: 14px !important;
}
.info-container span{
    color: #5a5a5a !important;
    margin:unset !important;
    font-size: 14px !important;
}
.font12-regular{
    font-size: 12px;
    font-weight: 500;
}
.font14-regular
{
    font-size: 14px;
    font-weight: 500;
    color: black;
}
.font15-regular
{
    font-size: 14px;
    font-weight: 500;
    color: black;
}
.font20-bold{
    font-size:20px;
    font-weight: bold;
    color: black;
}
.font22-bold{
    font-size:22px;
    font-weight: bold;
}

.font13-bold{
    font-size:13px;
    font-weight: bold;
    color: black;
}
.font30-bold{
    font-size:30px;
    font-weight: bold;
    color: black;
}

.font32-bold{
    font-size:32px;
    font-weight: bold;
    color: black;
}
.font14-regular
{
    font-size: 14px;
    color:black;
    font-weight: normal;
}

.font16-regular
{
    font-size: 16px;
    color:black;
    font-weight: normal;
}

.font16-bold
{
    font-size: 16px;
    color:black;
    font-weight: bold;
}

.font13-regular
{
    font-size: 13px;
    color:black;
    font-weight: normal;
}

.payments-thanks{
    text-align: center;
    padding-top: 50px;
    color: black;
    font-size: 54px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.payments-thanks-text{
    text-align: center;
    color: black;
    font-size: 30px;
    margin-top: 36px;
    font-weight: 600;
}

.commision-container-margin-50{
    margin-top: 50px;
}

.partners-info-container{

    height: 145px;
}

.kt-notification .kt-notification__item:after{
    content: unset !important;
}
/*.kt-notification .kt-notification__item:hover{
    color:#EB2D90 !important;
}*/
.kt-notification .kt-notification__item:hover .kt-notification__item-details .kt-notification__item-title {
    color: #EB2D90 !important
}
.btn.btn-label-callback {
    background-color: rgba(93, 120, 255, 0.1);
    color: #EB2D90;
    cursor: text !important;
}
a.btn.btn-label:hover{
    background-color: #EB2D90;
    color: #ffffff;
}
.service-instalation-download{
    margin: auto;
    font-weight: 500;
    width:fit-content;
    padding: 11px 20px;
    border-radius: 50px;
    display: block;
    margin-top: 20px;

}

.dashboard-baner{
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    text-align: center;
}
.dashboard-baner-logo{
    margin: 0px 30px;
    width: 202px;
}
.dashboard-button-container{
    margin: auto;
}
.standard-button{
    border-radius: 50px;
    background: #eb2d90;
    padding: 5px 25px;
}
.kt-content {
    height: 100%;

}

.pay-term-ul{
    display: block;
}

.user-edit-config-elem{
    width:30%;
}
.annual-promo{
    font-size: 9px;
    height: calc(100% + 2px);
    margin-left: 3px;
    background: #eb2d90;
    border-radius: 0px 10px 10px 0px;
    color: white;
    padding: 10px;
    font-weight: 500;
    margin-top: -1px;
    margin-right: -1px;
}
.service-add-install-shop{
    margin-top:5px; font-size:17px; font-weight:500; color: black
}
.btn-danger{
    background-color: #eb2b90;

}
.discount-container{
    display: flex;
}
.discount-container-text{
    width: 500px;
    margin-top: 75px;
    margin-bottom: 50px;
}

.register-radio{
    margin-left: 20px;
    margin-right: 5px;
}

.help-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}
.help-video-iframe{
    width: 420px;
    height:237px;
    border:none;
    border-radius: 20px;
}

.input-number{
    border: 0;
    background: #eae7e7;
    border-radius: 10px;
    width: 230px;
    height: 45px;
    padding: 0 20px 0px 20px;
    text-align: center;
    margin-top: 20px;
}

.font21-semibold {
    font-size: 21px;
    font-weight: 500;
    color: black;
}

.font19-semibold {
    font-size: 19px;
    font-weight: 500;
    color: black;
}
.submit-window{
    background-color: #fefefe;
    margin: 15% auto;
    padding-bottom: 20px;
    border-radius: 3px;
    width: 470px;
    height: max-content;
}

.yes-button-style{
    padding: 5px 20px;
    color: white;
    background: #eb2d90;
    border: none;
    border-radius: 50px;
}

.no-button-style{
    padding: 5px 20px;
    background: white;
    border: none;
    border-radius: 50px;
    border: 1px solid #E2E2E2;
    margin-left: 10px;
}

.submit-window-text{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:black;
    padding-left: 30px;
    padding-right: 30px;
}

.containerCustomCheckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCustomCheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px;
}

/* On mouse-over, add a grey background color */
.containerCustomCheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCustomCheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCustomCheckbox .checkmark:after {
    left: 5px;
    top: -3px;
    width: 10px;
    height: 20px;
    border: solid #eb2d90;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkBoxCustomLabel
{
    font-size: 17px;
    vertical-align: middle;
    color: black;
    font-weight: 500;
}

/*#mailTemplate_rte-edit-view{
    background: #e8e8e8;
}*/

.containerCustomRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCustomRadio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radiomark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: solid 1px;
    border-radius: 50px;
}

/* On mouse-over, add a grey background color */
.containerCustomRadio:hover input ~ .radiomark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */


/* Create the radiomark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radiomark when checked */
.containerCustomRadio input:checked ~ .radiomark:after {
    display: block;
}

/* Style the radiomark/indicator */
.containerCustomRadio .radiomark:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #eb2d90;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.settings-header-text{
    font-size: 20px;
    font-weight: 700;
    color: #707070
}
.settings-header-text2{
    font-size: 16px;
    font-weight: 700;
    color: #707070
}
.company-setings-switch-label
{
    align-self: center; margin-left: 20px; color:#eb2d90; font-size: 19px; font-weight: 700
}

/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    display:none;
}


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

.slider:before {
    content:"";
    position: absolute;
    height: 24px;
    width: 24px;
    background-color: white;
    border: #ccc solid 1px;
    -webkit-transition: .5s;
    transition: .5s;
}

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

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

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    border: #eb2d90 solid 1px;

}

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

.slider.round:before {
    border-radius: 50%;
}
label{
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    color: black;
}
/*    end switch*/

.call-register-settings{
    margin-left: 60px;
}

.call-rec-register-settings-container{
    display: grid; grid-template-columns: 1fr 1fr;
}

.service-instalation-block{
    margin: auto;
    text-align: left;
}

.service-instalation-span{
    font-size: 17px;
    color: black;
    font-weight: 500;
}
.integtations-texts p{
    margin-bottom: 0;
}

.integtations-texts-main{
    text-align:center;
}
.custom-edit-container{
    margin-top: 50px;
}

.packages-header-info{
    display:flex;
    align-items: center;
    justify-content: right;
    flex-direction: row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
}

.packages-li-promo{
    width: fit-content;
    /* flex-direction: column; */
    align-items: center;
    display: flex;
}

.payments-thanks-buttons{
    display: flex; margin: auto; width: fit-content; flex-direction: column;
}

.company-info-view-container{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    left: 0px;
    top: 0px;
    display: flex;
    background: #0000008c;
}

.company-info-container{
    width: 100%;
    height: 80%;
    margin: 10%;
    background: white;
    align-self: center;
    border-radius:10px;
    display:flex;
    padding: 30px;
    justify-content: space-evenly;
}

.company-info-block{
    margin-top: 10px;
    border-bottom: 1px solid #00000030;
    font-size: 14px;
    font-weight: 300;
    color: black;
    flex-basis: 50%;
}

.company-info-text{
    font-weight: 500;
    font-size: 16px;
}

.company-info-name-text{
    color: black;
    font-weight: 500;
    font-size: 16px;
}

.password-validation{
    background: rgba(208, 208, 208, 0.2); padding: 10px; border-radius: 10px; color:black; display:none; text-align: left;
}
.password-validation-fixed{
    width: 220px;
    position: absolute;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%); background: rgba(208, 208, 208, 0.95); padding: 10px; border-radius: 10px; color:black; display:none; text-align: left;
}
.flex-center{
    display:flex;
    align-items: center;
}
.form-reg{
    color: black;
}

.demo-package-info-text{
    font-size: 21px
}
.demo-package-info-text2{
    font-size: 14px
}

.demo-package-info{

}

.tag-elem{
    background: gainsboro;
    border-radius: 10px;
    padding: 5px 19px;
    text-align: center;
    width: fit-content;
    margin: 5px;
    color: black;
    display:flex;
    align-items: center;
    cursor:pointer;
}

.tag-elem-selected{
    background: #eb2d90;
    border-radius: 10px;
    padding: 5px 19px;
    text-align: center;
    width: fit-content;
    margin: 5px;
    color: white;
    display:flex;
    align-items: center;
    cursor:pointer;
}
.tag-elem-selected i{
    margin-left: 10px;
    color: white;
    font-size: 16px;
    cursor:pointer;
}

.tags-remove-icon{
    margin-left: 10px;
    color: black;
    font-size: 16px;
    cursor:pointer;
}

.group-container{
    margin-top:30px;
}

.select-ignore-period{
    padding: 5px 10px;
    color:black;
    border-radius: 25px;
    margin-bottom: 5px;
    font-weight: 500;
    background: #dadada;
    margin: 0 3px;
    border: 2px solid;
}

.period-selected{
    border: 2px solid #eb2d90!important;
    background: #f193c4 !important;
}

.guide-class{
    background:white;
}

.edit-call-container{
    display: flex; justify-content: space-around; height:100%
}
.edit-call-view-container{
    width:49%;
}

.enjoy_hint_label{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.progress-loading{
    border: 14px solid;
    border-top-color: transparent;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    -webkit-animation: rotating 2s linear infinite;
    margin-top: 25px;
    color: #eb2d90;
}

.select-facebook-page-containner{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #332f2f9c;
    z-index: 999999;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-count-info-text{
    padding: 1px 8px;
    background: white;
    border-radius: 15px;
    color: black;
    font-weight: 600;
}
.demo-package-info-container{
    width: 70%;
}

.groups-langs-container{
    display: flex;
    flex-wrap: wrap;
}

.groups-container{
    display: flex;
    align-items: center;
}

.group-icon-name{
    margin-top: 5px;
}

.website-tutorial{
    height: 175px;
    width: 300px;
    position: absolute;
    pointer-events: none;
}

.accepted-call{
    color:#4dd635;
    font-weight:500;
}
.pending-call{
    color:#ff8d00;
    font-weight:500;
}
.rejected-call{
    color:#ea0000;
    font-weight:500;
}
.click-to-call-btn{
    width: 120px;
    text-align: center;
    background: #28a00a;
    color: white;
    border-radius: 10px;
    padding: 5px 12px;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.click-to-call-btn:hover{
    color: white;
}
.click-to-reject-btn:hover{
    color: white;
}
.click-to-reject-btn{
    width: 120px;
    text-align: center;
    background: #f30000;
    color: white;
    border-radius: 10px;
    padding: 5px 12px;
    margin-right: 20px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card-header-container{
    padding: 10px;
    margin-bottom:10px;
    background: white;
    border-radius: 10px;
    transition: all 1s;
    opacity: 1;
}

.package-company-info{
    display: flex; justify-content: space-between; margin-top:10px; border-bottom: 1px double #d1d1d1;
}

.payment-buttons-container{
    display: flex;
    justify-content: space-evenly;
    max-width: 450px;
    margin: auto;
    margin-top: 50px;
}

.integration-container{
    border-bottom: 2px solid #F2F3F8;
    padding-bottom: 50px;
}

.pinned-button{
    position: fixed;
    padding: 10px;
    bottom: 0;
    background: #ffffffba;
    width: 90%;
    left: 265px;
    text-align: center;
    border-top: 1px solid #00000047;
    pointer-events: none;
    z-index: 2;
}

.flex-center-beetwen{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-vertical{
    display:flex;
    align-items: center;
}
.flex-start{
    display:flex;
    align-items: start;
}

.no-access{
    opacity: 0.7;
    pointer-events: none !important;
}

.promo-packages-container{
    display: flex;
    border: 2px solid #eb2d90;
    border-radius: 12px;
}

#cb_integrations{
    padding: 50px 12.5px 25px;
    height: auto;
}

.search-bar{
    width: 315px;
    position: relative;
}

.search-bar input{
    border-radius: 50px;
    border: 1px solid #e2e5ec;
}

.search-bar input:hover,
.search-bar input:focus{
    border-color: #EB2D90;
}

.search-bar i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #e2e5ec;
}

.integrate-container{
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.integrate-btn{
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #646c9a;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    letter-spacing: .1px;
    transition: all .15s ease-in;
    border-top: 1px dashed #b5b0b0;
    border-bottom: 1px dashed #b5b0b0;
    border-left: 1px dashed transparent;
    border-right: 1px dashed transparent;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
}

.integrate-btn:hover{
    border-top: 1px dashed transparent;
    border-bottom: 1px dashed transparent;
    border-left: 1px dashed #b5b0b0;
    border-right: 1px dashed #b5b0b0;
    color: #646c9a;
    cursor: pointer;
}

.integrate-footer-container{
    padding: 12px 8px;
}

.main-integrate-container{
    -webkit-box-shadow: 0px -1px 30px -20px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px -1px 30px -20px rgb(0 0 0 / 75%);
    box-shadow: 0px -1px 30px -20px rgb(0 0 0 / 75%);
    border-radius:20px;
    position: relative;
    margin: 0 20px 40px 20px;
}

.integrate-header-container{
    background: #EB2D90; padding: 10px; border-top-left-radius: 8px; border-top-right-radius: 8px;
}

.dropdown-toggle-custom{
    white-space: nowrap;
    border-radius: 3px !important;
    padding-right: 5px !important;
}

.dropdown-toggle-custom::after{
    text-align: center;
    margin-left: 0.5rem;
    content: '\e969';
    font-family: 'e-icons';
    font-size: 12px;
    color: #0000007a;
}

.modal-info-content span{
    color:#5a5a5a;
}

.warning-icon{
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.integration-logo{
    height: 80px;
    width: 160px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.integrations-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.integration-container-custom{
    padding: 25px;
}

.font-bold-23{
    font-size: 23px;
    font-weight: bold;
    color: black !important;
}
.container-checkbox input {
    position: relative;
    opacity: 0;
    cursor: pointer;
    width: 1;
}
.checkbox_checkmark {
    pointer-events: all;
    position: unset;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: solid 1px;

}
.container-checkbox:hover input ~ .checkbox_checkmark {
    background-color: #ccc;
}
.checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox input:checked ~ .checkbox_checkmark:after {
    display: block;
}
.container-checkbox .checkbox_checkmark:after {
    left: 4px;
    top: -3px;
    width: 7px;
    height: 15px;
    border: solid #eb2d90;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}

.kt-link:after{
    content:unset !important;
}
.qr-code{
    padding: 10px 12px;
    color: white;
    background: black;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: max-content;
    height: max-content;
}
.qr-code:hover{
    color:white;
}

.modal-window-background{
    position: fixed; width: 100%;height:100%; background:#5a5a5a9e; z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-content-qr{
    max-width: 500px;
    max-height: 500px;
    background: white;
    padding: 25px 75px 30px 75px;
    text-align: center;
    border-radius: 10px;
}
.integration-logo img{
    width: 100%;
}

.btn-filter {
    border: 2px #eb2d90 solid !important;
    padding: 5px 15px !important;
    font-weight: 500 !important;
    width: 100%;
    height: 40px;
}
.btn-filter.active{
    background: #eb2d90;
    color: white;
}
.btn-filter:hover {
    background: #eb2d90;
    color: white;
}

.btn-callback {
    color: #fff;
    background-color: #eb2d90;
    border-color: #eb2d90;
}
.btn-filter:focus {
    border-color: #eb2d90 !important;
}
.btn-callback:hover {
    background: #d7167b;
    color: white;
}

.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
    background: rgb(234 45 144 / 70%) !important;
}
.daterangepicker .drp-calendar td.active {
    background: #eb2d90 !important;
}

.chart-loading {
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading ease-in-out infinite;
    padding: 0px 30px;
    content: '';
    font-size: 20px;
    border-radius: 1px;
    width: 100%;
    height: 450px;
}

.simple-select {
    background: white !important;
    padding: 5px !important;
    border-bottom: none !important;
}

.iframe-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.iframe-modal-content {
    position: relative;
    margin: 10% auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    height: 450px;
}

.iframe-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.iframe-modal-window {
    width: 100%;
    height: 100%;
    border: none;
}

.iframe .container-custom {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.iframe .kt-content {
    padding-bottom:0 !important;
}


.btn-outline-secondary {
    display:flex;
}

@media (max-height: 880px)
{
    .demo-package-text-name{
        font-size: 12px;
    }
}
@media (max-height: 820px)
{
    .demo-package-text-name{
        font-size: 11px;
    }
}
@media (max-height: 740px)
{
    .demo-package-text-name{
        font-size: 10px;
    }
}
@media (max-height: 680px)
{
    .demo-package-text-name{
        font-size: 9px;
    }
}
@media (max-width: 1750px)
{
    .font20-bold {
        font-size: 17px;
    }
    .font14-regular{
        font-size: 13px;
    }
    .partners-table-column-company-name
    {
        width:500px
    }
    .partners-container-height{
        height: 275px !important;
    }
}
@media (max-width: 1700px)
{

    .help-grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1550px)
{
    .span-custom{
        font-size: 23px;
    }
    .calls-card-name
    {
        font-size: 13px;
        font-weight: 400;
    }
    .calls-card-header {
        font-size: 17px;}
    .font20-bold {
        font-size: 14px;
    }
    .font20-bold-v2{
        font-size: 15px;
    }
    .font14-regular{
        font-size: 13px;
    }
    .partners-table-column-company-name
    {
        width:400px
    }
}

@media (max-width: 1450px)
{
    .demo-package-info-container{
        width: 80% !important;
    }
    .company-info-container {
        width: 100%;
        height: 95%;
        margin: 3%;
    }

    .company-info-block{

        font-size: 12px;

    }

    .company-info-text{
        font-weight: 500;
        font-size: 14px;
    }

    .company-info-name-text{
        font-size: 14px;
    }

    .package-info{
        font-size:11px; color:#4B576D; font-weight: 400;
    }
    .info-custom {
        padding-left: 10px;
        /*        padding-top: 20px;*/
        height:160px;
    }
    .calls-card-header{
        font-size: 14px;
        font-weight: 600;
    }
    .span-custom{
        font-size: 23px;
    }
    .calls-card-name
    {
        font-size: 12px;
        font-weight: 400;
    }
    .partners-table-column-company-name
    {
        width:300px
    }
    .font20-bold-v2{
        font-size: 10px;
    }
}

@media (max-width: 1350px)
{
    .promo-packages-container{
        flex-direction: column;
    }

    .card
    {
        width: 280px;
        min-width: 200px;
        margin: 17px 9px;
    }

    .package-subheader{
        margin-left: 20px;
    }

    .pay-term-ul{
        display: flex;
        flex-direction: column;
    }

    .call-register-settings{
        margin-left:unset;
    }

    .call-rec-register-settings-container {
        display: grid;
        grid-template-columns: unset;
        justify-content: center;
    }

    .annual-promo-popup{
        flex-direction: column;
    }

    .annual-promo{
        margin: unset;
        border-radius: 0px 0px 10px 10px;
    }

    .packages-li {
        margin: 0px 0px 5px 15px;
    }

}
@media (max-width: 1280px) {
    .widget-block-container{
        margin-left:0px;
        margin-right:15px;
    }
    .package-subheader-text {
        margin-left: 7px;

        font-size: 13px;
    }
    .partners-table-column-company-name
    {
        width:250px
    }
}

@media (max-width: 1275px) {
    .service-add-btn{
        margin-top: 10px;
    }
    .kt-header--fixed.kt-subheader--fixed .kt-subheader{
        height:unset !important;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height:35px;
    }
    .info-custom {
        width: 48% !important;
        background: white;
        height: 115px;
        border-radius: 10px;
        padding:2vh !important;
        border-bottom: 3px solid;
        font-size: 14px;
        text-align: center;
        margin-top:3px;
    }
    .package-info{
        /*        width:250px;*/
        text-align: left;
    }
    .left-to-use{
        margin-top: 7px;
    }

    .package-info-mobile
    {
        padding: 0px !important;
        padding-top: 12px !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .package-info-mobile-element
    {
        display: flex;
    }
    .kt-spinner{
        width: 23px !important;
        margin: auto !important;
    }

    .help-video-iframe{
        width: 310px;
        height: 174px;
    }

}

@media (max-width: 1220px) {
    .packages-view {
        flex-direction: column;
    }
    .card-package-info
    {
        width: 280px !important;
    }
    .demo-package-info-text{
        font-size: 17px
    }
    .demo-package-info-text2{
        font-size: 12px
    }
    .card
    {
        width: 500px;
        margin: auto;
        margin-top: 10px;
    }
    .card-header-custom {
        font-size:27px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .package-text-name {
        font-size: 14px;
        font-weight: 500;
    }
    .demo-package-text-name{
        font-size: 11px;
        color: black;
        font-weight: 500;
        width: 200px;
    }
}
@media (max-width: 1195px) {

    /*    .card
        {
            width:370px;
            margin: auto;
            margin-top:25px;
            margin-left: 10px;
        }*/
    .packages-container{
        padding-left: 70px;
        padding-right: 70px;
    }
    .kt-subheader .btn {

        padding-top: 0;
        padding-bottom: 0;
        margin:0px !important;
        font-size:12px;
    }
    .package-subheader {
        margin-left: 15px;
        font-size: 11px;
    }
    .package-subheader-text {
        margin-left: 4px;
        font-size: 11px;
    }
    .font14-regular {
        font-size: 12px;
    }
    .font20-bold {
        font-size: 13px;
    }
    .partners-table-column-company-name {
        width: 200px;
    }
}


@media (max-width: 1140px) {

    .demo-package-info{

    }

    .package-info {
        font-size:11px;
        /*        width:215px;*/
    }

    .info-custom{
        font-size:11px;
    }

    .font14-regular {
        font-size: 12px;
    }

    .font20-bold {
        font-size: 13px;
    }

    .font16-regular{
        font-size: 12px
    }

    .service-add-install-shop{
        margin-top:5px; font-size:15px; font-weight:500; color: black
    }

    .dashboard-baner-logo{
        width: 135px;
    }

    .discount-container-text{
        width: 400px;
    }

    /*    .card{
            width:200px;
        }*/
}
@media (max-width:1045px)
{
    /*    .card{
            width: 192px;
            min-width: 100px;
        }*/

    .demo-package-info-container{
        width: 90% !important;
    }
}
@media (max-width: 1024px) {
    /*    .package-text-name {
            font-size: 11px;
            font-weight: normal;
        }
        .card{
            width:250px;
            margin-right: 15px;

        }*/
    .kt-aside-close {
        top: 13px;
    }
    .kt-subheader .kt-subheader__toolbar {
        padding: 0.9rem 0;
    }
    .kt-subheader {
        margin-bottom: 13px;
        border-radius: 10px;
    }
    .kt-content {
        padding-bottom: 30px;
    }
    .topbar-mobile {
        display: contents;
    }
    .kt-aside-menu .kt-menu__nav {
        padding-top: 9px;
    }
    .service-edit-window{
        min-width:240px; max-width:1024px
    }
    .widget-block-container{
        margin-left:0px;
        margin-right:25px;
    }
    .kt-subheader .btn {


        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        font-size: 14px;
        padding-left:10px;
        padding-right:10px;

    }

    .pinned-button{
        left: 15px;
    }
}


@media (max-width: 940px) {
    .call-register-settings{
        margin-left:unset;
    }
    .call-rec-register-settings-container {
        display: grid;
        grid-template-columns: unset;
        justify-content: center;
    }
}


@media (max-width: 850px) {
    .demo-package-info{
        display:none;
    }
    .demo-package-info-container {
        width: fit-content !important;
    }

    .demo-package-arrow{
        transform: rotate(90deg);
        margin-bottom: 15px;
    }

    .audio-player
    {
        width: 280px;
    }
    .card
    {
        width:415px;
        margin: auto;
        margin-top:25px;
    }
    .package-text-name {
        font-size: 14px;
        font-weight: 500;
    }
    .partnerLinkBlock {
        padding: 10px 50px;
        width: 700px;
        display: inline-block;
    }
    .user-edit-config{
        display: block !important;
        margin-top: 10px;
    }
    .user-edit-config-elem{
        width: 80%;
    }


}
@media (max-width: 800px) {
    /*    .info-custom {
            width: 48% !important;
            background: white;
            height: 115px;
            border-radius: 10px;
            padding:2vh !important;
            border-bottom: 3px solid;
            font-size: 14px;
            text-align: center;
        }
        .package-info-mobile
        {
            padding: 0px !important;
            display: flex !important;
            padding-right: 10px !important;
            padding-left: 10px !important;
        }
        .package-info-mobile-element
        {
            margin-top: 20px !important;
        }*/
    .kt-spinner{
        width: 23px !important;
        margin: auto !important;
    }
}

@media (max-width: 791px) {
    .custom-kt-wizard-v3
    {
        max-width:70%;
    }
}

@media (max-width: 768px) {
    .call-view-elem
    {
        font-size: 15px;
    }
    .audio-player
    {
        width: 250px;
    }

    .call-view-elem
    {
        font-size: 15px;
    }
    .audio-player
    {
        width: 250px;
    }
    .custom-kt-wizard-v3
    {
        max-width:70%;
    }
    .partnerLinkBlock {
        width: 600px;
    }
    .help-video-iframe{
        width: 420px;
        height:237px;
    }
    .help-grid{
        display: grid;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 735px) {
    .card
    {
        width:370px;
        margin: auto;
        margin-top:25px;
    }
    #leftToUseCount{
        font-size: 21px;
    }
    .package-info {
        font-size: 10px;
        /*        width: 195px;*/
    }
}
@media (max-width: 700px) {
    .edit-call-container{
        flex-direction: column;
    }
    .edit-call-view-container{
        width:100%;
    }

    .payments-thanks {
        font-size:35px
    }
    .payments-thanks {
        font-size: 23px;
        margin-top: 20px;
    }

    .audio-player
    {
        width: 200px;
    }

    .info-val
    {
        font-size: 11px;
        font-weight:500;
    }

    .package-info {
        font-size: 9px;
        /*        width: 178px;*/
        font-weight: 500;
    }

    .partners-table-column-commision-name {
        width: 120px;
    }

    .partnerLinkBlock {
        width: 500px;
    }

    .partnerLinkText{
        margin:unset !important;
    }

    .partners-copy-button{
        margin:unset !important;
    }

    .standard-button{
        padding: 5px 15px
    }

    .discount-image{
        display:none;
    }
    .font32-bold{
        font-size: 26px;
    }
    .discount-container-text{
        margin-top: 20px
    }
    .integtations-texts{
        width: 100%;
    }
    .integtations-texts-main{
        text-align:left;
    }
    .progress-loading{
        border: 5px solid;
        border-top-color: transparent;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin: auto;
        -webkit-animation: rotating 2s linear infinite;
        margin-top: 25px;
        color: #eb2d90;
    }
    .payments-thanks-text{
        font-size: 21px;
        margin-top: 20px;
    }
}



@media (max-width: 650px) {
    .group-icon-name{
        width:max-content;
    }

    .group-container{
        width:100%;
        margin-top: 5px;
    }

    .groups-langs-container{
        display: flex;
        flex-wrap: wrap;
    }

    .groups-container{
        display: flex;
        align-items: center;
    }

    .group-move-icon{
        display: none;
    }

    .package-header-text {
        font-size:21px;
    }

    .info-custom {
        width: 95% !important;
        background: white;
        height: 115px;
        border-radius: 10px;
        padding:2vh !important;
        border-bottom: 3px solid;
        font-size: 14px;
        text-align: center;
    }
    .span-custom {
        font-size: 21px !important;
        font-weight: 700;
    }

    .calls-card-name{
        font-size:14px;
    }

    .chartInfo-small {
        display:flex;
        margin-bottom: 5vh;
    }
    .chartInfoElem-small-first {
        margin-left: 0px !important;
    }
    .package-info-mobile-element {
        display: flex;
        /* text-align: right; */
    }
    .package-info{
        font-size: 12px;
        /*        width: 239px;*/
        font-weight: 500;
    }
    .col-full-line{
        max-width: 100%;
        flex: unset;
    }
    .partner-element-commision-container{
        height: 175px !important;
    }
    .flex-container{
        display: flex;

    }
    .commision-container{
        margin-top: 20px;
        margin: auto
    }
    .commision-container-margin-50{
        margin-top:25px;
    }

    .dashboard-baner{
        display: block;
    }

    .dashboard-baner-logo{
        display: none;
    }
    .dashboard-button-container{
        margin-top:20px;
    }
    .dashboard-baner {
        text-align: unset;
    }
    .integtations-texts-main{
        text-align:left;
    }
    .nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover{
        font-size: 1rem !important;
    }

    .pinned-button{
        left: 0px;
        width: 100%;
    }
}

@media (max-width: 576px) {

    .payments-thanks-text {
        font-size: 14px;
        margin-top: 20px;
    }
    .font14-regular {
        font-size: 10px;
    }
    .page-content-edit-calls
    {
        height: fit-content;
    }
    .audio-player
    {
        width: 300px;
    }
    .font20-bold-table{
        font-size:10px
    }
    .font14-regular-table{
        font-size:8px
    }
    .partners-commision-margin{
        margin-top: 5px !important;
    }
    .partner-element-transaction-container{
        height:200px !important
    }
    .partners-info-container{
        width:50%;
    }
    .partnerLinkBlock {
        width: 350px;
    }
    .page-content-edit
    {
        padding: 0px;
    }
    .custom-edit-container{
        margin-top: 10px
    }
}

@media (max-width: 550px) {
    .card{
        width:90%;
    }
    thead {
        display: none;
        visibility: hidden;
    }
    tbody, tr, th, td {
        border: 0;
        /*        display: block;*/
        padding: 0;
        /*text-align: center;*/
        white-space: normal;
    }
    /*    th[data-title]:before,
        td[data-title]:before {
            content: attr(data-title) ":\00A0";
            font-weight: bold;
        }*/
    th:not([data-title]) {
        font-weight: bold;
    }
    td:empty {
        display: none;
    }
    .kt-wizard-v3 .kt-wizard-v3__wrapper .kt-form {
        padding: 1rem 0rem 1rem;
    }
    .info-custom {

        height: 110px;

    }
    .packages-li {

        margin-top: 10px;

    }

    .discount-container-text{
        width: 350px;
    }

    .packages-li-promo{
        flex-direction: column;
        align-items: unset;
    }

}

@media (max-width: 500px) {
    .main-integrate-container{
        width:100%;
    }
    .integration-container-custom{
        padding: 30px 25px;
    }
    .integration-container-custom img{
        max-width:100%;
    }
    .call-rec-register-settings-container{
        display: block
    }
    .settings-container{
        padding-left: 15px; padding-right: 15px;
    }
    .settings-select{
        width: 250px;
    }

    .logo_custom
    {
        width: 225px;
    }
    .loading-center
    {
        display: inline-block;
        margin-right:18px;
    }
    .kt-login__info
    {
        display: none !important;
    }
    .kt-login.kt-login--v1 .kt-login__wrapper{
        padding-top: 2rem !important;
        padding-bottom: 0px !important;
        height: 100%;
        display: grid;
    }
    .logo{
        max-width:80%;
    }
    .kt-login.kt-login--v1 .kt-login__aside
    {
        display: none !important;
    }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-login__title
    {
        margin-top: 1vh;
        margin-bottom: 3vh;
    }
    .kt-form
    {
        margin-top:1vh !important;
    }
    .kt-login__body
    {
        margin-top:0px !important;
    }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form .kt-form
    {
        margin-bottom: 0px !important;
    }

    .custom-kt-wizard-v3
    {
        max-width:100%;
    }

    .dashboardChart {
        height: 150px;
    }
    .dashboardChartContainer {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .btn, .e-input-group.e-control-wrapper {
        font-size: 12px !important;
    }
    .e-table {
        width: auto !important;
    }
    .e-grid.e-device .e-rowcell, .e-grid.e-device .e-summarycell {
        width: 220px;
    }
    .chart-container {
        padding: 5px !important;
    }
    .chartReport-small {
        padding: 10px !important;
        margin: 20px 0;
    }
    .h3-chart-small {
        margin-top: 0 !important;
        margin-bottom: 4px !important;
        color:black;
    }
    .chartInfo-small, .chart-container>div {
        margin-left: 5px;
    }
    .wizard-form {
        width: 64% !important;
        height: fit-content !important;
    }
    .wizard-form code {
        word-break: break-word;
    }
    .addservs2 {
        max-width: 87% !important;
        text-align: center;
    }
    .addservs2 .form-control {
        font-size: 1rem;
    }
    .card-details {
        width:92%;
        margin-top:10px
    }
    .card-text {
        width:92%;
        margin-top:30px
    }
    .chartInfoElem-small
    {
        margin-left: 10px !important;
    }
    .chart-small-block{
        display: block; margin-top: 20px;
    }
    .chartReport-small
    {
        width:100% !important;
        padding: 0px;
    }
    .chart-container{
        padding: 0px;
        padding-top: 10px;
    }
    .chart-container-main{
        margin-top: 20px;
        width:100%;
        height:150px;
    }
    .chart-container-small{
        height:150px;
    }

    .info-custom{
        height: 115px;
    }
    .package-info-margin{
        margin-top: 0px;
    }

    .custom-add-btn
    {
        padding: 7px 21px 7px 21px;
        font-size: 14px;
        min-width: 70px;
    }
    .widget-block{
        width:350px;
    }
    .footer-text{
        font-size: 3px !important;
    }
    .main-header-text
    {
        font-size: 15px !important;
    }
    .second-header-text{
        font-size: 12px !important;
    }
    .numberInput{
        width:170px !important;
        height:34px !important;
    }
    .callSubmit{
        width:170px !important;
        height:34px !important;
        margin-bottom: 0px !important;
    }
    .inputText
    {
        font-size:8pt !important;
    }
    .callIcon{
        width:75px !important;
        height:75px !important;
        margin: 0 10px 10px;
    }

    .img-container img{
        width:100px
    }
    .partners-module-logos{
        height:23px;
    }
    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body .kt-login__form {
        margin-top: 2vh;
    }
    .kt-login.kt-login--v1 .kt-login__wrapper {
        display: block;
    }

    .kt-login.kt-login--v1 .kt-login__wrapper .kt-login__body {
        display: block;
    }

}


@media (max-width: 420px) {
    .audio-player
    {
        width: 240px;
    }
    .call-view-elem
    {
        font-size: 14px;
    }
    .edit-header-calls
    {
        font-size: 17px;
    }

    .font20-bold-table {
        font-size: 8px;
    }
    .font14-regular-table {
        font-size: 6px;
    }
    .partnerLinkBlock {
        width: 285px;
        padding: 10px 0px;
    }
    .discount-container-text{
        width: auto;
        margin-right: 20px;
    }

    .help-video-iframe{
        width: 275px;
        height:154px;
    }

}

@media (max-width: 386px) {
    .package-info {
        font-size: 11px;
        /*        width: 215px;*/

    }

    .package-text-name {
        font-size: 11px;
        font-weight: 500;
    }
    .partners-payout-button{
        position: absolute;
        bottom: 22px;
        right: 55px;
    }
    .discount-container-text{
        width: 175px;
    }
    .day-name{
        width: 75px !important;
        font-size: 11px !important;
    }
    .to-text {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 353px) {
    .widget-block{
        width:250px ;
    }
}

@media (max-width: 350px) {
    .audio-player
    {
        width: 200px;
    }

    .call-view-elem
    {
        font-size: 12px;
    }
    .package-info {
        font-size: 10px;
        /*        width: 195px;*/

    }



    .package-text-name {
        font-size: 10px;
        font-weight: 500;
    }


}


@media (max-width: 327px) {
    .kt-subheader__toolbar .dropdown-menu.show {
        left: -21px !important;
    }
    .dashboard-baner-font{
        font-size: 10px !important;
    }

}



@media (min-width: 326px) {
    .kt-aside--on .kt-aside-close {
        left: 235px;
    }
}

@media (min-width: 305px) {
    .info-val {
        font-size: 12px;
        font-weight: 600;
    }

}

@media (max-width: 290px) {
    .audio-player
    {
        width: 170px;
    }
    .call-view-elem
    {
        font-size: 10px;
    }
}


/*Black Friday*/
@media (min-width: 1025px){
    .kt-header.kt-header--fixed{
        position: absolute !important;
    }

    .kt-aside--fixed .kt-aside {
        position: absolute !important;
    }

    .kt-header--fixed.kt-subheader--fixed .kt-subheader {
        position: absolute !important;
    }

    .kt-grid .kt-page{
        position: relative !important;
    }

    .black-friday-container{
        height: 40px;
        background:black;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .black-friday-container h3{
        color:white;
        margin: 0px;
    }
    .black-friday-container a{
        color:#b61010;
    }
    .info-container{
        display: block !important;
    }
}
