body {
    margin: 0;
    padding: 0;
    background: #1a1d2c;
    font-family: Ubuntu;
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 1090px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.crm-menu {
    margin-top: 90px;
}

.my-select2+span {
    margin-bottom: 20px !important;
    margin-left: 20px !important;
    border-radius: 0 !important;
}
.my-select2.required+span .select2-selection{
    border-color: #ef225d !important;
}

.my-select2-container .select2-selection__placeholder {
    font-size: 13.33px;
    padding-right: 17px;
    padding-left: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-select2-container b {
    display: inline !important;
}

.select2-results__option, .select2-selection__rendered {
    font-size: 13.33px !important;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
    text-align: left;
    padding-left: 7px !important;
    color: #707070 !important;
}

.visibility-hidden  {
    visibility: hidden !important;
    display: none !important;
}

.crm-menu__title {
    color: #ef225d;
}

.crm-menu__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.crm-list table .archived td, .crm-list table .archived td a {
    color: #ef225d;
}

.crm-menu__item {
    width: calc(25% - 22px);
    height: 150px;
    border: 1px solid #ef225d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    margin: 10px;
}

.crm-menu__item h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.crm-menu__item span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.crm-menu__item:hover #Icon_awesome-users {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_awesome-user-tie {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_open-musical-note {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_awesome-layer-group {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_awesome-user-cog {
    fill: #ef225d;
}

.crm-menu__item:hover #Ellipse_13 {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_ionic-ios-settings {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_awesome-file-signature {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_ionic-ios-list-box {
    fill: #ef225d;
}

.crm-menu__item:hover #Icon_material-question-answer {
    fill: #ef225d;
}

.crm-menu__item:hover .crm-menu__subtitle {
    color: #ef225d;
}

.crm-menu__subtitle {
    display: block;
    text-transform: uppercase;
    color: #8d8e96;
    margin-top: 25px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

/* CRM Holders */

.crm-holders {
    padding-top: 60px;
}

.crm-holders__back {
    display: block;
    text-decoration: none;
    color: #ef225d;
    margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
}

.crm-holders__title {
    display: flex;
    align-items: center;
    color: #8d8e96;
    margin-bottom: 10px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.crm-holders__add {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    background: #ef225d;
    color: #fff;
    font-size: 12px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.crm-holders__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.crm-holders__count {
    display: flex;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.crm-holders__count img:first-child {
    display: block;
    margin-right: 10px;
}

.crm-img {
    display: block;
    margin-left: 10px;
}

.crm-holders__count span {
    display: block;
    color: #fff;
}

.crm-holders__count input {
    width: 29px;
    border: 0;
    outline: none;
    background: none;
    border: 1px solid #8d8e96;
    color: #8d8e96;
}

.crm-holders__buttons {
    display: flex;
}

.crm-holders__buttons a img {
    margin-left: 5px;
}

.crm-holders__buttons a:first-child {
    margin-right: 15px;
}

.crm-list {
    width: 100%;
    background: #232636;
    margin-top: 15px;
}

.crm-list table {
    width: 100%;
}

.crm-list table td,
th {
    text-align: center;
    color: #8d8e96;
    font-size: 12px;
    padding: 10px 0;
}

.crm-list table tr td a {
    display: block;
    color: #8d8e96;
}

.crm-list table th img {
    margin-left: 5px;
}

.crm-list input {
    background: #8d8e96;
}

.text-green {
    color: #00b135 !important;
}

.text-red {
    color: #e60000 !important;
}

.text-yellow {
    color: #e69200 !important;
}

.crm-button {
    display: block;
    color: #fff;
    background: #ef225d;
    padding: 5px 15px;
    font-size: 12px;
    display: flex;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    align-items: center;
}

.group-user__title {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
}

.group-user__title img {
    display: block;
    margin-left: 10px;
}

.group-user__avatar {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow-x: hidden;
}

.group-user__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 45px;
}

.group-user__item {
    margin-right: 60px;
}

.group-user__name {
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
}

.group-user__surname {
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.group-user__edit {
    display: flex;
    align-items: center;
    color: #8d8e96;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    justify-content: center;
    cursor: pointer;
}

.group-user__edit img {
    display: block;
    margin-left: 10px;
}

.group-user__edit:hover {
    text-decoration: underline;
}

.tabs-header {
    display: flex;
    justify-content: space-between;
}

.tabs-header__item {
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
}

.crm-requests table tr td {
    color: #8d8e96;
}

.horizontal-dark-line {
    width: 100%;
    height: 1px;
    color: #000;
    margin: 25px 0;
}

.crm-settings {
    width: 100%;
}

.crm-settings a {
    display: block;
    color: #8d8e96;
    font-size: 12px;
    margin-bottom: 15px;
    margin-left: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.crm-settings a:first-child {
    margin-top: 25px;
}

.crm-count {
    display: block;
    color: #ef225d;
    margin-left: 10px;
}

.crm-tables {
    width: 100%;
}

.crm-table {
    width: 50%;
    overflow-y: scroll;
    height: 577px !important;
}

.crm-table tr:hover a,
.crm-table tr:hover td,
.crm-table tr.active a,
.crm-table tr.active td {
    color: #ef225d;
}

.crm-table tr {
    cursor: pointer;
}

.crm-table::-webkit-scrollbar {
    width: 3px;
}

.crm-table::-webkit-scrollbar-track {
    background: #1a1d2c;
}

.crm-table::-webkit-scrollbar-thumb {
    background-color: #ef225d;
    outline: 1px solid #ef225d;
}

.btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: #232636;
}

.btn-add {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ef225d;
    font-size: 12px;
    width: 80px;
    height: 30px;
    margin: 15px 0;
    margin-right: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.btn-del {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    border: 1px solid #ef225d;
    color: #fff;
    font-size: 12px;
    margin: 15px 0;
    margin-right: 15px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.naming {
    display: block;
    color: #8d8e96;
    margin-right: 10px;
}

.naming input {
    background: none;
    outline: none;
    border: 0;
    border-bottom: 2px solid #232636;
    margin-left: 15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.naming input {
    color: #ef225d;
    font-size: 16px;
    text-align: center;
}

.single-group {
    display: flex;
    justify-content: space-between;
}

.single-group__items {
    width: 665px;
    background: #232636;
    padding: 15px;
}

.single-group__items {
    display: flex;
    justify-content: space-between;
}

.single-group__item {
    width: 286px;
    height: 519px;
}

.single-group__item:first-child::-webkit-scrollbar {
    width: 3px;
    overflow-y: scroll;
}

.single-group__item:first-child::-webkit-scrollbar-track {
    background: #1a1d2c;
}

.single-group__item:first-child::-webkit-scrollbar-thumb {
    background-color: #ef225d;
    outline: 1px solid #ef225d;
}

.single-group__item:last-child {
    overflow-y: scroll;
}

.single-group__item:first-child {
    overflow-y: scroll;
}

.single-group__item:last-child::-webkit-scrollbar {
    width: 3px;
}

.single-group__item:last-child::-webkit-scrollbar-track {
    background: #1a1d2c;
}

.single-group__item:last-child::-webkit-scrollbar-thumb {
    background-color: #ef225d;
    outline: 1px solid #ef225d;
}

.single-group__item:nth-child(2) {
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-group input[type="checkbox"] {
    display: block;
    margin-right: 20px;
}

.single-group td {
    color: #8d8e96;
}

.single-group {
    margin-top: 50px;
}

.moderator {
    width: 333px;
    height: 519px;
    background: #232636;
    padding: 15px;
    position: relative;
}

.moderator span {
    display: block;
    color: #8d8e96;
    font-size: 16px;
}

.moderator select {
    width: 214px;
    border: 0;
    background: 0;
    border-bottom: 1px solid #8d8e96;
    color: #8d8e96;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 25px;
}

.moderator-button {
    display: flex;
    width: 94px;
    height: 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ef225d;
    font-size: 12px;
    margin-top: 15px;
}

.moderator-buttons {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5%;
    right: 10%;
}

.moderator-del {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 102px;
    height: 30px;
    border: 1px solid #ef225d;
    color: #fff;
    margin-left: 15px;
}

.single-group__item ul {
    margin: 0;
    padding: 0;
}

.single-group__item ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #8d8e96;
    padding: 5px 0;
    font-size: 14px;
}

.single-group__item ul li img {
    margin-left: 15px;
}

.single-group__item ul li input[type="text"] {
    width: 95%;
    border: 0;
    outline: none;
    background: none;
    border-bottom: 1px solid #8d8e96;
    padding-bottom: 5px;
    color: #fff;
    position: relative;
}

th a {
    color: #8d8e96;
}

th a:hover {
    color: #8d8e96;
}

.border-line {
    border-bottom: 3px solid #ef225d;
}

.crm-add {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    height: 30px;
    background: #ef225d;
    color: #fff;
    font-size: 12px;
}

.crm-add img {
    margin-left: 5px;
}

.crm-del {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    height: 30px;
    background: #ef225d;
    color: #fff;
    font-size: 12px;
}

.crm-del img {
    margin-right: 5px;
}

.crm-holders__headline .otchet {
    background: #ef225d;
    outline: none;
    border: 0;
    color: #fff;
    padding: 5px 2px;
}

.crm-holders__headline .otchet option {
    background: #fff;
    color: #000;
}

.numm {
    outline: none;
    border: 0;
    background: none;
    border: 1px solid #8d8e96;
    color: #8d8e96;
}

.numm option {
    outline: none;
    border: 0;
    background: none;
    border: 1px solid #8d8e96;
    color: #8d8e96;
}

.input-group input {
    width: 70px;
    margin-left: 5px;
    padding: 5px;
    font-size: 10px;
    padding-left: 25px;
    color: #fff;
}

.datepicker-days {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.datepicker table {
    background: #fff;
    position: absolute;
    top: 28%;
    padding: 15px;
}

.block-line {
    width: 13px;
    height: 1px;
    background: #8d8e96;
    margin: 0 10px;
}

.input-group {
    position: relative;
}

.input-group img {
    position: absolute;
    left: 14%;
    top: 50%;
    transform: translate(0, -50%);
}

.d-flex {
    display: flex !important;
}

.popup {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 888;
    background: rgba(13, 14, 21, 0.5);
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}

.popup__content {
    width: 771px;
    height: 493px;
    background: #1a1d2c;
    padding: 25px;
    position: absolute;
    z-index: 999;
}

.popup__title {
    font-size: 22px;
    color: #ef225d;
    text-align: center;
}

.popup__items {
    display: flex;
}

.popup__item {
    width: 50%;
}

input {
    border: 0;
    outline: none;
    background: none;
}

.form-holder {
    display: flex;
    flex-wrap: wrap;
    width: 205px;
    justify-content: space-between;
    margin: 0 auto;
}

.popup__item span {
    display: block;
    font-size: 14px;
    color: #8d8e96;
    margin-bottom: 15px;
}

.popup .popup__item > div {
    margin-bottom: 30px;
}

.popup .popup__item div input {
    border-bottom: 1px solid #707070;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.popup .popup__item div input::placeholder {
    font-size: 14px;
    color: #545561;
    text-align: center;
}

/* .form-holder input:first-child {
    width: 80px;
    margin-bottom: 20px;
}

.form-holder input:nth-child(2) {
    width: 80px;
    margin-bottom: 20px;
} */

.form-holder input {
    width: 205px;
    margin-bottom: 20px;
}

.form-date {
    width: 205px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.form-date input {
    width: 33px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding: 5px;
}

.slash {
    color: #8d8e96;
    margin-bottom: 0 !important;
}

.form-location {
    text-align: center;
}

.popup .popup__item div select {
    width: 205px;
    border: 0;
    outline: none;
    background: none;
    font-size: 14px;
    color: #545561;
    text-align: center;
    border-bottom: 1px solid #707070;
    padding: 5px;
}

.popup .popup__item div select:first-child {
    margin-bottom: 30px;
}

.form-contacts {
    text-align: center;
}

.form-contacts input {
    width: 205px;
}

.form-contacts input:first-child {
    margin-bottom: 23px;
}

.form-log {
    text-align: center;
}

.form-log input {
    width: 205px;
}

.form-log input:first-child {
    margin-bottom: 30px;
}

.form-log input:nth-child(2) {
    margin-bottom: 30px;
}

.form-log button {
    outline: none;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 30px;
    background: #ef225d;
    color: #fff;
    cursor: pointer;
    margin-top: 30px;
    margin-left: 175px;
}

.popup-del {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 5%;
}

.single-holder {
    width: 100%;
}

.single-holder__items {
    display: flex;
}

.single-holder__item {
    width: 50%;
}

.single-holder__title {
    display: flex;
    align-items: center;
    color: #8d8e96;
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: 60px;
    font-family: 'Proxima Nova', sans-serif;
}

.single-holder__block {
    width: 502px;
    height: 283px;
    background: #232636;
}

.single-form__items {
    display: flex;
    justify-content: space-around;
}

.single-form__item span {
    display: block;
    color: #91939b;
    margin-bottom: 10px;
}

.single-form__item main {
    width: 210px;
    margin-top: 100px;
}

.single-form__item main input {
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
    color: #fff;
    margin-left: 20px;
}

.single-form__item main select {
    border-bottom: 1px solid #707070;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    color: #707070;
    margin-left: 20px;
    width: 179px;
}

.single-form__item main input::placeholder {
    color: #555863;
}

.add-box {
    display: block;
    margin-left: 25px;
    margin-top: 4px;
}

.single-form__item:last-child {
    align-items: flex-end;
    align-content: flex-end;
}

.popup-select {
    width: 206px;
    color: #545561;
    border: 0;
    outline: none;
    background: none;
    padding: 5px;
    border-bottom: 1px solid #707070;
}

.table-condensed {
    z-index: 999;
}

.form-sum {
    display: flex;
}

.form-sum input:first-child {
    width: 83px;
    text-align: left;
}

.form-sum input:first-child::placeholder {
    text-align-last: left;
}

form textarea {
    padding: 5px;
    width: 231px;
    height: 99px;
    border: 1px solid #707070 !important;
    outline: none;
    background: none;
    color: #fff;
    border: 0;
    resize: none;
    font-size: 13px;
}

form textarea::placeholder {
    color: #555863;
    font-size: 13px;
}

.popup-send {
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 155px;
}

.table-condensed {
    position: absolute;
    top: 50% !important;
    right: 50%;
    transform: translate(50%, -50%);
}

.selection {
    margin: 0 !important;
    border: 0;
    outline: none;
    background: none !important;
}

.select2-container--default .select2-selection--single {
    background: none !important;
    border: 1px solid #8d8e96 !important;
    margin: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

b {
    display: none;
}

.select2 {
    margin: 0 !important;
}

.select2-selection__rendered {
    text-align: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #ffffff !important;
}

/* Admin */

.admin-header {
    width: 100%;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    align-items: center;
    background: #232636;
    font-family: "Ubuntu Regular";
}

.admin-header__logo {
    width: 53px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-header__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
}

.admin-header__form {
    position: relative;
    width: 440px;
    font-family: "Ubuntu Regular";
}

.admin-header__form img {
    position: absolute;
    right: 0;
    top: 0;
}

.admin-header__form input {
    width: 100%;
    outline: none;
    border: 0;
    background: none;
    color: #868891;
    border-bottom: 1px solid #868891;
    font-size: 16px;
    padding-bottom: 5px;
}

.admin-header__form input::placeholder {
    font-size: 16px;
    color: #868891;
}

.admin-header__info {
    display: flex;
    align-items: center;
}

.admin-header__select {
    color: #ef225d;
    background: none;
    outline: none;
    border: 0;
    cursor: pointer;
    margin-right: 20px;
    font-family: "Ubuntu", sans-serif;
}

.admin-name {
    margin-right: 20px;
}

.admin-name span:first-child {
    font-size: 14px;
    color: #868891;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.admin-name span:last-child {
    font-size: 14px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.admin-avatar {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.admin-avatar img {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.admin-avatar__circle {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 3px;
}

.admin-avatar__circle:last-child {
    margin-bottom: 0;
}

.admin-header__bell {
    position: relative;
    margin-right: 20px;
}

.counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
}

.admin-header__log-out {
    display: flex;
}

.admin-header__log-out span {
    display: block;
    color: #fff;
    margin-right: 10px;
    font-family: "Ubuntu", sans-serif;
}

.admin-hero {
    display: flex;
}

/* ADMIN SIDEBAR */
.d-inline-block {
    display: inline-block !important;
}
.admin-sidebar {
    width: 50px;
    height: 100vh;
    position: fixed;
    background: #232636;
    top: 50px;
}

.admin-sidebar__icon {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
span.badge {
    color: #f5f5f5;
    background-color: #ef225d;
    padding: 2px 3px;
    border-radius: 4px;
    font-size: 10px;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
}
.admin-sidebar__icon img {
    height: 20px;
}

.admin-sidebar__icon::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 70%;
    margin: 0 auto;
    height: 1px;
    background: #868891;
}

/* ADMIN CONTENT */

.admin-content {
    margin-left: 150px;
}

.admin-content .title {
    color: #ef225d;
}

.admin-content__download-links {
    width: 980px;
    display: flex;
    flex-wrap: wrap;
}

.admin-content__download-link {
    width: 290px;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ef225d;
    color: #fff;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 2px solid #ef225d;
    transition: 0.5s ease-in-out;
}

.admin-content__download-link:hover {
    border: 2px solid #fff;
}

.admin-content__items {
    display: flex;
}

.admin-content__download {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.download-title {
    display: block;
    width: 106px;
    color: #868891;
}

.download-input {
    display: block;
    width: 465px;
    color: #868891;
    background: #2d3041;
    border: 0;
    outline: none;
    padding: 5px;
}

.download-input::placeholder {
    color: #868891;
}

.download-select {
    display: block;
    width: 475px;
    border: 0;
    outline: none;
    padding: 5px;
    color: #ef225d;
    background: #2d3041;
}

.plus-icon {
    display: block;
    margin-top: 7px;
    margin-left: 10px;
}

.you-tube-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 445px;
    height: 250px;
    background: #ef225d;
    color: #fff;
}

.you-tube-download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 35px;
    color: #fff;
    background: #ef225d;
    margin-top: 25px;
    float: right;
}

.you-tube-api {
    margin-left: 100px;
}

select {
    cursor: pointer;
}

.download-photo {
    margin-left: 100px;
}

.download-photo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    background: #ef225d;
    color: #fff;
}

.download-photo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 35px;
    color: #fff;
    background: #ef225d;
    margin-top: 25px;
    float: right;
}

.admin-index {
    display: flex;
}

.admin-index__bg {
    width: 55%;
    background: url("/img/admin_index_bg.png") no-repeat;
    background-size: contain;
    height: 100vh;
}

.admin-index__content {
    width: 45%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login input {
    display: block;
    width: 307px;
    border: 0;
    background: none;
    outline: none;
    border-bottom: 1px solid #868891;
    padding-bottom: 5px;
    color: #868891;
    font-size: 16px;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
}

.login input:focus {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.login input::placeholder {
    font-size: 16px;
}

.login__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.login__items a {
    display: inline-block;
    color: #868891;
    font-size: 14px;
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    font-family: "Proxima Nova", sans-serif;
}

.login__items a:hover {
    color: #ef225d;
}

.login__item {
    display: flex;
    flex-direction: column;
}

.login button {
    border: 0;
    background: none;
    outline: none;
    font-size: 16px;
    color: #ef225d;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    margin-top: 35px;

    font-family: "Proxima Nova", sans-serif;
}

.admin-index__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.admin-index__logo span {
    display: block;
    font-size: 41px;
    color: #fff;
}

.admin-sidebar-active {
    fill: #ef225d !important;
}

.active-border {
    border-right: 1px solid #ef225d;
}

th {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

td {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.text-danger {
    color: #ef225d !important;
}

.help-block.help-block-error {
    font-size: 12px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer !important;
}

a[role="button"] {
    cursor: pointer;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotate 1s linear 0s infinite forwards normal;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.spec-color {
    color: #ef225d !important;
}

.fs-12 {
    font-size: 12px;
}

input.required {
    border-color: #ef225d !important;
}

select.required {
    border-color: #ef225d !important;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.btn-menu {
    position: relative;
    height: 25%;
}

.btn-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ef225d;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.btn-menu__btns a {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #ef225d;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 10%;
    z-index: 0;
    display: none;
}

.btn-menu__btns.menu_active a:first-child {
    display: flex;
    transform: translate(16%, -205%);
}

.btn-menu__btns.menu_active a:nth-child(2) {
    display: flex;
    transform: translate(155%, -150%);
}

.btn-menu__btns.menu_active a:nth-child(3) {
    display: flex;
    transform: translate(173%, 0%);
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.report-item {
    width: 292px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #232636 1px solid;
    margin: 25px;
}
.report-item:hover {
    border: #ef225d 1px solid;
}

.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.mw-100 {
    max-width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.d-none {
    display: none !important;
}

.fs-14 {
    font-size: 14px !important;
}

.d-inline {
    display: inline !important;
}

.border {
    border: solid 1px #232636;
}

.w-99 {
    box-sizing: border-box;
    display: block;
    width: 100%;
    background-color: #cacaca !important;
}

.text-success {
    color: #007e33 !important;
}

.text-warning {
    color: #ffbb33 !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.riz-crm__theme {
    display: flex;
    margin: 25px 0;
}

.riz-crm__theme span:first-child {
    display: block;
    color: #8d8e96;
    margin-right: 15px;
}
.riz-crm__theme span:last-child {
    color: #fff;
}

.riz-crm__chat {
    background: #232636;
    height: 395px;
    padding: 25px;
    overflow-y: auto;
}
.riz-crm__chat::-webkit-scrollbar {
    width: 3px;
}

.riz-crm__chat::-webkit-scrollbar-track {
    background: #1a1d2c;
}

.riz-crm__chat::-webkit-scrollbar-thumb {
    background-color: #ef225d;
    outline: 1px solid #ef225d;
}

.riz-crm__cover {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}

.riz-crm__chat-left {
    width: 500px;
    padding: 10px;
    background: #1a1d2c;
}

.riz-crm__chat-right {
    width: 500px;
    padding: 10px;
    background: #1a1d2c;
}

.riz-crm__chat-title {
    color: #ef225d;
    margin-bottom: 10px;
}

.riz-crm__chat-descr {
    color: #fff;
}

.riz-chat__avatar {
    width: 45px;
}

.riz-chat__avatar img {
    width: 100%;
}

.jc-fe {
    justify-content: flex-end;
}

.ml {
    margin-left: 20px;
}

.mr {
    margin-right: 20px;
}

.riz-crm__chat-form {
    width: 90%;
    border-top: 1px solid #000;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 90px;
}

.riz-crm__chat-form input {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

.riz-crm__chat-form input::placeholder {
    color: #91939b;
    font-size: 14px;
}

.riz-crm__chat-form button {
    color: #fff;
    background: #ef225d;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    height: 25px;
    margin-top: 10px;
}

.close-ticket-cover {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.close-ticket {
    width: 110px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ef225d;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    margin-top: 25px;
}

.reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.reverse .ml {
    margin-left: 0;
    margin-right: 20px;
}

.hamburger {
    display: none;
}

.d-block {
    display: block !important;
}

.fww {
    flex-wrap: wrap !important;
}
#chartdiv {
    color: white;
}

.report-item img {
    width: 171px;
}

.text-white {
    color: white !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

#chartdiv svg > g > g:nth-child(2) > g:nth-child(2) > g > g[filter^="url"]
{
    display: none;
}

.border-bottom > td {
    border-bottom: 1px solid white;
}