
@font-face {
    /* // название шрифтачтобы не запутаться лучше указать название папки со шрифтом  */
    font-family: "RalewayRegular"; 
    /* // адрес шрифта и тип  */
    src: url("../fonts/Lato-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal; 
}

body {
    /* font-family: 'Lato'; */
    font-family: Stapel,Roboto,sans-serif;;
}
.home {
    display: flex;
}
.home .navbarS {
    display: block;
    background-color:#103241;
    color: #ffffff;
    padding-bottom: 6%;
    position:relative; 
    width: 360px; 
    /* height:100vmin !important; */
}

.btn-close {
    filter: var(--bs-btn-close-white-filter);
}

.closeMenu {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.navbar {
    display: block;
    background: transparent !important;
    background-color:#103241;
    color: #ffffff;
    /* padding-bottom: 6%; */
    position:relative; 
    /* width: 360px;  */
    /* height:100vh; */
}

.navbar ul li {
    /* font-family: 'Lato'; */
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 40px;
list-style: none;
height: 50px;
border-top: 1px solid rgba(243, 243, 243, 0.3);
padding-left: 10%;
display: flex;
align-items:center;
}

 .navbar ul {
    padding-left: 0px;
    width: 100%;
}

 .navbar ul a {
    color: #ffffff;
    text-decoration: none;
}

 .navbar ul li span {
    padding-right: 5%;
}

.offcanvas {
    background-color:#103241 !important;  
}

.offcanvas-body {
    padding: 0px;
    overflow-y: hidden;
}

div#offcanvasNavbar {
    width: 360px;
}

li.prod.active {
    background:#00A9F2;
}
.contain {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: unset;
    width: 100%;
}

.contain .header {
    color: #00B2FF;
    background-color:#ffffff;
    display: flex;
    justify-content: space-between;
    align-items:center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px; 
    padding-bottom: 10px;
    padding-left: 4%;
    padding-right: 4%;

}

.contain .header .btn {
    font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 15px;
/* identical to box height */
/* margin-right: 45px; */

color: #00B2FF;
}
.home .navbarS ul li {
    /* font-family: 'Lato'; */
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 40px;
list-style: none;
height: 50px;
border-top: 1px solid rgba(243, 243, 243, 0.3);
padding-left: 10%;
display: flex;
align-items:center;
}

.home .navbarS ul {
    padding-left: 0px;
    width: 100%;
}

.home .navbarS ul a {
    color: #ffffff;
    text-decoration: none;
}

.home .navbarS ul li span {
    padding-right: 5%;
    width: 30px;
}

.user_photo {
    padding-left: 30%;
    padding-top: 47px;
    padding-bottom: 10%;
}

.user_photo img {
    border-radius:30px;
    margin-left: 25px;
    margin-bottom: 26px;
}

.user_photo p {
    font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;

color: #FFFFFF;
}


.contain .projects {
display: block;
/* justify-content: space-between; */
padding-left: 4%;
padding-right: 4%;

}
.contain .projects .axds {
    display: flex;
    justify-content: space-between;
}

.contain .projects h2 {
    font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
/* identical to box height */
padding-right: 4%;

color: #262626;
}

.contain .projects input {
        border: 1px solid #C4C4C4;
    border-radius: 5px;
    height: 40px;
    width: 42%;
    background:url(../images/icons/search.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: center;
    background-position-x: 11px;

}
.projects input.search {
    width: 100%;
}

.projects .excel {
    width: 46px;
    height: 46px;
    margin-top: -4px;
} 

.projects .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    background: #00A9F2;
    border-radius: 5px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    color: #FFFFFF;
}

.projects .btn span {
    padding-right: 10px;
    padding-left: 0px;
}

.contain .row {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0px;
    display: block;
}

.contain .row .col {
    display: flex;
    justify-content: space-between;
    height: auto;
    background: #EDF1F7;
    border-radius: 5px;
    padding-right: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.row .col .userLogo {
    display: flex;
    align-items:center;
    width: auto;
    padding-left: 10px;
}

.contain .row .col h2 {
    font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 22px;
/* identical to box height, or 129% */

letter-spacing: -0.408px;

color: #212121;
padding-left: 20px;
}

.row .col .all {
    display: flex;
    justify-content: flex-end;
}
.row .col .odb {
    display: flex;
    padding-right: 20px;
    align-items: center;
}

.row .col .odb1 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #61A871;
    width: 136px;
    height: 31px;
    border: 1px solid #61A871;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.row .col .odb2 {
    width: 136px;
    height: 31px;    
    border: 1px solid #FA8F21;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FA8F21;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

@media only screen and (max-width: 849px) {
    .contain .row .col{
        display: block;
        padding-left: 10px !important;
        height: auto;
        padding-top: 10px;
    }
    .row .col .all {
        display: block;
    }
    .row .col .odb {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .home .navbarS  {
        height: auto;
    }
    .contain .projects {
        display: block;
    }
    .contain .projects .axds{
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }

    .projects .btn {
        margin-top: 5px;
    }
  }
@media only screen and (min-width: 1010px) {
    .navbar-toggler {
        display: none;
    }
    .bg-body-tertiary {
        display: none !important;
    }
    .row .col .all {
        display: flex;
    }
} 

@media only screen and (max-width: 1010px) {
    .home .navbarS {
        display:none;
    }

    .headerStats .sendDate {
        display: block !important;
    }
    .analitics .searchDate {
        display: block !important;
        justify-content: space-between;
        align-items: flex-end;
    }
    .analitics .searchDate .sending {
        padding-bottom: 15px;
    }
} 

  @media only screen and (max-width: 1115px) {
    .row .col .all {
        display: block;
        padding: 10px;  
    }
    .row .col .all .buttons {
        padding-top: 10px;
    }
    .contain .projects input {
        width: auto;
    }
    .home .navbarS {
        height: auto;
    }
  }
  
  @media only screen and (max-width: 610px) {
    .contain .row .col{
        display: block;
        padding-left: 10px !important;
        height: auto;
        padding-top: 10px;
    }
        .row .col .odb {
        padding-bottom: 10px;
        padding-top: 10px;
    }
     .navbar  {
        height: auto;
    }
    .contain .projects {
        display: block;
    }

    .projects .btn {
        margin-top: 5px;
    }
    div#offcanvasNavbar {
        width: 230px;
    }

    .addInstitut .add .coment input {
        width: 400px !important;
       
    
    }
  }

  @media only screen and (max-width: 880px) {
    .row .col .all {
        display: block;
        padding: 10px;  
    }
    .row .col .all .buttons {
        padding-top: 10px;
    }
    .contain .projects input {
        width: auto;
    }
     .navbar {
        height: auto;
    }
    .box {
        width: auto !important;
    }
    .addInstitut .add .coment input {
        width: 500px !important;
        margin-left: 40px;
       
    
    }
  }

  @media only screen and (max-height: 101vh) {
    .home .navbarS {
        /* height: 100% !important; */
    }
  }

.row .col .buttons .btg {
    display: flex;
    place-items: center;
    justify-content: center;
    width: 117px;
    height: 70px;
    background: #00A9F2;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    
}
.row .col .buttons  {
    display: flex;
    text-align: center;
    align-items: center;
    
}


.row .col .buttons .btn-delete {
    display: flex;
    place-items: center;
    justify-content: center;
width: 80px;
height: 70px;
border:none;
border-right: 2px solid #FFFFFF;
margin-left: -4px;
/* background:transparent; */
}

.row .col .buttons .btn-rename {
    display: flex;
    place-items: center;
    justify-content: center;
    width: 80px;
    height: 70px;
    border:none;
    margin-left: -4px;
    background:transparent;
}

.row .col .odb span {
    padding-right: 6px;
}

/* style login page */
.body {
    background: #EDF1F7;
    /* font-family: 'Lato'; */
}

.box {
    width: 653px;
height: 467px;
left: 589px;
top: 306px;

background: #103241;
border-radius: 20px;
color:#ffffff;
}

.mb-3 {
    display: flex;
}

.box header {
    display: flex;
    justify-content: flex-start;
    padding-top: 46px;
    padding-left: 155px;
}

.box header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 20px;
}

.box .mb-3 .form-label {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 66px;
    padding-right: 34px;
}

.box form {
    padding-right: 80px;
}

.form-check input {
    background-color: #d4d4d6;
    width: 51px !important;
    height: 31px;
}

.box .btn {
    width: 177px;
    height: 42px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
}

.form-login {
    padding-bottom: 50px;
    padding-top: 50px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.publicate .col {
    height: 54px !important;
    border: 1px solid #EDF1F7;
    display: block !important;
}

.publicate .col label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    background: #EDF1F7;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    color: #000000;
}

.public {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5px;
    padding-bottom: 30px;
}

.public table th {
        height: 54px;
    background: #EDF1F7;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding-left: 10px;
    color: #000000;
    text-align: center;
}
.public table td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    
    color: #000000;
    background-color: #ffffff;
    text-align: center;
}

.public table .partnerName {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #009EE2;
}

.publicate .col p {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #EDF1F7;
    height: 54px;
    padding-left: 10px;
}

.publicate .col .span {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #EDF1F7;
    height: 54px;
    width: 160px;
    justify-content: space-between;
    padding-right: 10px;
}

.partnerName {
    font-style: normal !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 19px !important;

color: #009EE2;
}

ul.dropdown-menu.show  {
    inset: 25px 20px auto auto !important;
}

.col button.btn.btn-secondary.dropdown-toggle.dropdown-toggle-split {
    background: url(../images/icons/dotButton.png);
    background-repeat: no-repeat;
    border: none;
    padding: 0px;
    padding-left: 16px;
    margin-left: 5px;
    height: 30px;
    padding-top: 19px !important;
}
table button.btn.btn-secondary.dropdown-toggle.dropdown-toggle-split {
    background: url(../images/icons/dotButton.png);
    background-repeat: no-repeat;
    border: none;
    padding: 0px;
    padding-left: 16px;
    margin-left: 5px;
    height: 30px;
    padding-top: 19px !important;
}

.col-md-4 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    /* identical to box height */
    color: #262626;
}

.col-md-4 .namePublic p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #222222;
}

.col-md-4 .namePublic input {
    width: 100%;
    height: 46px;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;

}

.col-md-4 .label {
    width: 100%;
    height: 110px;


    background: #F9F9FB;
    border: 0.5px solid #C4C4C4;
    border-radius: 5px;
    background-image: url(../images/icons/addBanner.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 90%;
    cursor: pointer;
    display: grid;
    /* align-items: center; */
}

.col-md-4 .label input[type=file] {
    /* display: none; */
    opacity: 0.0;
}

.col-md-4 .label .addBanner {
    width: 100%;
    height: 100%;
}

.col-md-4 .namePublic {
    padding-bottom: 20px;
    padding-top: 20px;
}

.col-md-4 .color {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.col-md-4 .color input#head {
    width: 30px;
    border: none;
} 

.col-md-4 .color input#body {
    width: 30px;
    border:none;
} 

.color p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.col-md-4 .phoneFrame {
    background-image:url(../images/icons/phoneFrame.png);
    width: 378px;
    height: 658px;
    display: grid;
    place-items:center;
    
    
}

.col-md-4 .phoneFrame .phoneimg {
    width: 241px;
    height: 505px;
    margin-top: 15px;
    position: relative;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}
.col-md-4 .phoneFrame .phoneimg input {
    width: 158px;
    height: 35px;
    background: #F29100;
    border-radius: 5px;
    border: none;
    position: absolute;
    top: 460px;
    left: 40px;
}


/* for add video Banner  */
#video-container {
    display: none;
  }

  /* #video-container video {
    width: 100%;
  } */
  /* #image-preview {
    display: none;
  } */
  video::-webkit-media-controls {
    display:none !important;
  }

  .col-md-4 .buttones {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
  }

  .col-md-4 .buttones input {
    width: 138px;
    height: 48px;
    border-radius: 24px;
    background-image: url(../images/icons/nextIcon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
  }
  .row .buttons input {
    width: 138px;
    height: 48px;
    border-radius: 24px;
    
    background-image: url(/images/icons/nextIcon.png);
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
  }
  .row .btn-success  {
    width: 138px;
    height: 48px;
    border-radius: 24px;
    background: #0156d0;
    /* background-image: url(../images/icons/nextIcon.png); */
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 15px;
  }

  .timer {
    position: absolute;
    top: 6%;
    left: 10%;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    color:#ebebed;
  }

  .col-md-4 .namePublic p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #222222;
}

.col-md-6 .namePublic input {
    width: 100%;
    height: 46px;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;

}

.col-md-6 h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    /* identical to box height */
    color: #262626;
}
.col-md-6 .firstDate input {
    width: 100%;
    height: 46px;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 15px;


}
.col-md-6 .nextDate input {
    width: 100%;
    height: 46px;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 15px;


}

.col-md-6 input {
    background: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    width: 100%;
    height: 46px;
}
.col-md-6 select {
    background-color: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    height: 46px;

}

.col-md-6 p {
    margin-bottom: 3px;
    padding-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.description label {
    padding-top: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.description textarea {
    width: 100%;
    height: 122px;
    background: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.col-md-6 .category span {
    font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 17px;
/* identical to box height */


color: #222222;
}

.col-md-6 .skidka span {
    font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 17px;
/* identical to box height */


color: #222222;
}

.col-md-6 .buttones {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-top: 40px;
}

.col-md-6 .buttones input {
    width: 138px;
    height: 48px;
    border-radius: 24px;
}

.row .summa {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
}

.row .summa span {
    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
/* identical to box height */


color: #006516;

}

.col-md-4 .addUserPhoto .photo {
    width: 224px;
    height: 227px;

    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 5px;
    margin-top: 40px;
    background-image:url(../images/icons/iconAddPhoto.png);
    background-repeat: no-repeat;
    background-position: center;
}

.col-md-3 .userPhoto {
    width: 248px;
    height: 251px;

    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 5px;
}

.col-md-3 .userPhoto img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.col-md-3 .renamePassword {
    display: flex;
    justify-content: space-between; 
    margin-top: 16px;
}
.col-md-3 .renamePassword p {
    font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
/* identical to box height */


color: #00A9F2;
}


.col-md-6 .infoUser .userName {
    display: flex;
    padding-bottom: 10px;
}
.col-md-6 .infoUser .email {
    display: flex;
    padding-bottom: 10px;
}
.col-md-6 .infoUser .phoneNumber {
    display: flex;
    padding-bottom: 10px;
}
.col-md-6 .infoUser .userCategory {
    display: flex;
    padding-bottom: 10px;
}
.col-md-6 .infoUser .balance {
    display: flex;
    padding-bottom: 10px;
}

.col-md-6 .infoUser .balance .somoni {
    margin-top: -4px;
   
}

.col-md-6 .infoUser .activeReclame {
    display: flex;
    padding-bottom: 10px;
}
.col-md-6 .infoUser .allReclame {
    display: flex;
    padding-bottom: 10px;
}

.col-md-6 .infoUser .stats {
    display: flex;
        padding-bottom: 10px;
        justify-content: space-around;
}

.col-md-6 .infoUser .stats .views div {
    width: 220px;
    height: 80px;
    left: 693px;
    top: 571px;
    border: 2px solid #61A871;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.col-md-6 .infoUser .stats .views span {
    font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
/* identical to box height */


color: #61A871;
}

.col-md-6 .infoUser .stats .clicks div {
    width: 220px;
    height: 80px;
    left: 693px;
    top: 571px;
    border: 2px solid #2DAAE1;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.col-md-6 .infoUser .stats .clicks span {
    font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
/* identical to box height */


color: #00A9F2;
}



.col-md-6 .infoUser p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #222222;
    padding-top: 0px;
    width: 140px;
    margin-right: 10%;
    padding-left: 20px;

}

.col-md-6 .infoUser span {
    font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
/* identical to box height */


color: #222222;
}

.col-md-6 .infoUser hr {
    border: 1px solid #8C8C8C;
}


.container .headerMenu .col h4 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    background: #EDF1F7;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    color: #000000;
}

.container .headerMenu .col .recinformation {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #EDF1F7;
    height: 54px;
    padding-left: 10px;
}

.publicate .col .span {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #EDF1F7;
    height: 54px;
    width: 160px;
    justify-content: space-between;
    padding-right: 10px;
}

.partnerName {
    font-style: normal !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 19px !important;

color: #009EE2;
}

.container .headerMenu .col-md-1 h4 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    background: #EDF1F7;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-left: 10px;
    color: #000000;
}

.container  .col .recinformation {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* border: 1px solid #EDF1F7; */
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #EDF1F7;
    border-top: 1px solid #EDF1F7;
}
.container  .col-md-1 .recinformation {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* border: 1px solid #EDF1F7; */
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #EDF1F7;
    border-top: 1px solid #EDF1F7;
}

.container .col .recinformation.span {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #EDF1F7;
    height: 54px;
    width: 160px;
    justify-content: space-between;
    padding-right: 10px;
}

.container .recinformation .span {
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.container .partnerName {
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #EDF1F7;
    border-top: 1px solid #EDF1F7;
    display: flex;
    align-items: center;
}

button.accordion-button {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;    
}

.container .headerMenuBalance .col-md-3 h3 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    background: #EDF1F7;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.container .col-md-3 .iformation {
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
    height: 54px;

    border: 1px solid #EDF1F7;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1500px) {
    .container .col .recinformation {
        font-size: 14px !important;
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

.analitics {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
}

.headerStats .sendDate{
display: flex;
}

.headerStats .sendDate p {
    margin-bottom: 2px;
    /* font-family: 'Lato'; */
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */


color: #222222;
}

.headerStats .sendDate .category {
    padding-right: 15px;
}

.analitics .headerStats {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.analitics .headerStats  select {
    background-color: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    height: 46px;
    width: 280px;
}

.analitics .headerStats .intervalDate input {
    background-color: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    height: 46px;
    width: 280px;
    padding-left: 10px;
}

.analitics .searchDate {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.analitics .searchDate .sending {
    display: flex;
    align-items: flex-end;
}


.analitics .searchDate .intervalDate input {
    width: 270px;
height: 45px;
background: #EDF1F7;
border: 0.5px solid #B9B9B9;
border-radius: 5px;
padding-left: 10px;
}

.analitics .searchDate .intervalDate {
    padding-right: 30px;
}

.analitics .searchDate .search {
    width: 100px !important;
    height: 45px !important;
    border: none !important;
    border-radius: 25px !important;
    background-color: #EDF1F7 !important;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: center;
    background-position-x: 11px;
    margin-right: 10px;
}

.analitics .searchDate .intervalDate {
    
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #222222;
}

.analitics .searchDate .sendMonth input {
    width: 145px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #03597E;
    border-radius: 5px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height, or 129% */

    letter-spacing: -0.408px;

    color: #03597E;
}
.analitics .headerForm {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
}

.analitics .headerForm p {
    margin-bottom: 1px;
}

.analitics .headerForm .col-md-4 {
    display: flex;
    height: 40px;
    justify-content: space-between;
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
}

.analitics .headerForm .col-md-3 {
    display: flex;
    height: 40px;
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    background: #EDF1F7;
    border: 1px solid #EDF1F7;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
}
.analitics .headerForm .col-md-1 {
    display: flex;
    justify-content: center;
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    height: 40px;
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
}

.analitics th {
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    /* border: 1px solid #EDF1F7; */
    margin-left: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.analitics tr {
    height: 46px;
}
.analitics .pros {
    background: rgba(97, 168, 113, 0.5);
}

.analitics .cliki {
    background:  rgba(45, 170, 225, 0.5);
}

.analitics .prosSumma {
    background:#F2F2F2;
}
.analitics .reclam {
    background: #EDF1F7;
    border: 1px solid #EDF1F7;
}

.analitics table td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    background-color: #ffffff;
}

table {
    /* font-family: arial, sans-serif; */
    border-collapse: collapse;
    border: 1px solid #dddddd;
    width: 100%;
}
  
  td, tr {
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
  
  tr:nth-child(even) {
    background-color: #dddddd;
}

.analitics .itogSumma {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
}
.analitics .itogSumma .block{
    display: block;
    width: 30%;
}
.analitics .itogSumma .block .priceSumma{
    display: flex;
    justify-content: space-between;
    font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;

color: #000000;
}
.analitics .itogSumma .block .babilonComission{
    display: flex;
    justify-content: space-between;
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;

color: #000000;
margin-bottom: 5px;
}
.analitics .itogSumma .block .reclameComission{
    display: flex;
    justify-content: space-between;
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 19px;

color: #000000;
margin-bottom: 5px;
}
.analitics .itogSumma .block hr{
    border: 1px solid #979797;
    margin-top: 5px;
    margin-bottom: 7px;
}

.allUsers .userPhoto{
    width: 64px;
    height: 64px;
    background: #D9D9D9;
    border-radius: 35px;
    margin-right: 25px;
    margin-left: 5%;
    background-image: url(../images/icons/usicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.allUsers .hedUsers {
    display: flex;  
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    /* identical to box height, or 129% */

    letter-spacing: -0.408px;

    color: #212121;
    border: none;
}

.allUsers table td {
    height: 72px;
    background: #EDF1F7;
}
.allUsers table tr {
    border-radius: 5px;
    border: 5px solid #ffffff;
}

.allUsers .reclameName {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height, or 147% */

    letter-spacing: -0.408px;

    color: #787878;
}

.allUsers .odb2 {
    height: 31px;
    width: 136px;
    border: 1px solid #61A871;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    color: #61A871;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.allUsers .notify {
    width: 72px;
    text-align: center;
    border-left: 2px solid #ffffff
}

.allUsers {
    padding: 35px;
}

.projects .butSearch {
    width: 100px !important;
    height: 45px !important;
    border: none !important;
    border-radius: 25px !important;
    background-color: #EDF1F7 !important;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: center;
    background-position-x: 11px;
    margin-right: 10px;
}

.creatingUser .addPhoto {
    /* position: absolute; */
    width: 134px;
    height: 134px;
    background: #EDF1F7;
    border: 1px solid #E6E6E6;
    background-image: url(../images/icons/Useicon.png);
    background-position:center;
    background-repeat:no-repeat;
    border-radius: 70px;

}

.creatingUser #iconAd {
    position: relative;
    left: 38%;
    bottom: 30%;
}

.creatingUser .col-md-4 p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    /* identical to box height */


    color: #222222;
    
    margin-bottom: 3px;
    margin-top: 15px;
}

.creatingUser .col-md-5 p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    /* identical to box height */


    color: #222222;
    
    margin-bottom: 3px;
    margin-top: 15px;
}

.creatingUser .col-md-4 input {
    width: 346px;
    height: 46px;
    background: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;
}

.creatingUser .col-md-5 input {
    width: 346px;
    height: 46px;
    background: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
    padding-left: 5px;
}

.creatingUser .col-md-5 select {
    width: 346px;
    height: 46px;

    background-color: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
}

.creatingUser .nameInput {
    display: block;
}

.creatingUser .chackDostup {
    display: flex;
    align-items:flex-end;
    flex-wrap: wrap;
}

.creatingUser .chackDostup .selectProject {
    display: grid;
    justify-content: center;
    padding-left: 50px;
    padding-right: 10px;
}
.creatingUser .chackDostup .selectProject  p{
   margin-bottom: 5px;
   font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */


color: #222222;
}
.creatingUser .chackDostup .selectProject select {
    width: 346px;
    height: 46px;
    background-color: #FFFFFF;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
}
.creatingUser .col-md-3 {
    display: flex;
    justify-content: center;
    height: 190px;
    align-items: center;
}


.creatingUser .chackDostup .form-check {
    display: flex;
    align-items:center;
    padding-left: 40px;
}
.creatingUser .chackDostup .form-check label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    
    color: #222222;
    padding-right: 30px;
}
.creatingUser .chackDostup .form-check input {
    height: 20px;
    width: 20px !important;
    -webkit-appearance: auto;
}

@media only screen and (max-width: 1370px) {
    .creatingUser .col-md-4 input {
       width: 100%;
    }
    .creatingUser .col-md-5 input {
        width: 100%;
    }
    .creatingUser .col-md-5 select {
        width: 100%;
    }
  }

  .creatingUser .dostup .hedDostup  h2{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */


    color: #262626;
    padding-top: 20px;
    padding-left: 50px;
}

.creatingUser .button {
    display: flex;
    justify-content: flex-end;
    padding-top: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    font-size: 18px;
}

.payments {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5px;
}

.payments .searchDate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.payments .searchDate .sending {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    flex-wrap: wrap
}
.payments .searchDate .sending .search {
    width: 100px !important;
    height: 45px !important;
    border: none !important;
    border-radius: 25px !important;
    background-color: #EDF1F7 !important;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: center;
    background-position-x: 11px;
    margin-right: 10px;
}

.payments .searchDate .sending .intervalDate input {
    width: 305px;
    height: 46px;
    border-radius: 5px;
    margin-right: 15px;
    border: 1px solid #c9c9c9;
    padding-left: 10px;
}

.payments .transaction table th{
    height: 54px;
    background: #EDF1F7;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    color: #000000;
    padding-left: 8px;
}

.payments .transaction table td {
    /* border: 1px solid #EDF1F7; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: #000000;
    background-color: #FFFFFF;

}

.payments .transaction {
    padding-top: 30px;
    padding-bottom: 30px;
}

.transaction .institut {
    display: flex;
    justify-content: flex-end;
}

.transaction .institut span{
    padding-right: 10px;
    cursor: pointer;
}

.addInstitut .add {
    padding-top: 50px;
    padding-bottom: 20%;
}
.addInstitut .add .name input {
    width: 346px;
    height: 46px;

    background: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
}
.addInstitut .add  span {
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #222222;
    padding-right: 20px;
    padding-left: 40px;
}

.addInstitut .add .coment input {
    width: 803px;
    height: 49px;
    background: #EDF1F7;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
   

}
.addInstitut .add .coment{
    padding-top: 50px;
}
.addInstitut .button{
    display: flex;
    justify-content: flex-end;
    padding-right: 10%;
}

.pay .reclamePart .category select {
    width: 428px;
    height: 46px;
    border: 1px solid #3C3C3C;
    border-radius: 5px;
}
.pay .reclamePart .category p {
    /* font-family: 'Lato'; */
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: #222222;
    margin-bottom: 10px;
}

.pay .selectPay h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */


    color: #262626;
}
.pay .selectPay .payName {
    display: flex;
    padding-top: 50px;
    flex-wrap: wrap;
}
.pay .selectPay .payName img{
    cursor:pointer;
}
.pay .selectPay  {
    padding-top: 30px;
}
.payments .projects h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1D1D1D;
    padding-bottom: 20px;
}

/* multiselect */
.col-md-6 .mult .btn-group {
width: 100%;
}

.col-md-6 .mult input[type="checkbox"] {
    width: auto;
    height: auto;
}
.col-md-6 .mult span {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 17px;
    color: #222222;
}

.col-md-6 .mult label.checkbox {
    padding: 5px 15px 5px 15px;
}

.col-md-6 .mult ul.dropdown-menu.show {
    inset: 0px 15px auto auto !important;
}

/* .col-md-6 .mult span.multiselect-selected-text {
    display: none;
} */

button.multiselect.dropdown-toggle.btn.btn-default {
    width: 100%;
    height: 46px;
    background-color: #edf1f7;
    text-align: end;
}

.chackDostup button.multiselect.dropdown-toggle.btn.btn-default {
    width: 346px;
    height: 46px;
    background-color: #FFFFFF;
    border: 0.5px solid #B9B9B9;
    border-radius: 5px;
}