@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-Regular.ttf') format('truetype');font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-Italic.ttf') format('truetype');font-weight: normal; font-style: italic;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-SemiBold.ttf') format('truetype');font-weight: 600; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-SemiBoldItalic.ttf') format('truetype');font-weight: 600; font-style: italic;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-Medium.ttf') format('truetype');font-weight: 500; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-MediumItalic.ttf') format('truetype');font-weight: 500; font-style: italic;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-Light.ttf') format('truetype');font-weight: 500; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-LightItalic.ttf') format('truetype');font-weight: 500; font-style: italic;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-ExtraLight.ttf') format('truetype');font-weight: 200; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-ExtraBold.ttf') format('truetype');font-weight: 800; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-ExtraBoldItalic.ttf') format('truetype');font-weight: 800; font-style: italic;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-Bold.ttf') format('truetype');font-weight: 700; font-style: normal;
}
@font-face {
    font-family: 'Mulish';  src: url('/fonts/Mulish-BoldItalic.ttf') format('truetype');font-weight: 700; font-style: italic;
}

@font-face {
    font-family: 'Play';  src: url('/fonts/Play-Bold.ttf') format('truetype');font-weight: 700; font-style: normal;
}
@font-face {
    font-family: 'Murecho';  src: url('/fonts/Murecho-Regular.ttf') format('truetype');font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-Black.ttf') format('truetype'); font-weight: 900; font-style: normal;
}

@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal;
}
@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-ExtraBold.ttf') format('truetype'); font-weight: 800; font-style: normal;
}
@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-ExtraLight.ttf') format('truetype'); font-weight: 200; font-style: normal;
}
@font-face {
    font-family: 'Mulish'; src: url('/fonts/Mulish-ExtraLightItalic.ttf') format('truetype'); font-weight: 200; font-style: italic;
}
@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-Light.ttf') format('truetype'); font-weight: 300; font-style: normal;
}
@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal;
}
@font-face {
    font-family: 'Murecho'; src: url('/fonts/Murecho-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal;
}
@font-face {
    font-family: 'Onest'; src: url('/fonts/Onest-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal;
}
@font-face {
    font-family: 'Onest'; src: url('/fonts/Onest-Light.ttf') format('truetype'); font-weight: 300; font-style: normal;
}
@font-face {
    font-family: 'Onest'; src: url('/fonts/Onest-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal;
}
@font-face {
    font-family: 'Onest'; src: url('/fonts/Onest-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal;
}
@font-face {
    font-family: 'Onest';  src: url('/fonts/Onest-Regular.ttf') format('truetype');font-weight: normal; font-style: normal;
}

@font-face {
    font-family: 'MaterialSymbolsOutlined';
    src: url('/fonts/MaterialSymbolsOutlined_28pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #61a088;
}
.not-display{display: none;}
.btn:focus, .btn.focus{
    box-shadow: none;
}
.highlight-text {
    font-weight: bold;
}
.text-animation {
    font-weight: bold;
    background-color: #101d24;
    background-image: url(/images/site/pereliv17.png);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    padding-right: 5px;
    margin-right: -5px;
    -webkit-text-stroke: 1px #10261F;
}

.text-animation::before {
    content: attr(data-text); /* Копия текста */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #10261F; /* Цвет обводки */
    -webkit-text-stroke: 1px #10261F; /* Толщина обводки */
    opacity: 0.9;
}

.tooltip-inner {
    background-color: #333; /* Изменить цвет фона */
    color: #fff;           /* Изменить цвет текста */
    font-size: 14px;       /* Размер текста */
    padding: 10px;         /* Внутренние отступы */
    border-radius: 5px;    /* Скругленные углы */
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #333; /* Цвет стрелки */
}

.material-icon {
    font-family: 'MaterialSymbolsOutlined';
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    color: #131313;
    font-weight: 400;
}
.close-modal, .expand-modal, .minimize-modal{
    margin-left: 10px;
}

body{
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
    color: #131313;
    font-size: 1rem;
}

main{
    padding-bottom: 60px; margin-top: 15px;
}
header{
    margin-bottom: 50px;
}

header.landing-header{
    margin-bottom: 0;
}
.modal-header {
    /*border-bottom: 2px dashed #e0a800;*/
}
.modal-footer {
   /* border-top: 2px dashed #257858;*/
}
.sign-up-footer{
    margin-top: 30px; background: aliceblue; padding: 5px;
}
.shape {
    position: relative;
    width: 100%;
    background: whitesmoke;
    padding-bottom: 10px;
    padding-top: 10px;
}
.shape:before {
    position: absolute;
    bottom: 0;
    left: 25px;
    content: '';
    height: 45px;
    width: 97%;
    border-bottom: 2px solid #dfb308;
    border-right: 3px solid #dfb308;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
}
.shape:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 19px;
    height: 50px;
    width: 98%;
    border-bottom: 2px solid #dfb308;
    border-right: 3px solid #dfb308;
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: -1;
}

.hook-params.nav-tabs .nav-link:hover{
    background-color: #dcf5eb;
}
.hook-params.nav-tabs .nav-link.active{
    background-color: #cadfd7;
}
.field-scriptedge-webhook_id{
    margin-top: 10px;
}
.btn{
    /*font-family: 'Play', sans-serif;*/
    font-family: "Mulish", sans-serif;

}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px;}

.navbar{
	padding: 10px !important;
}
.navbar#w1{
	padding: 5px !important;
}
#account-link .dropdown-item svg, #account-link .dropdown-item .bi-currency-bitcoin{
    width: 40px;
    height: 40px;
    display: block;
    margin: 20px auto 25px auto;
}
#account-link .dropdown-item svg.bi-currency-exchange{
   color: #f8d671;
}
#account-link .dropdown-item svg.bi-currency-exchange:hover{
    color: #ffc107;
    width: 45px;
    height: 45px;
    margin: 15px auto 25px auto;
}

#account-link .dropdown-item svg.bi-gear-fill{
    color: rgb(97, 160, 136);
}
#account-link .dropdown-item svg.bi-gear-fill:hover{
    color: rgb(53, 160, 119);
    width: 45px;
    height: 45px;
    margin: 15px auto 25px auto;
}
#account-link .dropdown-item .bi-currency-bitcoin{
    font-size: 40px;
    color: #e37098;
}
#account-link .dropdown-item .bi-currency-bitcoin:hover{
    color: #cf2b64;
    font-size: 45px;
}
#account-link .dropdown-item{
    display: inline-block;
    width: 49%;
    white-space: normal;
    text-align: center;
    align-items: center;
}
#account-link .dropdown-item:active, #account-link .dropdown-item.active{
    background-color: white;
    color: inherit;
}
#account-link .dropdown-menu{
    min-width: 400px;
    max-width: 400px;
}
.dropdown-menu {
    left: auto;
    right: 0;
}

@supports (-moz-appearance:none) {
  .navbar{
	padding: 5px !important;
	}
}
.btn{
    /*padding: 6px 10px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 500;
    max-width: 150px;
    height: 42px;*/
    padding: 10px 16px;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    /*border-radius: 20px;*/
    border-radius: 0.25rem;
}
#account-link .dropdown-item.logout{
    display: block;
    width: 100%;
    max-width: 398px;
    padding: 0.25rem 1.5rem;
    margin-top: 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #ffc107;
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0
}
#account-link a.dropdown-item.affiliate{
    display: block;
    width: 100%;
    max-width: 398px;
    padding: 0.25rem 1.5rem;
    margin-top: 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f1ccd9;
    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0
}
.logout-admin{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0.25rem 1.5rem;
    margin-top: 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}
.clearfix {
    clear: both;
}
.modal-content {
    border-radius: 0.25rem;
}
#before-start{
    background-color: black;
    height: 30px;
    text-align: right;
    line-height: 30px;
}
#before-start a{
    margin-left: 6px;
    margin-right: 12px;
}
.account{
    background-color: #f8f3d4 !important;
    margin-bottom: 5px;
}
.profile_a{
    background-color: #e6f7e6 !important;
    margin-bottom: 5px;
}
.grid-view-class{
    border: 2px solid rgba(0, 0, 0, 0.7);
}
.copy-invite-link{
    cursor: pointer;
}
.table-bordered.grid-view-class-table td,
.table-bordered.grid-view-class-table{
    border: none;
}
.table-bordered.grid-view-class-table tr td hr{
    margin-bottom: 10px;
    margin-top: 10px;
}
.table-striped tbody tr.grid-view-class:nth-of-type(2n+1) {
    background-color: white;
}

.btn-success {
    background-color: #61A088 !important;

}
.btn-success, .btn-warning, .btn-danger, .btn-primary, .btn-info, .btn-default, .btn-secondary, .btn-ai{
    font-weight: bold;
    line-height: 20px;
    max-width: fit-content;
    margin: 10px;
}
#btn-import{
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px !important;
}

.btn-answer{
    border: 1px solid #131313;
    font-weight: bold;
    line-height: 28px;
    max-width: fit-content;
    margin: 10px;
}
.select-form.form-control{
    display: inline !important;
    max-width: 250px;
}
a{
    color: #58abf8;
}
.operator_group_td>a{
    border: 2px solid #61A088;
    border-radius: 50%;
    width: 70px;
    display: inline-block;
    height: 70px;
    padding: 16px;
    margin-right:15px;
}

.operator_group_td>a.telephone-outbound>i, .operator_group_td>a.update-outbound>i{
    font-size: 24px;
}
.operator_group_td>a.update-outbound{
    border: 2px solid #58abf8;
}
.operator_group_td>a.update-outbound:hover>i{
    color: #2190f8;
}
.operator_group_td>a.telephone-outbound:hover>i{
    color: #257858;
}
.operator_group_td>a.update-outbound:hover{
    color: #2190f8;
    border: 2px solid #2190f8;
}
.operator_group_td>a.telephone-outbound:hover{
    color: #257858;
    border: 2px solid #257858;
}
td.operator_group_td{
    width: 40%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
td.grid-view-class-td-name{
    font-size: 18px;
    font-weight: bold;
}
.text-primary{
    color: #1768b3;
}
.btn-primary{
    color: white;
}
.btn-primary{
    background-color: #1768b3;
}
a.create-group:hover{
    text-decoration: none;
}
.table-edge-del, .table-edge-edit{
    position: absolute;
    top: -15px;
    right: 0;
    color: #bbbbbb;
    font-size: 18px;
}
.table-edge-edit{
    right: 24px;
}
.text-success{
    color: #61A088 !important;
}
.text-success:hover{
    color: #319E74 !important;
}
.btn-success, .bg-success{
    background-color: #61A088 !important;
}

.btn-success:hover, .bg-success:hover{
    background-color: #319E74 !important;
}
.color-primary{
    color: #1768b3;
}
.color-success{
    color: #06B50A;
}
input[type="text"] {
    height: 30px;
    font-size: 14px;
    background: #F5F5F5;
    border-radius: 0.25rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-right: 10px;
}
.form-control {
    display: block !important;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #555;*/
    color: #363636;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group{
    margin-right: 10px;
}
input[type=text]::placeholder {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}
input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}
input[type=text]::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}
input[type=text]:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}
input[type=text]:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
    color: #6c757d;
}

main > .container {
   padding: 70px 15px 60px;
}

@media screen and (min-width: 1700px) {
    .container {
        width: clamp(1240px, 62.5vw, 1640px);
        max-width: 1600px;
    }

}
@media screen and (min-width: 1921px) {
    html {
        font-size: clamp(16px, .833vw, 21.33px);

    }

}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
.modal-v2 h4, .modal-header h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-family: 'Mulish', sans-serif;
}
.modal-v2 .modal-header {
    display: inline-block;
}

.integration-gear{
    font-size: 26px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.modal-p{
    margin-bottom: 8px;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #58abf8;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: #131313;
    /*color: rgba(255, 255, 255, 0.75);*/
}

.nav > li > form > button.logout:focus {
    outline: none;
}

nav .brand-name{
    position: absolute;
    top: 4px;
    left: 15px;
}

.navbar-collapse{
    justify-content: end;
}
a.nav-link{
    position: relative;
}



*[tooltip]:hover:after {
    content: attr(tooltip);
    border: #777;
	color: #ffffff;
    background-color: #aaa;
    //background-color: #58abf8;
    font-size: 12px;
    position: absolute;
    top: 40px;
    padding: 3px 6px;
    min-width: max-content;
}
.nav-item-not-visible{
    display: inline-block;
}
a.nav-link svg.bi-gear-fill{
    //margin-top: 5px;
}
.navbar-dark .navbar-nav .nav-link.active{
    color: #58abf8;
}
a .bi:hover{
    color: #58abf8;
}

#newAccFirstName, #newAccMiddleName, #newAccLastName{
    background-color: #ffffff;
}
#saveProfileName, #saveChangePass{
    background-color: #cccccc;
}

.view-call-span{
    margin-right: 10px;

}
.report-btn{
    width: 28px;
    max-width: 28px !important;
    display: inline-block;
    text-align: center;
    font-size: 16px;
}

.message_wrapper {
    z-index: 99999999999;
    cursor: default;
    padding: 0;
    position: fixed;
    top: 40px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    text-align: center;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px dashed #d9d9d9 !important;
}
.instr-head{
    color: #000;
    text-transform: uppercase;
}
.instr-li{
    padding-left: 10px;
}

/* TEAM */
.team-buttons{
    position: relative;
}
.team-buttons a{
    color:#212529;
}
.team-buttons svg{
    width: 18px;
    height: 18px;
}
/* TEAM */
/* FOOTER */
footer {
    bottom: 0;
    left: 0;
    right: 0;
}



/* FOOTER */
/* ACCOUNT */
.discont-label{
    font-size: smaller;
    font-weight: bolder;
}
.total-summ-calc{
    font-weight: bolder;
    font-size: large;
    text-align: end;
    padding: 10px;
    border-radius: 30px;
}
.account-details-link{
    text-decoration: underline;
}
/* ACCOUNT */


/*Пагинация*/
ul.pagination li{
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
}
ul.pagination li a{
    color:#212529;
}
ul.pagination li.active a{
    color: #58abf8;
}
/*Пагинация*/
a.dropdown-item{
    font-size: 16px !important;    
}

/* TEAM */
@media (max-width: 768px){
    a.nav-link{
        font-size: 18px;
    }
    a.nav-link svg.bi-gear-fill{
        margin-bottom: 3px;
        margin-top: 0px;
    }
    .btn{
        padding: 5px 6px;
        font-size: 11px;
    }
    .operator_group_td > a{
        width: 50px;
        height: 50px;
        padding: 7px;
    }
    .operator_group_td > a.update-outbound >i, .operator_group_td > a.telephone-outbound >i{
        font-size: 22px;
    }
}
@media (min-width: 768px){
    .nav-item-not-visible{
        display: none;
    }
}

@media (max-width: 992px){
    .col-md-4{
        margin-bottom: 5px;

    }
}
