html, body, iframe, header, footer, main, aside, nav, section, article, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption, a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, input, select, textarea, button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption, form, fieldset, legend, label, input, select, textarea, button {
  display: block;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl, dt, dd, ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

u, ins, del {
  text-decoration: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

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

input[type=number] {
  -moz-appearance: textfield !important;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
.grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 770px) {
  .grid {
    padding: 0 15px;
  }
}
.grid.mb-30 {
  margin-bottom: 30px;
}

.grid-row {
  margin: 0 -8px;
  font-size: 0;
}

.grid-col {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  box-sizing: border-box;
}

.grid-col_1 {
  width: calc(100% / (24/1));
}

.grid-col_2 {
  width: calc(100% / (24/2));
}

.grid-col_3 {
  width: calc(100% / (24/3));
}

.grid-col_4 {
  width: calc(100% / (24/4));
}

.grid-col_5 {
  width: calc(100% / (24/5));
}

.grid-col_6 {
  width: calc(100% / (24/6));
}

.grid-col_7 {
  width: calc(100% / (24/7));
}

.grid-col_8 {
  width: calc(100% / (24/8));
}

.grid-col_9 {
  width: calc(100% / (24/9));
}

.grid-col_10 {
  width: calc(100% / (24/10));
}

.grid-col_11 {
  width: calc(100% / (24/11));
}

.grid-col_12 {
  width: calc(100% / (24/12));
}

.grid-col_13 {
  width: calc(100% / (24/13));
}

.grid-col_14 {
  width: calc(100% / (24/14));
}

.grid-col_15 {
  width: calc(100% / (24/15));
}

.grid-col_16 {
  width: calc(100% / (24/16));
}

.grid-col_17 {
  width: calc(100% / (24/17));
}

.grid-col_18 {
  width: calc(100% / (24/18));
}

.grid-col_19 {
  width: calc(100% / (24/19));
}

.grid-col_20 {
  width: calc(100% / (24/20));
}

.grid-col_21 {
  width: calc(100% / (24/21));
}

.grid-col_22 {
  width: calc(100% / (24/22));
}

.grid-col_23 {
  width: calc(100% / (24/23));
}

.grid-col_24 {
  width: calc(100% / (24/24));
}

@media screen and (max-width: 1219px) {
  .grid-col_lg-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_lg-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_lg-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_lg-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_lg-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_lg-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_lg-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_lg-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_lg-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_lg-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_lg-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_lg-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_lg-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_lg-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_lg-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_lg-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_lg-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_lg-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_lg-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_lg-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_lg-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_lg-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_lg-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_lg-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 999px) {
  .grid-col_md-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_md-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_md-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_md-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_md-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_md-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_md-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_md-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_md-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_md-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_md-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_md-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_md-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_md-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_md-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_md-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_md-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_md-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_md-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_md-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_md-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_md-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_md-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_md-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 767px) {
  .grid-col_sm-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_sm-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_sm-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_sm-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_sm-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_sm-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_sm-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_sm-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_sm-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_sm-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_sm-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_sm-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_sm-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_sm-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_sm-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_sm-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_sm-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_sm-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_sm-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_sm-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_sm-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_sm-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_sm-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_sm-24 {
    width: calc(100% / (24/24));
  }
}
@media screen and (max-width: 479px) {
  .grid-col_xs-1 {
    width: calc(100% / (24/1));
  }

  .grid-col_xs-2 {
    width: calc(100% / (24/2));
  }

  .grid-col_xs-3 {
    width: calc(100% / (24/3));
  }

  .grid-col_xs-4 {
    width: calc(100% / (24/4));
  }

  .grid-col_xs-5 {
    width: calc(100% / (24/5));
  }

  .grid-col_xs-6 {
    width: calc(100% / (24/6));
  }

  .grid-col_xs-7 {
    width: calc(100% / (24/7));
  }

  .grid-col_xs-8 {
    width: calc(100% / (24/8));
  }

  .grid-col_xs-9 {
    width: calc(100% / (24/9));
  }

  .grid-col_xs-10 {
    width: calc(100% / (24/10));
  }

  .grid-col_xs-11 {
    width: calc(100% / (24/11));
  }

  .grid-col_xs-12 {
    width: calc(100% / (24/12));
  }

  .grid-col_xs-13 {
    width: calc(100% / (24/13));
  }

  .grid-col_xs-14 {
    width: calc(100% / (24/14));
  }

  .grid-col_xs-15 {
    width: calc(100% / (24/15));
  }

  .grid-col_xs-16 {
    width: calc(100% / (24/16));
  }

  .grid-col_xs-17 {
    width: calc(100% / (24/17));
  }

  .grid-col_xs-18 {
    width: calc(100% / (24/18));
  }

  .grid-col_xs-19 {
    width: calc(100% / (24/19));
  }

  .grid-col_xs-20 {
    width: calc(100% / (24/20));
  }

  .grid-col_xs-21 {
    width: calc(100% / (24/21));
  }

  .grid-col_xs-22 {
    width: calc(100% / (24/22));
  }

  .grid-col_xs-23 {
    width: calc(100% / (24/23));
  }

  .grid-col_xs-24 {
    width: calc(100% / (24/24));
  }
}
* {
  box-sizing: border-box;
  outline: none;
}

body,
html {
  background: #efefef;
  color: black;
  font: 400 16px/1 "Inter", sans-serif;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
body .ng-star-inserted,
html .ng-star-inserted {
  display: none !important;
}

body {
  direction: ltr;
  font-family: "Inter", sans-serif;
}

.site-main {
  margin: 0 !important;
}

body ul,
body ol {
  margin: 0;
}
body input,
body input[type=text],
body input[type=button],
body input[type=submit],
body input[type=number],
body input[type=email],
body input[type=tel],
body input[type=url],
body input[type=password],
body input[type=search],
body button,
body select,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  color: black;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tcl {
  display: table-cell;
  vertical-align: middle;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
}

a {
  text-decoration: unset;
}

.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay_visible {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.loader.show {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.loader .icon_loader {
  position: relative;
  width: 100%;
  height: 100%;
}
.loader .icon_loader .lds-ellipsis {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader .icon_loader .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader .icon_loader .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader .icon_loader .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader .icon_loader .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader .icon_loader .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.page_login {
  position: relative;
  height: 100%;
}
.page_login .login_screen {
  height: 100%;
  font-size: 0;
  background: #5473E8;
}
.page_login .login_screen .section_left {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
}
.page_login .login_screen .section_left .section_form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: white;
  max-width: 500px;
  max-height: 550px;
  border-radius: 20px;
  padding: 35px;
}
.page_login .login_screen .section_left .section_form .head {
  text-align: center;
}
.page_login .login_screen .section_left .section_form .head h3 {
  font-size: 32px;
  font-weight: 600;
  padding-top: 40px;
}
.page_login .login_screen .section_left .section_form form {
  padding: 50px 0 25px;
}
.page_login .login_screen .section_left .section_form form .single_field {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
}
.page_login .login_screen .section_left .section_form form .single_field label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #0D0C22;
}
.page_login .login_screen .section_left .section_form form .single_field input {
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: black;
  padding: 12px 20px;
}
.page_login .login_screen .section_left .section_form form .single_field .show_pass {
  position: absolute;
  right: 15px;
  top: 35px;
}
.page_login .login_screen .section_left .section_form form .single_field .show_pass:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/icons/pass-Eye.png);
  background-repeat: no-repeat;
  background-size: 18px;
  position: absolute;
}
.page_login .login_screen .section_left .section_form form .single_field .show_pass input {
  opacity: 0;
}
.page_login .login_screen .section_left .section_form form button {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: center;
  background: #5473E8;
  width: 100%;
  padding: 16px 20px;
  border-radius: 6px;
}
.page_login .login_screen .section_left .section_form .link_ask {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #36C2CF;
}
.page_login .login_screen .section_right {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 100%;
  background: linear-gradient(206.93deg, #36C2CF -0.68%, #36c2cf00 88.11%);
}
.page_login .login_screen .section_right img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.page_dashboard {
  position: relative;
  background: #efefef;
}
.page_dashboard .section_left {
  display: inline-block;
  position: relative;
  min-width: 280px;
  max-width: 280px;
  height: 100%;
  vertical-align: top;
}
.page_dashboard .section_left .sec_fixed {
  position: fixed;
  background: white;
  bottom: 0;
  top: 0;
  min-width: 280px;
  max-width: 280px;
}
.page_dashboard .section_right {
  display: inline-block;
  position: relative;
  width: calc(100% - 285px);
  height: 100%;
  padding: 50px;
  background: #efefef;
}
.page_dashboard .section_right .section_head {
  padding-bottom: 50px;
}
.page_dashboard .section_right .section_head h3 {
  font-size: 32px;
  font-weight: 600;
  color: #111827;
}

.sec_notifications label {
  font-size: 16px;
  font-weight: 400;
  color: #9CA3AF;
  padding-bottom: 20px;
}
.sec_notifications .list {
  padding-bottom: 30px;
}
.sec_notifications .list li {
  border-top: 2px solid #E3DBDB;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sec_notifications .list li h5 {
  font-size: 18px;
  font-weight: 500;
}
.sec_notifications .list li span {
  font-size: 14px;
  font-weight: 400;
  color: #9CA3AF;
}
.sec_notifications .list.new li h5 {
  font-weight: 700;
}

.sec_agent_list .section_head .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_agent_list .section_head .top .add_agent {
  text-align: right;
  background: #5473E8;
  color: white;
  width: 175px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  background-image: url("../img/icons/plus_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 92%) center;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_agent_list .section_head .top .add_agent:hover {
  background-color: #4560c5;
}
.sec_agent_list .section_head form {
  display: flex;
  column-gap: 15px;
  padding-top: 40px;
}
.sec_agent_list .section_head form input {
  width: 400px;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
}
.sec_agent_list .section_head form .btn_search {
  background: #7976FF33;
  font-size: 16px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_agent_list .section_head form .btn_search:hover {
  background: #7976ff66;
}
.sec_agent_list .section_tabel table {
  background: white;
}
.sec_agent_list .section_tabel table tr {
  border-top: 1px solid #E5E7EB;
}
.sec_agent_list .section_tabel table tr th {
  color: #6B7280;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  background: #f9fafb;
  padding: 12px 15px;
  border-right: 2px solid #e6e7eb;
  border-left: 2px solid #e6e7eb;
  background-image: url("../img/icons/plus_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 92%) center;
  background-size: 20px;
}
.sec_agent_list .section_tabel table tr td {
  font-size: 14px;
  font-weight: 400;
  color: #6B7280;
  text-align: left;
  padding: 20px 15px;
  max-width: 200px;
  line-height: 25px;
  border-right: 2px solid #e6e7eb;
  border-left: 2px solid #e6e7eb;
}
.sec_agent_list .section_tabel table tr td.bold {
  font-weight: 500;
  color: black;
}
.sec_agent_list .section_tabel table tr:last-child {
  border-bottom: 2px solid #e6e7eb;
}

.sec_new_agent ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 50px;
}
.sec_new_agent ul li:first-child {
  font-size: 32px;
  font-weight: 600;
}
.sec_new_agent ul li:last-child {
  font-size: 20px;
  font-weight: 300;
  color: #A8A8A8;
}
.sec_new_agent form {
  max-width: 300px;
}
.sec_new_agent form .s_row {
  padding-bottom: 30px;
}
.sec_new_agent form .s_row label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 6px;
  color: #374151;
}
.sec_new_agent form .s_row input {
  width: 100%;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  background-color: white;
}
.sec_new_agent form .s_row p {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.sec_new_agent form .btn_add {
  text-align: center;
  background: #5473E8;
  color: white;
  width: 300px;
  margin: auto;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_new_agent form .btn_add:hover {
  background-color: #4560c5;
}

.sec_detalis_agent ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 50px;
}
.sec_detalis_agent ul li:first-child {
  font-size: 32px;
  font-weight: 600;
}
.sec_detalis_agent ul li:last-child {
  font-size: 20px;
  font-weight: 300;
  color: #A8A8A8;
}
.sec_detalis_agent .content {
  display: flex;
  justify-content: space-between;
}
.sec_detalis_agent .content form {
  width: 300px;
}
.sec_detalis_agent .content form .s_row {
  padding-bottom: 30px;
}
.sec_detalis_agent .content form .s_row label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 6px;
  color: #374151;
}
.sec_detalis_agent .content form .s_row input {
  width: 100%;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  background-color: white;
}
.sec_detalis_agent .content form .s_row p {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.sec_detalis_agent .content form .section_buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 40px;
}
.sec_detalis_agent .content form .section_buttons .save {
  background: #5473E8;
  color: white;
  width: 150px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_detalis_agent .content form .section_buttons .save:hover {
  background: #4560c5;
}
.sec_detalis_agent .content form .section_buttons .cancel {
  font-size: 16px;
  font-weight: 600;
  color: #9CA3AF;
}
.sec_detalis_agent .content .section_box {
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 12px;
  padding: 100px 30px;
  text-align: center;
  position: relative;
}
.sec_detalis_agent .content .section_box h4 {
  font-size: 22px;
  font-weight: 600;
  color: #5473E8;
  padding-bottom: 20px;
}
.sec_detalis_agent .content .section_box .btn_edit {
  display: block;
  text-align: right;
  background: #5473E8;
  color: white;
  width: 175px;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  background-image: url("../img/icons/plus_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 92%) center;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_detalis_agent .content .section_box .btn_edit:hover {
  background-color: #4560c5;
}
.sec_detalis_agent .popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #fbf6e9;
}
.sec_detalis_agent .popup::-webkit-scrollbar {
  display: none;
}
.sec_detalis_agent .popup_visible {
  pointer-events: auto;
  visibility: visible !important;
  opacity: 1 !important;
}
.sec_detalis_agent .popup__close {
  position: absolute;
  right: 15px;
  left: auto;
  font-size: 22px !important;
  top: 15px;
  color: #9CA3AF;
}
.sec_detalis_agent .popup__window {
  position: relative;
  border-radius: 4px;
}
.sec_detalis_agent .popup.add_slots {
  left: 0;
  right: 0;
  background: white;
  transition: 0.2s all ease-in-out;
  width: 500px;
  height: fit-content;
  padding: 0;
  margin: auto;
  border-radius: 12px;
}
.sec_detalis_agent .popup.add_slots .popup__window {
  height: 100%;
}
.sec_detalis_agent .popup.add_slots .section_info {
  padding: 50px;
  text-align: center;
}
.sec_detalis_agent .popup.add_slots .section_info h2 {
  font-size: 32px;
  font-weight: 600;
}
.sec_detalis_agent .popup.add_slots .section_info .title {
  padding: 40px 0;
}
.sec_detalis_agent .popup.add_slots .section_info .title h6 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
}
.sec_detalis_agent .popup.add_slots .section_info .title p {
  font-size: 14px;
  font-weight: 500;
}
.sec_detalis_agent .popup.add_slots .section_info .number {
  padding-bottom: 40px;
}
.sec_detalis_agent .popup.add_slots .section_info .number h6 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}
.sec_detalis_agent .popup.add_slots .section_info .number input {
  width: 125px;
  margin: auto;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
  font-size: 32px;
}
.sec_detalis_agent .popup.add_slots .section_info .btn_add {
  text-align: center;
  background: #5473E8;
  color: white;
  width: 300px;
  margin: auto;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_detalis_agent .popup.add_slots .section_info .btn_add:hover {
  background-color: #4560c5;
}

.sec_request_slots .all_slots .single_slot {
  width: 100%;
  padding-bottom: 20px;
}
.sec_request_slots .all_slots .single_slot .box {
  background: white;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #5473E8;
}
.sec_request_slots .all_slots .single_slot .box .data {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.sec_request_slots .all_slots .single_slot .box .data .row {
  width: calc(100% / 6);
  text-align: left;
}
.sec_request_slots .all_slots .single_slot .box .data .row h4 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}
.sec_request_slots .all_slots .single_slot .box .data .row p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.sec_request_slots .all_slots .single_slot .box .data .row .link_view {
  width: 100%;
  background: #7976FF33;
  font-size: 14px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 80px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_request_slots .all_slots .single_slot .box .data .row .link_view:hover {
  background: #7976ff66;
}
.sec_request_slots .all_slots .single_slot .box .data .row button {
  display: flex;
  align-items: center;
  column-gap: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_request_slots .all_slots .single_slot .box .data .row button:hover {
  background: #7976ff66;
}
.sec_request_slots .all_slots .single_slot .box .data .row button.accept {
  background: #36C2CF;
  color: white;
}
.sec_request_slots .all_slots .single_slot .box .data .row button.delete {
  background: #FFD8D8;
  color: #DF2914;
}
.sec_request_slots .all_slots .single_slot .box .data .row.button {
  max-width: 120px;
}
.sec_request_slots .all_slots .single_slot .box .data .row.button img {
  width: 20px;
  height: 20px;
}
.sec_request_slots.agent .top_agent {
  padding-bottom: 40px;
}
.sec_request_slots.agent .top_agent .all_box_solts {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-bottom: 30px;
}
.sec_request_slots.agent .top_agent .all_box_solts li {
  background: white;
  border-radius: 8px;
  text-align: center;
  padding: 30px;
}
.sec_request_slots.agent .top_agent .all_box_solts li h5 {
  font-size: 32px;
  font-weight: 700;
  color: #5473E8;
  padding-bottom: 10px;
}
.sec_request_slots.agent .top_agent .all_box_solts li p {
  color: #5473E8;
}
.sec_request_slots.agent .top_agent p {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}
.sec_request_slots.agent .top_agent input {
  width: 100%;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  color: black;
  max-width: 200px;
}
.sec_request_slots.agent .top_agent button {
  margin-top: 20px;
  background: #5473E8;
  color: white;
  width: 250px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_request_slots.agent .top_agent button:hover {
  background: #4560c5;
}
.sec_request_slots.agent .all_slots h3 {
  padding-bottom: 15px;
}
.sec_request_slots.agent .all_slots .single_slot {
  max-width: 500px;
}
.sec_request_slots.agent .all_slots .single_slot .box .data .row {
  width: 100% !important;
}

.sec_ads_list .section_head {
  padding-bottom: 20px !important;
}
.sec_ads_list .section_head .top .sec_search {
  display: flex;
  column-gap: 15px;
  max-width: 500px;
  margin: 0 0 0 auto;
}
.sec_ads_list .section_head .top .sec_search.admin {
  flex-wrap: wrap;
  row-gap: 10px;
  padding-top: 30px;
}
.sec_ads_list .section_head .top .sec_search.admin a {
  width: 100%;
  text-align: right;
}
.sec_ads_list .section_head .top .sec_search form {
  display: flex;
  column-gap: 15px;
  width: calc(100% - 20%);
}
.sec_ads_list .section_head .top .sec_search form .s_field {
  width: 100%;
}
.sec_ads_list .section_head .top .sec_search form .s_field input {
  width: 100%;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  color: black;
}
.sec_ads_list .section_head .top .sec_search form .s_field input::placeholder {
  color: black;
}
.sec_ads_list .section_head .top .sec_search form .s_field select {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background-image: url("../img/icons/arrow_down_black.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: 12px;
  -webkit-appearance: none;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  line-height: 18px;
}
.sec_ads_list .section_head .top .sec_search form .btn_search {
  background: #7976FF33;
  font-size: 16px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_ads_list .section_head .top .sec_search form .btn_search:hover {
  background: #7976ff66;
}
.sec_ads_list .section_title {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #9CA3AF;
  padding-bottom: 15px;
}
.sec_ads_list .section_title.open_calendar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
.sec_ads_list .section_title.open_calendar::after {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
}
.sec_ads_list .section_title.open_calendar.active::after {
  content: "remove";
}
.sec_ads_list .section_not_show {
  display: none;
}
.sec_ads_list .section_not_show.show {
  display: block;
}
.sec_ads_list .fiter_and_sort {
  padding: 25px 0;
}
.sec_ads_list .fiter_and_sort .all_status {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  overflow-x: scroll;
  white-space: nowrap;
}
.sec_ads_list .fiter_and_sort .all_status::-webkit-scrollbar {
  display: none;
}
.sec_ads_list .fiter_and_sort .all_status li .single_status {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #9CA3AF;
  padding: 10px 12px;
  border-radius: 8px;
}
.sec_ads_list .fiter_and_sort .all_status li .single_status .icon {
  border-radius: 50px;
  color: white;
  background: #9CA3AF;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 4px;
}
.sec_ads_list .fiter_and_sort .all_status li .single_status.active {
  background: #ddddf1;
  color: #5473e8 !important;
}
.sec_ads_list .fiter_and_sort .all_status li .single_status.active .icon {
  background: #5473e8 !important;
  color: white !important;
}
.sec_ads_list .fiter_and_sort .all_status li .single_status.not_show .icon {
  background: #DF2914;
}
.sec_ads_list .fiter_and_sort .section_sort {
  padding-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 6px;
}
.sec_ads_list .fiter_and_sort .section_sort h4 {
  font-size: 16px;
  font-weight: 600;
}
.sec_ads_list .fiter_and_sort .section_sort select {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  background-image: url("../img/icons/arrow_down_black.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: 12px;
  -webkit-appearance: none;
}
.sec_ads_list .all_ads .single_ads {
  width: 100%;
  padding-bottom: 20px;
}
.sec_ads_list .all_ads .single_ads .box {
  background: white;
  border-radius: 8px;
  padding: 15px;
}
.sec_ads_list .all_ads .single_ads .box .row {
  text-align: left;
}
.sec_ads_list .all_ads .single_ads .box .row h4 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}
.sec_ads_list .all_ads .single_ads .box .row p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.sec_ads_list .all_ads .single_ads .box .row .link_view {
  background: #7976FF33;
  font-size: 16px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 80px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_ads_list .all_ads .single_ads .box .row .link_view:hover {
  background: #7976ff66;
}
.sec_ads_list .all_ads .single_ads .box .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9CA3AF;
  padding-bottom: 10px;
}
.sec_ads_list .all_ads .single_ads .box .top .left {
  display: flex;
  column-gap: 80px;
}
.sec_ads_list .all_ads .single_ads .box .top .status {
  background: #ffe8ac;
  color: #DC6B02;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
}
.sec_ads_list .all_ads .single_ads .box .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  row-gap: 20px;
}
.sec_ads_list .all_ads .single_ads .box .bottom .row {
  width: calc(100% / 3);
}
.sec_ads_list .all_ads .single_ads .box .bottom .row.min {
  max-width: 100px;
}
.sec_ads_list .all_ads .single_ads .box .bottom .link_edit {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #1C9E8F;
  padding: 10px 0;
}
.sec_ads_list .all_ads .single_ads .box .bottom .link_edit:hover {
  text-decoration: underline;
}
.sec_ads_list .all_ads .single_ads .box .bottom .link_delet {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #DF2914;
}
.sec_ads_list .all_ads .single_ads .box .bottom .link_delet:hover {
  text-decoration: underline;
}
.sec_ads_list .all_ads .single_ads:last-child {
  padding-bottom: 0;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #fbf6e9;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup_visible {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.popup__close {
  position: absolute;
  left: 15px;
  font-size: 22px !important;
  top: 15px;
  color: #9CA3AF;
}
.popup__window {
  position: relative;
  border-radius: 4px;
}
.popup.view_ads {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 600px;
  padding: 0;
}
.popup.view_ads .popup__window {
  height: 100%;
}
.popup.view_ads.popup_visible {
  transform: translate(0, 0);
}
.popup.view_ads .section_info {
  padding: 50px;
}
.popup.view_ads .section_info .col {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
}
.popup.view_ads .section_info .col .data {
  display: flex;
  column-gap: 50px;
  position: relative;
}
.popup.view_ads .section_info .col .data.textarea {
  display: block;
}
.popup.view_ads .section_info .col .data.textarea h4 {
  font-weight: 700;
}
.popup.view_ads .section_info .col .row {
  text-align: left;
}
.popup.view_ads .section_info .col .row h4 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}
.popup.view_ads .section_info .col .row p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.popup.view_ads .section_info .col .row .link_view {
  background: #7976FF33;
  font-size: 16px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 80px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.view_ads .section_info .col .row .link_view:hover {
  background-color: #7976ff66;
}
.popup.view_ads .section_info .col .row textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  border: 0;
  border-radius: 8px;
  border: 2px solid #9CA3AF;
}
.popup.view_ads .section_info .col .right {
  position: absolute;
  right: 0;
  top: 0px;
}
.popup.view_ads .section_info .col .right select {
  background: #ffe8ac;
  color: #DC6B02;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 12px;
  width: 120px;
  border-radius: 4px;
  background-image: url("../img/icons/arrow_down_color.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 12px;
  -webkit-appearance: none;
}
.popup.view_ads .section_info .col .right .download {
  background: #E9E9F6;
  color: #5473E8;
  width: 150px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 0px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.view_ads .section_info .col .right .download:hover {
  background: #7976ff66;
}
.popup.view_ads .section_info .section_buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 25px;
}
.popup.view_ads .section_info .section_buttons .save {
  background: #5473E8;
  color: white;
  width: 150px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.view_ads .section_info .section_buttons .save:hover {
  background: #4560c5;
}
.popup.view_ads .section_info .section_buttons .cancel {
  font-size: 16px;
  font-weight: 600;
  color: #9CA3AF;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #fbf6e9;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup_visible {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.popup__close {
  position: absolute;
  left: 15px;
  font-size: 22px !important;
  top: 15px;
  color: #9CA3AF;
}
.popup__close.text {
  position: relative;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 14px !important;
  font-weight: 700;
  width: 100%;
  padding-top: 14px;
}
.popup__window {
  position: relative;
  border-radius: 4px;
}
.popup.edit {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 600px;
  padding: 0;
}
.popup.edit .popup__window {
  height: 100%;
}
.popup.edit.popup_visible {
  transform: translate(0, 0);
}
.popup.edit .section_info {
  padding: 50px;
}
.popup.edit .section_info .col {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
}
.popup.edit .section_info .col .data {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  position: relative;
}
.popup.edit .section_info .col .data.textarea {
  display: block;
}
.popup.edit .section_info .col .data.textarea h4 {
  font-weight: 700;
}
.popup.edit .section_info .col .data.select_date .row {
  width: 50%;
}
.popup.edit .section_info .col .available {
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
}
.popup.edit .section_info .col .available span {
  color: #5473E8;
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
}
.popup.edit .section_info .col .row {
  text-align: left;
}
.popup.edit .section_info .col .row h4 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}
.popup.edit .section_info .col .row h4 span {
  font-weight: bold;
  color: #5473E8;
}
.popup.edit .section_info .col .row p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.popup.edit .section_info .col .row .link_view {
  background: #7976FF33;
  font-size: 16px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 80px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.edit .section_info .col .row .link_view:hover {
  background-color: #7976ff66;
}
.popup.edit .section_info .col .row label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}
.popup.edit .section_info .col .row input {
  width: 100%;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  background-color: white;
}
.popup.edit .section_info .col .row select {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background-image: url("../img/icons/arrow_down_black.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 12px;
  -webkit-appearance: none;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  line-height: 18px;
}
.popup.edit .section_info .col .row textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 150px;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  border: 0;
  border-radius: 8px;
  border: 2px solid #9CA3AF;
}
.popup.edit .section_info .col .all_fields {
  display: flex;
  column-gap: 10px;
}
.popup.edit .section_info .col .all_fields .s_field {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.popup.edit .section_info .col .all_fields .s_field label {
  padding-bottom: 0;
}
.popup.edit .section_info .col .section_count {
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  width: 90px;
  padding: 8px 0px;
}
@media screen and (max-width: 999px) {
  .popup.edit .section_info .col .section_count {
    padding: 5px 10px;
    width: 100px;
  }
}
.popup.edit .section_info .col .section_count .increase {
  position: relative;
  padding: 0;
  border: 1px solid black;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
.popup.edit .section_info .col .section_count .increase::before {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
  position: absolute;
  top: 3px;
  left: 3px;
}
.popup.edit .section_info .col .section_count .increase.disabled {
  opacity: 0.2 !important;
}
.popup.edit .section_info .col .section_count .number_count {
  color: black;
  font-size: 16px;
  font-weight: 600;
  max-width: 80px;
  text-align: center;
  border: 0;
  padding: 0;
  border: 1px solid #9CA3AF;
  padding: 5px;
}
.popup.edit .section_info .col .section_count .decrease {
  position: relative;
  padding: 0;
  border: 1px solid black;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
.popup.edit .section_info .col .section_count .decrease::before {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
  position: absolute;
  top: 3px;
  left: 3px;
}
.popup.edit .section_info .col .section_count .decrease.disabled {
  opacity: 0.2 !important;
}
.popup.edit .section_info .section_buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 25px;
}
.popup.edit .section_info .section_buttons .save {
  background: #5473E8;
  color: white;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.edit .section_info .section_buttons .save:hover {
  background: #4560c5;
}
.popup.edit .section_info .section_buttons .save.disabled {
  opacity: 0.5;
}
.popup.edit .section_info .section_buttons .cancel {
  font-size: 16px;
  font-weight: 600;
  color: #9CA3AF;
}

.popup_center {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #fbf6e9;
}
.popup_center::-webkit-scrollbar {
  display: none;
}
.popup_center_visible {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.popup_center__close {
  position: absolute;
  right: 15px;
  left: auto;
  font-size: 22px !important;
  top: 15px;
  color: #9CA3AF;
}
.popup_center__window {
  position: relative;
  border-radius: 4px;
}
.popup_center.delet {
  left: 0;
  right: 0;
  background: white;
  transition: 0.2s all ease-in-out;
  width: 500px;
  height: fit-content;
  padding: 0;
  margin: auto;
  border-radius: 12px;
}
.popup_center.delet .popup__window {
  height: 100%;
}
.popup_center.delet .section_info {
  padding: 50px;
  text-align: center;
}
.popup_center.delet .section_info h2 {
  font-size: 32px;
  font-weight: 600;
}
.popup_center.delet .section_info .title {
  padding: 40px 0;
}
.popup_center.delet .section_info .title h6 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
}
.popup_center.delet .section_info .title p {
  font-size: 14px;
  font-weight: 500;
}
.popup_center.delet .section_info .number {
  padding-bottom: 40px;
}
.popup_center.delet .section_info .number h6 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: left;
}
.popup_center.delet .section_info .number textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 80px;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  border: 0;
  border-radius: 8px;
  border: 2px solid #9CA3AF;
}
.popup_center.delet .section_info .btn_add {
  text-align: center;
  background: #5473E8;
  color: white;
  width: 300px;
  margin: auto;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_center.delet .section_info .btn_add:hover {
  background-color: #4560c5;
}

.sec_new_ads .section_head .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_new_ads .section_head .top .btn_add_adds {
  text-align: right;
  background: #5473E8;
  color: white;
  width: 175px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 15px;
  background-image: url("../img/icons/plus_white.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 92%) center;
  background-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_new_ads .section_head .top .btn_add_adds:hover {
  background-color: #4560c5;
}
.sec_new_ads .popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: white;
}
.sec_new_ads .popup::-webkit-scrollbar {
  display: none;
}
.sec_new_ads .popup_visible {
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.sec_new_ads .popup__close {
  position: absolute;
  left: 15px;
  font-size: 22px !important;
  top: 15px;
  color: #9CA3AF;
}
.sec_new_ads .popup__window {
  position: relative;
  border-radius: 4px;
}
.sec_new_ads .popup.add-ads {
  left: auto;
  background: white;
  transform: translate(100%, 0);
  transition: 0.3s all ease-in-out;
  width: 600px;
  padding: 0;
}
.sec_new_ads .popup.add-ads .popup__window {
  height: 100%;
  padding: 50px;
}
.sec_new_ads .popup.add-ads.popup_visible {
  transform: translate(0, 0);
}
.sec_new_ads .popup.add-ads .title {
  font-size: 32px;
  font-weight: 600;
  color: #111827;
  padding-bottom: 30px;
}
.sec_new_ads .popup.add-ads .tabs_select {
  display: flex;
  column-gap: 8px;
}
.sec_new_ads .popup.add-ads .tabs_select li {
  position: relative;
  padding: 12px 20px;
  border-radius: 8px;
  color: #9CA3AF;
  font-weight: 600;
  font-size: 14px;
}
.sec_new_ads .popup.add-ads .tabs_select li.active {
  background: #7976FF26;
  color: #5473E8;
}
.sec_new_ads .popup.add-ads .tabs_select li input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.sec_new_ads .popup.add-ads .section_info {
  padding-bottom: 50px;
}
.sec_new_ads .popup.add-ads .section_info .col {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
}
.sec_new_ads .popup.add-ads .section_info .col .data {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
  position: relative;
}
.sec_new_ads .popup.add-ads .section_info .col .data.textarea {
  display: block;
}
.sec_new_ads .popup.add-ads .section_info .col .data.textarea h4 {
  font-weight: 700;
}
.sec_new_ads .popup.add-ads .section_info .col .data.select_date .row {
  width: 50%;
}
.sec_new_ads .popup.add-ads .section_info .col .available {
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
}
.sec_new_ads .popup.add-ads .section_info .col .available span {
  color: #5473E8;
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
}
.sec_new_ads .popup.add-ads .section_info .col .row {
  text-align: left;
}
.sec_new_ads .popup.add-ads .section_info .col .row label {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}
.sec_new_ads .popup.add-ads .section_info .col .row input {
  width: 100%;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  background-color: white;
}
.sec_new_ads .popup.add-ads .section_info .col .row select {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background-image: url("../img/icons/arrow_down_black.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 12px;
  -webkit-appearance: none;
  border: 1px solid #9CA3AF;
  border-radius: 4px;
  padding: 12px;
  width: 100%;
  line-height: 18px;
}
.sec_new_ads .popup.add-ads .section_info .col .row textarea {
  -webkit-appearance: none;
  width: 100%;
  height: 150px;
  font-size: 16px;
  resize: none;
  padding: 15px !important;
  border: 0;
  border-radius: 8px;
  border: 2px solid #9CA3AF;
}
.sec_new_ads .popup.add-ads .section_info .col .all_fields {
  display: flex;
  column-gap: 10px;
}
.sec_new_ads .popup.add-ads .section_info .col .all_fields .s_field {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.sec_new_ads .popup.add-ads .section_info .col .all_fields .s_field label {
  padding-bottom: 0;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count {
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  width: 90px;
  padding: 8px 0px;
}
@media screen and (max-width: 999px) {
  .sec_new_ads .popup.add-ads .section_info .col .section_count {
    padding: 5px 10px;
    width: 100px;
  }
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .increase {
  position: relative;
  padding: 0;
  border: 1px solid black;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .increase::before {
  content: "add";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
  position: absolute;
  top: 3px;
  left: 3px;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .increase.disabled {
  opacity: 0.2 !important;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .number_count {
  color: black;
  font-size: 16px;
  font-weight: 600;
  max-width: 80px;
  text-align: center;
  border: 0;
  padding: 0;
  border: 1px solid #9CA3AF;
  padding: 5px;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .decrease {
  position: relative;
  padding: 0;
  border: 1px solid black;
  border-radius: 4px;
  width: 25px;
  height: 25px;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .decrease::before {
  content: "remove";
  font-family: "Material Icons" !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #423C33;
  cursor: pointer;
  pointer-events: none;
  font-weight: 500;
  position: absolute;
  top: 3px;
  left: 3px;
}
.sec_new_ads .popup.add-ads .section_info .col .section_count .decrease.disabled {
  opacity: 0.2 !important;
}
.sec_new_ads .popup.add-ads .section_info .col.add {
  display: block;
}
.sec_new_ads .popup.add-ads .section_info .col.remove {
  display: none;
}
.sec_new_ads .popup.add-ads .section_info .section_buttons {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-top: 25px;
}
.sec_new_ads .popup.add-ads .section_info .section_buttons button {
  background: #5473E8;
  color: white;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_new_ads .popup.add-ads .section_info .section_buttons button:hover {
  background: #4560c5;
}

.top_calendar {
  margin-bottom: 20px;
  background: #36C2CF;
  padding: 15px 20px;
  border-radius: 50px;
}
.top_calendar .change_month {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_calendar .change_month .sec_caln {
  width: 230px;
  margin: 0 auto;
  display: flex;
}
.top_calendar .change_month .all {
  display: flex;
}
.top_calendar .change_month .all .month {
  display: none;
  font-size: 20px;
  color: white;
  font-weight: 600;
}
.top_calendar .change_month .all .month.active {
  display: block;
}
.top_calendar .change_month input {
  font-size: 20px;
  color: white;
  font-weight: 600;
  max-width: 75px;
}
.top_calendar .change_month .arrow {
  margin: 0 10px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: relative;
  border: 2px solid white;
  background: transparent;
  transition: 0.2s all ease-in-out;
}
.top_calendar .change_month .arrow span {
  font-size: 20px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 3px;
  right: 0;
}
.top_calendar .change_month .arrow:hover {
  background: white;
}
.top_calendar .change_month .arrow:hover span {
  color: #36c3cf;
}

.section_calendar {
  padding-bottom: 50px;
}
.section_calendar .all_days {
  display: flex;
  flex-wrap: wrap;
}
.section_calendar .all_days .single_day {
  width: calc(100% / 7);
  min-width: 150px;
  min-height: 110px;
  padding: 3px;
}
.section_calendar .all_days .single_day .box {
  display: block;
  position: relative;
  background: white;
  border-radius: 6px;
  height: 100%;
  padding: 10px;
}
.section_calendar .all_days .single_day .box .m_name {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
.section_calendar .all_days .single_day .box .m_date {
  font-size: 12px;
  color: black;
  font-weight: 600;
  padding-top: 8px;
}
.section_calendar .all_days .single_day .box .bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_calendar .all_days .single_day .box .bottom .available {
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.section_calendar .all_days .single_day .box .bottom .available span {
  display: block;
  color: #1C9E8F;
  font-weight: 600;
  padding-bottom: 5px;
}
.section_calendar .all_days .single_day .box .bottom .book {
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.section_calendar .all_days .single_day .box .bottom .book span {
  display: block;
  color: #DF2914;
  font-weight: 600;
  padding-bottom: 5px;
}
.section_calendar .all_days .single_day .box .booked_text {
  opacity: 0;
  font-size: 13px;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 0;
  width: max-content;
}
.section_calendar .all_days .single_day.booked .box {
  background: #000000ad;
}
.section_calendar .all_days .single_day.booked .box .booked_text {
  opacity: 1;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #fbf6e9;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup_visible {
  pointer-events: auto;
  visibility: visible !important;
  opacity: 1 !important;
}
.popup__window {
  position: relative;
  border-radius: 4px;
}
.popup.list_calendar {
  left: 0;
  right: 0;
  background: #EFEFEF;
  transition: 0.2s all ease-in-out;
  width: 500px;
  height: fit-content;
  padding: 0;
  margin: auto;
  border-radius: 12px;
}
.popup.list_calendar .popup__close {
  position: absolute;
  right: 15px;
  left: auto !important;
  font-size: 22px !important;
  top: 25px !important;
  color: white !important;
}
.popup.list_calendar .popup__window {
  height: 100%;
}
.popup.list_calendar .top_head {
  background: #5473E8;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup.list_calendar .top_head .month_name {
  font-size: 21px;
  font-weight: 400;
  color: white;
}
.popup.list_calendar .top_head .num_available {
  display: flex;
  column-gap: 10px;
  padding-right: 30px;
}
.popup.list_calendar .top_head .num_available .min_box {
  background: white;
  padding: 5px 5px;
  border-radius: 6px;
}
.popup.list_calendar .top_head .num_available .min_box.available {
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.popup.list_calendar .top_head .num_available .min_box.available .count_available {
  display: block;
  color: #1C9E8F;
  font-weight: 600;
  padding-bottom: 5px;
}
.popup.list_calendar .top_head .num_available .min_box.book {
  font-size: 12px;
  font-weight: 400;
  color: black;
}
.popup.list_calendar .top_head .num_available .min_box.book .count_book {
  display: block;
  color: #DF2914;
  font-weight: 600;
  padding-bottom: 5px;
}
.popup.list_calendar .box_list {
  padding: 20px;
}
.popup.list_calendar .box_list .all_ads {
  max-height: 400px;
  overflow: scroll;
}
.popup.list_calendar .box_list .all_ads .single_ads {
  width: 100%;
  padding-bottom: 20px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box {
  background: white;
  border-radius: 8px;
  padding: 15px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .row {
  text-align: left;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .row h4 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .row p {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .row .link_view {
  background: #7976FF33;
  font-size: 16px;
  font-weight: 700;
  color: #5473E8;
  padding: 12px 20px;
  border-radius: 8px;
  display: block;
  max-width: 80px;
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .row .link_view:hover {
  background: #7976ff66;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9CA3AF;
  padding-bottom: 10px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .top .left {
  display: flex;
  column-gap: 80px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .top .status {
  background: #ffe8ac;
  color: #DC6B02;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom .row {
  width: calc(100% / 7);
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom .row.min {
  max-width: 100px;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom .link_edit {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #1C9E8F;
  padding: 10px 0;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom .link_edit:hover {
  text-decoration: underline;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom .link_delet {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #DF2914;
}
.popup.list_calendar .box_list .all_ads .single_ads .box .bottom .link_delet:hover {
  text-decoration: underline;
}
.popup.list_calendar .box_list .all_ads .single_ads:last-child {
  padding-bottom: 0;
}

.top_menu {
  text-align: center;
  padding: 50px 0 0;
}
.top_menu h3 {
  font-size: 14px;
  font-weight: 400;
  color: #0D0C22;
  border-top: 1px solid #E3DBDB;
  border-bottom: 1px solid #E3DBDB;
  padding: 20px 0;
  margin-top: 20px;
}

.section_menu {
  padding: 25px;
}
.section_menu .single_menu {
  padding: 5px 0;
}
.section_menu .single_menu .title {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #5473E8;
  padding: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_menu .single_menu .title .icon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_menu .single_menu .title .icon::before {
  content: "";
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section_menu .single_menu .title .icon.ads::before {
  background-image: url(../img/menu/my_ads.png);
}
.section_menu .single_menu .title .icon.reports::before {
  background-image: url(../img/menu/reports.png);
}
.section_menu .single_menu .title .icon.requested_slots::before {
  background-image: url(../img/menu/requested_slots.png);
}
.section_menu .single_menu .title .icon.notifications::before {
  background-image: url(../img/menu/notifications.png);
}
.section_menu .single_menu .title .icon.agents::before {
  background-image: url(../img/menu/agents.png);
}
.section_menu .single_menu .title .icon.team::before {
  background-image: url(../img/menu/team.png);
}
.section_menu .single_menu .title .icon.logout::before {
  background-image: url(../img/menu/logout.png);
}
.section_menu .single_menu .title:hover {
  background: #5473E8;
  color: white;
  border-radius: 8px;
}
.section_menu .single_menu .title:hover .icon.ads::before {
  background-image: url(../img/menu/my_ads_hover.png);
}
.section_menu .single_menu .title:hover .icon.reports::before {
  background-image: url(../img/menu/reports_hover.png);
}
.section_menu .single_menu .title:hover .icon.requested_slots::before {
  background-image: url(../img/menu/requested_slots_hover.png);
}
.section_menu .single_menu .title:hover .icon.notifications::before {
  background-image: url(../img/menu/notifications_hover.png);
}
.section_menu .single_menu .title:hover .icon.agents::before {
  background-image: url(../img/menu/agents_hover.png);
}
.section_menu .single_menu .title:hover .icon.team::before {
  background-image: url(../img/menu/team_hover.png);
}
.section_menu .single_menu .title:hover .icon.logout::before {
  background-image: url(../img/menu/logout_hover.png);
}
.section_menu .single_menu .title.active {
  background: #5473E8;
  color: white;
  border-radius: 8px;
}
.section_menu .single_menu .title.active .icon.ads::before {
  background-image: url(../img/menu/my_ads_hover.png);
}
.section_menu .single_menu .title.active .icon.reports::before {
  background-image: url(../img/menu/reports_hover.png);
}
.section_menu .single_menu .title.active .icon.requested_slots::before {
  background-image: url(../img/menu/requested_slots_hover.png);
}
.section_menu .single_menu .title.active .icon.notifications::before {
  background-image: url(../img/menu/notifications_hover.png);
}
.section_menu .single_menu .title.active .icon.agents::before {
  background-image: url(../img/menu/agents_hover.png);
}
.section_menu .single_menu .title.active .icon.team::before {
  background-image: url(../img/menu/team_hover.png);
}
.section_menu .single_menu .title.active .icon.logout::before {
  background-image: url(../img/menu/logout_hover.png);
}
.section_menu .single_menu .title .i_notifications {
  width: 20px;
  height: 20px;
  background: #DF2914;
  color: white;
  font-size: 10px;
  font-weight: 800;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_menu.peter_color .title {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #5473E8;
  padding: 18px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_menu.peter_color .title .icon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.section_menu.peter_color .title .icon::before {
  content: "";
  background-size: 16px;
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
}
.section_menu.peter_color .title .icon.ads::before {
  background-image: url(../img/menu/my_ads.png);
}
.section_menu.peter_color .title .icon.reports::before {
  background-image: url(../img/menu/reports.png);
}
.section_menu.peter_color .title .icon.requested_slots::before {
  background-image: url(../img/menu/requested_slots.png);
}
.section_menu.peter_color .title .icon.notifications::before {
  background-image: url(../img/menu/notifications.png);
}
.section_menu.peter_color .title .icon.agents::before {
  background-image: url(../img/menu/agents.png);
}
.section_menu.peter_color .title .icon.team::before {
  background-image: url(../img/menu/team.png);
}
.section_menu.peter_color .title .icon.logout::before {
  background-image: url(../img/menu/logout.png);
}
.section_menu.peter_color .title:hover {
  background: black;
}
.section_menu.peter_color .title.active {
  background: black;
}

/*# sourceMappingURL=main.css.map */
