/*************************NeurialGrotesk font*************************/
@font-face {
  font-family: "NeurialRegular";
  src: url("../fonts/Neurial/NeurialGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/Neurial/NeurialGrotesk-Regular.woff") format("woff"),
    url("../fonts/Neurial/NeurialGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NeurialBold";
  src: url("../fonts/Neurial/NeurialGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/Neurial/NeurialGrotesk-Bold.woff") format("woff"),
    url("../fonts/Neurial/NeurialGrotesk-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NeurialMedium";
  src: url("../fonts/Neurial/NeurialGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/Neurial/NeurialGrotesk-Medium.woff") format("woff"),
    url("../fonts/Neurial/NeurialGrotesk-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NeurialLight";
  src: url("../fonts/Neurial/NeurialGrotesk-Light.woff2") format("woff2"),
    url("../fonts/Neurial/NeurialGrotesk-Light.woff") format("woff"),
    url("../fonts/Neurial/NeurialGrotesk-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NeurialSemiBold";
  src: url("../fonts/Neurial/NeurialGrotesk-Extrabold.woff2") format("woff2"),
    url("../fonts/Neurial/NeurialGrotesk-Extrabold.woff") format("woff"),
    url("../fonts/Neurial/NeurialGrotesk-Extrabold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
  border-color: rgba(150, 161, 195, 0.2) !important;
  outline: 0 none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Lato", sans-serif !important;
}

.body {
  background: #f0f0f0;
}

.fw-500 {
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .body {
    min-height: 100vh;
  }
}

a {
  text-decoration: none !important;
}

.container {
  height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

.btn:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;

  /* color: #1a356a !important; */
}

ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.banner {
  filter: drop-shadow(2px 4px 6px black);

  /* height: calc(100vh - 104px); */
  background: url(../images/banner_img.jpg) no-repeat center;
  background-size: cover !important;

  /* height: 750px;*/
  min-height: 100vh;
  padding: 25px 0;
  background-attachment: fixed;
  position: relative;
}

.banner .payment-banner-text {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  width: 517px;
  margin-bottom: 0px;
  top: 50%;
  left: 15%;
  transform: translateY(50%);
  position: fixed;
}

/* .banner .banner_layout{
	height: calc(100vh - 110px);
}  */
.invite_banner {
  filter: contrast(0.7);
}

.subtitle {
  margin-top: 20px;
}

.chapter {
  position: relative;
  height: 1200px;
  z-index: 1;
}

.vslogo {
  padding-left: 50px;
}

.contents {
  display: flex;
  justify-content: center;
  padding: 15px;
}

.contents p {
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  width: 517px;
  margin-bottom: 0px;
}

.card_layout {
  background: #ffffff;
  border-radius: 15px;
  width: 350px;
  margin: auto;

  /* max-height: calc(100vh - 130px); */
  overflow: auto;
}

.card_layout.payment-page {
  width: 430px;
}

.rounded_input {
  border-radius: 25px !important;
}

.delbtn {
  width: 100px !important;
}

.logincard_body {
  padding: 5% 9%;
  text-align: center;
}

.logincard_body h3 {
  margin-bottom: 7px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
}

.logincard_body .form-group {
  padding-top: 8px;
}

.logincard_body .form-group .form-input {
  border: 1px solid rgba(150, 161, 195, 0.2);
  border-radius: 15px;
  padding: 12px 10px 10px 16px;
  font-size: 16px;
  color: #aaaaaa;
  line-height: 19px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.form-input::placeholder {
  color: #aaaaaa;
}

input:focus {
  outline: none !important;
  border: 1px solid rgba(150, 161, 195, 0.2) !important;
}

.forgot p {
  color: #aaaaaa;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
}

.login-btn {
  background: #ea545f;
  border: 1px solid #ea545f;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  width: 100%;
  height: 35px;
  margin: 15px 0px 30px 0px;
  font-family: "NeurialMedium";
}

.login-btn img {
  padding-left: 10px;
  padding-bottom: 6px;
}

@media (min-width: 992px) {
  .mem-sts {
    width: 325px !important;
  }
}

.sociallayoutlogin {
  margin-top: 30px !important;
}

.sociallayout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

.sociallayout p {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
  padding-left: 12px;
  font-family: "Lato", sans-serif;
}

.card_body {
  padding: 20px 28px 20px 28px;
}

.card_body .card_title {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}

/* .card_body .form-group:first-child {
    padding-top: 0px !important;
} */

.card_body .form-group {
  padding-top: 8px;
}

.card_body .form-group .form-input {
  border: 1px solid rgba(150, 161, 195, 0.2);
  border-radius: 15px;
  padding: 12px 10px 10px 16px;
  width: 295px;
  height: 40px;
  min-width: 100%;
}

.card_body .profile-btn {
  background: #ea545f;
  border: 1px solid #ea545f;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  width: 100%;
  height: 35px;
  margin: 15px 0px 0px 0px;
  font-family: "Lato", sans-serif;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card_body .profile-btn img {
  margin-left: 10px;
}

.card_body .businesses-btn {
  background: #eeeeee;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  min-width: 100%;

  /* width: 295px; */
  height: 35px;
  margin: 15px 0px 0px 0px;
  font-family: "Lato", sans-serif;
  border: 1px solid #eeeeee;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.card_body .businesses-btn img {
  margin-right: 10px;
  padding-bottom: 6px;
}

.carousel-contents .carousel-indicators {
  position: relative !important;
  margin: 0;
}

.carousel-contents .carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 9.33px;
  height: 9.33px;
  background-color: #96a1c3;
}

.carousel-contents .carousel-indicators .active {
  background-color: #fff;
}

.carousel-contents .carousel {
  display: grid;
  justify-content: center;
}

.card_body .form-radio {
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.card_body .card_content {
  background: #ea545f;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  border-radius: 20px;
  margin-bottom: 5px;
}

.columns {
  padding: 0px !important;
}

.card_inner_item {
  color: #ffffff;
  padding: 14px;
  font-family: "Lato", sans-serif;
}

.card_inner_item .columns h5 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 1px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.card_inner_item .columns p {
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 1px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.card_body .businesses_contant {
  background: rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  margin: 15px 0px;
}

.businesses_inner_contant {
  padding: 15px;
}

.card_body .businesses_contant h3 {
  color: #1a356a;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}

.card_body .businesses_contant .form-group .form-input {
  width: 265px;
}

.radio-toolbar {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  border: 1px solid #dddddd;

  /* box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06); */
  filter: drop-shadow(0px 8px 12px rgba(23, 16, 62, 0.05));
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  color: #666666;
  font-family: "Lato", sans-serif;
  margin: 5px;
  padding: 7px;
  width: 143px;
  text-align: center;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #ea545f;
  border-radius: 10px;
  color: #fff;
}

.form-flating-input {
  border: 1px solid #dddddd !important;
  border-radius: 15px !important;

  /* padding-top: 20px !important; */
  color: #1a356a;
  min-height: auto !important;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.5rem + 2px) !important;
}

.floating-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #000000;
  font-family: "Lato", sans-serif;
  height: 0px !important;
}

.form-input {
  color: #1a356a;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
}

.custom_imguplad {
  background: #dddddd;
  border-radius: 20px;
  margin-top: 15px;
}

.custom_imguplad-input {
  display: flex;
  align-items: center;
}

.custom_imguplad-input .custom_image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  min-width: 70px;
  height: 70px;
  max-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: revert;
  object-fit: contain;
  background: #fff;
}

.circle-img {
  position: relative;
}

/* .camera-img {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
} */

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image_upload_wrap {
  position: relative;
  padding: 18px 15px;
}

.custom_imguplad-input .drag-text h3,
.custom_imguplad-input .drag-text h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.custom_imguplad-input .drag-text h4 {
  font-weight: 700;
}

.businesses_contant .businesses_add_btn {
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.delete_btn {
  background: #ffffff;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  color: #1a356a;
  border: 1px solid #fff;
  width: 100%;
  height: 35px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete_btn img {
  margin-right: 10px;
}

.save_btn img {
  margin-right: 10px;
}

.save_btn {
  background: #ea545f;
  border: 1px solid #ea545f;
  color: #fff;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_checkbox_layout {
  background: #ffffff;
  border: 1px solid rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 17px 15px !important;
  width: 100%;
}

.form_checkbox_layout.active {
  background-color: #fff2f3;
  border: 1px solid #fff2f3;
}

.form_checkbox_layout .form_checkbox_label h6 {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  margin-bottom: 2px;
}

.form_checkbox_layout .form_checkbox_label p {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  margin-bottom: 2px;
}

.form_checkbox_layout.selected {
  background: rgba(150, 161, 195, 0.2);
  border-color: rgba(150, 161, 195, 0.2);
}

.form_checkbox_selected_layout {
  background: #ea545f;
  border: 1px solid #ea545f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 17px 15px !important;
  width: 100%;
}

.form_checkbox_label {
  width: 90%;
}

.form_checkbox_selected_layout .form_checkbox_label h6 {
  font-weight: 700;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-bottom: 2px;
  color: #ffffff;
}

.form_checkbox_selected_layout .form_checkbox_label p {
  font-weight: 500;
  line-height: 17px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-bottom: 2px;
  color: #ffffff;
}

.form_checkbox_layout .form_checkbox {
  width: 10%;
  text-align: end;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 19px;
  left: 0;
  position: absolute;
  top: 0;
  width: 19px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #ea545f;
  border-color: #ea545f;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.round input:checked + .form_checkbox_layout {
  background-color: red;
}

.card_body > .form_checkbox_layout:last-child {
  margin-bottom: 15px;
}

.terms_layout {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 300px);
  margin-right: -27px;
}

.terms_layout .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f97a84 !important;
  border-radius: 8px;
}

.terms_layout .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}

.terms_layout .terms_head {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}

.terms_layout p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
}

.terms_layout p strong {
  font-weight: 700;
  display: block;
}

.terms_checkout {
  margin: 20px 0px;
}

.terms_checkout .checkmark {
  width: 20px;
  height: 20px;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #ddd;
  outline: none;
  cursor: pointer;
}

.box_checkbox span,
.box_radio span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
  padding-left: 15px;
}

.box_checkbox,
.box_radio {
  position: relative;
  margin: 20px 0px;
}

.box_checkbox label,
.box_radio label {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 19px;
  width: 19px;
  position: relative;
  flex-shrink: 0;
}

.box_checkbox label:after,
.box_radio label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 4px;
  transform: rotate(-45deg);
  width: 12px;
}

.box_checkbox input[type="checkbox"],
.box_radio input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.box_radio input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

.box_checkbox input[type="checkbox"]:checked + label,
.box_radio input[type="checkbox"]:checked + label {
  background-color: #ea545f;
  border-color: #ea545f;
}

.box_checkbox input[type="checkbox"]:checked + label:after,
.box_radio input[type="radio"]:checked + label:after {
  opacity: 1;
}

.card_body .invite_card {
  background: rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  margin-bottom: 5px;
}

.invite_inner_item {
  padding: 15px;
  flex-direction: row;
  width: 100%;
}

.team-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.invite_card_input {
  background: #ffffff;
  border: 1px solid rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  margin-bottom: 15px;
}

.invite_card_input_item {
  padding: 11px 15px;
  flex-direction: row;
  width: 100%;
}

.invite_card_text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.account_card {
  background: rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  margin-bottom: 5px;
}

.account_card_inner_item {
  padding: 20px 15px;
  flex-direction: row;
  width: 100%;
}

.team-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.account_card_input {
  background: #ffffff;
  border: 1px solid rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  margin-bottom: 5px;
}

.account_card_input_item {
  padding: 20px 15px;
  flex-direction: row;
  width: 100%;
}

.account_card_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.invite_input input {
  border: none !important;
}

.card_layout .far_body {
  padding: 70px 27px 30px 28px;
  text-align: center;
  margin: auto;
}

.far_body_content h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
  margin-bottom: 0px;
}

.far_body_content p {
  font-size: 20px;
  line-height: 35px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
}

.far_btns {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

.far_btns button {
  background: #ea545f;
  border: 1px solid #ea545f;
  border-radius: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  width: 295px;
  height: 35px;
  margin: 10px 0px 0px 0px;
  font-family: "Lato", sans-serif;
}

.far_btns button img {
  padding-right: 10px;
}

.dashboard_btn {
  background: #6d79a4;
  border: 1px solid #6d79a4;
}

.dashboard_btn img {
  padding-left: 10px;
}

.header {
  overflow: hidden;
  background-color: #fefefe;
  height: 90px;
  color: #fff;
  padding: 0px 20px 0 10px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ea545f;
}

.web_header p {
  color: #ffdbdd;
  font-weight: 400;
  font-size: 12px;
  border-left: 1px solid #ffdbdd;
  padding-left: 12px;
}

.studio_layout {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.studio_layout h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #1a356a;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.header-right h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-family: "Lato", sans-serif;
}

.header-right a {
  color: #ffdbdd;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 768px) {
  .box_content {
    padding-top: 90px;
  }
}

.box_innerlayout {
  padding: 20px 14px 20px 70px;
  min-height: 475px;
}

@media (min-width: 768px) {
  .box_innerlayout {
    min-height: 475px;
  }
}

.has-sidebar .box_innerlayout {
  padding-right: 25px;
}

.has-sidebar.has-scrollbar .box_innerlayout {
  padding-right: 40px;
}

.task_card {
  background: #577ab5;
  border-radius: 20px;
  padding: 15px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.training_img {
  padding: 0px;
  background-color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid #dddddd;
  overflow: hidden;
  min-width: 70px;
}

.training_img img {
  text-align: center;
  height: 70px;
  width: 70px;

  /* border: 1px solid #fff; */
  border-radius: 50%;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  overflow: hidden;
  color: transparent;
}

/* .task_card_header {
	color: #fff;
} */

.task_card_header {
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;

  /* margin-bottom: 10px; */
}

.task_card_header h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  margin: 0;
  color: #ffffff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .task_card_header {
    max-width: 100%;
    margin-right: 35px;
  }

  #body-pd {
    /* background: #EA545F url(../images/BG.svg) no-repeat top right; */
    background: #ea545f;
  }

  .box_content {
    background-color: #eae6e1;
  }

  .task_card_header h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .task_card_header.studio_head.mxw-auto h5 {
    white-space: normal;
  }
}

.task_card_header p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Lato", sans-serif;
  margin: 0px;
  color: #ffffff;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.task_card .stats-numbers {
  border-left: 2px solid #aebcd7;
  margin-left: 40px;
  padding-left: 40px !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.task_card .stats-numbers > li {
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  white-space: nowrap;
}

.task_card .stats-numbers > li > span {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.task_card .stats-numbers > li + li {
  margin-left: 18px;
}

.blad_count {
  margin-left: 30px !important;
}

.overview_count {
  text-align: center;
  color: #fff;
}

.overview_count h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.overview_count p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  display: flex;
}

.task_card_title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  float: left;
  color: #1a356a;
}

.task_card_wrap {
  display: flex;
  align-items: center;
  float: right;
}

.btn-group {
  margin-right: 15px;
}

.task_card_wrap .btn-group .dropdown-toggle {
  background: #ffffff;
  border-radius: 15px;
  width: 200px;
  height: 35px;
  position: relative;
  z-index: 2;
  padding: 5px 23px 5px 70px;
  color: #1a356a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
}

/* .task_card_wrap .show {
    width: 200px !important;
} */
.task_card_wrap .btn-group .dropdown-toggle::before {
  content: "Assigned  :";
  position: absolute;
  bottom: 7px;
  left: 0px;
  background-image: url(../images/notebad.svg);
  background-repeat: no-repeat;
  background-position: 12px 1px;
  padding-left: 36px;
  left: 2px;
}

/* .task_card_wrap .btn-group .dropdown-toggle::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
} */
.change_btn {
  background: #ffdbdd;
  border: 1px solid #ffdbdd;
  border-radius: 15px;
  height: 35px;
  position: relative;
  z-index: 2;
  color: #000000 !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px;
}

.change_btn img,
.change_btn svg {
  margin-right: 8px;
}

/* .change_btn::before{
	content: "";
    position: absolute;
    top: 10px;
    background-image: url(../images/pipe.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 15px;
    left: 16px;
}  */

.studio_btn {
  background: #ffdbdd;
  border: 1px solid #ffdbdd;
  border-radius: 15px;

  /* width: 208px; */
  height: 35px;
  position: relative;
  z-index: 2;
  padding: 10px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 10px 16px;
}

.studio_btn img,
.studio_btn svg {
  margin-right: 8px;
}

.studio_btn a,
a.studio_btn {
  color: #000000;
}

.studio_btn a:hover,
a.studio_btn:hover {
  color: #000000;
}

/* .studio_btn::before{
	content: "";
    position: absolute;
    top: 10px;
    background-image: url(../images/arrows.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 15px;
	left: 16px;
} */

.box_innerlayout .tab_content {
  margin: 10px 0px;

  /* opacity: 0.5; */
}

.tab_content .tab_inner_content {
  display: flex;
  flex-direction: row;

  /* justify-content: center; */
  align-items: center;
}

.overview_tab_content {
  opacity: 3 !important;
}

.tab_btn_left {
  /* flex: 1; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tab_btn_right {
  /* flex: 1; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tab_btn_right .tab_btn {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 10px 12px rgb(23 16 62 / 6%);
  padding: 5px;
  display: inherit;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.tab_inner_content .tab_btn {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 10px 12px rgb(23 16 62 / 6%);
  padding: 5px;
  display: inherit;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.tab_btn_left .tab_btn {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 6px 40px 0px rgb(23 16 62 / 6%);
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
}

.tab_btn_left .tab_btn .btn {
  color: #1a356a;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.tab_btn_left .tab_btn a {
  width: 100%;
}

.tab_inner_content .tab_btn .btn {
  color: #000000;
}

.tab_inner_content .over_btn.active {
  background: #ea545f;
  border-radius: 10px;
  color: #ffffff;
}

.tab_btn .btn {
  margin-right: 10px;
  padding: 5px 10px;
  color: #1a356a;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  border: 0 !important;
}

.tab_btn .btn:last-child {
  margin-right: 0px;
}

.tab_btn .btn:focus {
  box-shadow: none !important;
}

.tab_btn button:hover {
  color: #1a356a;
}

.tab_btn_left .over_btn.active {
  background: #ea545f;
  border-radius: 10px;
  color: #ffffff;
}

.tab_btn_left .over_btn.active:hover {
  color: #ffffff;
}

.cal_btn.active {
  background: #ea545f;
  border-radius: 10px;
  color: #ffffff;
}

.task_btn .create_btn {
  background: #ea545f;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border: 1px solid #ea545f;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  padding: 10px 14px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.task_btn .create_btn a {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.task_btn {
  display: flex;
}

.create_btn:last-child {
  margin-right: 0px;
}

.create_btn img {
  padding-right: 5px;
}

.tab_content .calender_btn {
  margin-right: 10px;
  margin-left: 10px;
  width: 200px;
}

.calender_btn .calender_icons {
  padding-left: 35px;
}

.calender_btn .dropdown-toggle {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  width: 200px;
  height: 40px;
  position: relative;
  z-index: 2;
  padding: 12px 20px;
  color: #1a356a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  text-align: left;
}

.calender_btn .calender_icons {
  padding-left: 35px;
}

.calender_btn .dropdown-toggle::after {
  display: none;
}

.task_layout {
  height: 100%;
  text-align: center;

  /*   width: 430px; */
  margin: 100px auto 100px auto;
}

.task_layout h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #1a356a;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.task_layout p {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: #1a356a;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.edit_btn {
  background: #ea545f;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border: 1px solid #ea545f;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  padding: 5px 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

/* .edit_btn img {
    padding-right: 10px;
} */

.edit_modal .modal-content,
.common-modal-new .modal-content {
  padding: 20px;
  border-radius: 15px;
  background: #fff;

  /* height: 800px; */
  /* overflow-y: scroll; */
}

.test {
  top: 80px;
}

.test1 {
  top: 0px;
}

.edit_modal .modal-dialog .modal-body,
.common-modal-new .modal-dialog .modal-body {
  padding: 0 15px !important;
}

.edit_modal .modal-content .modal-header,
.common-modal-new .modal-content .modal-header {
  border-bottom: none !important;
  background: #cccccc;
  box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
  border-radius: 14px;
  margin-bottom: 10px;
  padding: 15px;
  min-height: 70px;
}

.edit_modal .modal-content .modal-header .row,
.common-modal-new .modal-content .modal-header .row {
  margin-left: 0px !important;
}

.edit_modal .modal-content .modal-header h1,
.common-modal-new .modal-content .modal-header h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  word-break: break-word;
}

.edit_modal .modal-content .modal-header .header_btn,
.common-modal-new .modal-content .modal-header .header_btn {
  background: #fff;
  border-radius: 15px;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  padding: 5px 15px;
  border: 1px solid #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.edit_modal .modal-content .modal-header .header_btn img,
.common-modal-new .modal-content .modal-header .header_btn img {
  padding-right: 10px;
}

.edit_modal .modal-content .modal-header .close,
.close-inner-modal,
.common-modal-new .modal-content .modal-header .close {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  float: right;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.edit_modal .modal-content .modal-header .close svg path,
.common-modal-new .modal-content .modal-header .close svg path {
  fill: #000000;
}

.edit_modal .modal-content .modal-header .close:hover,
.common-modal-new .modal-content .modal-header .close:hover {
  cursor: pointer;
}

.edit_modal .modal-content .modal-header .close img,
.common-modal-new .modal-content .modal-header .close img {
  padding-right: 10px;
}

.edit_modal .modal-content .modal-header .traning_img,
.common-modal-new .modal-content .modal-header .traning_img {
  height: 49px;
  width: 49px;
  margin-right: 10px;
}

.traning_img {
  border-radius: 50%;
}

.card_item {
  background: #fff;
  box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
  border-radius: 20px;
  padding: 15px;
  margin: 10px 0px;
}

.card__header h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  overflow-wrap: break-word;
}

.follow_content {
  display: flex;
  align-items: center;
  color: #1a356a;
  margin-top: 10px;
}

.follow_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Lato", sans-serif;
  margin-left: 10px;
  margin-bottom: 0px;
}

.card_item:last-child {
  margin-bottom: 0px;
}

.card_item .modal_img .training_img img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
  border: 2px solid #aebcd7;
}

.lib_btn {
  background: #eeeeee;
  border-radius: 15px;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  display: flex;
  text-align: center;
  align-items: center;
}

.lib_btn img {
  padding-right: 10px;
}

.lib_btn:hover {
  color: #000000;
}

.lib_btn a {
  color: #000000;
  display: flex;
  align-items: center;
}

.lib_btn a:hover {
  color: #000000;
}

/* .lib_btn:nth-child(2){
	margin-right: 0px;
 } */
.library_accordion .accordion-collapse {
  width: 100% !important;
}

.library_accordion .accordion-item {
  border: none !important;
  margin-bottom: 10px;
}

.accordion-item {
  background-color: transparent !important;
}

.library_accordion .accordion-item .accordion-header {
  background: #577ab5;
  box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
  border-radius: 14px !important;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  padding: 12px 18px;
}

.modal .library_accordion .accordion-item .accordion-header,
.modal .library_accordion .accordion-button.collapsed,
.modal .library_accordion .accordion-button:not(.collapsed) {
  background-color: #aebcd7 !important;
}

.library_accordion .accordion-button {
  color: #ffffff !important;
  padding: 0px;
  border-color: #577ab5 !important;
  background-color: #577ab5;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.library_accordion .accordion-header {
  margin-bottom: 10px;
}

.library_accordion .accordion-header .accordion-button:focus {
  box-shadow: none !important;
}

.library_accordion .accordion-button:not(.collapsed) {
  background-color: #577ab5 !important;
}

.library_accordion .accordion-button::before {
  flex-shrink: 0;
  width: 18px;
  height: 12px;
  content: "";
  background: url(../images/chevron_up_white.svg) no-repeat !important;
  transition: transform 0.2s ease-in-out;
  transform: rotate(-180deg);
  margin-right: 15px;
}

.library_accordion .accordion-button:not(.collapsed)::before {
  background: url(../images/chevron_down_white.svg) no-repeat !important;
  transform: rotate(-180deg);
  margin-right: 15px;
}

.library_accordion .accordion-button::after {
  background: none !important;
}

.card_item_body {
  padding: 0px !important;
}

.card_item_body .card_item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.card_item_body .select_form:active {
  color: red;
  background: #6d79a4;
}

.list_item ul li:first-child {
  font-size: 16px;
  line-height: 19px;
}

.list_item ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 12px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.list_item ul li:last-child {
  margin-bottom: 0px;
}

.list_item ul li img {
  height: 18px;
  width: 18px;
  margin-right: 8px;
}

.list_item ul li span {
  font-family: "Lato", sans-serif;
}

.list_item .list_new {
  background: #96a1c3;
  border-radius: 15px;
  margin-left: 10px;
  height: 19px;
  width: 45px;
  text-align: center;
}

.list_new span {
  padding: 3px;
  font-size: 12px;
  line-height: 14px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  justify-content: center;
  display: flex;
}

.list_item .list_span {
  padding-left: 10px;
}

.list_item ul li .list_online {
  background: #7edbb4;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  margin: 0px 8px;
}

.list_item ul li p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1a356a;
  margin-bottom: 0px;
}

/* .card_item .lib_btn{
	margin-top: 0px !important;
} */

.create_modal {
  margin-bottom: 12px;
  position: relative;
}

.create_modal .form-label,
.form-label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin-bottom: 3px;
}

.create_modal .form-label small,
.form-label small {
  color: #666666;
}

.create_modal .form-control,
.form-control {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 0px;
  padding: 11px 16px 10px 16px;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
}

.create_modal textarea {
  height: 150px;
}

#input-container {
  position: relative;
}

#input-container > img {
  position: absolute;
  top: 14px;
  left: 15px;
}

#input-container > input {
  padding-left: 40px;
}

.flex_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flex_item .edit_btn {
  margin-top: 0px;
}

.task_drp .btn-group {
  border: 1px solid #dddddd;
  width: 100%;
}

.task_drp .btn-group .dropdown-toggle {
  background: #ffffff;
  border-radius: 15px;
  width: 335px;
  height: 40px;
  position: relative;
  z-index: 2;
  padding: 5px 23px 5px 35px;
  color: #1a356a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  text-align: left;
}

.repeat_task_drp {
  display: flex;
  align-items: center;
  position: relative;
}

.repeat_task_drp select {
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  padding-left: 37px;
  text-indent: 1px;
  outline: none;
  position: relative;
  background: none;
  cursor: pointer;
  width: 100%;
}

.repeat_task_drp .drp_img {
  position: absolute;
  z-index: 1;
  padding-left: 10px;
  padding-bottom: 5px;
}

.repeat_task_drp .drp_img img {
  height: 14px;
  width: 14px;
}

.repeat_task_drp .caret_img {
  position: absolute;
  right: 5px;
  bottom: 12px;
}

.caret_img img {
  height: 10px;
  width: 10px;
}

/* .task_drp .show {
    width: 200px !important;
} */
.task_drp .btn-group .dropdown-toggle::before {
  content: "";
  position: absolute;
  top: 10px;
  background-image: url(../images/notebad.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 13px;
  left: 12px;
}

.day_task_drp .btn-group .dropdown-toggle::before {
  background-image: url(../images/refresh_black.svg);
}

.month_task_drp .btn-group .dropdown-toggle::before {
  background-image: url(../images/calender_black.svg);
}

.schedule_task_drp::before {
  background-image: url(../images/calender_black.svg) !important;
  width: 14px;
  height: 14px;
}

.task_drp .btn-group .dropdown-toggle::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  top: 15px !important;
  right: -4px;
  background-image: url(../images/chevron_down.svg);
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  width: 25px;
  height: 20px;
  border: none;
}

.edit_content {
  background: rgba(150, 161, 195, 0.2);

  /* box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06); */
  border-radius: 14px;
  align-items: center;
  display: flex;
  padding: 0 15px;
  min-height: 70px;
  margin-top: 10px;
}

.edit_content p {
  margin-bottom: 0px;
  color: #1a356a;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  margin-left: 12px;
}

.overview_card {
  background: #96a1c3;
  border-radius: 20px;
  padding: 25px 15px;
}

.overview_card .task_card_title {
  color: #ffffff !important;
}

.weekly_table .table_bg {
  background: #96a1c3;
  opacity: 0.9;
  box-shadow: 0px 7.0253px 8.43037px 5.62024px rgba(23, 16, 62, 0.06);
  border-radius: 14.0506px;
  padding: 5px 10px;

  /* width: 169px; */
  height: 22px;
}

.weekly_table thead tr th h1 {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
}

.weekly_table tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: none !important;
}

.weekly_table tbody td {
  padding-bottom: 7px;
  cursor: pointer;

  /* width: 169px; */
}

.weekly_table tbody tr td table {
  display: grid;
  justify-content: center;
}

.weekly_table tbody tr td table tbody tr td {
  width: 169px;
}

.weekly_table > :not(caption) > * > * {
  padding: 7px 7px 0px 0px !important;
}

.table_item {
  background: #ffffff;
  box-shadow: 0px 7.0253px 8.43037px 5.62024px rgba(23, 16, 62, 0.06);
  border-radius: 14.0506px;
  padding: 10px;
}

.table_item ul {
  padding-left: 0px;
  margin-bottom: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  background: #fff;
  color: #1a356a;
}

.table_item ul li {
  list-style-type: none;
  padding-bottom: 5px;
}

.table_item ul li img {
  height: 14px;
  width: 13px;
  margin-right: 5px;
}

.table_item ul li:last-child {
  padding-bottom: 0px;
}

.table_item ul li p {
  font-weight: 400;
  margin-bottom: 0px;
}

.CellWithComment {
  position: relative;
}

.CellComment {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  box-shadow: 5px 5px 20px 10px rgba(23, 16, 62, 0.18);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ffff;
  top: 41px;
  left: 133px;
  width: 335px;

  /*  height: 249px; */
}

.CellWithComment:hover div.CellComment {
  display: block;
}

.CellComment .list_item ul li img {
  height: 22px;
  width: 16px;
}

.CellComment .list_item ul li {
  font-size: 16px;
  line-height: 19px;
}

.CellComment .list_item ul li:nth-child(2) {
  font-size: 14px;
  line-height: 17px;
}

.CellComment_btn .lib_btn {
  width: 148px;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.CellComment_btn .lib_btn:last-child {
  margin-right: 0px;
}

.CellComment_btn .lib_btn img {
  height: 25px;
  width: 25px;
}

.CellComment_btn_edit {
  display: flex;
  justify-content: center;
  margin-top: 17px;
}

.CellComment_btn_edit button {
  width: 305px;
  height: 35px;
}

.lib_btn_content {
  display: flex;
  align-items: center;
  justify-content: end;
}

.form-control-select {
  font-size: 14px;
  height: 32px;
}

.btn-group-select {
  border: 1px solid #dddddd;
  width: 100%;
}

.btn-group-select .input-group-text {
  background: #fff;
  border: none;
}

.btn-group-select select {
  border: none;
  width: 85%;
  color: #1a356a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
}

.input-group-text {
  height: 32px;
}

.admin_list_item ul li {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.admin_list_item ul li:last-child {
  margin-bottom: 0px;
}

.admin_list_item ul li img {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.remarks_list {
  margin-top: 12px;
}

#search-bar,
.filter-search input {
  /* width: 300px; */
  border-style: solid;
  border-width: 1px;
  border-color: #ea545f;
  background: #ffffff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border-radius: 15px;
  height: 40px;
  background-image: url(../images/search.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

#search-bar:focus,
.filter-search input:focus {
  border-color: #ea545f !important;
}

#search-bar::placeholder {
  color: #aaaaaa;
}

/*drop-bar*/
#drop-bar {
  /* width: 300px; */
  border-style: solid;
  border-width: 1px;
  border-color: white;
  background: #ffffff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border-radius: 15px;
  height: 40px;
  background-image: url(../images/pipe.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

#drop-bar::placeholder {
  color: #aaaaaa;
}

.admin_total_card {
  padding: 25px 15px;
}

.admin_total {
  border-left: 2px solid #aebcd7;
  display: flex;
  text-align: center;
}

.admin_total .task_card_header {
  margin-left: 40px;
}

.social_total {
  border-left: 2px solid #fff;
}

.modal-header .admin_modal_header {
  padding: 10px 0px;
}

.admin_title h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
}

.studio_drp::before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  top: 15px;
  background-image: url(../images/notebad.svg);
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  width: 25px;
  height: 16px;
  border: none;
  left: 15px;
}

/* .studio_drp::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 49px;
    right: 0px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
    right: 9px;
} */
.select_drp {
  position: relative;
}

.select_drp select + .has-error {
  position: absolute;
  top: 100%;
}

.select_drp select {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 0px;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  padding-left: 37px;
}

.select_drp .datepicker {
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 0px;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  padding-left: 37px;
}

.select_drp .drp_img {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 1;
  display: block;
  line-height: 1;
}

.drp_img img {
  height: 14px;
  width: 14px;
}

.select_drp .caret_img {
  position: absolute;
  top: 38px;
  right: 5px;
}

.caret_img img {
  height: 10px;
  width: 10px;
}

.select_drp select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  outline: none;
  position: relative;
  background: none;
  cursor: pointer;
  width: 100%;
}

.select_assign {
  padding: 9px 0px 5px 77px !important;
}

.select_assign .select_drp select {
  width: 175px;
}

.select_drp .datepicker {
  width: 100%;
}

.select_drp option:hover {
  background-color: red;
}

.admin_count {
  flex: 0 0 10.333%;
  width: 10.333%;
  text-align: center;
}

.social_count {
  flex: 0 0 15.333%;
  width: 10.333%;
  text-align: center;
}

.strategy_count {
  flex: 0 0 20.333%;
  width: 20.333%;
  text-align: center;
}

.member_count {
  flex: 0 0 36.333%;
  width: 26.333%;
  text-align: center;
}

.admin_count .admin_count_header {
  margin-bottom: 0px;
  color: #1a356a;
  text-align: center;
}

.admin_count_header h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
  color: #ffffff;
}

.admin_count_header p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
}

.studio_head h5 {
  color: #000000 !important;
}

.studio_head p {
  color: #000000 !important;
}

.vrline {
  border-right: 2px solid #dddddd;
}

.mobile_header {
  display: none;
}

.edit_modal .modal-content .modal-header .header_btn:first-child,
.common-modal-new .modal-content .modal-header .header_btn:first-child {
  margin-left: 0px;
}

.schedule_task_drp .btn-group {
  width: 335px;
}

.dashboard_card {
  background: #f97a84;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  border-radius: 20px;
  color: #ffffff;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dashboard_title h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.dashboard_close {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
}

.dashboard_close img {
  margin-right: 10px;
}

.profile_card {
  display: flex;
}

.profile_card_item {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 15px;
  text-align: center;
  width: 128px;
  margin-right: 15px;
  margin-top: 12px;
}

.profile_card_item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  color: #222222;
  margin-top: 10px;
  margin-bottom: 0px;
  text-decoration: none;
}

.profile_card_item p span {
  display: block;
}

.dashboard_grid {
  padding: 0px 10px;
  margin: 20px 0px !important;
}

.dashboard_col {
  padding: 0px 10px !important;
  margin-top: 20px !important;
}

.dashboard_col .card_item {
  margin-top: 0px;
}

.dashboard_head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  color: #1a356a;
  margin-bottom: 0px;
  margin-left: 13px;
}

.dashboard_item {
  color: #1a356a;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  justify-content: end;
  margin-top: 34px;
}

.dashboard_item span {
  margin: 0px 15px;
  color: #1a356a;
}

.studio_arrow {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
  text-align: end;
}

.overlayout {
  height: calc(100% - 100px);
}

.layout_row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-left {
  margin-left: 10px;
}

.create_card_item {
  background: rgba(255, 255, 255, 0.25);
}

.create_card_item p a {
  color: #fff !important;
}

.accordion_edit {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.accordion_edit + .accordion_edit {
  margin-left: 20px;
}

.accordion_edit img,
.accordion_edit svg {
  margin-right: 10px;
}

.location_list ul {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.location_list ul li {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #1a356a;
  margin-bottom: 0px;
  list-style-type: none;
  margin-right: 15px;
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.location_list ul li img,
.location_list ul li svg {
  margin-right: 10px;
}

.accodion_trachsheet {
  display: flex;
  justify-content: flex-end;
}

.accodion_trachsheet .accordion_edit:first-child {
  margin-right: 10px;
}

.strategy_listitem {
  border: 1px solid rgba(150, 161, 195, 0.2);
  padding: 10px;
  color: #1a356a;
}

.strategy_listitem ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.strategy_listitem ul li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.strategy_listitem ul li:last-child {
  margin-bottom: 0px;
}

.strategy-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  margin-top: 8px;
}

.msg_conten p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
}

.strategy-batch {
  display: inline-block;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.strategy-batch span {
  width: 80px;
  height: 22px;
  background: #eeeeee;
  border-radius: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  padding: 5px 10px;
}

.follow_list ul {
  list-style: none;
  counter-reset: "item";
}

.follow_list ul li {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}

.follow_list_item {
  display: flex;
  align-items: center;
  background: #96a1c3;
  border-radius: 10px;
  padding: 5px 16px;
}

.follow_list_item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
  padding-left: 12px;
}

.follow_list ul li:before {
  margin-right: 10px;
  color: #1a356a;
  border-radius: 100%;
  width: 1.2em;
  text-align: center;
  display: inline-block;
}

.status-toggle-opt {
  background: #ffffff;
  border-radius: 15px;
  height: 40px;
  position: relative;
  z-index: 2;
  padding: 9px 0px 5px 0px;
  color: #1a356a;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lato", sans-serif;
  display: inline-flex;
  align-items: center;
  width: 230px;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.status-toggle-opt .show {
  width: 230px !important;
  left: -2px !important;
}

.status-toggle::before {
  content: "Status  :";
  position: absolute;
  bottom: 7px;
  left: 0px;
  background-image: url(../images/pipe.svg);
  background-repeat: no-repeat;
  background-position: 13px 5px;
  padding-left: 36px;
  left: 2px;
}

.status-toggle::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  top: 15px !important;
  right: -4px;
  background-image: url(../images/chevron_down.svg);
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  width: 25px;
  height: 20px;
  border: none;
}

.status-toggle:focus {
  box-shadow: 0px 10px 12px rgb(23 16 62 / 6%) !important;
}

.select_option {
  background: #ffffff;
  border-radius: 15px;
  height: 40px;
  position: relative;
  z-index: 2;
  padding: 5px 20px 5px 112px;
  color: #1a356a;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
}

.select_option::before {
  content: "Assigned  :";
  position: absolute;
  bottom: 12px;
  left: 0px;
  background-image: url(../images/notebad_blue.svg);
  background-repeat: no-repeat;
  background-position: 12px 0;
  padding-left: 36px;
  left: 2px;
  line-height: 1;
}

/* .select_option::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 15px !important;
    right: -4px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
} */
.select_option select {
  border: none;
  background: none;
}

.select_option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  outline: none;
  padding: 0 30px 0 0px;
}

/* select {
	width: 250px;
  } */

option {
  width: 400px;
}

.card_label {
  margin-bottom: 5px;
}

.daily_btn {
  padding: 5px;
}

.daily_btn:last-child {
  margin-right: 0px;
}

.daily_btn:first {
  margin-right: 10px;
}

.tab_btn button.active:hover {
  color: #fff;
}

.modal_col_1 {
  width: 6.333333% !important;
}

.modal_col_11 {
  width: 92.666667% !important;
}

/* .modal_btn_save button {
    padding: 5px 20px;
} */

.modal_btn_save {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.modal_btn_save button:nth-child(2) {
  margin-right: 0px;
}

.modal_header_btn {
  float: right;
}

.add-more-studio {
  padding: 5px 20px;
}

.stuio-remove-btn button {
  padding: 5px 20px;
  margin-top: 32px !important;
  height: 35px;
}

.one_btn {
  margin-right: 0px;
}

.remove_drp select {
  width: 375px;
}

.stuio-remove-btn {
  display: flex;
}

.remove_drp {
  display: block;
  position: relative;
}

.remove_drp .drp_img {
  background-image: url("../images/notebad.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat, repeat;
  top: 13px;
  left: 18px;
}

.report_drp {
  display: block;
  position: relative;
}

.report_drp .drp_img {
  background-image: url("../images/notebad.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat, repeat;
  top: 13px;
  left: 10px;
}

.calender_drp {
  display: block;
  position: relative;
}

.calender_drp .cal_img {
  background-image: url("../images/calender_black.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat, repeat;
  top: 13px;
  left: 10px;
}

.calender_drp .caret_img {
  background-image: url("../images/chevron_down.svg");
  position: absolute;
  height: 6px;
  width: 10px;
  background-repeat: no-repeat, repeat;
  top: 19px;
  cursor: pointer;
}

.view_text a {
  color: red;
  text-transform: capitalize;
}

.datepicker-cal {
  background: #ffffff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border-radius: 15px;
  margin-right: 10px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  width: 190px;
  height: 40px;
}

.datepicker-cal picture {
  display: block;
  line-height: 1;
}

.datepicker-cal .datepicker {
  border: none;
  background: transparent;
}

.datepicker-cal input {
  width: 118px;
}

.datepicker-cal input:focus {
  border: none !important;
}

.calendericons {
  margin-right: 10px;
  height: 17px;
  width: 15px;
}

.chevronricons {
  margin-left: 10px;
  height: 10px;
  width: 10px;
  float: right;
}

.datepickertext {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  width: 200px;
  margin-top: 0;
}

.editradio-toolbar {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  justify-content: center;
}

.editradio-toolbar input[type="radio"] {
  display: none;
}

.editradio-toolbar label {
  display: inline-block;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin: 5px;
  padding: 7px 20px;
  text-align: center;
}

.editradio-toolbar input[type="radio"]:checked + label {
  background-color: #ea545f;
  border-radius: 10px;
  color: #fff;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(2.5rem + 2px) !important;
}

.floating-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #666666 !important;
  font-family: "Lato", sans-serif;
  height: 0px !important;
}

.mark_btn {
  background: #577ab5;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "NeurialMedium";
  padding: 5px 8px;
  border: 1px solid #eeeeee;
  float: right;
  margin-right: 10px;
  text-align: center;
  align-items: center;
}

.mark_btn img {
  padding-right: 10px;
}

.mark_btn:hover {
  color: #fff;
}

.mark_btn a {
  color: #fff;
}

.mark_btn a:hover {
  color: #fff;
}

.form-check-input {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 20px !important;
  width: 20px !important;
  margin-right: 10px;
}

.form-check-input:checked {
  background-color: #1a356a !important;
  border-color: #1a356a !important;
}

.form-check-input[type="checkbox"] {
  border-radius: 0px !important;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 18px !important;
  padding-bottom: 0.625rem;
}

.form-floating > label {
  padding-top: 18px !important;
}

.lead-btn {
  background: #ffffff;
  border-radius: 15px;
  border: 2px solid #bbbbbb;
  color: #bbbbbb;
  padding: 5px 20px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.status_btn img {
  padding-bottom: 5px;
  padding-right: 10px;
}

.lead-act-btn {
  background: #ea545f;
  border-radius: 15px;
  border: 1px solid #6d79a4;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  padding: 5px 20px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.select_drp_social select {
  width: 220px !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbbbbb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 40px;
  height: 20px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle-switch {
  margin-top: 8px;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #1a356a;
}

.toggle-switch input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196f3;
}

.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle-slider.round {
  border-radius: 34px;
}

.toggle-slider.round:before {
  border-radius: 50%;
}

.toggle-switch p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: "Lato", sans-serif;
  margin-bottom: 0px;
}

.link_btn {
  margin-left: 8px;
}

/* .view_btn {
    font-size: 12px !important;
    padding: 5px;
} */
.view_btn.daily_btn {
  font-size: 14px !important;
  padding: 5px 10px;
  white-space: nowrap;
}

.seq_no {
  font-weight: 700;
  font-size: 16px;
  padding-right: 10px;
  width: 32px !important;
}

.editcap_radio {
  display: flex;
}

.editcap_radio input[type="radio"] {
  display: none;
}

.editcap_radio label {
  display: inline-block;
  padding: 8px;
  opacity: 0.5;
  cursor: pointer;
}

.editcap_radio input[type="radio"]:checked + label {
  opacity: 1;
}

.lead_calender_drp {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lead_calender_drp .drp_img {
  position: absolute;
  padding-left: 14px;
  padding-bottom: 5px;
}

.lead_calender_drp .cal_img {
  background-image: url(../images/calender_black.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat, repeat;
  left: 10px;
  top: 15px;
}

.lead_calender_drp .caret_img {
  background-image: url(../images/chevron_down.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat, repeat;
  top: 20px;
  right: 5px;
}

.lead_calender_drp .datepicker {
  padding-left: 37px !important;
  cursor: pointer;
}

.lead_calender_drp select {
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  padding-left: 37px;
  text-indent: 1px;
  outline: none;
  position: relative;
  background: none;
  cursor: pointer;
  width: 232px;
}

.best_task_drp {
  border: 1px solid #dddddd;
}

.best_task_drp select {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 0px;
  padding: 10px;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  border: none;
  width: 217px;
}

/* .best_task_drp::after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    top: 49px;
    right: 0px;
    background-image: url(../images/chevron_down.svg);
    background-repeat: no-repeat;
    background-size: auto;
    display: block;
    width: 25px;
    height: 20px;
    border: none;
    right: 2px;
} */
.view_btn img {
  padding-right: 3px !important;
  vertical-align: text-bottom;
}

.atsocial {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.atsocial img {
  position: absolute;
  padding-left: 15px;
  top: 15px;
}

.atsocial .atsocial_input {
  padding-left: 35px !important;
}

.overview_total:first-child {
  margin-left: 20px;
}

.overview_total {
  margin-left: 10px;
}

.vslogo p {
  color: #ffffff;
  font-size: 14px;
  border-left: 1.5px solid #ffdbdd;
  padding-left: 15px;
}

.vslogo .web_img {
  height: 73px;
  width: 333px;
}

.payment_drp {
  height: 43px;
  width: 70px;
}

.payment_mobilelabel select,
.payment_label select {
  border: 1px solid rgba(150, 161, 195, 0.2) !important;
  border-radius: 15px !important;
  background-color: #fff;
  min-height: 42px !important;
  padding: 0.25rem 0.75rem !important;
}

.usermodal_header {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  width: 100%;
}

.usermodal-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

h5.modal-header-text {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.accordion-header-social {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  align-items: center;
}

.msg_btn {
  background: #eeeeee;
  border-radius: 15px;
  color: #1a356a;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  padding: 5px 15px;
  border: 1px solid #eeeeee;
  float: right;
  margin-right: 10px;
  display: flex;
  text-align: center;
  align-items: center;
}

.msg_btn svg {
  margin-right: 10px;
}

.msg_btn:hover {
  color: #1a356a;
}

.msg_edit_btn {
  background: #eeeeee;
  border-radius: 15px;
  color: #1a356a;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "Lato", sans-serif;
  padding: 5px 15px;
  border: 1px solid #eeeeee;
  float: right;
  display: flex;
  text-align: center;
  align-items: center;
  margin-right: 10px;
}

.msg_edit_btn img {
  padding-right: 10px;
}

.msg_edit_btn:hover {
  color: #1a356a;
}

.msg_btn_content {
  display: flex;
  align-items: center;
  justify-content: end;
}

.msg_btn:last-child {
  margin-right: 0px;
}

.toggle3 {
  display: block;
}

#more {
  display: block;
}

.msg_btn svg {
  fill: #17103e;
}

.mobile_create_btn svg {
  fill: #fff;
  margin-right: 10px;
}

.leade_header {
  display: flex;
  align-items: center;
}

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

.theme-color {
  color: #1a356a;
}

.studio_head h5.vspotter-warning {
  color: #f79175 !important;
}

.rem_btn {
  padding: 7px 21px;
}

.sheet_head {
  justify-content: flex-end;
}

.sheet_head .edit_btn {
  margin-right: 0px;
}

.social_tr button {
  margin-right: 0px;
}

.popup-error-sucess {
  align-items: center;
}

.admin_location input {
  width: 100%;
  height: 40px;
}

.admin_location .remScnt {
  margin-left: 10px;
}

.status-toggle-opt .status-toggle {
  padding-left: 95px;
  text-align: left;
}

.account-header {
  background: #577ab5;
  box-shadow: 0px 7px 8.4px 5.6px rgb(23 16 62 / 6%);
  border-radius: 14px;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  padding: 12px 15px;
}

.account-subheader {
  color: #ffffff;
  padding: 0px;
  border-color: #577ab5;
  background-color: #577ab5;
}

.account-item {
  background: rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  padding: 22px 18px;
  margin: 10px 0px;
}

.account-subitem p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  margin-left: 17px;
  margin-bottom: 0px;
  color: #17103e;
}

.account-instaitem {
  background: #ffffff;
  border: 2px solid rgba(150, 161, 195, 0.2);
  border-radius: 20px;
  padding: 22px 18px;
  margin: 10px 0px;
}

.account-edit {
  margin-right: 0px;
}

.my_btn {
  background: none;
  border: none;
  padding: 0px;
}

.my_btn_end {
  position: relative;
}

.btn-section-form-lib {
  display: flex;
  gap: 10px;
  width: 400px;
  min-width: 400px;

  /* justify-content: flex-end; */
  margin-left: auto;
}

.modal-body.edit-form-comp-det-popup-modal-body .form-create-mainpg {
  margin-bottom: 0 !important;
}

.edit-form-comp-det-popup-modal-body #div1 {
  padding-right: 0;
}

.btn-section-form-lib.btn-section-form-lib-admin {
  justify-content: end;
  min-width: auto;
}

#overview-studio-list .form-library-list .dropdown-new .dropdown-menu.show {
  inset: auto !important;
  right: -8px !important;
  top: -12px !important;
}
#overview-studio-list .dropdown.dropdown-new.form-library-list .dropdown-menu {
  inset: auto !important;
  right: -8px !important;
  top: -12px !important;
}

.frontend .ffd-banner-link-page .ffd-hr-short-line,
.frontend .ffd-banner-link-page .ffd-hr-long-line {
  margin: 15px auto;
}

.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .ffd-hr-long-line {
  width: calc(100% - 30px);
}

.body.frontend .ffd-content-separator-trans,
.body.frontend .ffd-content-separator-trans .common-link-form-preview-parent {
  background: transparent;
  padding: 0px !important;
}

.imagelink img {
  width: auto !important;
  max-width: 100%;
}

.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent.linktop-sec
  .common-link-form-preview-parent {
  padding: 0 0 8px;
  min-height: auto;
}

.ffd-banner-link-page .ffd-content {
  width: 100%;
}

.ffd-banner-link-page .ffd-content.ffd-hr-short-line {
  width: 100px;
}

/* .linktop-sec .btn-copy-section .ffe-btn-theme:hover {
    background: #cf0d20 !important;
} */
.form_link_section .form-control {
  background: #ffffff !important;
}

.membership-box-top {
  min-height: 170px;
}

.link-form-head-top-img .link-form-head-top-img-inner {
  background: #fff;
}

.membership-box-parent .membership-box {
  padding: 70px 20px 80px !important;
}

.membership-box-parent .membership-box .most_popular {
  top: 25px !important;
}

.membership-box-parent .membership-box .membership-details {
  margin-top: 12px !important;
}

.membership-box .btn-section {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.membership-box-parent .membership-box .membership-inclusions p {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
}

.membership-slider .slick-list {
  display: flex;
}

.membership-slider .slick-track:after,
.membership-slider .slick-track:before {
  display: none !important;
}

.membership-slider .slick-next,
.membership-slider .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.membership-slider .slick-next:before,
.membership-slider .slick-prev:before {
  font-size: 0 !important;
  display: none;
}

.membership-slider .slick-next,
.membership-slider .slick-prev {
  background-color: #211551 !important;
}

.membership-slider .slick-next.slick-disabled,
.membership-slider .slick-prev.slick-disabled {
  background-color: #cccccc !important;
  cursor: initial;
}

.membership-slider .slick-prev {
  left: -60px;
}

.membership-slider .slick-next {
  right: -60px;
}

.membership-slider .slick-prev {
  background-image: url(../slick/arrowleft.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.membership-slider .slick-next {
  background-image: url(../slick/arrowright.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.email_recipient_studio
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-left: 5px !important;
}
.common-preview-modal .common-form-top-parent .left-part .left-part-inner h2 {
  margin-bottom: 30px;
}
.common-preview-modal .form_header_copy {
  margin-bottom: 20px;
}
.common-preview-modal
  .common-form-section.common-form-content-container.ffd-content.preview_main_view.main_div_2 {
  padding: 0;
}
.common-preview-modal .nextbutton-sec {
  margin-top: 30px;
}
.form-create-mainpg .component-box #termsconditions_desc {
  min-height: 200px;
  resize: auto;
}
/*************************Media query***************************/

@media (max-width: 360px) {
  .msg_edit_btn {
    padding: 5px 15px;
  }

  .msg_btn {
    padding: 5px 14px;
  }
}

@media (min-width: 361px) and (max-width: 480px) {
  .msg_edit_btn {
    padding: 5px 15px;
  }

  .msg_btn {
    padding: 5px 20px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px !important;
  }
}

@media (max-width: 641px) {
  .admin_count {
    flex: 0 0 20%;
    width: 20%;
  }

  .social_count {
    flex: 0 0 20%;
    width: 20% !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 100vh;
  }

  .banner .contents_card {
    padding: 0px !important;
  }

  .banner .contents_card .card_layout {
    width: 100%;
    margin: auto;
    position: fixed;
    bottom: 0px;
    border-radius: 50px 50px 0px 0px;

    /* min-height: 460px; */
    left: 0;
    right: 0;
  }

  .contents p {
    display: none;
  }

  .mobile_banner_far {
    filter: none;
    height: 100%;
    background: url(../images/BG3.svg) no-repeat;
    background-size: cover;
    width: 100%;
  }

  .mobile_banner {
    /* filter: none; */
    height: 100%;
    background: url(../images/profile_BG.svg) no-repeat;
    background-size: contain !important;
    min-height: 812px;
  }

  .mobile_banner_img {
    filter: drop-shadow(2px 4px 6px black);
    height: 100%;
    background-size: contain !important;
    min-height: 812px;
    padding-top: 0;
    background-position: 0px -80px;
  }

  .mob-bgbanner-cover.mobile_banner_img {
    background-size: cover !important;
  }

  .mobile_banner .vslogo {
    padding-top: 20px;
  }

  .mobile_banner .vslogo .web_img {
    display: none;
  }

  .mobile_banner_far .vslogo .web_img {
    display: none;
  }

  .mobile_banner_far .mobile_content {
    margin: 37px 10px 0px 10px;
  }

  .mobile_banner .mobile_content {
    margin-top: 37px;
    margin-left: 20px;
  }

  .mobile_banner .mobile_content h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
  }

  .mobile_banner .mobile_content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    margin-bottom: 20px;
  }

  /* .mobile_banner .carousel-contents {
        padding: 0px !important;
    } */
  .mobile_banner .carousel-contents .carousel-indicators {
    top: -26px;
    right: 0px;
    position: absolute !important;
    margin-left: 33px !important;
    margin-right: 0px !important;
    justify-content: start;
    margin-bottom: 10px;
  }

  .mobile_banner .carousel-contents .carousel-indicators .active {
    background-color: #1a356a;
  }

  .mobile_banner .card_layout {
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;

    /* height: 622px; */
    height: calc(100% - 220px);
    min-height: 670px;
    width: 370px;
    margin: 20px auto;
    position: relative;
    z-index: 9999;
  }

  .mobile_banner_far .card_layout {
    background: transparent;
    width: 100%;
  }

  .mobile_banner_far .card_layout .far_body {
    padding: 260px 27px 30px 28px;
  }

  .card_body .form-group .form-input {
    width: 100%;
  }

  .card_body .profile-btn {
    /* 	position: fixed;
		bottom: 50px;
		width: 80%;
		min-width: 70%; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card_body .invite_card .invite_inner_item .team-content p {
    padding-top: 5px;
  }

  .repeat_task_drp .btn-group .dropdown-toggle {
    width: 100% !important;
  }

  .box_innerlayout {
    padding: 20px;
  }

  .task_card {
    background: #ea545f;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
    width: 100%;
  }

  .web_header {
    display: none;
  }

  /* .lib_btn_content {
        padding-top: 10px;
    } */
  .admin_list_item,
  .list_item ul li:last-child {
    margin-bottom: 10px;
  }

  .body {
    padding-top: 0px;
    border-right: none;
  }

  .body {
    filter: none;

    /* height: 100%; */
    background: #fff;

    /* background-size: contain !important; */
    position: relative;
  }

  .mobile_view {
    position: absolute;

    /* top: 75px; */
  }

  /* .mobile_header{
		margin-top: 20px;
	} */
  .mobile_img {
    height: 25px;
    width: 25px;
  }

  .mobile_content h1 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
    color: #ffffff;

    /* margin-left: 20px; */
  }

  .admin_count .admin_count_header {
    margin-bottom: 20px;
  }

  .mobile_header {
    padding: 0 20px 40px;
  }

  #search-bar {
    width: 100%;
  }

  .studio_arrow {
    display: block;
  }

  .task_card_wrap {
    display: block;

    /*  margin-top: 10px; */
    float: none;
  }

  .task_card_wrap .btn-group {
    margin-right: 0px;
  }

  .btn-group {
    width: 100%;
    margin-bottom: 10px;
  }

  .studio_btn {
    width: 100%;
  }

  .task_card_wrap .btn-group .dropdown-toggle {
    padding: 5px 100px 5px 19px;
  }

  .change_btn {
    width: 100%;
  }

  .list_item ul li:first-child {
    font-size: 14px;
  }

  .edit_modal .modal-content,
  .common-modal-new .modal-content {
    padding: 10px;
  }

  /* .edit_modal .modal-content .modal-header .close {
		display: none;
	} */
  .edit_modal .modal-content .modal-header,
  .common-modal-new .modal-content .modal-header {
    padding: 10px;
  }

  .edit_modal .modal-content .modal-header .traning_img,
  .common-modal-new .modal-content .modal-header .traning_img {
    height: 50px;
    width: 50px;
  }

  .edit_modal .modal-content .modal-header .header_btn,
  .common-modal-new .modal-content .modal-header .header_btn {
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 12px;
  }

  .mobile-btn {
    width: 100%;
  }

  .mobile-btn,
  .lib_btn,
  .edit_btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    margin-right: 0px;
  }

  .flex_item {
    display: block;
  }

  .select_drp {
    margin-bottom: 10px;
  }

  .lib_btn:nth-child(2) {
    margin-right: 0px;
  }

  .schedule_task_drp .btn-group {
    width: 100%;
  }

  .tab_btn .btn {
    padding: 5px;
  }

  .tab_content .tab_inner_content {
    display: block;
  }

  .tab_inner_content .tab_btn {
    margin-bottom: 10px;
    margin-right: 0px;
  }

  .tab_content .calender_btn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .calender_btn .dropdown-toggle {
    width: 100%;
  }

  .task_btn .create_btn {
    align-self: flex-start;
  }

  .lib_btn_content {
    display: block;
  }

  .dashboard_grid {
    margin: 0px !important;
  }

  .profile_card {
    display: block;
  }

  .profile_card_item {
    width: 100%;
  }

  .card_body {
    padding: 20px;
  }

  .social_total {
    border-left: none;
  }

  .blad_count {
    margin-left: 0px !important;
  }

  .task_card {
    color: #fff;
  }

  .task_card_title {
    color: #fff;
  }

  .mobile_wrap {
    display: none;
  }

  /* .right-side-menu {
        display: none;
    } */
  .dashboard_card {
    display: none;
  }

  .dashboard_head p {
    font-size: 16px;
    line-height: 19px;
    font-family: "Lato", sans-serif;
  }

  /* .dashboard_content{
		padding-top: 10px;
	} */
  .admin_total {
    border-left: none;
    justify-content: center;
  }

  .admin_total_card {
    padding: 10px 15px 20px 15px;
  }

  /* .task_card_header p {
        display: none;
    } */
  .modal_btn {
    display: block;
  }

  .modal_btn button {
    width: 100%;
    margin-bottom: 8px;
  }

  .select_drp select {
    width: 100%;
  }

  .select_drp .datepicker {
    width: 100%;
  }

  .repeat_task_drp select {
    width: 100%;
  }

  .repeat_task_drp {
    margin-bottom: 10px;
  }

  .admin_input {
    margin-bottom: 10px;
  }

  /* .task_card_header p {
        display: none;
    } */
  .modal_col_1 {
    width: 25% !important;
  }

  .modal_col_11 {
    width: 75% !important;
  }

  .modal_header_btn {
    float: unset;
  }

  .tab_btn_left {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }

  .tab_btn_right {
    width: 100%;
    display: block;
  }

  .datepicker-cal {
    background: #96a1c3;
    box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
    border-radius: 15px;
    color: #ffffff;
    margin-right: 0px;
    width: 100%;
  }

  .mobile_btn {
    display: none !important;
  }

  .datepickertext {
    color: #ffffff;
  }

  .datepicker-cal input {
    color: #ffffff;
    width: 170px;
    outline: none;
  }

  .datepicker-cal input[type="text"] {
    color: #ffffff;
  }

  .datepicker-cal input[type="text"]:focus {
    background-color: #96a1c3 !important;
    color: #ffffff !important;
  }

  .mobilesearch-bar-form {
    margin-top: 10px;
  }

  .logincard_body .form-group .form-input {
    width: 100%;
  }

  .login-btn {
    width: 100%;
  }

  .sociallayoutlogin {
    margin-top: 0px !important;
  }

  .overview_total:first-child {
    margin-left: 0px;
  }

  .vslogo .web_img {
    height: 33px;
    width: 146px;
  }

  .vslogo {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }

  .payment_drp {
    width: 100%;
  }

  .chevronricons {
    margin-left: 85px;
  }

  .rem_btn {
    margin-top: 5px;
  }

  .common-modal-new .lib_btn,
  .common-modal-new .edit_btn {
    margin-top: 0px;
  }

  .accordion_edit span {
    display: none;
  }

  .accordion_edit img {
    padding: 0 0px 0px 10px;
  }

  .msg_btn {
    background: #ea545f;
    color: #ffffff;
    border: 1px solid #ea545f;
  }

  .msg_btn:hover {
    color: #fff;
  }

  .msg_btn_content {
    justify-content: space-between;
  }

  .msg_btn svg {
    fill: #fff !important;
    stroke: #fff;
  }

  .lead-edit-mbl {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #search_date::placeholder {
    color: #fff;
  }

  .strategy_listitem {
    border: none;
  }

  .toggle_icons {
    display: flex;
    align-items: center;
  }

  .toggle_icons .boxArrow {
    margin-right: 10px;
  }

  .follow_content {
    display: none;
  }

  .task_btn .mobile_create_btn {
    position: absolute;
    top: 130px;
    left: 120px;
    background: #fff;
    border: 1px solid #fff;
    color: #1a356a;
    padding: 5px 10px;
    height: 23px;
    width: auto;
  }

  .mobile_create_btn svg {
    fill: #1a356a;
  }

  .leade_header {
    align-items: flex-start;
  }

  .status-toggle-opt {
    background: #96a1c3;
    box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
    border-radius: 15px;
    margin-right: 0px;
    width: 100%;
  }

  .status-toggle {
    color: #ffffff !important;
  }

  .status-toggle::before {
    color: #ffffff;
  }

  .search-bar-form {
    align-items: center;
    width: 100%;
  }

  .status-toggle::before {
    background-image: url(../images/pipe_white.svg);
  }

  .status-toggle::after {
    background-image: url(../images/chevron_down_white_sm.svg);
  }

  .toggle3 {
    display: none;
  }

  #more {
    display: none;
  }

  .lib_btn_content .lib_btn {
    margin-bottom: 10px;
  }

  .best_task_drp::after {
    top: 290px;
  }

  .lead_calender_drp .caret_img {
    left: 308px;
  }

  .follow_list_item {
    padding: 5px;
  }

  .follow_list_item p {
    min-width: 100% !important;
    padding-left: 5px;
  }

  .follow_list ul li {
    width: 100%;
  }

  .lead-act-btn {
    padding: 5px;
  }

  .lead-btn {
    padding: 5px 6px;
  }

  .lead-btn:last-child {
    margin-right: 0px;
  }

  .status_btn img {
    padding-right: 5px;
  }

  .sheet_head .msg_edit_btn {
    margin-bottom: 10px;
  }

  .account-edit {
    margin-left: 10px;
  }

  .account-item {
    padding: 15px;
  }

  .my_btn_end {
    position: relative;
  }

  .plus_btn {
    position: absolute;
    bottom: 7px;
    right: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile_banner .vslogo .mobile_img {
    display: none;
  }

  .mobile_banner .mobile_content {
    display: none;
  }

  .mobile_banner_far .vslogo .web_img {
    display: none;
  }

  .lib_btn_content {
    padding-top: 10px;
  }

  .list_item ul li:last-child {
    margin-bottom: 10px;
  }

  .studio_show button {
    margin-bottom: 10px;
  }

  .card_layout {
    width: 290px;
  }

  .logincard_body {
    padding: 30px;
  }

  .vslogo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_link {
    padding: 4px 15px 4px 20px;
  }

  .nav_link_dash {
    padding: 4px 15px 4px 20px;
  }
}

@media (min-width: 992px) {
  .mobile_banner .mobile_content h1 {
    display: none;
  }

  .mobile_banner .mobile_content p {
    display: none;
  }

  .mobile_banner .vslogo .mobile_img {
    display: none;
  }

  .mobile_banner .mobile_content {
    display: none;
  }

  .admin_input {
    padding-right: 0px !important;
  }

  .repeat_left {
    padding-right: 5px !important;
  }

  .repeat_right {
    padding-left: 5px !important;
  }

  .repeat_both {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(2.5rem + 2px) !important;
  }

  .floating-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;

    /* color: #000000; */
    font-family: "Lato", sans-serif;
    height: 0px !important;
  }

  .text-danger {
    display: block;
  }

  .toggle_icons .boxArrow {
    display: none;
  }

  #myBtn {
    display: none;
  }

  .card_leade_header img {
    display: flex;
    justify-content: flex-end;
    height: 20px;
    width: 20px;
  }

  .see-more {
    display: none;
  }

  .card_leade_header img {
    display: none;
  }
}

.theme-color {
  color: #1a356a;
}

.studio_head h5.vspotter-warning {
  color: #f79175 !important;
}

@media (min-width: 992px) {
  .banner .vslogo {
    /* position: absolute; */
    margin-top: 20px;
  }

  .banner .overlayout {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.business-details form {
  margin: 0;
}

@media (max-width: 767px) {
  .task_card_header .task_btn .create_btn {
    background-color: #fff;
    color: #1a356a;
    height: 25px;
    line-height: 25px;
  }

  .task_card_header .task_btn .create_btn svg {
    width: 12px;
  }

  .create_btn img {
    width: 17px;
  }

  .task_card_header .task_btn .create_btn a {
    color: #1a356a;
  }

  #assigned-user-search-form .select_option {
    background: #96a1c3;
    box-shadow: 0px 10px 12px 8px rgb(23 16 62 / 6%);
    height: 40px;
    color: #ffffff;
    padding: 5px 0 5px 112px;
  }

  #assigned-user-search-form .select_option::before {
    bottom: 10px;
    background-image: url(../images/notebad_white.svg);
    padding-left: 44px;
  }

  #assigned-user-search-form .select_option::after {
    right: 2px;
    top: 18px !important;
    background-image: url(../images/chevron_down_white_sm.svg);
  }

  #assigned-user-search-form .select_option select {
    color: #fff;
    width: 100%;
  }

  #assigned-user-search-form .select_option select option {
    color: #000;
  }

  .ui-widget.ui-widget-content {
    z-index: 99999 !important;
  }
}

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

.btn-checkbox {
  background: #ffffff;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  border-radius: 20px;
  line-height: 49px;
  padding: 0 15px;
  color: #17103e;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

.btn-check:checked + .btn-checkbox {
  background: #6d79a4;
  color: #fff;
}

.repeat-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.repeat-text {
  color: #6d79a4;
}

.repeat-text strong {
  font-weight: 700;
}

.repeat-block {
  display: none;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .task_card_wrap .btn-group {
    margin-right: 5px;
  }

  .msg_btn {
    padding: 5px 10px;
  }

  .box_innerlayout {
    padding: 15px 14px 15px 70px;
  }

  .overview_total {
    margin-left: 10px;
  }

  .btn-group {
    margin-right: 10px;
  }
}

.ui-datepicker {
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: none !important;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-title,
.ui-datepicker th {
  color: #1a356a;
  font-family: "Lato", sans-serif;
}

.ui-datepicker td {
  font-family: "Lato", sans-serif;
}

.ui-datepicker td span,
.ui-datepicker td a {
  border: 0 !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  border-radius: 50% !important;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker th {
  font-size: 14.51px;
  line-height: 17.41px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #000000;
}
.ui-datepicker td span.ui-state-default,
.ui-datepicker td a.ui-state-default {
  font-size: 12.5px;
  line-height: 14.83px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #000000 !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1 !important;
}
.ui-datepicker td.ui-state-disabled span.ui-state-default,
.ui-datepicker td.ui-state-disabled a.ui-state-default {
  color: #cccccc !important;
}
.ui-datepicker td span.ui-state-default.ui-state-highlight,
.ui-datepicker td span.ui-state-default.ui-state-active,
.ui-datepicker td a.ui-state-default.ui-state-highlight,
.ui-datepicker td a.ui-state-default.ui-state-active {
  color: #000000 !important;
  background: #ffdbdd !important;
  font-weight: 700;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-size: 14.51px !important;
  line-height: 17.41px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.7) !important;
  padding: 2px 5px !important;
}
.ui-datepicker .ui-datepicker-header > a {
  background: none !important;
  border: 0 !important;
}
.ui-datepicker td.ui-state-disabled.ui-datepicker-today span.ui-state-default {
  border: 1px solid #cccccc !important;
}
.ui-datepicker .ui-datepicker-header > a.ui-datepicker-prev {
  top: 2px !important;
  left: 2px !important;
}

.ui-datepicker .ui-datepicker-header > a.ui-datepicker-next {
  top: 2px !important;
  right: 2px !important;
}

.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w {
  background: url("../images/icon-next.svg") no-repeat center;
  transform: rotate(180deg);
}

.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e {
  background: url("../images/icon-next.svg") no-repeat center;
}

ul.pagination .page-item:not(.disabled) .page-link {
  color: #577ab5;
}

ul.pagination .page-item.active .page-link {
  background-color: #ea545f;
  border-color: #ea545f;
  color: #fff;
  line-height: 38px !important;
}

.bootstrap-select .btn.dropdown-toggle {
  border: 1px solid #dddddd !important;
  background: #ffffff !important;
  border-radius: 0px !important;
  color: #000000 !important;
  font-family: "Lato", sans-serif !important;
  outline: 0 !important;
  padding: 8px 5px;
  padding-left: 37px;
}

.bootstrap-select .btn.dropdown-toggle.bs-placeholder {
  color: #666666 !important;
}

.btn-group .bootstrap-select .btn.dropdown-toggle {
  border: 0 !important;
  padding: 0 5px !important;
  height: auto !important;
}

.task_card_wrap .btn-group .bootstrap-select .dropdown-toggle::before {
  display: none;
}

.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select .dropdown-item {
  color: #000000;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #ffdbdd;
  color: #000000;
}

.bootstrap-select > .dropdown-toggle:after,
.bootstrap-select.dropup > .dropdown-toggle:after {
  border: 0;
  min-width: 15px;
  height: 6px;
  background: url(../images/chevron_down.svg) no-repeat right center;
  margin: 0;
  line-height: 1;
  display: block;
}

.form_link_section .bootstrap-select.show > .dropdown-toggle:after,
.form_link_section .bootstrap-select.dropup.show > .dropdown-toggle:after {
  background: url(../images/chevron_top.svg) no-repeat right center;
}

.form_link_section .bootstrap-select.show > .dropdown-toggle,
.form_link_section .bootstrap-select.dropup.show > .dropdown-toggle {
  border: 0 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}

.dropdown.bootstrap-select.select-studio .has-error {
  position: absolute;
  bottom: -17px;
}

.list_item.task-meta ul li {
  white-space: nowrap;
}

.list_item.task-meta ul li:first-child {
  font-size: 14px;
  line-height: 17px;
}

.business-list-item {
  display: flex;
  align-items: center;
  padding: 15px;
}

.business-list-item .business-logo {
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.business-list-item .businesss-name-address {
  width: 100%;
  margin-left: 15px;
  margin-right: 20px;
}

.business-list-item .businesss-name-address h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.business-list-item .businesss-name-address p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

.modal#confirm-modal {
  z-index: 99999;
}

.btn-theme {
  background: #ea545f;
  border: 1px solid #ea545f;
  border-radius: 20px;
  outline: 0;
  line-height: 38px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  align-self: center;
  transition: all 0.3s ease;
}

.btn-theme.brand {
  background: #577ab5;
  border: 1px solid #577ab5;
  color: #fff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.btn-theme.dark {
  background: #ea545f;
  border: 1px solid #ea545f;
  color: #fff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.btn-theme.dark-active,
.btn-theme.dark-active:active,
.btn-theme.dark-active:focus,
.btn-theme.dark-active:hover {
  background: #ea545f;
  border: 1px solid #ea545f;
  color: #fff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.btn-theme.dark svg path,
.btn-theme.brand svg path {
  fill: #fff;
  stroke: #fff;
}

.btn-theme.light {
  background: #dddddd;
  border: 1px solid #dddddd;
  color: #000000;
  font-weight: 700;
}

.btn-theme.light-active {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  color: #ffffff;
}

.btn-theme.white {
  background: #ffff;
  border: 1px solid #fff;
  color: #000000;
}

.btn-theme.yellow {
  background: #ffdbdd;
  border: 1px solid #ffdbdd;
  color: #000000;
}

.btn-theme.grey-dark {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  font-weight: 700;
}

.btn-theme.grey-dark > svg {
  margin-right: 5px;
}

.btn-theme.white svg path,
.btn-theme.yellow svg path {
  /* fill: #1a356a;
    stroke: #1a356a; */
}

/* .btn-theme.light svg path {
    fill: #000000;
    stroke: #000000;
} */

.btn-small {
  line-height: 33px;
}

.btn-extrasmall {
  line-height: 24px;
}

.btn-theme > img,
.btn-theme > svg {
  margin-right: 10px;
}

svg.no-fill path {
  fill: none !important;
}

svg.no-stroke path {
  stroke: none !important;
}

@media (min-width: 768px) {
  .btn-theme.btn-md-light {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    color: #000000;
    box-shadow: none;
  }

  .btn-theme.btn-md-light svg path {
    fill: #000000;
    stroke: #000000;
  }

  .btn-theme.btn-md-dark {
    background: #ea545f;
    border: 1px solid #ea545f;
    color: #fff;
    box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  }

  .btn-theme.btn-md-dark svg path {
    fill: #fff;
    stroke: #fff;
  }
}

svg.no-stroke > path {
  stroke: none !important;
}

.btn-theme.icon-rotate > svg {
  transform: rotate(180deg);
}

.btn-theme:disabled {
  opacity: 1;
}

.btn-theme.link {
  background-color: transparent !important;
  color: #aaaaaa !important;
  border: 0 !important;
  padding: 10px;
}

.btn-theme.link svg path {
  fill: #aaaaaa;
  stroke: #aaaaaa;
}

.list-filtering {
  padding-top: 10px;
  position: relative;
}

/* .list-filtering > * + * {
    margin-top: 10px;
} */
@media (min-width: 767px) {
  .list-filtering > * + * {
    margin-top: 0;
    margin-left: 10px;
  }
}

.list-filtering .filter-tabs {
  background: #ffffff;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-width: 320px;
  filter: drop-shadow(0px 10px 12px rgba(23, 16, 62, 0.06));
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .list-filtering .filter-tabs {
    width: 100%;
  }
}

.list-filtering .filter-tabs > a {
  width: 100%;
  padding: 8px 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #1a356a;
  white-space: nowrap;
  border-radius: 10px;
  text-align: center;
}

.list-filtering .filter-tabs > a.active {
  background-color: #1a356a;
  color: #fff;
  font-weight: 700;
}

.list-filtering .filter-tabs > a.red-flag.active {
  background-color: #f2685f;
}

.list-filtering .filter-tabs > a.orange-flag.active {
  background-color: #ec720f;
}

.list-filtering .filter-tabs > a.green-flag.active {
  background-color: #2fa878;
}

@media (max-width: 767px) {
  .list-filtering .filter-calendar-form {
    width: 100%;
  }
}

.list-filtering .filter-calendar {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .list-filtering .filter-calendar {
    max-width: 200px;
  }
}

.list-filtering .filter-calendar .filter-calendar-arrow {
  background: rgba(87, 122, 181, 0.6);
  width: 35px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: list-item;
  overflow: hidden;
}

.list-filtering .filter-calendar .filter-calendar-arrow svg {
  margin-top: -1px;
}

.list-filtering .filter-calendar .filter-calendar-arrow svg path {
  fill: #fff;
}

@media (min-width: 768px) {
  .list-filtering .filter-calendar .filter-calendar-arrow {
    background: rgba(174, 188, 215, 0.6);
    width: 25px;
  }

  .list-filtering .filter-calendar .filter-calendar-arrow svg path {
    fill: #1a356a;
  }
}

.list-filtering .filter-calendar .filter-calendar-arrow.prev-date {
  border-radius: 15px 0px 0px 15px;
}

.list-filtering .filter-calendar .filter-calendar-arrow.next-date {
  border-radius: 0px 15px 15px 0px;
}

.list-filtering .filter-calendar .form-control {
  border-radius: 0;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 12px 0 42px;
  line-height: 40px;
  background: #aebcd7 url(../images/calender_white.svg) no-repeat left 17px
    center;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

@media (min-width: 768px) {
  .list-filtering .filter-calendar .form-control {
    background: #fff url(../images/calendar_blue.svg) no-repeat left 17px center;
    color: #1a356a;
  }
}

.list-filtering .range-calendar-filter {
  margin-right: 10px;
  width: 100%;
  max-width: 335px;
  position: relative;
}

.list-filtering .range-calendar-filter .form-control {
  border-radius: 15px;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 12px 0 42px;
  line-height: 40px;
  background: #fff url(../images/calendar_blue.svg) no-repeat left 17px center !important;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.list-filtering .range-calendar-filter svg {
  position: absolute;
  top: 17px;
  right: 17px;
}

.list-filtering .filter-status {
  width: 100%;
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border-radius: 15px;
  padding: 8px 15px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .list-filtering .filter-status {
    max-width: 230px;
  }
}

.list-filtering .filter-status .filter-status-label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.list-filtering .filter-status .filter-status-label svg {
  margin-right: 8px;
}

.list-filtering .filter-status .bootstrap-select .btn.dropdown-toggle {
  padding: 0;
  border: 0 !important;
  padding-left: 5px;
}

.list-filtering .filter-search {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .list-filtering .filter-search {
    max-width: 290px;
  }
}

.list-filtering .filter-search input {
  background: #ffffff url(../images/search.svg) no-repeat left 16px center;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06) !important;
  border-radius: 15px;
  padding: 8px 12px;
  padding-left: 48px;
  border: 0 !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #1a356a;
}

.list-filtering .filter-search input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
}

.list-filtering .filter-search input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
}

.list-filtering .filter-search input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
}

.list-filtering .filter-search input:-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
}

.list-filtering .filter-search .btn-theme {
  border-radius: 0 15px 15px 0;
}

.list-filtering .upload-csv {
  margin-bottom: 10px;
}

.listing-data {
  background: #ffffff;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  border-radius: 20px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.listing-data.no-data {
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding-top: 122px;
  padding-bottom: 100px;
  text-align: center;
}

.listing-data.no-data > p,
.not-found-section p {
  color: #cccccc;
  font-weight: 400;
  font-size: 24px;
}

.listing-data h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;

  /* color: #222222; */
  width: 100%;
}

@media (min-width: 992px) {
  .listing-data h5 {
    min-width: 180px;
    max-width: 180px;
    padding-right: 15px;
  }
}

.listing-data h5 p {
  font-weight: 400;
  margin: 10px 0 0;
  font-size: 14px;
}

.listing-data .listing-meta {
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #222222;
}

.listing-data .listing-meta .task-description {
  word-break: break-all;
}

.listing-data .listing-meta ul li div svg path {
  fill: #ea545f;
}

@media (min-width: 1200px) {
  .listing-data .listing-meta:not(.full-w) {
    max-width: 780px;
  }
}

.listing-data .listing-meta li + li {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .listing-data .listing-meta li + li {
    margin-top: 0px;
    margin-left: 15px;
  }
}

.listing-data .listing-meta ul + ul,
.listing-data .listing-meta li > div + div {
  margin-top: 10px;
}

.listing-data .listing-meta li > div {
  position: relative;
  padding-left: 28px;
  min-height: 24px;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .listing-data .listing-meta li > div.data-pricing {
    width: 250px;
  }
}

.listing-data .listing-meta li > div > svg {
  width: 20px;
  height: 24px;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .listing-data .listing-actions .btn-theme {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .listing-data .listing-actions .btn-theme + .btn-theme {
    margin-left: 10px;
  }
}

.listing-studio-info {
  width: 100%;
  max-width: 395px;
}

.listing-studio-info .studio-profile-logo {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  padding: 10px;
  border-radius: 50%;
  border: 3px solid #aebcd7;
  overflow: hidden;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.listing-studio-info .studio-profile-logo img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  overflow: hidden;
  color: transparent;
}

.listing-studio-info .studio-title-address {
  width: 100%;
}

.listing-studio-info .studio-title-address h5,
.listing-studio-info .studio-title-address p {
  margin: 0;
}

.listing-studio-info .studio-title-address h5 {
  color: #1a356a;
  font-weight: 500;
  font-size: 17px;
}

.listing-studio-info .studio-title-address p {
  color: #1a356a;
  font-weight: 400;
  font-size: 12px;
}

.listing-studio-stats {
  width: 100%;
}

.listing-studio-stats .stats-numbers {
  border-left: 2px solid rgba(150, 161, 195, 0.2);
  margin-left: 40px;
  padding-left: 40px !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a356a;
}

.listing-studio-stats .stats-numbers > li {
  padding: 6px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.listing-studio-stats .stats-numbers > li > span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.listing-studio-stats .stats-numbers > li + li {
  margin-left: 18px;
}

/* .modal-header .listing-studio-info {
    max-width: 90%;
} */
.modal-header .listing-studio-info .studio-profile-logo {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  border: 0;
  padding: 10px;
  background-color: #fff;
}

.modal-actions .btn-theme + .btn-theme {
  margin-left: 10px;
}

body .modal {
  z-index: 99999;
}

body .modal-backdrop {
  z-index: 9999;
}

.modal .form-group {
  margin-bottom: 12px;
}

.modal .form-group label {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
}

.modal .form-group .form-control {
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.bootstrap-select .no-icon + .btn.dropdown-toggle {
  padding: 6px 5px;
  padding-left: 12px;
  color: #1a356a !important;
}

.bootstrap-select .h-42 + .btn.dropdown-toggle {
  padding: 8px 5px;
}

.bootstrap-select .text-dark + .btn.dropdown-toggle {
  color: #1a356a !important;
}

@media (min-width: 992px) {
  .history-logs .history-log-item > div + div {
    margin-left: 10px;
  }
}

.history-logs .history-log-item + .history-log-item {
  margin-top: 15px;
}

.history-logs .history-log-item .history-date {
  font-weight: 700;
  font-size: 16px;
  color: #17103e;
  min-width: 120px;
}

.history-logs .history-log-item .history-flag {
  font-weight: 700;
  font-size: 16px;
  color: #6d79a4;
  min-width: 110px;
}

.history-logs .history-log-item .history-content p {
  font-weight: 400;
  font-size: 16px;
  color: #17103e;
  margin: 0;
}

.history-logs .history-log-item .history-content p + p {
  margin-top: 10px;
}

.modal-backdrop {
  background: #96a1c3;
}

.color-red {
  color: #f79175;
}

.color-orange {
  color: #f79175;
}

.color-green {
  color: #2fa878;
}

.color-red-flag {
  color: #f12525;
}

.color-orange-flag {
  color: #ec720f;
}

body > .mCustomScrollBox .mCSB_scrollTools {
  right: 25px;
}

.modal-dialog-scrollable .modal-body > .mCustomScrollBox .mCSB_scrollTools,
.bootstrap-select
  > .dropdown-menu
  > .inner
  > .mCustomScrollBox
  .mCSB_scrollTools {
  right: -5px;
}

.modal-dialog-scrollable .modal-body .mCSB_inside > .mCSB_container,
.bootstrap-select > .dropdown-menu > .inner .mCSB_inside > .mCSB_container {
  margin-right: 10px !important;
}

body > .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.modal-dialog-scrollable
  .modal-body
  > .mCustomScrollBox
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar,
.bootstrap-select
  > .dropdown-menu
  > .inner
  > .mCustomScrollBox
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #f97a84 !important;
}

body > .mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail,
.modal-dialog-scrollable
  .modal-body
  > .mCustomScrollBox
  .mCSB_scrollTools
  .mCSB_draggerRail,
.bootstrap-select
  > .dropdown-menu
  > .inner
  > .mCustomScrollBox
  .mCSB_scrollTools
  .mCSB_draggerRail {
  display: none;
}

.listing-data + .custom-pagination {
  margin: 0;
}

.custom-pagination .pagination {
  flex-wrap: wrap;
}

.import-form label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  margin-right: 10px;
}

.import-form label.form-label {
  margin-right: 0;
  width: 100%;
}

.upload-input button.form-control {
  border-radius: 0;
  border: 1px solid #dddddd;
  color: #aaaaaa;
  font-weight: 400;
  font-size: 16px;
}

.upload-input button.form-control.hasvalue {
  background-color: #f5f5f5;
  color: #1a356a;
}

@media (min-width: 992px) {
  .upload-input button.form-control {
    min-width: 400px;
  }
}

.upload-input button svg {
  margin-right: 10px;
}

.dashboard-stats {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  margin-top: 20px;
}

.dashboard-stats.minh-200 {
  min-height: 220px;
}

.dashboard-stats a {
  line-height: 1;
}

.dashboard-stats h5 {
  margin: 0 0 0 13px;
  font-weight: 400;
  font-size: 20px;
  color: #1a356a;
}

.dashboard-stats-list li {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #1a356a;
}

.dashboard-stats-list li + li {
  margin-left: 10px;
}

.dashboard-stats-list li span {
  font-weight: 400;
  font-size: 24px;
}

.dashboard-stats svg {
  max-width: 100%;
}

.user-management-list {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}

.user-management-list-heading {
  background: #577ab5;
  border-radius: 20px 20px 0px 0px;
  padding: 15px;
}

.user-management-list-heading h5 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 0 13px;
}

.user-management-list-body {
  padding: 15px;
}

.user-management-list-body li {
  color: #1a356a;
  font-weight: 400;
  font-size: 16px;
}

.user-management-list-body li + li {
  margin-top: 15px;
}

.user-management-list-body li span {
  font-weight: 800;
  font-size: 16px;
  min-width: 40px;
  display: inline-block;
}

.user-management-list-body .role-name {
  min-width: 200px;
}

.user-management-list-body .user-name {
  min-width: 250px;
}

@keyframes growProgressBar {
  0%,
  33% {
    --pgPercentage: 0;
  }

  100% {
    --pgPercentage: var(--value);
  }
}

@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

div[role="progressbar"] {
  --size: 140px;
  --fg: #bbbbbb;
  --bg: rgba(150, 161, 195, 0.2);
  --pgPercentage: var(--value);
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(
      closest-side,
      white 80%,
      transparent 0 99.9%,
      white 0
    ),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: "Lato", sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--fg);
  margin-top: 15px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  text-align: center;
}

div[role="progressbar"].blue {
  --fg: #577ab5;
}

div[role="progressbar"].red {
  --fg: #f79175;
}

div[role="progressbar"] span {
  font-weight: 700;
  font-size: 24px;
  color: #1a356a;
}

.profile-header {
  background: #cccccc;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border-radius: 20px;
  padding: 15px;
  min-height: 50px;
  margin-bottom: 10px;
  position: relative;
}

.profile-header h5 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 1;
  color: #000000;
}

.profile-header .filter-search input {
  background: #ffffff url(../images/search.svg) no-repeat left 16px center;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06) !important;
  border-radius: 15px;
  padding: 8px 12px;
  padding-left: 48px;
  border: 0 !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ea545f;
  border: 1px solid #ea545f !important;
}

.form-check.form-check-theme {
  min-height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #1a356a;
}

.form-check.form-check-theme .form-check-input {
  width: 35px !important;
  height: 35px !important;
  border-radius: 15px !important;
  background: #eeeeee;
  border: 0 !important;
  outline: 0 !important;
  margin-top: 0;
  box-shadow: none !important;
}

.form-check.form-check-theme .form-check-input:checked[type="checkbox"] {
  background: #96a1c3
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='white' stroke='white' stroke-width='0.5' d='M4.99993 7.94651L2.37671 5.32329L2.19994 5.14651L2.02316 5.32329L1.08982 6.25662L0.913048 6.4334L1.08982 6.61017L4.82316 10.3435L4.99993 10.5203L5.17671 10.3435L13.1767 2.34351L13.3535 2.16673L13.1767 1.98996L12.2434 1.05662L12.0666 0.879845L11.8898 1.05662L4.99993 7.94651Z'/%3e%3c/svg%3e")
    no-repeat center !important;
  background-size: 15px !important;
}

.form-check.form-check-theme.theme-green
  .form-check-input:checked[type="checkbox"] {
  background-color: #7edbb4 !important;
}

.other-member-flag p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
}

.payment-list-item {
  background: #ffffff;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 8px;
  padding-left: 15px;
}

.payment-list-item label {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.payment-list-item .form-check-input[type="checkbox"] {
  box-shadow: none !important;
  border-color: #dddddd;
}

.payment-list-item .form-check-input:checked[type="checkbox"] {
  background: #577ab5
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='white' stroke='white' stroke-width='0.5' d='M4.99993 7.94651L2.37671 5.32329L2.19994 5.14651L2.02316 5.32329L1.08982 6.25662L0.913048 6.4334L1.08982 6.61017L4.82316 10.3435L4.99993 10.5203L5.17671 10.3435L13.1767 2.34351L13.3535 2.16673L13.1767 1.98996L12.2434 1.05662L12.0666 0.879845L11.8898 1.05662L4.99993 7.94651Z'/%3e%3c/svg%3e")
    no-repeat center !important;
  background-size: 15px !important;
  border-color: #577ab5;
}

#myChart,
#revenueChart,
#usercommon {
  margin-top: 10px;
  height: 145px;
}

.donut-outer .canvas {
  height: 145px;
}

.donut-outer {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.donut-outer .donut-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lato", sans-serif;
  color: #1a356a;
}

.donut-outer .donut-inner span {
  font-weight: 400;
  font-size: 24px;
  color: #1a356a;
  line-height: 29px;
  margin-bottom: 8px;
}

.logs-list-item .form-group {
  position: relative;
}

.logs-list-item .form-group span.has-error {
  position: absolute;
  bottom: -16px;
  left: 0;
}

.btn-group.status-toggle-opt .dropdown-item:hover {
  background: #ffdbdd;
  color: #000000;
}

.tab_content.disabled form,
.tab_content.disabled .tab_btn,
.tab_content.disabled .task_btn,
.task_btn .create_btn:disabled,
a.disable-help-link {
  opacity: 0.6;
  pointer-events: none;
}

.action-btns {
  display: flex;
  align-items: center;
  justify-content: end;
}

.action-btns .btn-theme + .btn-theme {
  margin-left: 10px;
}

.performance-data-list-item {
  margin-top: 10px;
}

.performance-data-list svg,
.performance-data-list img {
  margin: 0 24px;
}

.performance-data-list p {
  color: #1a356a;
}

.performance-data-list p strong {
  font-weight: 700;
}

.performance-data-list .form-control {
  max-width: 200px;
  border: 1px solid #dddddd;
  color: #1a356a;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
}

.form-control.input-amount {
  text-align: right;
  background: #fff url("../images/usd.svg") no-repeat left 15px center;
}

.form-control.input-percentage {
  background: #fff url("../images/percent.svg") no-repeat right 15px center;
}

.btn.btn-link {
  color: #577ab5;
  line-height: 1;
  text-decoration: none;
  vertical-align: top;
}

.btn.btn-link svg {
  margin-right: 5px;
}

input.data-icon[readonly] {
  background: #fff url(../images/calendar_blue.svg) no-repeat left 12px center;
  padding-left: 40px;
  min-width: 250px;
  border-radius: 0;
}

@media (max-width: 991px) {
  .listing-actions {
    min-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .listing-studio-stats .stats-numbers {
    margin-left: 20px;
    padding-left: 20px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  .listing-data .listing-meta li > div.data-pricing {
    width: 260px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .list-filtering .filter-tabs {
    min-width: 260px;
  }

  .list-filtering .filter-search {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .banner.mobile_banner {
    padding: 20px;
  }

  .banner.mobile_banner .vslogo {
    padding: 0;
  }

  .banner.mobile_banner .mobile_content {
    margin-left: 0;
    margin-top: 25px;
  }

  .banner.mobile_banner .mobile_content h1 {
    margin: 0;
    line-height: 29px;
  }

  .banner.mobile_banner .mobile_content p {
    line-height: 24px;
  }

  .banner.mobile_banner .banner_layout .contents {
    display: none;
  }

  .banner.mobile_banner .carousel-contents .carousel {
    display: block;
  }

  .banner.mobile_banner .carousel-inner {
    overflow: visible;
  }

  .banner.mobile_banner .card_layout {
    width: 100%;
    height: auto;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  }

  .task_card .stats-numbers {
    margin-left: 0;
    padding-left: 0 !important;
    border: 0;
    width: 100%;
    justify-content: center;
  }

  .color-xs-red {
    color: #f79175;
  }

  .color-xs-orange {
    color: #ecb562;
  }

  .listing-studio-stats .stats-numbers {
    margin-left: 0;
    padding-left: 0px !important;
    border: 0;
    margin: 0 0 10px !important;
  }

  .user-management-list,
  .dashboard-stats {
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  }

  .has-sidebar .box_innerlayout {
    padding-right: 20px;
  }

  .dashboard-stats h5 {
    font-size: 16px;
  }

  .dashboard-stats-list li {
    font-size: 12px;
  }

  .dashboard-stats-list li span {
    font-size: 20px;
  }

  .list-filtering .filter-search input {
    width: 100%;
  }

  .action-btns {
    justify-content: space-between;
  }

  .user-management-list-body li span {
    display: block;
  }

  .has-sidebar.has-scrollbar .box_innerlayout {
    padding-right: 20px;
  }

  .listing-actions .btn-theme {
    margin: 5px 0;
    padding: 0 12px;
  }

  .mobile-w-100 {
    width: 100%;
  }

  .payment_mobilelabel {
    margin-top: 8px;
  }

  .vslogo,
  .mobile_banner_img {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .mw-lg-260 {
    max-width: 260px;
  }
}

.filter-status .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

.studio_menu_list .mCSB_inside > .mCSB_container {
  margin-right: 10px !important;
}

body .filter-status .mCustomScrollBox .mCSB_scrollTools {
  right: 0;
}

body .studio_menu_list .mCustomScrollBox .mCSB_scrollTools {
  right: -5px;
}

.flagged-members .form-control[readonly] {
  background-color: #fff;
}

.logo-left {
  margin-right: 33px;
}

.select-task.active {
  background-color: #577ab5;
}

.select-task.active .list_item ul li {
  color: #fff;
}

.select-task.active .list_item ul li svg path {
  fill: white;
}

.dropdown.bootstrap-select .has-error {
  position: absolute;
  bottom: -20px;
}

.form_checkbox_layout .has-error {
  position: absolute;
  bottom: -20px;
  width: 300px;
  right: 0;
  display: block;
}

.datepicker-arrow {
  position: relative;
}

.datepicker-arrow svg {
  position: absolute;
  top: 40px;
  right: 17px;
}

.ui-datepicker td.ui-datepicker-current-day a.ui-state-default.ui-state-active {
  color: #000000 !important;
  background: #aaaaaa !important;
}
.ui-datepicker td a.ui-state-default:hover {
  background: #dddddd !important;
}
.form-control.datepicker {
  font-size: 16px;
  line-height: 15.31px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  .user-management-list-body {
    max-height: 200px;
  }
}

.donut-outer canvas {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .dataTables_wrapper {
    background-color: #fff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
  }
}

table.dataTable,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border: 0 !important;
}

table.dataTable thead th {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  padding: 5px 15px;
  white-space: nowrap;
}

table.dataTable tbody td {
  font-family: "Lato", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 15px;
}

.dataTables_wrapper .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}

body .dataTables_wrapper .mCustomScrollBox .mCSB_scrollTools {
  right: 0px;
}

body .dataTables_wrapper .mCSB_inside > .mCSB_container {
  overflow-x: auto;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after {
  content: "";
  background: url("../images/datatable-sort-top.svg") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  opacity: 1;
}

table.dataTable thead > tr > th.sorting:after {
  background: url("../images/datatable-sort-bottom.svg") no-repeat center;
}

table.dataTable thead > tr > th.sorting_asc:before {
  background: url("../images/datatable-sort-top-active.svg") no-repeat center;
}

table.dataTable thead > tr > th.sorting_desc:after {
  background: url("../images/datatable-sort-bottom-active.svg") no-repeat center;
}

a.backto-login {
  position: fixed;
  right: 30px;
  top: 20px;
  color: #fff !important;
  display: flex;
  align-items: center;
}

a.backto-login svg {
  margin-right: 10px;
}

.create_modal .comment_emoji[style*="display: none"] + span.has-error {
  position: absolute;
  bottom: -20px;
  display: block;
}

.form-group-icon {
  position: relative;
}

.form-group-icon > svg {
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 38px;
}

.bootstrap-select > select.show-tick[multiple] ~ .dropdown-menu li,
.bootstrap-select > select.show-tick[single] ~ .dropdown-menu li {
  position: relative;
}

.bootstrap-select > select.show-tick[multiple] ~ .dropdown-menu li.selected,
.bootstrap-select > select.show-tick[single] ~ .dropdown-menu li.selected,
.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  li.selected:hover,
.bootstrap-select
  > select.show-tick[single]
  ~ .dropdown-menu
  li.selected:hover {
  background-color: #ffdbdd;
}

.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  li.dropdown-header {
  color: #1a356a;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  li[class*="optgroup-"]:not(.dropdown-header) {
  margin-left: 20px;
}

.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  li:not(.dropdown-header, .dropdown-divider)
  a:before,
.bootstrap-select
  > select.show-tick[single]
  ~ .dropdown-menu
  li:not(.dropdown-header, .dropdown-divider)
  a:before {
  position: absolute;
  content: "";
  background: url(../images/checkbox-empty.svg) no-repeat center;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 5px;
  z-index: 1;
}

.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  li:not(.dropdown-header, .dropdown-divider).selected
  a:before {
  background: url(../images/checkbox-filled.svg) no-repeat center;
}

.bootstrap-select
  > select.show-tick[single]
  ~ .dropdown-menu
  li:not(.dropdown-header, .dropdown-divider)
  a:before {
  background: url(../images/radio-empty.svg) no-repeat center;
}

.bootstrap-select
  > select.show-tick[single]
  ~ .dropdown-menu
  li.selected:not(.dropdown-header, .dropdown-divider)
  a:before {
  background: url(../images/radio-filled.svg) no-repeat center;
}

.bootstrap-select > select.show-tick[multiple] ~ .dropdown-menu li a,
.bootstrap-select > select.show-tick[single] ~ .dropdown-menu li a {
  padding-left: 37px;
}

.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  li
  a
  span.check-mark,
.bootstrap-select
  > select.show-tick[single]
  ~ .dropdown-menu
  li
  a
  span.check-mark {
  display: none;
}

.bootstrap-select
  > select.show-tick[multiple]
  ~ .dropdown-menu
  .bs-actionsbox
  .btn-group {
  display: flex;
  margin-right: 0;
}

span.multiselect-native-select {
  display: block;
}

span.multiselect-native-select .btn-group {
  margin-right: 0;
  display: block;
}

span.multiselect-native-select .btn-group > button {
  width: 100%;
  border: 1px solid #dddddd;
  background: #ffffff;
  display: block;
  text-align: left !important;
  color: #1a356a !important;
  font-family: "Lato", sans-serif !important;
  outline: 0 !important;
  padding: 10px 5px;
  padding-left: 37px;
}

span.multiselect-native-select .multiselect-container {
  width: 100%;
  max-height: 50vh;
  overflow: auto;
}

.multiselect-container .multiselect-group.dropdown-item .form-check-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
}

.multiselect-container .multiselect-option.dropdown-item .form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
}

.multiselect-container .dropdown-item .form-check-input {
  border-color: #dddddd;
}

.multiselect-container .dropdown-item .form-check-input:checked {
  background-color: #577ab5 !important;
  border-color: #577ab5 !important;
}

.multiselect-container .multiselect-option.dropdown-item:hover {
  background-color: transparent !important;
}

.multiselect-container
  .multiselect-all.active:not(.multiselect-active-item-fallback),
.multiselect-container
  .multiselect-all:not(.multiselect-active-item-fallback):active,
.multiselect-container
  .multiselect-group.active:not(.multiselect-active-item-fallback),
.multiselect-container
  .multiselect-group:not(.multiselect-active-item-fallback):active,
.multiselect-container
  .multiselect-option.active:not(.multiselect-active-item-fallback),
.multiselect-container
  .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #ffdbdd !important;
}

@media (max-width: 767px) {
  .mobile-pos-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
  }

  .error-100 span.has-error {
    width: 100%;
    margin-left: 60px;
  }

  .mobile-header-bg {
    position: absolute;
    left: 0;
    right: 0;
    max-height: 110px;
    overflow: hidden;
  }

  .mobile-header-bg img {
    width: 100%;
  }

  .vrline {
    border: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog.message-modal {
    max-width: 400px !important;
  }
}

@media (min-width: 992px) {
  #flagged-members-list .listing-studio-info,
  .social_tracking_list .listing-studio-info {
    max-width: 100%;
  }
}

.select2-container {
  z-index: 99999;
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dddddd !important;
}

body
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 5px;

  /* color: #1a356a; */
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}

body
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 0;
  top: 2px;
}

.popover-contentbox {
  display: none;
  position: fixed;
  background: #ffdbdd;
  box-shadow: 0px 8px 15px rgba(26, 53, 106, 0.3);
  border-radius: 20px;
  max-width: 220px;
  padding: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ea545f;
  text-align: center;
}

.popover-contentbox a {
  color: #ea545f !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.tooltip .tooltip-inner {
  background: #ffdbdd;
  box-shadow: 0px 8px 15px rgba(26, 53, 106, 0.3);
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ea545f;
  padding: 7px 20px;
  opacity: 1;
}

.tooltip .tooltip-inner.bg-blue {
  background: #e8edf8;
  text-align: left;
  max-width: 300px;
}

.tooltip .tooltip-inner.mw-410.bg-blue {
  max-width: 410px;
}

.tooltip .tooltip-inner.mw-600.bg-blue {
  max-width: 600px;
}

body .tooltip.show {
  opacity: 1 !important;
}

#assigned-user-search ~ .dropdown-menu.show {
  left: auto !important;
  right: 0 !important;
}

.error-page {
  background: #577ab5;
  max-height: 100vh;
}

.error-page .error-vector {
  position: fixed;
  right: 0;
  bottom: 0;
  max-height: 75vh;
}

.error-content {
  padding: 50px 50px 0;
}

.error-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 41px;
  color: #fff;
}

.error-content p.small {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.error-content .btn-home {
  background: #000000;
  border-radius: 15px;
  padding: 0 20px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.error-content .btn-home svg {
  margin-right: 8px;
}

.daterangepicker .ranges li {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
}

.daterangepicker th {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px !important;
}

.daterangepicker .calendar-table th {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px !important;
}

.daterangepicker .calendar-table td {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 10px !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #bbbbbb;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 10px !important;
}

body .daterangepicker .calendar-table th,
body .daterangepicker .calendar-table td {
  min-width: 24px;
  width: 24px;
  height: 24px;
}

body .daterangepicker td.active,
body .daterangepicker td.active:hover {
  background: #ffdbdd !important;
  color: #000000 !important;
  border-radius: 50%;
}
body .daterangepicker td.in-range {
  background-color: #f3ffd7;
}

.godmode_btn {
  background: #f79175 !important;
  border: 1px solid #f79175 !important;
  border-radius: 15px;
}

.form-check.label-only {
  padding-left: 5px;
}

.form-check.label-only .form-check-input[type="checkbox"] {
  display: none;
}

.form-check.label-only .form-check-input[type="checkbox"] + .form-check-label {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #bbbbbb;
  cursor: pointer;
}

.form-check.label-only
  .form-check-input:checked[type="checkbox"]
  + .form-check-label {
  background-color: #577ab5;
  border-color: #577ab5;
  color: #fff;
}

.show-password {
  cursor: pointer;
}

.admin_input {
  position: relative;
}

.admin_input .show-password {
  position: absolute;
  right: 10px;
  top: 40px;
}

.text-theme {
  color: #1a356a;
}

.text-theme-yellow {
  color: #ffdbdd;
}

.additional-expense-item {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.additional-expense-item .item-label {
  max-width: 216px;
  min-width: 216px;
  margin-right: 10px;
}

.additional-expense-item label.item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1a356a;
}

.additional-expense-item input.item-label {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.additional-expense-item .input-price {
  background: #fff url(../images/dollar.svg) no-repeat left 16px center;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: right;
  color: #1a356a;
  width: 115px;
  height: 40px;
  padding: 10px 15px;
  margin-right: 10px;
}

.additional-expense-item .input-price.bg-dark {
  background-color: rgba(150, 161, 195, 0.2) !important;
}

.additional-expense-item label.small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1a356a;
  position: absolute;
  top: -20px;
}

.additional-expense-item input.business-name,
.additional-expense-item .business-name .dropdown-toggle {
  max-width: 220px;
  min-width: 220px;
  height: 40px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #1a356a;
  padding: 10px 15px !important;
  margin-right: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.modal-footer-bg {
  background: #ea545f;
  padding: 15px;
  box-shadow: 0px 7px 8.4px 5.6px rgba(23, 16, 62, 0.06);
  border-radius: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.modal-footer-bg #checkAll {
  color: #aebcd7;
  text-decoration: underline;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 564px) {
  body .daterangepicker .ranges ul {
    width: 265px;
  }
}

.daterangepicker .ranges li {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 14px !important;
}

.daterangepicker .ranges li .dateLabel {
  color: #aaaaaa;
  font-weight: 400;
  margin: 0;
}

.theme-tooltip {
  cursor: pointer;
}

.theme-tooltip-right + .tooltip {
  padding: 0;
  left: -2000px;
  margin-top: -22px;
}

.default-settings-check-all:disabled,
.change-status-check-all:disabled {
  background-color: #aebcd7 !important;
  border-color: #aebcd7 !important;
}

a.tutorial-link {
  background: #bbbbbb;
  border-radius: 15px;
  padding: 4px 5px 1px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

.datepicker-cal picture,
.range-calendar-filter svg {
  cursor: pointer;
}

.tasks-lists
  .ui-datepicker
  td.ui-datepicker-current-day
  a.ui-state-default.ui-state-active {
  color: #000000 !important;
  background: #ffdbdd !important;
}

.mxw-auto {
  max-width: 100% !important;
}

.mxw-auto-80 {
  max-width: 80% !important;
}

body .multiselect-container .multiselect-all:focus,
body .multiselect-container .multiselect-all:hover,
body .multiselect-container .multiselect-group:focus,
body .multiselect-container .multiselect-group:hover,
body .multiselect-container .multiselect-option:focus,
body .multiselect-container .multiselect-option:hover {
  background-color: transparent !important;
}

body .multiselect-container .multiselect-group.dropdown-item:hover {
  background-color: #d3d3d3 !important;
}

.bootstrap-select > select {
  display: none !important;
}

@media (max-width: 380px) {
  .list-filtering .filter-tabs {
    min-width: 10px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.create-user-form .disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.select-role .btn.dropdown-toggle {
  padding-left: 15px !important;
}

/* .daterangepicker {
    left: 0px !important;
    top: 45px !important;
} */

@media (max-width: 767px) {
  .theme-tooltip-right + .tooltip {
    position: fixed !important;
  }

  .tooltip .tooltip-inner.bg-blue {
    max-width: calc(100vw - 40px) !important;
  }

  .listing-studio-info .studio-title-address h5 {
    font-size: 14px;
  }

  .page-item .page-link {
    padding: 2px 6px;
  }

  .pcontct-check {
    padding: 11px 15px;
  }

  /* .daterangepicker {
        width: auto !important;
        left: 0px !important;
        right: 0px !important;
    } */

  .daterangepicker .drp-calendar {
    max-width: 100% !important;
  }
}

/* .delete-user-btn {
    margin-right: 10px;
} */

.list_item ul li {
  word-break: break-word;
}

@media (max-width: 480px) {
  .import-form .btn-theme + .btn-theme {
    margin-top: 10px;
  }

  .training_img + .task_card_header {
    /* margin-left: 10px;
        max-width: 55% !important; */
    margin-right: 35px;
  }

  .dashboard-stats-list {
    flex-wrap: wrap;
  }

  .task_card_header h5 {
    white-space: normal;
  }

  .page-item .page-link {
    padding: 2px 6px;
  }

  .label-p {
    display: none;
  }

  .description-p {
    padding-left: 18px;
  }
}

@media (max-width: 368px) {
  .import-form .btn-theme + .btn-theme {
    margin-top: 10px;
  }

  .training_img + .task_card_header {
    /* margin-left: 10px;
        max-width: 55% !important; */
    margin-right: 35px;
  }
}

.deactivate-btn {
  margin-right: 8px;
}

.input-message {
  position: absolute;
  right: 15px;
  top: 26px;
  line-height: 40px;
}

.text-gray {
  color: #aaaaaa;
}

.text-orange {
  color: #f79175;
}

.text-green {
  color: #2fa878;
}

.settings-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ea545f;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  left: 48px;
  bottom: 35px;
  z-index: 1;
  display: none;
}

.settings-menu-items li a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  padding: 18px 15px;
  display: block;
  white-space: nowrap;
  padding-right: 40px;
  background: url(../images/submenu_arrow.svg) no-repeat right 15px center;
}

.settings-menu-items li a:hover {
  color: #000000;
  background: #ffdbdd url(../images/submenu_arrow_active.svg) no-repeat right
    15px center;
}

.settings-menu-items li + li {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .settings-menu-items {
      position: initial;
      border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .settings-menu-items li a {
      padding-left: 65px;
  }
}

@media screen and (max-width: 767px) {
  .menu-link.menu-link-arrow:after {
      position: absolute;
      content: "";
      background-image: url(../images/submenu_arrow.svg);
      background-repeat: no-repeat;
      width: 12px;
      height: 12px;
      right: 14px;
      transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .menu-link.menu-link-arrow.current:after {
      transform: rotate(270deg);
  }
}

.text-status-error {
  color: #f2685f;
}

.text-status-pending {
  color: #ec720f;
}

.text-status-success {
  color: #2fa878;
}

.history-item + .history-item {
  margin-top: 10px;
}

.history-item > .date {
  min-width: 120px;
}

.history-item > .flag-name {
  min-width: 120px;
}

.vslogo img {
  max-width: 100%;
}

.lead_calender_drp .ui-widget.ui-widget-content {
  position: absolute !important;
  top: 40px !important;
  left: 0 !important;
}

.select_drp calender_drp .ui-widget.ui-widget-content {
  position: absolute !important;
  bottom: 40px !important;
  left: 0 !important;
}

.bg-tab-area {
  background-color: #e9ecf3;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
}

.bg-tab-area p {
  color: #1a356a;
  font-size: 16px;
}

.bg-tab-area .btn-theme {
  max-width: 300px;
}

.bg-tab-area ul {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 5px !important;
  border-radius: 12px;
}

.bg-tab-area ul li {
  border-radius: 12px;
  color: #1a356a;
  font-size: 16px;
  padding: 6px 15px;
  cursor: pointer;
}

.bg-tab-area ul li.active {
  background-color: #1a356a;
  color: #fff;
}

.input-message {
  position: absolute;
  right: 15px;
  top: 26px;
  line-height: 40px;
}

.text-gray {
  color: #aaaaaa;
}

.text-orange {
  color: #f79175;
}

.text-green {
  color: #2fa878;
}

.btn-theme.green {
  background: #b8f4db;
  border: 1px solid #b8f4db;
  color: #1a356a;
}

.shortcut {
  background-color: #1a356a;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  display: none;
}

@media (max-width: 767px) {
  .shortcut {
    display: flex;
  }
}

.shortcut p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.shortcut p span {
  color: #ffdbdd;
  font-weight: 500;
}

.shortcut .close-buttton {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 767px) {
  .repeat_task_drp.d-block .form-check.label-only {
    padding-left: 0;
  }

  .repeat_task_drp.d-block
    .form-check.label-only
    .form-check-input[type="checkbox"]
    + .form-check-label {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .bootstrap-select .dropdown-item {
    white-space: normal;
  }
}

.edit_btn.repeat-btn[disabled] {
  opacity: 0.4;
}

.history-item > .remarks {
  width: 100%;
}

@media (min-width: 1400px) {
  .flex-1400-nowrap {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1300px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .mobile-mw-100 {
    max-width: 100% !important;
  }
}

@media (max-width: 374px) {
  .flex-374-column {
    flex-direction: column;
    gap: 5px;
  }
}

.gap-40 {
  gap: 40px;
}

@media (min-width: 768px) {
  .gap-md-40 {
    gap: 40px;
  }
}

.gap-20 {
  gap: 20px;
}

.gap-10px {
  gap: 10px;
}

.gap-5px {
  gap: 5px;
}

.field-label {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #1a356a;
}

.field-value {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  color: #1a356a;
}

.autopay-list {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
  padding: 15px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a356a;
}

.gap-10 {
  gap: 10px;
}

.gap-5px {
  gap: 5px;
}

.view-link-yellow {
  color: #ffdbdd !important;
  font-size: 10px;
  text-decoration-line: underline !important;
  line-height: 1.4;
  display: block;
}

@media (max-width: 767px) {
  .additional-expense-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .additional-expense-item .input-price,
  .additional-expense-item input.business-name,
  .additional-expense-item .business-name .dropdown-toggle,
  .additional-expense-item input.item-label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }

  .additional-expense-item .position-relative {
    width: 100%;
  }
}

.social-tracking-filter .list-filtering .filter-calendar .form-control {
  padding: 0px !important;
}

.social-tracking-filter .datepicker-cal {
  padding: 0px !important;
}

.social-tracking-filter .form-control {
  padding: 0 12px 0 10px !important;
}

.social-tracking-filter {
  margin-right: 20px;
}

.ui-datepicker td {
  border: 0 !important;
}

.social-tracking-filter .list-filtering .filter-calendar .form-control {
  padding: 0px !important;
}

.social-tracking-filter .datepicker-cal {
  padding: 0px !important;
}

.social-tracking-filter .form-control {
  padding: 0 12px 0 10px !important;
}

.social-tracking-filter {
  margin-right: 20px;
}

.ui-datepicker td {
  border: 0 !important;
  padding: 1px;
}

.info-bar {
  margin-top: 30px;
  background-color: #96a1c333;
  border-radius: 14px;
  padding: 23px 15px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1a356a;
  gap: 5px;
}

.minw-300 {
  min-width: 300px;
}

@media (min-width: 768px) {
  .additional-expense-item .bootstrap-select.business-name {
    max-width: 230px;
  }
}

.reason_section {
  width: 200px;
}

.reason_section .bootstrap-select .btn.dropdown-toggle {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .daterangepicker .calendar-table table {
    width: auto;
    margin: 0 auto;
  }

  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
  }

  .mr-mob-0 {
    margin-right: 0 !important;
  }

  .cust-mob-align-items-initial {
    align-items: flex-start !important;
  }

  .cust_box_innerlayout .btn-add-follower {
    position: absolute;
    top: -45px;
    left: 98px;
    background: #fff;
    color: #1a356a;
    height: 25px;
    line-height: 25px;
    padding: 10px 14px;
    font-weight: 500;
    font-size: 14px;
  }

  .cust_box_innerlayout .btn-add-follower svg {
    margin-right: 0.25rem !important;
    width: 12px;
  }

  .cust_box_innerlayout .btn-add-follower svg path {
    fill: #1a356a;
    stroke: unset;
  }

  .cust-socialtracking-listing-action > button:first-child {
    width: 30%;
  }

  .cust-socialtracking-listing-action > button:nth-child(2) {
    width: calc(70% - 10px);
    margin-left: 10px;
  }

  .cust-socialtracking-listing-action > button:nth-child(3),
  .cust-socialtracking-listing-action > button:nth-child(4) {
    width: calc(50% - 5px);
  }

  .cust-socialtracking-listing-action > button:nth-child(3) {
    margin-right: 5px;
  }

  .cust-socialtracking-listing-action > button:nth-child(4) {
    margin-left: 5px;
  }

  .cust-mob-align-items-initial .task_card_header {
    padding-bottom: 40px;
  }
}

@media (max-width: 424px) {
  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
  }
}

@media (max-width: 374px) {
  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
  }
}

.theme-toggle-trigger {
  cursor: pointer;
  background-color: #cccccc;
  line-height: 40px;
  border-radius: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #000000;
}

.theme-toggle-trigger.active {
  background-color: #cccccc;
  margin-bottom: 10px;
}

.theme-toggle-trigger.active svg {
  transform: rotate(180deg);
}

.theme-toggle-area {
  margin: 10px 0;
}

.theme-toggle-area.active {
  background-color: transparent;
}

.theme-toggle-area-social-tracking {
  position: relative;
}

.theme-toggle-area-social-tracking .accordion_edit_parent {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 100;
  color: #fff;
}

.reason_section {
  width: 200px;
}

.reason_section .bootstrap-select .btn.dropdown-toggle {
  padding-left: 10px;
}

.minw-300 {
  min-width: 300px;
}

@media (max-width: 767px) {
  .daterangepicker .calendar-table table {
    width: auto;
    margin: 0 auto;
  }

  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
  }
}

@media (max-width: 424px) {
  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
  }
}

@media (max-width: 374px) {
  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 38px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
  }
}

.listing-data .listing-meta li > div.cust-links {
  padding-left: 0;
}

.listing-data .listing-meta li > div.cust-links a svg {
  margin-right: 8px;
}

.cust_flex_svg_cont {
  display: flex;
}

.cust_flex_svg_cont svg {
  width: 100%;
  max-width: 20px;
}

.cust_flex_svg_cont span {
  position: relative;
  top: -5px;
}

@media (max-width: 350px) {
  .cust-socialtracking-listing-action > button {
    width: 100% !important;
    margin: 5px 0 !important;
  }
}

.box-grey {
  background: #cccccc;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.box-grey-bold {
  font-weight: bold;
  margin-left: 5px;
}

/****** Form Library *********/

.filter-search input,
.filter-search input:focus,
.filter-search input:active,
.filter-search input:hover {
  border: 1px solid #ea545f !important;
  border-radius: 20px !important;
}

.sm-input-search {
  max-width: 235px;
  width: 100%;
}

.box_checkbox_strong span {
  font-weight: 700;
}

.form-library-list .studio-title-address {
  max-width: 500px;
  width: 100%;
}

.form-library-list .studio-title-address h5 {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.form-library-list .studio-title-address span.studio-title-address-cont {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.form-library-list .studio-title-address span.studio-title-address-cont svg {
  margin-right: 5px;
  margin-left: -2.5px;
}

.form-library-list .studio-title-address h5 span.studio-title-address-lsupdate {
  color: #aaaaaa;
  font-weight: 400;

  /* margin-left: 8px; */
}

.dropdown-toggle-new {
  background: transparent;
  border: 0;
}

.dropdown-toggle-new.show {
  position: relative;
  z-index: 1000;
}

.dropdown-new .dropdown-menu.show {
  transform: none !important;
  top: -12px !important;

  /* min-height: 145px; */
  z-index: 100;
  left: auto !important;
  right: -16px !important;
  border: 1px solid #ea545f;
  border-radius: 20px;
  padding: 12px 20px !important;
}

.dropdown-toggle-new.show > svg > path {
  fill: #ea545f;
}

.dropdown-new ul li {
  margin-bottom: 6px;
}

.dropdown-new ul li span.option-disabled {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #aaaaaa;
  position: relative;
  top: -5px;
}

#overview-studio-list .listing-data .dropdown.dropdown-new ul li:first-child {
  margin-bottom: 0;
}

.dropdown-new ul li:last-child {
  margin-bottom: 0;
}

.dropdown-new ul li a {
  cursor: pointer;
}

.dropdown-new .dropdown-item {
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
  padding: 0;
  color: #000000;
}

.dropdown-new .dropdown-item:hover,
.dropdown-new .dropdown-item:active,
.dropdown-new .dropdown-item:focus {
  background: transparent !important;
  background-color: transparent !important;
}

.dropdown-new .dropdown-item svg {
  margin-right: 8px;
}

.dropdown-new ul li input {
  width: calc(100% - 20px);
}

.dropdown-new ul li input,
.dropdown-new ul li input:hover,
.dropdown-new ul li input:focus,
.dropdown-new ul li input:active {
  border: 0 !important;
  box-shadow: none !important;
}

div#body-pd {
  min-height: 100vh;
}

.edit_modal .modal-content,
.common-modal-new .modal-content {
  border: 0;
}

/********* new style ***********/

.color-code-parent {
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  min-height: 42px;
  padding: 0 12px 0 0px;
}

.color-code-parent .color-picker {
  width: 125px;
  height: 40px;
  border: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.color-code-parent .color-picker:hover,
.color-code-parent .color-picker:focus,
.color-code-parent .color-picker:active {
  outline: none !important;
  border: 0 !important;
}

.color-code-parent .color-code {
  margin-left: 5px;
  font-size: 16px;
  color: #000000;
}

.color-code-parent .color-code,
.color-code-parent .color-code:hover,
.color-code-parent .color-code:focus,
.color-code-parent .color-code:active {
  border: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.color-code-btn-parent {
  position: relative;
}

.color-code-btn-parent button {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 700;
}

.color-code-btn-parent button,
.color-code-btn-parent button:hover,
.color-code-btn-parent button:focus,
.color-code-btn-parent button:active {
  outline: 0 !important;
  border: 0 !important;
}

.form-input-icon-parent {
  position: relative;
}

.form-input-icon-parent span.form-icon {
  position: absolute;
  top: 13px;
  right: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-input-icon-parent span.form-icon .fa {
  color: #bbbbbb;
}

.edit_modal .bgimg-editstudio-modal-content,
.common-modal-new .bgimg-editstudio-modal-content {
  border: 0;
  padding: 0;
}

.edit_modal .bgimg-editstudio-modal-content .modal-header,
.common-modal-new .bgimg-editstudio-modal-content .modal-header {
  background: #cccccc;
}

.edit_modal .bgimg-editstudio-modal-content .modal-header h5,
.common-modal-new .bgimg-editstudio-modal-content .modal-header h5 {
  font-size: 16px;
  color: #000000;
}

.studio-bgimg {
  margin-top: 10px;
}

.studio-bgimg-left {
  width: 250px;
  border: 1px solid #dddddd;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.studio-bgimg-left .round {
  margin: 0;
  min-height: 40px;
  width: 100%;
  padding: 10px 12px;
}

.studio-bgimg-left .round label {
  left: 10px;
  top: 13px;
  width: 16px;
  height: 16px;
}

.studio-bgimg-left .studio-bgimg-dropdown-parent .round.round-dot {
  padding-left: 56px;
}

.studio-bgimg-left .round input[type="checkbox"]:checked + label {
  background-color: #ea545f;
  border-color: #ea545f;
}

.studio-bgimg-left .round label:after {
  width: 9px;
  height: 5px;
}

.studio-bgimg-left .round.active {
  background: #fff2f3;
}

.btn-theme.dark-new {
  background: #ea545f;
  border: 1px solid #ea545f;
  color: #fff;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.studio-bgimg-left .box_checkbox span {
  color: #000;
}

.theme-toggle-trigger svg path {
  fill: #aaaaaa;
}

.vr-line-logo {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
}

.vr-line-logo:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 1px;
  background: #ea545f;
  right: 0;
}

.studio-bgimg-right-parent {
  width: calc(100% - 270px);
}

.studio-bgimg-right {
  display: flex;
  flex-wrap: wrap;
  margin-right: 6px;
}

.studio-bgimg-right .img-cont-parent {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f0f0f0;
}

.studio-bgimg-right .img-cont-parent img {
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
  display: block;
}

.studio-bgimg-right .img-cont-parent:nth-child(2n + 2) {
  margin-right: 0;
}

.studio-bgimg-left .round span {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin-left: 4px;
}

.carousel-contents .form-group input,
.carousel-contents .form-group input:focus,
.carousel-contents .form-group input:active,
.carousel-contents .form-group input:hover {
  color: #000000 !important;
}

.notes-grey {
  font-size: 11px;
  line-height: 14px;
  color: #666666;
}

.carousel-contents .link-details .btn-theme.light {
  height: 35px;
}

.form_checkbox_layout .form_checkbox .round label {
  background: #dddddd;
}

.login-form-align-center {
  min-height: calc(100vh - 200px);
}

.login-form-align-center {
  min-height: calc(100vh - 200px);
}

.form-floating > label {
  top: 2px !important;
}

.radio-toolbar input[type="radio"]:checked + label.inactive_state,
.radio-toolbar label.inactive_state {
  background: #666666;
}

.email_recipient .select2-container--default .select2-selection--multiple {
  border-radius: 0px !important;
  min-height: 35px;
  line-height: 30px;
  padding: 0 12px;
}

.email_recipient .select2-dropdown {
  border: 0 !important;
}

.form_checkbox_payment {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 20px;
}

.form_checkbox_payment_det {
  flex: 1;
}

.form_checkbox_payment_det span.plan-type {
}

.form_checkbox_payment_det_price {
  display: flex;
  align-items: center;
}

.form_checkbox_payment_det_price span.actual-price {
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 5px;
}

.form_checkbox_payment_det_price span.discount-price {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

/* Responsive adjustments for form_checkbox_payment_det_price span.discount-price - MARK */
@media (max-width: 768px) {
  .form_checkbox_payment_det_price span.discount-price {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .form_checkbox_payment_det_price span.discount-price {
    font-size: 16px;
  }
}

.form_checkbox_payment_desc {
  flex: 1;
  width: 165.77px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .form_checkbox_payment_desc {
    width: 100%;
  }
}

.form_checkbox_layout
  .form_checkbox_label
  .form_checkbox_payment_det
  span.plan-type {
  font-size: 14px;
  color: #ea545f;
  text-align: right;
}

.form_checkbox_layout .form_checkbox_label .form_checkbox_payment_det p {
  font-size: 14px;
  color: #ea545f;
  text-align: right;
}

.header-right-cont h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 5px;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.header-right-cont h4 {
  font-size: 12px;
  color: #666666;
  line-height: 15px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.has-impersoante-mode .header-right-cont h4,
.has-god-mode .header-right-cont h4 {
  color: #000000;
}

.listing-meta-list {
  display: flex;
}

.listing-meta-list .listing-meta-list-label {
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  max-width: 100%;
  width: 210px;
}

.listing-meta-list .listing-meta-list-cont {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.listing-meta-list-form .listing-meta-list:last-child {
  border-bottom: 1px solid #bbbbbb;
  max-width: 400px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.edit_modal .modal-content .modal-header h1,
.common-modal-new .modal-content .modal-header h1 {
  color: #000000;
}

.email_recipient_studio {
  margin-top: 15px;
}

.edit-social-modal-body
  .create_modal
  .profile-section
  .form-control.form-flating-input {
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;
}

.edit-social-modal-body .create_modal .profile-section .floating-text {
  color: #000000;
}

.edit-social-modal-body .appendRow {
  margin-top: 12px;
}

.dynamicField-flex {
  display: flex;
}

.dynamicField-flex .form-group {
  width: 100%;
  max-width: 300px;
  margin-right: 10px;
}

.dynamicField-flex button {
  margin-top: 12px;
}

.dynamicField-flex .form-group label {
  color: #000000;
}

.add_another_link {
  max-width: 250px;
}

.text-primary-cont {
  color: #ea545f;
  font-weight: 700;
  margin: 12px 0;
  font-family: "Lato", sans-serif;
}

body
  .email_recipient_studio
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
body
  .form-group-multi-taginput-select
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  color: #000;
  font-size: 12px;
  background: #f5f5f5;
  display: inline-flex;
  position: relative;
  padding-left: 5px;
  padding-right: 15px;
}

body
  .email_recipient_studio
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  button,
body
  .form-group-multi-taginput-select
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  button {
  right: 0;
  left: auto;
  top: 2px;
}

.email_recipient_studio
  .select2-container--default
  .select2-selection--multiple,
.form-group-multi-taginput-select
  .select2-container--default
  .select2-selection--multiple {
  min-height: 40px;
  padding-top: 5px;
}

.modal-body-edit-notification .bootstrap-select .btn.dropdown-toggle {
  padding-left: 12px;
}

.form_checkbox_layout .form_checkbox_label.form_checkbox_payment h6 {
  font-size: 16px;
}

.form_checkbox_selected_layout
  .form_checkbox_payment_det_price
  span.actual-price,
.form_checkbox_selected_layout
  .form_checkbox_payment_det_price
  span.discount-price {
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.pagination a {
  background: #fff;
  color: #222222;
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a.active,
.pagination a.active:hover,
.pagination a.active:active,
.pagination a.active:focus {
  background: #ea545f;
  color: #fff !important;
}

.dataTables_wrapper {
  box-shadow: none;
  margin-bottom: 12px;
}

.btn-theme.light.svg-initial svg path {
  fill: initial;
  stroke: initial;
}

.modal-header .close {
  background: transparent;
  border: 0;
}

.modal-header .close svg {
  margin-right: 10px;
}

.modal-content-new > div {
  font-size: 16px;
  color: #000000;
  margin-bottom: 5px;
}

.modal-content-toggle {
  display: flex;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 4px 4px 3px 4px;
  border-radius: 15px;
  margin-bottom: 5px;
}

.modal-content-toggle a {
  font-size: 14px;
  color: #000000;
  padding: 5px 20px;
  margin-right: 5px;
  border-radius: 10px;
}

.modal-content-toggle a:last-child {
  margin-right: 0;
}

.modal-content-toggle a.active {
  background: #ea545f;
  color: #fff;
}

.dropdown-toggle-select-new
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner {
  color: #000000;
}

.dropdown-toggle-select-new .bootstrap-select .btn.dropdown-toggle {
  padding-left: 12px;
}

.btn-theme.icon-right svg {
  margin-right: 0;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.modal-content-border-new {
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.modal-content-border-new h4 {
  color: #ea545f;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.textarea-large.form-control {
  min-height: 180px;
}

.form-group-multi-taginput-select
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  margin: 0;
  padding-left: 5px;
  position: relative;
  top: 0px;
}

.dropdown-primary-new a {
  padding-right: 0;
  border: 0 !important;
  height: 40px;
  border-radius: 20px;
}

.dropdown-primary-new a span {
  background: #fb8890;
  padding: 0px 12px;
  margin-left: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
}

.dropdown-primary-new a span.dropdown-arrow {
  display: flex;
  align-items: center;
}

.dropdown-primary-new .dropdown-menu {
  padding: 20px !important;
  border-radius: 15px !important;
  border: 1px solid #ea545f;
  min-width: 220px;
}

.filter-search .box_checkbox input,
.filter-search .box_radio input {
  height: auto;
  box-shadow: none;
  padding-left: 0;
}

.dropdown-primary-new .dropdown-menu li .box_checkbox,
.dropdown-primary-new .dropdown-menu li .box_radio {
  margin: 0 0 15px;
}

.dropdown-primary-new .dropdown-menu .label {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}

.filter-dropdown {
  position: relative;
}

.selected-filters {
  display: none;
}

.selected-filters.active-filter {
  display: flex;
  gap: 12px;
}

.selected-filters.active-filter span.filter-item {
  color: #ea545f;
  border: 1px solid #ea545f !important;
  border-radius: 20px;
  padding: 0 12px 0 20px;
  height: 40px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-size: 14px;
  background: #fff;
}

.selected-filters.active-filter span.filter-item span.f-close {
  margin-left: 10px;
  font-size: 30px;
  cursor: pointer;
  height: 20px;
  line-height: 16px;
}

.dropdown-primary-new .dropdown-menu li .box_checkbox span {
  font-size: 14px;
  font-weight: 700;
}

.box_radio label {
  background: #dddddd;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

.box_radio label:after {
  transform: none;
  width: 12px;
  height: 12px;
  background: #ea545f;
  border-radius: 10px;
  top: 4px;
  left: 4px;
  border: 0;
}

.dropdown-primary-new .dropdown-menu.show {
  top: -2px !important;
}

.cust-links svg {
  margin-right: 5px;
}

.edit_btn > img {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px !important;
}

.cust-social-media-link-add {
  display: flex;
  gap: 20px;
}

.cust-social-media-link-add .form-group {
  max-width: 300px;
  width: 100%;
}

.form-group-file-data .input-group-parent {
  display: flex;
  align-items: center;
  gap: 20px;
}

.form-group-file-data .input-group-parent input {
  max-width: 80px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.form-group-file-data .input-group-parent span {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}

.dropdown_zindex .dropdown-menu.show {
  z-index: 100000;
}

.cust-tag-inputs-list > div {
  padding: 5px 15px;
  font-size: 16px;
  color: #000000;
}

.cust-tag-inputs-list > div:hover,
.cust-tag-inputs-list > div.active {
  background-color: #ffdbdd;
  color: #000000;
}

.cust-tag-inputs-list.cust-tag-inputs-list-show {
  border: 0 !important;
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 97.3%;
  margin-bottom: 15px;
  border: 0 !important;
}

.cust-tag-inputs-list.cust-tag-inputs-list-show > div {
  padding: 5px 15px;
  font-size: 16px;
  color: #000000;
  border: 1px solid rgba(150, 161, 195, 0.2) !important;
  border-width: 0px 1px 0px 1px !important;
}

.cust-tag-inputs-list.cust-tag-inputs-list-show > div:first-child {
  border-top: 1px solid rgba(150, 161, 195, 0.2) !important;
}

.cust-tag-inputs-list.cust-tag-inputs-list-show > div:last-child {
  border-bottom: 1px solid rgba(150, 161, 195, 0.2) !important;
}

.cust-tag-inputs-list.cust-tag-inputs-list-show > div:hover,
.cust-tag-inputs-list.cust-tag-inputs-list-show > div.active {
  background-color: #ffdbdd;
  color: #000000;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--single:focus,
.select2-container .select2-selection--single:active,
.select2-container .select2-selection--single:focus-visible,
.select2-dropdown {
  border: 1px solid #dddddd !important;
}

.select2-dropdown {
  border-top: 0 !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
  line-height: 40px;
  border: 1px solid #dddddd !important;
  border-radius: 0 !important;
  font-size: 16px;
  color: #000000;
  padding-right: 30px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background: url(../images/chevron_down.svg) no-repeat right 9px center;
  height: 40px !important;
}

.cust-fl-select-section a {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-left: 10px;
  position: relative;
  top: 3px;
  text-decoration: underline !important;
}

.btn-theme.light-grey {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  color: #000000;
  height: 35px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.select2-container--open .select2-dropdown {
  border: 0 !important;
}

.select2-results__option {
  padding: 0 !important;
}

.error {
  color: #f00;
  font-size: 14px;
}

.create_modal.studio-items {
  margin-bottom: 8px !important;
}

.create_modal.create_modal_btn_section {
  margin-top: 5px;
}

ul.pagination .page-item.active {
  background: transparent !important;
}

ul.pagination .disabled > .page-link,
.page-link.disabled {
  background: #fff !important;
  border: 1px solid #fff !important;
  opacity: 0.5;
}

.pagination a,
.pagination a:active,
.pagination a:focus,
.pagination a:hover {
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
  background: #fff;
}

.pagination li a,
.pagination li span {
  height: 40px !important;
  padding: 0 12px !important;
  line-height: 40px !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
  margin-top: -10px;
}

.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span,
.pagination li:first-child,
.pagination li:last-child {
  font-size: 25px !important;
  line-height: 35px !important;
  color: #000 !important;
  height: 40px !important;
}

.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  padding: 0 12px;
  display: flex;
  align-items: start;
}

.listing-data .box_checkbox,
.box-grey .box_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

/********* common modal css *****************/

.common-tab-section {
  display: flex;
  gap: 10px;
}

.common-tab-section .nav-pills {
  width: 260px;
}

.common-tab-section .tab-content {
  width: calc(100% - 260px);
}

.common-tab-section .nav-pills li {
  margin-bottom: 12px;
}

.common-tab-section .nav-pills .nav-link {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding: 0;
  background: #f0f0f0;
  color: #444444;
  width: 100%;
  text-align: left;
  border-radius: 20px;
}

.common-tab-section .tab-content {
  width: calc(100% - 260px);
}

.common-tab-section .tab-content .tab-pane {
  background: #fff2f3;
}

.common-tab-section .tab-content .tab-pane {
  background: #fff2f3;
  padding: 15px 0;
}

.tab-content-box-parent {
  max-width: 360px;
  margin: 0 auto;
}

.tab-content-box {
  background: #fff;
  padding: 40px 20px 120px;
  margin-bottom: 20px;
}

.tab-content-box h2 {
  font-size: 24px;
  line-height: 28px;
  color: #ea545f;
  text-align: center;
  margin-bottom: 20px;
}

.tab-content-box .progess-bar {
  text-align: center;
  margin-bottom: 20px;
}

.tab-content-box .form-control {
  background: #ffdbdd;
  margin-bottom: 10px;
  border: 1px solid #f97a84 !important;
  pointer-events: none;
}

.tab-content-box-parent .tab-cont-text {
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.tab-content-box-parent .tab-cont-text span {
  color: #b21c27;
  font-weight: 700;
}

.tab-content-box-parent .btn-section {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.tab-content-box .form-control::placeholder {
  color: #ea545f;
  opacity: 1;
}

.tab-content-box .form-control::-ms-input-placeholder {
  color: #ea545f;
}

.tab-content-link-page-box-parent .tab-content-box {
  padding: 20px 20px 40px;
}

.tab-content-prize-form-box-parent .tab-content-box {
  padding: 20px 20px 0px;
}

.tab-content-prize-form-box-parent .tab-content-box h2 {
  margin-bottom: 8px;
}

.tab-content-prize-form-box-parent .progess-bar {
  margin-bottom: 10px;
  margin-top: -20px;
}

.tab-box-texarea {
  height: 87px;
  background: #dddddd;
  border-radius: 4px;
  margin-bottom: 5px;
}

.tab-box-input {
  height: 25px;
  background: #f97a84;
  border-radius: 4px;
  margin-bottom: 5px;
}

.tab-content-box .form-group-flex {
  display: flex;
  gap: 10px;
}

.common-tab-section .nav-pills .nav-link.active {
  background: #666666;
  color: #ffffff;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #ea545f;
}

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

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.common-tab-section .radio-container {
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
}

.common-tab-section .radio-container .checkmark {
  top: 10px;
  left: 14px;
}

.common-tab-section .radio-container input:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #ffffff;
}

.common-tab-section .radio-container .checkmark:after {
  background: #666666;
}

.common-modal-new .modal-content .modal-header {
  margin-bottom: 20px;
}

.display-none {
  display: none !important;
}

.max-height-none {
  max-height: none !important;
}

/************ Dashboard css **********/
.font-lato {
  font-family: "Lato", sans-serif;
}

.fw-700 {
  font-weight: 700 !important;
}

.box-modal-new {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 12px;
  position: relative;
}

.box-modal-new .box-modal-new-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 15px;
  border-bottom: 1px solid #cccccc;
}

.box-modal-new .box-modal-new-head h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ea545f;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

.box-modal-new-cont {
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 12px;
  position: relative;
}

.box-modal-new-cont .table-responsive table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.box-modal-new-cont .table-responsive table tr th {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #444444;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
}

.box-modal-new-cont .table-responsive table tr th:first-child,
.box-modal-new-cont .table-responsive table tr td:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.box-modal-new-cont .table-responsive table tr th:last-child,
.box-modal-new-cont .table-responsive table tr td:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.box-modal-new-cont .table-responsive table tr td {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  border: 1px solid #cccccc !important;
  border-width: 1px 0px 1px 0px !important;
  padding: 10px 15px;
  font-family: "Lato", sans-serif;
}

.box-modal-new-cont .table-responsive table tr td:first-child {
  border-left: 1px solid #cccccc !important;
}

.box-modal-new-cont .table-responsive table tr td:last-child {
  border-right: 1px solid #cccccc !important;
}

.box-modal-new-cont .billing-info-table table tr td {
  min-width: 160px;
}

.box-modal-new-cont .billing-info-table table tr td:nth-child(4) {
  min-width: 120px;
}

.cust-status {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #33c38a;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
}

.cust-status.cust-status-failed {
  background: #f2685f;
}

.cust-status.cust-status-card-expired {
  background: #ecb562;
}

.list-filtering .range-calendar-filter {
  margin-right: 10px;
  width: 100%;
  max-width: 335px;
  position: relative;
}

.list-filtering .range-calendar-filter .form-control {
  border-radius: 15px;
  border: 0 !important;
  outline: 0 !important;
  padding: 0 12px 0 42px;
  line-height: 40px;
  background: #fff url(../images/calendar_blue.svg) no-repeat left 17px center !important;
  color: #1a356a;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0px 10px 12px rgba(23, 16, 62, 0.06);
}

.list-filtering .range-calendar-filter svg {
  position: absolute;
  top: 17px;
  right: 17px;
}

.date-field-parent input.form-control[readonly],
.common-dropdown-select {
  background-color: #ea545f !important;
  border-radius: 20px;
  border-color: #ea545f;
  color: #fff;
  padding: 0 50px 0 30px;
  height: 40px;
  line-height: 40px;
  background-image: url(../images/date-arrow-bg.svg),
    url(../images/calender_white_new.svg);
  background-position: right bottom, left 10px center;
  background-repeat: no-repeat, no-repeat;
  min-width: 280px;
  cursor: pointer;
  border: 0 !important;
}

.date-field-parent {
  position: absolute;
  top: 20px;
  right: 20px;
}

.drag-comp-icon {
  margin-top: 30px;
}

.studio-bgimg-left-title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding: 15px 15px 5px;
}

.studio-bgimg-dropdown-parent {
  display: none;
}

.studio-bgimg-dropdown .studio-bgimg-dropdown-link {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  position: relative;
  padding: 10px 20px 10px 40px;
}

.studio-bgimg-dropdown .studio-bgimg-dropdown-link:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 8px;
  background: url(../images/chevron-primary.svg) no-repeat center left 0px;
  left: 15px;
  top: 19px;
  transform: rotate(180deg);
}

.studio-bgimg-dropdown .studio-bgimg-dropdown-link.show-dropdown-link:before {
  transform: rotate(0deg);
}

.studio-bgimg-dropdown-parent.show-dropdown {
  display: block;
}

.round.round-dot {
  padding-left: 45px;
}

.round.round-dot label {
  background: #dddddd;
  border: 0;
  left: 39px;
  top: 14px;
}

.round.round-dot.round-dot-default {
  width: 100%;
  padding-left: 30px;
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.round.round-dot.round-dot-default label {
  left: 0;
  top: 0;
  margin-top: 0;
}

.round.round-dot input[type="radio"]:checked + label {
  background-color: #dddddd;
  border-color: #dddddd;
}

.round.round-dot input {
  width: 0;
  height: 0;
}

.round.round-dot input[type="radio"]:checked + label:after {
  width: 9.6px;
  height: 9.6px;
  background: #ea545f;
  top: 3px;
  border: #ea545f;
  left: 3.5px;
  transform: rotate(0deg);
  border-radius: 10px;
}

.round.round-dot.round-dot-default input[type="radio"]:checked + label:after {
  top: 5px;
  left: 5px;
}

.round.round-dot {
  padding-left: 40px;
}

/****** Responsive Media Query********/

div#bgImgStyleModal {
  padding-left: 20px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
  margin-bottom: 5px !important;
}

.studio-bgimg-right-parent {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
}

.studio-bgimg-right-parent .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #f97a84 !important;
  border-radius: 8px;
}

.studio-bgimg-right-parent .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
}
.common-tooltip-parent {
  position: relative;
}
.permission-access-text,
.common-tooltip {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 700;
  cursor: pointer;
}

.permission-access-text svg,
.common-tooltip svg {
  margin-right: 6px;
  margin-top: -0.5px;
}

.modal.modal-static .modal-dialog {
  transform: none !important;
}

.form-floating > .form-control.payment_drp:not(:placeholder-shown),
.form-floating > .form-control.payment_drp,
.form-control.payment_drp {
  padding-top: 3px !important;
  background: url(../images/chevron_down.svg) no-repeat right 10px center;
  padding-right: 25px !important;
  cursor: pointer;
}

.form-control.payment_drp.show-placeholder {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}

.form-control.payment_drp.show-placeholder option:not(:first-child) {
  font-size: 1rem;
  font-weight: 400;
  color: #000000 !important;
}

.businesses-btn.business-save-btn1 {
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}

.tooltip-permission-access-text p,
.common-tooltip .common-tooltip-show-cont {
  position: absolute;
  font-weight: 400;
  bottom: -70px;
  left: 98px;
  background: #f0f0f0;
  padding: 10px;
  border-radius: 20px;
  color: #000000;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  max-width: 635px;
  width: 100%;
  display: none;
}

.round-dot-active {
  background: #fff2f3;
}

.permission-access-text-cont,
.common-tooltip-text {
  display: flex;
  align-items: center;
}

.select2-dropdown {
  border-radius: 0px !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #fb8890 !important;
  color: #fff !important;
  padding-left: 10px !important;
}

.select2-container--default .select2-results__option {
  padding-left: 10px !important;
}

.disabled-link {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.disabled-linkss {
  opacity: 0.5 !important;

  /*    pointer-events: none !important;*/
}

.modal-header-rm-padd {
  min-height: 40px !important;
  padding: 5px 15px !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.form-control:focus ~ .floating-text,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  font-size: 16px;
  top: 3px !important;
}

.cust-dropdown-new .dropdown-toggle:after {
  border: 0;
  background: url(../images/form_icons/images/arrow-white-down.svg) no-repeat;
}

.dropdown.cust-dropdown-new .dropdown-toggle {
  padding-right: 50px;
  min-width: 225px;
  justify-content: flex-start;
}

.cust-dropdown-new .dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #f16c76;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 10;
}

.cust-dropdown-new .dropdown-toggle:after {
  border: 0;
  background: url(../images/form_icons/images/arrow-white-down.svg) no-repeat;
  width: 10px;
  height: 7px;
  z-index: 10000;
  position: absolute;
  right: 18px;
}

.box-shadow-none {
  box-shadow: none !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.bootstrap-select-primary .bootstrap-select .btn.dropdown-toggle {
  background: #ea545f !important;
  border: 1px solid #ea545f !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 7px 60px 7px 18px;
  min-width: 200px;
  overflow: hidden;
}

.bootstrap-select-primary .bootstrap-select .btn.dropdown-toggle:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: #f16c76;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 98;
}

.bootstrap-select-primary .bootstrap-select .btn.dropdown-toggle:after {
  border: 0;
  background: url(../images/form_icons/images/arrow-white-down.svg) no-repeat;
  width: 10px;
  height: 7px;
  z-index: 98;
  position: absolute;
  right: 18px;
  min-width: 10px;
}

.daterangepicker {
  z-index: 10000 !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.email_recipient_placeholder
  .select2-container
  .select2-search--inline
  .select2-search__field {
  height: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  margin: 0 !important;
}

select.form-control {
  background: url(../images/chevron_down.svg) no-repeat right 10px center;
  padding-right: 30px;
}

select.form-control,
select.form-control:hover,
select.form-control:active,
select.form-control:focus {
  border: 1px solid #dddddd;
}

/*input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari 
   font-weight: 400;
   font-size: 16px;
   color: #aaaaaa !important;
 }
 input::-moz-placeholder,
 textarea::-moz-placeholder { /* Firefox 19+ 
   font-weight: 400;
   font-size: 16px;
   color: #aaaaaa !important;
 }
 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder { /* IE 10+ 
  font-weight: 400;
    font-size: 16px;
    color: #aaaaaa !important;
 }
 input:-moz-placeholder,
 textarea:-moz-placeholder { /* Firefox 18- 
   font-weight: 400;
   font-size: 16px;
   color: #aaaaaa !important;
 }*/

.head_profile_pic {
  border: 2px solid #dddddd;
  border-radius: 50%;
  padding: 0;
  width: 50px;
  height: 50px;
}

.head_profile_pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: scale-down;
}

.dropdown-toggle-select-new
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

/* div#removeComp {
    background-color: rgba(0, 0, 0, 0.6);
} */

.mr-0 {
  margin-right: 0 !important;
}

.select2-container--custom-select2-parent {
  background: url(../images/chevron_down.svg) no-repeat right 9px center;
  height: 40px !important;
}

.select2-container--custom-select2-parent .select2-dropdown,
.select2-container--default .select2-dropdown {
  border: 1px solid #dddddd !important;
  top: -1px;
  border-radius: 0 !important;
}

.select2-container--custom-select2-parent
  .select2-search--dropdown
  .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dddddd !important;
}

.select2-container--custom-select2-parent
  .select2-results
  .select2-results__options,
.select2-container--default .select2-results .select2-results__options {
  display: block;
  padding: 0 5px;
  max-height: 200px;
  overflow: auto;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 5px 0;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}

.select2-container--custom-select2-parent
  .select2-results
  .select2-results__option,
.select2-container--default .select2-results .select2-results__option {
  padding-left: 5px !important;
}

.view-details-parent h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.membership-options-img-parent {
  display: flex;
  gap: 5px;
  padding: 60px 0;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.viewFormDetail a,
.viewdata_link a,
.viewdata_link button {
  color: #ea545f;
  min-width: 89px;
  /* display: inline-flex; */
  border-bottom: 1px solid #ea545f;
}
.viewdata_comment_link {
  box-shadow: none;
  border: 0;
  background: transparent;
  color: #ea545f;
  border-bottom: 1px solid #ea545f;
  padding: 0;
}
.viewdata_link button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ea545f;
}
table#invoice-table tr th:nth-child(6) {
  min-width: 130px;
}

.actioned-button:after {
  display: none;
}

.actioned-button {
  min-width: 170px;
}

.btn-theme.undo-black-icon span {
  background-image: url(../images/undo_task.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.btn-theme.tick-white-icon span {
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.btn-theme.right-icon > img,
.btn-theme.right-icon > svg {
  margin-right: 0;
  margin-left: 10px;
  margin-top: 2px;
}

.common-text-cont {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

#formDetailsModal .form-control[readonly] {
  background: #f5f5f5 !important;
  border: 1px solid #dddddd;
  padding: 10px 16px 9px 16px;
  border-radius: 5px;
}

.empty-submission {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #aaaaaa;
  font-weight: 400;
  padding: 80px 0;
}

.box-modal-new-cont-graph {
  padding-top: 25px;
}

.box-modal-new-cont-graph h2 {
  font-size: 20px;
  line-height: 24px;
  color: #ea545f;
  margin-bottom: 0;
}

.box-modal-new-cont-graph {
  padding: 0;
}

.box-modal-new-cont-graph-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
}

.box-modal-new-cont-graph-top .date-field-parent {
  position: relative;
  top: 0;
  left: 0;
  min-width: 320px;
  font-size: 14px;
  line-height: 17px;
}

.box-modal-new-cont-graph-top .date-field-parent label.date-label {
  position: absolute;
  top: 11px;
  left: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fefefe;
  cursor: pointer;
}

.box-modal-new-cont-graph-top .date-field-parent input.form-control[readonly] {
  padding: 0 50px 0 70px;
}

.form-group-new label {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  font-family: "Lato", sans-serif;
}

.form-group-new .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 16px;
  line-height: 22px;
}

.edit-notification-parent {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  align-items: flex-end;
}

.form-group-new {
  margin-bottom: 8px;
}

.listing-data .listing-meta a,
.listing-data .listing-meta a:hover,
.listing-data .listing-meta a:active,
.listing-data .listing-meta a:focus {
  color: #222222;
}

.box-modal-new-cont-graph .box-modal-new-cont-graph-inner {
  padding: 20px;
}

/* .div1parent.mCustomScrollbar .mCustomScrollBox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #BBBBBB !important;
} */

body.form-builder-overview
  .page-right-sidebar
  .mCustomScrollBox
  .mCSB_scrollTools,
body.form-builder-overview .div1parent .mCustomScrollBox .mCSB_scrollTools {
  right: -5px !important;
}

.scratch-img svg,
.scratch-img img {
  width: 100%;
  max-width: 384px;
}

span.upgrade-plan-sec {
  font-weight: 400;
}

span.upgrade-plan-sec svg {
  margin-right: 1px;
  position: relative;
  top: -2px;
}

span.upgrade-plan-sec a {
  color: #000;
  font-weight: 700;
}

.hide-tooltip,
.hide-tooltip-body .tooltip {
  display: none !important;
  opacity: 0 !important;
}

.nav_link_dash_link.disabled-menu.active {
  background: transparent;
}

.nav_link_dash_link.disabled-menu.active svg path {
  fill: #ea545f;
}

.nav_link_dash_link.disabled-menu.active .nav_name {
  color: #ea545f !important;
}

.btn-extra-small {
  line-height: 23px;
}

.loader-new {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: none;
}

.loader-icon {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, #0000, #000);
  animation: l26 1s infinite steps(12);
}

.loader-icon,
.loader-icon:before,
.loader-icon:after {
  background: radial-gradient(closest-side at 50% 12.5%, #f03355 96%, #0000) 50%
      0 / 20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%, #f03355 96%, #0000) 0 50% / 80%
      20% repeat-x;
}

.loader-icon:before,
.loader-icon:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.loader-icon:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

.loader-new.active-loader {
  display: flex !important;
}

.rounded-image {
  border-radius: 50% !important;
}

input[type="file"] {
  cursor: pointer;
}

.comp-remove-modal-delete {
  background: rgba(0, 0, 0, 0.4);
}

#overview-studio-list .dropdown-new.show .dropdown-toggle-new {
  position: relative;
  z-index: 1000;
}

.form-floating.onboarding_payment_label
  > .form-control.payment_drp:not(:placeholder-shown),
.form-floating.onboarding_payment_label > .form-control.payment_drp {
  background: none !important;
  padding: 0 !important;
}

.form-floating.onboarding_payment_label
  > .form-control.payment_drp:not(:placeholder-shown)
  .form-control.payment_drp.show-placeholder,
.form-floating.onboarding_payment_label
  > .form-control.payment_drp
  .form-control.payment_drp.show-placeholder {
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  display: none !important;
}

.onboarding_payment_label .bootstrap-select .dropdown-toggle {
  border-radius: 15px !important;
  padding-left: 12px;
}

.onboarding_payment_label .bootstrap-select .dropdown-toggle:hover,
.onboarding_payment_label .bootstrap-select .dropdown-toggle:focus,
.onboarding_payment_label .bootstrap-select .dropdown-toggle:active {
  outline: none !important;
}

.onboarding_payment_label
  .bootstrap-select
  .dropdown-toggle
  .filter-option-inner-inner {
  position: relative;
  top: -1px;
}

.onboarding_payment_label .onboarding_payment_label .floating-text {
  display: none !important;
}

.ui-datepicker {
  z-index: 100000 !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 1px solid #000;
  padding: 2px 0 3px;
  font-size: 15px;
  border-radius: 2px;
  font-family: "Lato", sans-serif;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 3%;
}

.ui-datepicker select.ui-datepicker-year {
  margin-left: 3%;
}

.vr-line-header-logo img {
  max-height: 70px;
}

.modal-small .modal-dialog {
  max-width: 400px !important;
}

.cust-msg {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #222222;
}

.cust-msg .cust-msg-close {
  position: absolute;
  top: -12px;
  right: -8px;
  cursor: pointer;
  width: 12px;
  height: 15px;
}

.cust-msg .cust-msg-close svg {
  width: 12px;
  margin-right: 0;
  position: absolute;
}

.disabled-link.disabled-link-active-tooltip {
  pointer-events: auto !important;
}

/* .tooltip .tooltip-inner {
    display: none;
} */

.body-disable-tooltip .tooltip .tooltip-inner {
  background: #dddddd !important;
  color: #000000 !important;
  display: block !important;
  max-width: 230px;
  padding: 13px;
}

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
  .color-code-parent .color-picker {
    width: 20px;
    height: 20px;
  }
}

.more_info {
  position: relative;
}

.more_info.disabled-linkss {
  opacity: 1 !important;
  border-color: #eca1a6;
}

.light-grey.more_info.disabled-linkss {
  border-color: #f1f1f1;
  color: #aaa;
  background-color: #f1f1f1;
}

.more_info.disabled-linkss:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #eeeeee;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.more_info.light-grey.disabled-linkss:before {
  background: #eeeeee;
}

.more_info.dark.disabled-linkss:before {
  background: #eeeeee;
}

.more_info .title {
  position: absolute;
  top: -50px;
  left: -60px;
  white-space: nowrap;
  z-index: 1000000;
  box-shadow: 0px 8px 15px rgba(26, 53, 106, 0.3);
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  opacity: 1;
  background: #dddddd;
  color: #000000;
  max-width: 240px;
  padding: 13px;
  opacity: 1 !important;
  background-image: none !important;
}

.select2-container--default .select2-selection--multiple {
  background: url(../images/chevron_down.svg) no-repeat right 10px center;
}

.email_recipient .select2-container--default .select2-selection--multiple {
  background-image: none;
}

.listing-view-data .dt-scroll-body table.dataTable {
  border-collapse: separate;
  border-spacing: 0px 8px;
}

.listing-view-data table.dataTable thead tr th {
  background: #444444 !important;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 15px 10px;
  text-transform: capitalize;
}

.listing-view-data table.dataTable thead tr th,
.listing-view-data table.dataTable tbody tr td {
  /* text-align: left !important; */
  min-width: 100px;
}

/* Right-align the edit button column (which is the actual last column when action is required) */
.listing-view-data table.dataTable thead tr th.edit-column,
.listing-view-data table.dataTable tbody tr td.edit-column {
    text-align: right !important;
}

/* Center the View column when action is not required */
.listing-view-data table.dataTable thead tr th.centered-view-header,
.listing-view-data table.dataTable tbody tr td.centered-view-cell {
    text-align: center;
}

.listing-view-data table.dataTable tbody tr td {
  padding: 12.5px 10px;
}

.listing-view-data .dtfc-top-blocker {
  padding: 0 !important;
  background: transparent !important;
}

/* .listing-view-data table.dataTable tr td:nth-last-child(2) { 
    background: #fff !important;  
    padding: 10px 20px;
} */

/* .listing-view-data table.dataTable tr .dtfc-fixed-left::after,
.listing-view-data table.dataTable tr th:nth-last-child(2):after {
    box-shadow: none !important;
    border: 0 !important;
    background: #444444 !important;
} */
/* .listing-view-data table.dataTable tr .dtfc-fixed-left:nth-child(3) {
    padding-right: 10px !important;
} */
/* .listing-view-data table.dataTable tr th:nth-child(4) {
    padding-left: 20px !important;
} */

/* .listing-view-data table.dataTable tr .dtfc-fixed-left:nth-child(3)::after,
.listing-view-data table.dataTable tr th:nth-last-child(2)::after,
.listing-view-data table.dataTable tr td:nth-last-child(3)::after {
    border: 2px solid #F0F0F0 !important;
    width: 2px;
    transform: none !important;
} */
/* div.dt-scroll div.dtfc-top-blocker, 
div.dt-scroll div.dtfc-bottom-blocker, 
div.dtfh-floatingparent div.dtfc-top-blocker,
div.dtfh-floatingparent div.dtfc-bottom-blocker,
table.dataTable tr > th.dtfc-fixed-right::after{
    background: #444444 !important;
   
} */
/* div.dt-scroll div.dtfc-top-blocker {
 border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
} */

button#template_preview_button img {
  margin-right: 6px;
  position: relative;
  top: 0.5px;
}

.fullform-footer {
  padding: 15px 0 0;
}

.stuio-remove-btn button,
.lib_btn.add-more-studio {
  background: #dddddd;
  font-weight: 700;
}

.listing-studio-info .box_checkbox span {
  display: inline-block;
}

.foo-logo-mob {
  display: none;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 0 !important;
}

.dt-scroll-head {
  border-radius: 20px;
}

.btn-download-view-data {
  margin-bottom: 4px;
}

.btn-download-view-data:last-child {
  margin-bottom: 0px;
}

.btn-download-view-data a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Lato", sans-serif;
}

.listing-view-data table.dataTable thead tr th:last-child:before,
.listing-view-data table.dataTable tbody tr td:last-child:before,
.locksticky:before {
  position: absolute;
  content: "";
  width: 3px;
  background: #f0f0f0;
  left: 0;
  height: 100%;
  top: 0;
}

.locksticky:before {
  left: auto;
  right: 0;
}

.listing-view-data table.dataTable thead tr th.dtfc-fixed-left,
.listing-view-data table.dataTable tbody tr td.dtfc-fixed-left {
  left: 0 !important;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left !important;
}

.common-link-form-preview-parent.btn-multiple .ffe-btn-theme,
.ffd-banner-link-page .ffe-btn-theme {
  font-size: 22px;
}

.linktop-sec .common-link-form-preview-parent .ffd-content {
  padding: 0 !important;
  margin-bottom: 0;
}

.short_separator.common-link-form-preview-parent,
.long_separator.common-link-form-preview-parent {
  min-height: auto;
}

.common-link-form-preview-parent .filedownloadname {
  word-break: break-all;
}

.ffd-banner-link-page .filedownload .filedownloadsec:last-child {
  margin-bottom: 10px !important;
}

.body.frontend .ffd-content-separator-trans .common-link-form-preview-parent,
.linktop-sec .common-link-form-preview-parent {
  min-height: auto;
}

.body.frontend .ffd-content-separator-trans {
  margin-bottom: 0 !important;
}

.body.frontend
  .ffd-banner-link-page
  .linktop-sec
  .common-link-form-preview-parent {
  padding: 0 !important;
}

.common-link-form-preview-parent .filedownload,
.common-link-form-preview-parent .filedownload label {
  margin-bottom: 0 !important;
}

.common-link-form-preview-parent.ffd-content h3 {
  margin-bottom: 8px;
}

.frontend .round.round-dot.round-dot-default {
  white-space: pre-line;
  display: flex;
  align-items: center;
}

.linktop-sec .common-link-form-preview-parent .ffd-content.short_separator,
.linktop-sec .common-link-form-preview-parent .ffd-content.long_separator,
.linktop-sec .common-link-form-preview-parent .ffd-content.form_heading_small,
.linktop-sec .common-link-form-preview-parent .ffd-content.form_heading_large {
  margin-bottom: 12px;
}

.linktop-sec
  .common-link-form-preview-parent
  .ffd-content.short_separator:last-child,
.linktop-sec
  .common-link-form-preview-parent
  .ffd-content.long_separator:last-child,
.linktop-sec
  .common-link-form-preview-parent
  .ffd-content.form_heading_small:last-child,
.linktop-sec
  .common-link-form-preview-parent
  .ffd-content.form_heading_large:last-child {
  margin-bottom: 0;
}

.confirm-close-delete {
  min-width: 138px;
}

.listing-data .listing-meta a {
  word-break: break-all;
}

.listing-data-parent.padding-bot {
  padding-bottom: 50px;
}
.modal-header-cont {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 5px;
}
.modal-header-cont span {
  font-weight: 700;
}
.modal .old-comments .form-group label,
.modal .form-group .label-dark {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}
.modal .form-group .label-dark {
  color: #ea545f;
}
.hrline-dark {
  height: 1px;
  margin: 10px 0 15px;
  background: #ea545f;
}
.comment-log-form-group {
  position: relative;
}
.comment-log-action {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 20px;
  gap: 25px;
}
.comment-log-action a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif !important;
  line-height: 19.2px;
  color: #ea545f;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.comment-log-form-group input {
  padding: 8px 50px 10px 16px;
}
.modal .old-comments .form-group input.readonly {
  background: #f0f0f0;
  pointer-events: none;
}
.save_btn_trans svg {
  width: 18px;
  height: 19px;
}
.delete_btn_trans svg {
  width: 15px;
  height: 15px;
}
.delete_btn_trans svg path {
  fill: #ea545f;
}
.modal .old-comments .form-control {
  line-height: 20px;
}
.comment-log-action .edit_btn_trans {
  position: relative;
  bottom: 2px;
}
.comment-log-form-group.btn-action-add input {
  padding-right: 185px;
}
.modal .old-comments .form-control[readonly] {
  background: #f0f0f0 !important;
  border: 1px solid #dddddd !important;
  cursor: initial;
}
.ffe-header .header .header-right h1 {
  color: #000 !important;
}
.ffe-header .vr-line-logo:after {
  background: #000 !important;
}
.ffd-banner .ffe-banner-left .ffe-banner-left-inner h2 {
  margin-bottom: 30px !important;
}
.ffd-content .form_header_copy {
  margin-bottom: 20px;
}
.ffd-content .form_header_instruction {
  margin-bottom: 30px;
}

.light-grey.more_info.disabled-linkss.view-data,
.light-grey.more_info.disabled-linkss.share_link,
.light-grey.share_link.disabled-link {
  color: #b2b2b2;
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.light-grey.more_info.disabled-linkss.view-data:before,
.light-grey.more_info.disabled-linkss.share_link:before,
.light-grey.share_link.disabled-link:before {
  opacity: 0;
}
.light-grey.more_info.disabled-linkss.view-data svg path,
.light-grey.more_info.disabled-linkss.share_link svg path,
.light-grey.share_link.disabled-link svg path {
  fill: #b2b2b2;
}
.date-selector-settings-parent .common-tooltip .common-tooltip-show-cont {
  bottom: auto;
  top: 24px;
  left: 85px;
  max-width: 426px;
  z-index: 1;
}
.date-selector-settings-parent .common-tooltip .common-tooltip-show-cont > div {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  margin-bottom: 15px;
}
.date-selector-settings-parent
  .common-tooltip
  .common-tooltip-show-cont
  > div:last-child {
  margin-bottom: 0;
}
.form-builder-overview .vr-line-header-logo img {
  border-radius: 50%;
}
.ff-logo .mobile-view {
  display: none;
}
/************* media Queries ***********/
@media screen and (min-width: 768px) {
  .dropdown_zindex_24,
  .dropdown_zindex_25,
  .dropdown_zindex_26 {
    padding-right: 0;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 992px) {
  .dropdown_zindex_28 {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .dropdown_zindex_24,
  .dropdown_zindex_25,
  .dropdown_zindex_26 {
    padding-right: 0;
  }

  /* .scratch-section {
        padding: 50px 15px 50px 50px important;
    } */
}

@media screen and (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  #barChart {
    width: 1030px !important;
    max-height: 300px;
  }

  .email_recipient_studio {
    max-width: calc(100% - 125px);
  }
  .form-library-list .studio-title-address {
    min-width: 375px;
  }
}

@media screen and (min-width: 1280px) {
  #barChart {
    width: 1110px !important;
  }
}

@media screen and (min-width: 1330px) {
  #barChart {
    width: 1200px !important;
  }
}

@media screen and (min-width: 1400px) {
  .preview-modal-view .modal-dialog {
    max-width: 90% !important;
  }

  #barChart {
    width: 1230px !important;
  }

  .ffe-banner-right.prizeform-options {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scratch-section {
    padding: 70px 15px 50px 50px !important;
  }

  .scratch-right-part {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .scratch-right-part .scartch-preview {
    margin: 0;
  }

  .scratch-right-part .scartch-preview .base {
    position: initial !important;
  }
  .ffd-banner .ffe-banner-right .spin-section {
    padding: 50px 15px 50px 20px;
  }
}

@media screen and (min-width: 1600px) {
  #barChart {
    width: 1430px !important;
  }

  .scratch-main,
  .scratch-main #scratch,
  .scratch-main .base {
    width: 380px !important;
    height: 380px !important;
  }
}

@media screen and (min-width: 1680px) {
  #barChart {
    width: 1500px !important;
  }
}

@media screen and (min-width: 1800px) {
  #barChart {
    width: 1630px !important;
  }

  .scratch-main,
  .scratch-main #scratch,
  .scratch-main .base {
    width: 420px !important;
    height: 420px !important;
  }
}

@media screen and (min-width: 1920px) {
  #barChart {
    width: 1750px !important;
  }
  .ffd-banner .ffe-banner-left .ffd-content .ffd-container {
    max-width: 100%;
  }
}

@media screen and (min-width: 2200px) {
  #barChart {
    width: 2030px !important;
  }

  .scratch-main,
  .scratch-main #scratch,
  .scratch-main .base {
    width: 450px !important;
    height: 450px !important;
  }
}

@media screen and (min-width: 2560px) {
  #barChart {
    width: 2390px !important;
  }
}

.mob-profile-img {
  display: none;
}

.mob-notes-sec {
  background: #dddddd;
  border-radius: 20px;
  padding: 12px;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  display: none;
}

.mob-notes-sec .mob-notes-sec-cont {
  margin-left: 8px;
}

.mob-view-form-lib span {
  margin: 0 5px;
}

.horizontal-bar-parent {
  display: none;
  padding: 0 20px 20px;
}

.dropdown-menu .box_radio label {
  width: 20px;
  height: 20px;
}

.dropdown-menu .box_radio label:after {
  left: 4px;
  top: 4px;
}

@media screen and (max-width: 1279px) {
  .has-sidebar .box_innerlayout {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
  }

  .create_modal .form-control[type="password"] {
    padding-right: 30px !important;
  }

  .mob-notes-sec {
    display: flex;
  }

  .tooltip-permission-access-text p {
    left: 0;
  }

  .ffe-footer-info {
    padding: 20px 30px !important;
  }

  .overview-studio-list-form-data table tr th {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: capitalize;
  }

  .overview-studio-list-form-data table tbody tr td {
    padding: 12.5px 10px;
  }

  .common-link-form-preview-parent.btn-multiple .ffe-btn-theme,
  .ffd-banner-link-page .ffe-btn-theme {
    font-size: 16px;
    min-width: 75px;
  }

  @supports (-webkit-touch-callout: none) {
    .bg-attach-scroll {
      background-attachment: scroll !important;
    }
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .cust-mob-filter-search .selected-filters.active-filter span.filter-item {
    padding: 0 8px 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .modal-dialog {
    padding: 5px;

    /* margin: 0; */
  }

  .modal-small .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }

  .profile_card {
    flex-wrap: wrap;
  }

  .box-modal-new .box-modal-new-head {
    flex-wrap: wrap;
  }

  div#bulkeditToggle {
    display: flex;
    flex-wrap: wrap;
  }

  div#bulkeditToggle .cust-fl-select-section {
    margin-bottom: 10px;
  }

  .body.frontend iframe {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cust-mob-filter-search {
    align-items: flex-start !important;
  }

  .cust-mob-filter-search .d-flex.gap-3 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .admin_input .show-password {
    right: 20px;
  }

  .cust-fl-select-section {
    flex-wrap: wrap;
  }

  .listing-data {
    flex-wrap: wrap;
    align-items: flex-start !important;
    justify-content: initial !important;
  }

  .listing-studio-info.d-flex.align-items-center {
    flex-wrap: wrap;
    width: 100%;
  }

  .form-library-list .studio-title-address {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .box-modal-new-cont .table-responsive table tr th {
    min-width: 170px;
  }

  .box-modal-new-cont .table-responsive table tr td .cust-status {
    min-width: 180px;
    text-align: center;
  }

  .btn-section-form-lib {
    min-width: auto;
    width: auto;
    margin-left: 0;
  }

  .listing-data.form-library-list {
    align-items: center !important;
    position: relative;
  }

  #overview-studio-list .listing-data .dropdown.dropdown-new {
    position: absolute;
    top: 10px;
    right: 12px;
  }

  .tooltip-permission-access-text p {
    bottom: -75px;
  }

  .membership-slider .slick-prev {
    left: -58px;
  }

  .membership-slider .slick-next {
    right: -58px;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .pl-ipad-30 {
    padding-left: 30px !important;
  }
}

@media screen and (max-width: 767px) and (min-width: 577px) {
  .banner {
    background-size: cover !important;
    min-height: 812px !important;
  }

  .banner .carousel-contents .card_layout .radio-toolbar label {
    width: 50%;
  }

  .banner.mobile_banner_minh_500 {
    min-height: 500px !important;
  }
}

@media screen and (max-width: 767px) {
  .vslogo {
    padding-top: 40px;
  }

  .vslogo img,
  .app-mob-logo svg {
    width: 100%;
    max-width: 200px;
  }

  .banner .contents {
    justify-content: initial;
  }

  .banner .contents p {
    display: block;
    font-size: 20px;
    line-height: 24px;
  }

  .mobile_banner_img,
  .mobile_banner .card_layout,
  .mobile_banner {
    min-height: auto;
  }

  .custmob-sm-12 .col-sm-5,
  .custmob-sm-12 .col-sm-7 {
    width: 100%;
  }

  .listing-data .listing-actions .btn-theme:first-child,
  .listing-data .listing-actions .btn-theme + .btn-theme {
    margin-right: 10px;
  }

  .listing-data .listing-actions .btn-theme:last-child {
    margin-right: 0px;
  }

  .stuio-remove-btn button {
    margin-top: 0 !important;
    margin-bottom: 5px;
  }

  .god-impersoante-parent {
    background: #ea545f;
    padding: 15px 0 5px;
    margin-top: 0 !important;
    border: 0;
  }

  .god-impersoante-parent a.studio_btn {
    border: 0;
  }

  .mr-sm-10 {
    margin-right: 10px !important;
  }

  .mxw-sm-300 {
    max-width: 300px !important;
  }

  .mt-sm-12,
  .stuio-remove-btn .mt-sm-12 {
    margin-top: 12px !important;
  }

  .stuio-remove-btn .mt-sm-12 {
    margin-top: 6px !important;
  }

  .dataTables_wrapper {
    background-color: #fff;
    box-shadow: 0px 10px 12px 8px rgba(23, 16, 62, 0.06);
    border-radius: 20px;
  }

  .dataTables_scrollHead,
  .dataTables_scrollBody {
    overflow: initial !important;
  }

  .dataTables_wrapper .dataTables_scroll {
    overflow: auto;
  }

  .studio-bgimg-left {
    width: 180px;
  }

  .studio-bgimg-right-parent {
    width: calc(100% - 200px);
  }

  .modal-sm-actions,
  .modal-sm-actions .d-flex {
    flex-wrap: wrap;
    width: 100%;
  }

  .modal-sm-actions .d-flex .btn-theme {
    width: 100%;
    margin: 0 0 12px !important;
  }

  .task_card.active.stud-btn {
    background: #ea545f;
    margin-top: 0;
  }

  .date-field-parent {
    position: relative;
    top: 0;
    right: 0;
    margin: 10px;
  }

  .banner .carousel-contents .card_layout .radio-toolbar label {
    width: 50%;
  }

  .common-tab-section {
    flex-wrap: wrap;
  }

  .common-tab-section .nav-pills,
  .common-tab-section .tab-content {
    width: 100%;
  }

  .tab-content-box-parent {
    padding: 10px 20px;
  }

  .tab-content-box,
  .tab-content-link-page-box-parent .tab-content-box {
    padding: 30px 20px;
  }

  .tab-content-box svg {
    width: 100%;
  }

  .membership-options-img-parent {
    padding: 20px 0 !important;
  }

  .box-modal-new .box-modal-new-head .d-flex {
    flex-wrap: wrap;
  }

  /* .box-modal-new-cont-graph-top .date-field-parent {
        margin-left: 0;
    } */

  .listing-data .box_checkbox {
    margin-bottom: 10px;
  }

  #overview-studio-list .listing-data .btn-theme,
  #overview-studio-list .listing-data .dropdown-new {
    display: inline-block;
  }

  .share_link {
    position: relative;
    top: 3px;
  }

  .listing-data .box_checkbox label {
    top: 3px;
  }

  .listing-data .dropdown-new .dropdown-menu.show {
    min-width: 200px;
  }

  div#bulkeditToggle .d-flex.gap-3 {
    flex-wrap: wrap;
    gap: 10px !important;
    width: 100%;
  }

  .mobile_banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
  }

  .flex-column.app-mob-logo {
    display: none !important;
  }

  .header.web_header {
    display: flex !important;
    position: relative;
    padding-left: 100px;
  }

  .top-nav {
    padding: 0 !important;
    position: absolute !important;
    top: 25px !important;
  }

  .header-right.d-flex.align-content-center.justify-content-between.gap-3 {
    display: none !important;
  }

  .header-right.d-flex.align-content-center.justify-content-between.gap-3.mob-header-right {
    display: flex !important;
    gap: 0px !important;
  }

  .header-right.d-flex.align-content-center.justify-content-between.gap-3.mob-header-right
    .header-right-cont {
    display: none;
  }

  svg.mobile-menu-toggler {
    position: absolute;
    z-index: 9999;
    top: 0px;
    left: 20px;
    width: 35px;
    height: 35px;
  }

  svg.mobile-menu-toggler path {
    fill: #ea545f;
  }

  .header-right h1 {
    font-size: 16px;
    font-weight: 500;
    max-width: 100px;
  }

  .frontend .ffe-header .header .header-right h1 {
    max-width: 100%;
    line-height: 20px;
  }

  .mob-flex-column-reverse {
    flex-direction: column-reverse;
    gap: 8px;
    margin-bottom: 8px !important;
  }

  .vr-line-logo:after {
    height: 28px;
  }

  .vr-line-logo {
    margin-right: 12px;
    padding-right: 12px;
  }

  .mob-profile-img {
    /* display: block; */
    padding-left: 8px;
  }

  .mob-profile-img img {
    max-width: 37px;
  }

  .mob-payment-section {
    flex-direction: column-reverse;
  }

  #overview-studio-list .listing-data .btn-theme.edit_temp_btn,
  div#bulkeditToggle .btn-theme.editbulkcomponent {
    opacity: 0.5;
    pointer-events: none;
    display: none;
  }

  div#bulkeditToggle .btn-theme {
    width: 100%;
  }

  a.btn-action.btn-theme.dark.createFormModal {
    opacity: 0.5;
    position: relative;
    display: none;
  }

  .mob-view-form-lib span {
    display: none;
  }

  .btn-section-form-lib {
    max-width: 100%;
    justify-content: start;
  }

  #overview-studio-list .listing-data {
    position: relative;
  }

  .box-modal-new-cont-graph h2 {
    margin-right: 10px;
  }

  .box-modal-new-cont-graph-top .date-field-parent {
    /* min-width: auto; */
    margin: 0;
  }

  .box-modal-new-cont-graph-top
    .date-field-parent
    input.form-control[readonly] {
    width: 100% !important;
    min-width: 100%;
  }

  div#ui-datepicker-div {
    top: 50% !important;
    transform: translateY(-50%);
    position: fixed !important;
  }

  .side-menu.sidemenu-active {
    padding-top: 110px;
  }

  .dropdown.dropdown-primary-new.show {
    width: auto;
  }

  .theme-toggle-content .col-md-3.col-lg-5,
  .theme-toggle-content .col-md-5.col-lg-4 {
    margin-bottom: 10px;
  }

  .bar-chart-parent {
    display: none;
  }

  .horizontal-bar-parent {
    display: block;
  }

  .task_btn.adduser {
    margin-top: 10px;
  }

  .task_btn.adduser.create-template-adduser {
    margin-top: 0;
  }

  .task_btn.adduser.create-template-adduser .createFormModal {
    margin-bottom: 10px;
  }

  .onboarding_payment_label {
    margin-top: 0;
  }

  .onboarding_payment_label .dropdown.bootstrap-select .has-error {
    bottom: 0;
  }

  .mob_onboarding_payment_parent .payment_mobilelabel {
    margin-top: 0;
  }

  .mob_onboarding_payment_parent_cardname {
    margin-bottom: 15px;
  }

  .mob_onboarding_payment_parent_cardnum {
    margin-bottom: 8px;
  }

  .box_innerlayout,
  div#body-pd {
    min-height: calc(100vh - 90px);
  }

  .has-sidebar .box_innerlayout {
    padding-right: 20px;
  }

  .mob-filter-search > .d-flex,
  .mob-filter-search-formdata > .d-flex {
    flex-wrap: wrap;
  }

  .mob-filter-search .d-flex > input,
  .cust-mob-filter-search .filter-search .task_btn.adduser input {
    width: calc(100% - 140px) !important;
  }

  .mob-filter-search-formdata .d-flex > .back-top-temp-arrow {
    justify-content: left;
  }

  .mob-filter-search .d-flex > .dropdown-primary-new,
  .mob-filter-search-formdata .d-flex > .dropdown-primary-new,
  .cust-mob-filter-search .filter-search .task_btn.adduser .formdataexport {
    width: 123px !important;
  }

  .cust-mob-filter-search .filter-search .task_btn.adduser input {
    max-width: 100%;
  }

  .edit_modal.modal-small .modal-content {
    padding: 20px;
  }

  .user-edit-action-btns a:first-child {
    margin-left: 0;
  }

  .add-more-studio {
    margin-top: 0;
  }

  .mob-mb-8,
  .create_modal.studio-items P {
    margin-bottom: 8px !important;
  }

  .custom-confirm-link.delete-user-btn {
    margin-bottom: 12px !important;
  }

  .tooltip-permission-access-text p {
    max-width: 100%;
    bottom: 22px;
  }

  .form-library-list .studio-title-address h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
  }

  .form-library-list .studio-title-address h5 span.studio-title-address-cont {
    margin-bottom: 6px;
  }

  .foo-logo-mob {
    display: inline-block;
  }

  .foo-logo-desk {
    display: none;
  }

  div#bulkeditToggle.bulkeditToggle-form-data
    .cust-fl-select-section
    .box_checkbox
    span {
    padding-left: 0;
  }

  div#bulkeditToggle.bulkeditToggle-form-data .cust-fl-select-section {
    padding-left: 0;
    width: 100%;
    justify-content: center;
  }

  .mob-create-code-close {
    display: flex;
    margin-top: 0 !important;
  }

  .mob-create-code-close .discount-close {
    position: relative;
    top: -12px;
  }

  .mob-padd-0 {
    padding: 0 !important;
  }

  .discount-edit > .d-md-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }

  body.sidemenu-active {
    overflow: hidden;
    position: fixed;
  }

  .membership-slider .slick-next,
  .membership-slider .slick-prev {
    width: 30px;
    height: 30px;
  }

  .membership-slider .slick-prev {
    left: -38px;
  }

  .membership-slider .slick-next {
    right: -38px;
  }

  .membership-box .btn-section {
    position: initial;
  }

  .membership-box-parent .membership-box .most_popular {
    top: 15px !important;
  }

  .membership-box-parent .membership-box {
    padding: 60px 20px 20px !important;
  }

  .membership-slider .slick-prev,
  .membership-slider .slick-next {
    background-size: 18px;
  }
  .ff-logo img {
    display: none;
  }
  .ff-logo .mobile-view {
    display: block;
    width: 100px;
  }
  .ffd-linkcontent-group {
    padding: 10px !important;
  }
}

@media screen and (max-width: 575px) {
  .vslogo img,
  .app-mob-logo svg {
    max-width: 165px;
  }

  .d-mob-flex-wrap {
    flex-wrap: wrap;
  }

  .mob-btn-sm-100 {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  .mt-mob-12 {
    margin-top: 12px !important;
  }

  .listing-meta-list {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .listing-meta-list .listing-meta-list-label,
  .listing-meta-list .listing-meta-list-cont {
    width: 100%;
  }

  .listing-data .listing-meta {
    margin-top: 15px;
  }

  .studio-bgimg-left,
  .studio-bgimg-right {
    width: 100%;
  }

  .studio-bgimg-left {
    margin: 0 20px 20px 0px;
  }

  .studio-bgimg-right-parent {
    width: 100%;
  }

  .studio-bgimg-right .img-cont-parent {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .dynamicField-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .dynamicField-flex .form-group {
    max-width: 100%;
    margin-right: 0;
  }

  .dynamicField-flex button {
    width: 100%;
  }

  /* .cust-mob-filter-search .d-flex {
        flex-wrap: wrap;
        width: 100%;
    } */

  .cust-mob-filter-search .filter-search .gap-3 {
    gap: 0.6rem !important;

    /* flex-wrap: wrap; */
  }

  .cust-mob-filter-search .filter-search .gap-3 .btn-theme.back-top-temp-arrow {
    justify-content: flex-start;
  }

  .cust-mob-filter-search .filter-search input {
    max-width: 100%;
  }

  .cust-mob-filter-search .d-flex input {
    width: 100%;
    max-width: 100%;
  }

  .task_btn.float-end.adduser {
    width: 100%;

    /* margin-top: 12px; */
  }

  form.filter-search .dropdown.dropdown-primary-new {
    width: auto;
  }

  form.filter-search .dropdown.dropdown-primary-new #dropdownMenuLink span {
    /* position: absolute;
        right: 0; */
    margin-left: auto;
  }

  form.filter-search .dropdown.dropdown-primary-new .btn-theme {
    justify-content: left;
  }

  .task_btn.float-end.adduser .btn-theme.dark {
    width: 100%;
  }

  #overview-studio-list .listing-data .btn-theme {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }

  #overview-studio-list .listing-data .btn-theme.share_task_btn.view-data,
  #overview-studio-list .listing-data .btn-theme.edit_temp_btn,
  #overview-studio-list
    .listing-data
    .btn-theme.share_link.stud_owner_edit_temp_btn {
    width: calc(100% - 25px);
    margin-top: 5px;
  }

  #overview-studio-list
    .listing-data
    .btn-theme.edit_temp_btn.stud_owner_edit_temp_btn {
    width: 100%;
  }

  .header {
    height: 100px;
    padding-bottom: 20px;
  }

  .header.web_header {
    padding-left: 75px;
  }

  .vr-line-logo img {
    max-width: 100px;
    width: auto;
  }

  .pagination {
    /* justify-content: left; */
    overflow: auto;
    max-width: 100%;
    height: 55px;
    padding-top: 12px;
  }

  body .daterangepicker .calendar-table th,
  body .daterangepicker .calendar-table td {
    min-width: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  body .daterangepicker .calendar-table th.next {
    margin-left: 10px;
  }

  /* .box-modal-new-cont-graph-top .date-field-parent {
        min-width: 100%;
    } */

  .mob-w-100 {
    width: 100% !important;
  }

  .mob-view-form-lib {
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .head_profile_pic {
    padding: 0;
    width: 38px;
    height: 38px;
  }

  .btn-section-form-lib {
    flex-wrap: wrap;
    gap: 0;
  }

  .btn-section-form-lib .btn-theme {
    width: 100% !important;
    margin: 0 0 10px !important;
  }

  .btn-section-form-lib .btn-theme.edit_temp_btn {
    margin: 0 0 5px !important;
  }

  .btn-section-form-lib .btn-theme:last-child {
    margin-bottom: 5px !important;
  }

  .form-library-list .studio-title-address h5 {
    flex-wrap: wrap;
  }

  .form-library-list
    .studio-title-address
    h5
    span.studio-title-address-lsupdate {
    display: block;
    width: 100%;
  }

  .box-modal-new .box-modal-new-head {
    border-bottom: 0;
    padding: 0px;
    gap: 0;
  }

  .box-modal-new .box-modal-new-head h2 {
    padding: 20px;
  }

  .box-modal-new .box-modal-new-head .d-flex {
    padding: 20px 20px 5px;
    border-top: 1px solid #cccccc;
    width: 100%;
  }

  .box-modal-new .box-modal-new-head .d-flex .d-flex {
    padding: 0px;
    border-top: 0px solid #cccccc;
  }

  .box-modal-new .box-modal-new-head .d-flex .filter-search {
    width: 100%;
  }

  .bootstrap-select .btn.dropdown-toggle {
    padding-left: 15px;
  }

  .dropdown-primary-new .dropdown-menu.show {
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    top: 40px !important;
  }

  .dropdown-primary-new .dropdown-menu.show li input {
    width: auto !important;
    max-width: auto !important;
  }

  .dropdown-primary-new .dropdown-menu.show li .box_radio input {
    opacity: 0;
  }

  .cust-mob-filter-search .filter-search .gap-3 .btn-theme,
  .cust-mob-filter-search .filter-search .gap-3 .dropdown.dropdown-primary-new {
    width: 100%;
  }

  .cust-mob-filter-search .mob-filter-search .d-flex input {
    width: calc(100% - 140px);
  }

  .cust-mob-filter-search
    .filter-search.mob-filter-search
    .gap-3
    .dropdown.dropdown-primary-new {
    width: 123px;
  }

  .email-link-now-parent .btn-theme {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 0 10px;
  }

  /* .mobile-login-bg.mobile_banner_img,
    .mobile-signup-bg.mobile_banner_img {
        background: url(../images/mobile_banner1.svg) no-repeat !important;
        background-size: cover !important;
        background-position: -100px -90px !important;
    } */
  /* .user-view.modal-open .select2-container .select2-dropdown {
        position: fixed;
        max-height: 70px;
        overflow: auto;
        top: calc(100vh - 89px);
        left: 30px;
    }

    .user-view.modal-open .select2-container {
        z-index: 99999;
        width: calc(100% - 50px);
    } */

  .more_info .title {
    left: 0;
  }

  .fullform-footer .btn-theme {
    width: 100%;
    margin: 0 0 10px;
  }

  .fullform-footer .btn-theme:last-child {
    margin-bottom: 0px;
  }

  /* li.page-item {
        display: none;
    }
    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    } */
  .pagination li a,
  .pagination li span {
    padding: 0 6px !important;
    font-size: 16px;
  }

  .listing-studio-info {
    word-break: break-word;
    padding-right: 20px;
  }

  .mob-filter-search-formdata .d-flex > .back-top-temp-arrow {
    width: calc(100% - 140px) !important;
  }

  .profile-header .mob-billing-history {
    flex-wrap: wrap;
  }

  .profile-header .mob-billing-history .manage_discount_btn,
  .profile-header .mob-billing-history .filter-search,
  .profile-header .mob-billing-history .filter-search input {
    width: 100%;
  }

  .filedownload .filedownloadsec {
    gap: 10px;
  }
  .prizeform-ffd-banner .spin-section div#chart {
    position: relative;
    left: -5px;
  }
}

@media screen and (max-width: 399px) {
  .pagination li a,
  .pagination li span {
    padding: 0 5.5px !important;
  }
}

@media screen and (max-width: 380px) {
  .pagination li a,
  .pagination li span {
    font-size: 13px;
  }
}

@media screen and (max-width: 374px) {
  .box-modal-new .box-modal-new-head h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 359px) {
  .header.web_header {
    padding-left: 60px;
  }

  svg.mobile-menu-toggler {
    width: 30px;
    height: 38px;
  }

  .vr-line-logo {
    margin-right: 10px;
    padding-right: 10px;
  }

  .header-right h1 {
    font-size: 14px;
  }

  .date-field-parent input.form-control[readonly],
  .common-dropdown-select {
    min-width: 100%;
  }

  .box-modal-new .box-modal-new-head h2 {
    font-size: 14px;
  }

  .head_profile_pic {
    width: 30px;
    height: 30px;
  }

  .edit_modal.modal-small .modal-content {
    padding: 20px 10px;
  }

  .cust-msg .cust-msg-close {
    top: -13px;
    right: 5px;
  }

  .pagination li a,
  .pagination li span {
    padding: 0 5px !important;
    font-size: 12px;
  }

  .pagination li a,
  .pagination li span {
    padding: 0 4.5px !important;
  }

  .cust-mob-filter-search .filter-search .gap-3 .btn-theme {
    font-size: 12px;
    padding: 0 0px 0 10px;
  }
  .ff-logo .mobile-view {
    width: 75px;
  }
}

.undraggable {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
}

.endofform {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  color: #444444;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: #cccccc;
}

/* table#formdata-table {
    width: 100%;
}

#formdata-table th, #formdata-table td {
    padding: 10px;
} */
.listing-view-data .dataTable {
  width: 100% !important;
}

.modal-body-edit-notification .dropdown-menu.show {
  z-index: 100000;
}

.tab_content .mob-payment-section .bootstrap-select .btn.dropdown-toggle {
  padding-left: 16px;
}

.btn-copy-section {
  display: flex;
  justify-content: center;
}

.listing-view-data table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.listing-view-data {
  overflow-y: auto;
}

.listing-view-data table thead tr th {
  min-width: 100px;
  line-height: 20px;
}

.listing-view-data table,
.listing-view-data table tr,
.listing-view-data table tr th,
.listing-view-data table tr td {
  border-style: initial !important;
}

.listing-view-data table,
.listing-view-data table tr {
  border-radius: 20px !important;
}

.listing-view-data table thead tr th:first-child,
.listing-view-data table tbody tr td:first-child {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  width: 35px;
  padding-right: 0 !important;
  min-width: 35px;
  padding-left: 15px !important;
}

.listing-view-data table thead tr th:last-child,
.listing-view-data table tbody tr td:last-child {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;

  /* width: 40px;
    min-width: 40px; */
  /* text-align: right; */
}

.listing-view-data table .box_checkbox {
  margin: 0;
  position: relative;
  top: -4px;
}

.listing-view-data table thead tr th,
.listing-view-data table tbody tr td {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 20px;
}

.listing-view-data table tbody tr td {
  background: #fff;
  font-weight: 400;
  color: #000000;
}

.listing-view-data .viewFormDetail a,
#invoice-table .viewFormDetail a {
  min-width: auto;
}

.btn-edit-listing-view-data {
  cursor: pointer;
}

.sort-item-parent .sort-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 15px;
  max-width: max-content;
}

.sort-item-parent .sort-item .count-item {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.sort-item-parent .sort-item .sort-item-inner {
  background-color: #eeeeee;
  cursor: move;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 15px 5px 16px;
  border-radius: 10px;
}

.sort-item-parent .sort-item .sort-item-inner .component-box-imgDiv {
  display: flex;
  align-items: center;
}

.sort-item-parent .sort-item .box_checkbox,
.sort-item-parent .sort-item .box_radio {
  margin: 0;
  height: 20px;
}

.sort-item-parent .sort-item .box_checkbox label {
  width: 20px;
  height: 20px;
}

.sort-item-parent .sort-item .box_checkbox label:after {
  top: 4.5px;
}

.sort-item-parent .sort-item label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-right: 0;
}

.columnsdraghelp p {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Lato", sans-serif;
}

.sort-item-parent .sort-item.sort-item-active .sort-item-inner {
  background: #ffdddf;
}

.checkbox-lock {
  position: relative;
  height: 24px;
  width: 24px;
  padding: 0 !important;
}

.checkbox-lock input {
  position: absolute;
  opacity: 0;
  padding: 0;
  width: 0;
  height: 0;
}

.checkbox-lock span {
  background: url(../images/unlock-icon.svg) no-repeat center 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.checkbox-lock input:checked ~ span {
  background: url(../images/lock-icon.svg) no-repeat center 100%;
}

.tooltip .tooltip-inner {
  max-width: 300px;
}

body .select2-container .select2-search--inline .select2-search__field {
  margin: 0 !important;
  height: 28px;
}

@media screen and (max-width: 991px) {
  .prizeform-ffd-banner .spin-section {
    padding: 0 !important;
  }
}

body .switch-btn-parent .switch,
body .switch-btn-parent .slider {
  width: 30px;
  height: 19px;
}

body .switch-btn-parent .slider:before {
  width: 15px;
  height: 15px;
}

body .switch-btn-parent input:checked + .slider:before {
  transform: translateX(13px);
}

@media (max-width: 767px) {
  .paymentmonth .dropdown-menu.show,
  .paymentmonth .dropdown-menu.show .inner.show,
  .payment_drp .dropdown-menu.show,
  .payment_drp .dropdown-menu.show .inner.show {
    max-height: 200px !important;
  }

  body.mCS_destroyed:not(.form-builder) {
    padding-right: 0;
  }

  .header-right a {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}

body .logo-img {
  object-fit: scale-down;
}

.filter-search input::placeholder {
  color: #aaaaaa;
}

body .filedownload .filedownloadsec label {
  min-width: 300px !important;
  max-width: 300px !important;
  word-wrap: break-word;
}

.filedownload:after {
  display: none;
}

.common-link-form-preview-main .filedownload h3 {
  color: #000000;
  text-align: center;
  font-size: 16px;
}

.modal .form-group label {
  line-height: 15px;
  margin-top: 5px;
}

.vr-line-header-logo img {
  /* border-radius: 50%;
    width: 80px;
    height: 80px; */
  object-fit: cover;
}

.mobile-page-title {
  font-size: clamp(16px, 3.5vw, 18px);
  font-weight: 500;
  line-height: clamp(16px, 3.5vw, 26px);
  color: #666666;
  font-family: "Lato", sans-serif;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
}

#imagenew {
  width: 100%;
}

#modal_preview_show .ffe-header .header {
  position: static;
}

#modal_preview_show .common-form-top-parent {
  margin: 0;
}

body.mCS_destroyed:not(.form-builder) {
  padding-right: 20px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

#background_image_style.form-control {
  padding-right: 25px;
}

.form_link_section .bootstrap-select .form_link_title .dropdown-toggle:after,
.form-edit-content-section
  .form_link_section
  .form_link_title
  .dropdown-toggle:after {
  height: 40px;
}

.btn-theme.dark.manage_discount_btn {
  background-color: #ff858f;
  border-color: #ff858f;
}

.discount-field {
  position: relative;
}

.discount-field .apply-discount {
  position: absolute;
  top: 3px;
  right: 3px;
}

.form-floating .form_checkbox {
  position: absolute;
  right: 15px;
  top: 20px;
}

.total-amount ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.total-amount ul li {
  display: flex;
}

.popup-sucesss .confirmation_msg {
  background: #ededed;
  border-radius: 20px;
  padding: 15px;
  justify-content: flex-start;
}

.discount-body .switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 21px;
  margin-top: 10px;
}

.discount-body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.discount-body .switch-text {
  position: relative;

  /* color: #1a356a; */
  bottom: 2px;
  left: 0;
  margin-left: 10px;
}

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

.discount-body .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.discount-body input:checked + .slider {
  background-color: #ea545f;
}

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

.discount-body input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(19px);
}

/* Rounded sliders */
.discount-body .slider.round {
  border-radius: 34px;
}

.discount-body .slider.round:before {
  border-radius: 50%;
}

.theme-check {
  margin-bottom: 0;
  position: relative;
}

.theme-check .theme-check-input {
  display: none;
}

.theme-check .theme-check-input + label.btn-theme {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-color: #26336a;
  color: #26336a;
}

.theme-check .theme-check-input + label.btn-theme.quaternary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #7d7d7d;
}

.theme-check .theme-check-input + label.btn-theme.quaternary .inactive-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-check .theme-check-input + label.btn-theme.quaternary .active-mode {
  display: none;
}

.theme-check .theme-check-input + .theme-check-label {
  padding-left: 26px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #000;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.theme-check .theme-check-input + .theme-check-label.lh-28px {
  line-height: 28px;
}

.theme-check .theme-check-input + .theme-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  background-color: #ddd;
}

.theme-check .theme-check-input + .theme-check-label strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.theme-check .theme-check-input:checked + label.btn-theme {
  background-color: #26336a;
  border-color: #26336a;
  color: #fff;
}

.theme-check .theme-check-input:checked + label.btn-theme.quaternary {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #06890b;
  font-size: 16px;
  font-weight: 800;
}

.theme-check .theme-check-input:checked + label.btn-theme.quaternary svg path {
  fill: #06890b;
}

.theme-check
  .theme-check-input:checked
  + label.btn-theme.quaternary
  .inactive-mode {
  display: none;
}

.theme-check
  .theme-check-input:checked
  + label.btn-theme.quaternary
  .active-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theme-check .theme-check-input:checked + .theme-check-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url("../images/checkbox.svg") no-repeat center;
  background-size: contain;
}

.theme-check .theme-check-input[type="radio"] + .theme-check-label::before {
  border-radius: 50%;
}

.theme-check
  .theme-check-input[type="radio"]:checked
  + .theme-check-label::after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #ea545f;
  border-radius: 50%;
}

.theme-check-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.theme-check-inline .theme-check {
  margin-bottom: 0;
}

.theme-check-inline .theme-check .theme-check-input + .theme-check-label {
  line-height: 20px;
}

.theme-check-inline
  .theme-check
  .theme-check-input
  + .theme-check-label::before {
  top: 0;
}

.theme-check-inline
  .theme-check
  .theme-check-input:checked
  + .theme-check-label::after {
  top: 2px;
}

.theme-check-inline
  .theme-check
  .theme-check-input[type="radio"]:checked
  + .theme-check-label::after {
  top: 4.5px;
}

/*.dropdown-menu .inner {
    max-height: 170px !important;
}*/

.btn-theme:not([disabled]):hover {
  opacity: 0.8;
}

/* .body.frontend .ffd-banner-link-page .common-link-form-preview-parent {
    padding: 10px 0;
} */

.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .common-link-form-preview-parent {
  padding: 20px;
}

.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .btn-section,
.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .btn-section
  .ffe-btn-theme {
  max-width: 220px;
  width: 100%;
}

.ffd-banner-link-page .common-form-section {
  margin-bottom: 0;
}

.pad-link {
  padding: 20px;
}

.modal-padding-none .modal-content,
.modal-padding-none .modal-dialog .modal-body {
  padding: 0 !important;
  border-radius: 6px;
}

.preview_template_close {
  color: black;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

/* *::-webkit-scrollbar {
  width: 4px;
}
 
*::-webkit-scrollbar-track {
  
}
 
*::-webkit-scrollbar-thumb {
  background-color: #f97a84;
  border-radius: 4px;
} */

.form_dropdown .bootstrap-select .btn.dropdown-toggle {
  padding-left: 15px;
}

.bootstrap-select .dropdown-menu {
  border-radius: 0;
}

.round.round-dot.round-dot-default label {
  left: 0;
  top: 0;
  margin-top: 0;
}

.common-form-content-container {
  max-width: 712px !important;
  width: 100%;
}

.standardform .form_heading_large,
.standardform .form_heading_small {
  text-align: center;
}

.bootstrap-select .btn.dropdown-toggle {
  padding-left: 15px;
}

.form-link-preivew-bg svg.close-preview {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: block;
}

.percentage svg path {
  fill: #7edbb4 !important;
}

body.error-page {
  background: #f0f0f0 !important;
  padding: 0 !important;
}

body.error-page .error-page-header {
  background: #ffffff;
  padding: 30px 60px;
}

.error-content-body {
  padding: 60px;
  text-align: center;
  min-height: calc(100vh - 161px);
}

.error-content-body h2 {
  font-family: "Lato", sans-serif;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  color: #000000;
}

.error-content-body p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
}

.error-footer {
  background: #ea545f;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  color: #fff;
}

.error-footer .error-footer-info-text {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.custom_imguplad-input .custom_image img {
  object-fit: cover;
}

.gst-amount,
.total-amount {
  margin-top: 15px;
}

.gst-amount ul,
.total-amount ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gst-amount ul li,
.total-amount ul li {
  display: flex;
}

.gst-amount ul li p,
.total-amount ul li p {
  margin: 0;
  color: #ea545f;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
}

.gst-amount ul li p.left-text,
.total-amount ul li p.left-text {
  font-weight: 700;
}

.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .common-link-form-preview-parent.bg-transparent {
  padding: 0;
  min-height: auto;
  margin: 0;
}
.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .common-link-form-preview-parent.bg-transparent
  .filedownload {
  padding: 20px 0 10px;
}
.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .ffd-linkcontent-group
  .common-link-form-preview-parent {
  /* padding: 0px 20px; */
  min-height: auto;
}
.formlink_preview {
  margin-bottom: 15px;
}
.ffd-linkcontent-group.ffd-content .ffd-content:last-child {
  margin-bottom: 0 !important;
}
.common-link-form-preview-parent.br-8 > .ffd-content {
  background: transparent;
}

.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .ffd-content
  .ffd-container
  .common-link-form-preview-parent {
  padding: 0;
}
.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .ffd-content
  .ffd-container
  .common-link-form-preview-parent
  .imagelink {
  padding-bottom: 20px;
}

.ffd-content-transparent
  > .ffd-container
  > .ffd-form
  > .row
  > .prizeform
  > .common-link-form-preview-parent
  > .ffd-content
  > .form-group,
.ffd-content-transparent
  > .ffd-container
  > .ffd-form
  > .row
  > .prizeform
  > .common-link-form-preview-parent
  > .ffd-content
  > .form-group
  > .formlink_preview {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  body.error-page {
    overflow: auto;
  }

  body.error-page .error-page-header,
  .error-content-body {
    padding: 30px;
  }

  .error-content-body {
    padding: 30px;
  }

  .error-content-body h2 {
    font-size: 21px;
    margin-bottom: 25px;
  }

  .error-footer {
    padding: 20px 30px;
  }

  .box-modal-new-cont-graph-top
    .date-field-parent
    input.form-control[readonly] {
    padding: 0 45px 0 60px;
  }

  .box-modal-new-cont-graph-top .date-field-parent {
    min-width: 240px;
  }

  .box-modal-new-cont-graph-top .date-field-parent label.date-label {
    font-size: 11px;
  }

  .box-modal-new-cont-graph-top .date-field-parent .form-control {
    font-size: 11px;
  }

  body .filedownload .filedownloadsec label {
    min-width: auto !important;
    width: 50%;
  }
}

@media screen and (max-width: 374px) {
  .box-modal-new-cont-graph-top
    .date-field-parent
    input.form-control[readonly] {
    padding: 0 45px 0 55px;
  }

  .box-modal-new-cont-graph-top .date-field-parent {
    min-width: 215px;
  }

  .box-modal-new-cont-graph-top .date-field-parent label.date-label {
    font-size: 9.5px;
  }

  .box-modal-new-cont-graph-top .date-field-parent .form-control {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 359px) {
  .box-modal-new-cont-graph-top
    .date-field-parent
    input.form-control[readonly] {
    padding: 0 45px;
  }

  .box-modal-new-cont-graph-top .date-field-parent {
    min-width: 180px;
  }

  .box-modal-new-cont-graph-top .date-field-parent label.date-label {
    font-size: 7.5px;
    left: 25px;
  }

  .box-modal-new-cont-graph-top .date-field-parent .form-control {
    font-size: 7.5px;
    background-size: 44px, 10px;
  }
}

/* for stripe */
.stripe-card-common {
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 0px 0.75rem !important;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.stripe-card-common > div {
  width: 100%;
}

.stripe-card {
  border: 1px solid #dddddd;
  border-radius: 0px;
  padding: 0px 0.75rem !important;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.stripe-card > div {
  width: 100%;
}

.header-right .side-menu-link img {
  max-width: 16px;
}
/*.dt-scroll-headInner {
    width: 100% !important;
}
*/
.box-modal-new-cont .table-responsive table tr th {
  white-space: nowrap;
}
.signature-font {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}
.more_info.disabled-linkss.btn-theme.light {
  border-color: #dddddd;
}
.form-group-label label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.form-group-label .round.round-dot.round-dot-default label span {
  position: absolute;
  left: 25px;
}
.form-group-label
  .round.round-dot.round-dot-default
  input[type="radio"]:checked
  + label:after {
  top: 4.8px;
  left: 4.8px;
}
.form-group-label .radio-container-border-option {
  display: flex;
}
.form-group-label
  .radio-container-border-option
  .round.round-dot.round-dot-default {
  width: auto;
  min-width: 90px;
}
.more_info.disabled-linkss.btn-theme.light {
  border-color: #dddddd;
}
.box_innerlayout {
  min-height: 10px;
}
.membership-box-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* preview 3rd slide issue */
.form-builder-overview
  .common-preview-modal
  .membership-box-parent
  .membership-box:nth-child(3n + 3) {
  margin-right: 12px !important;
}

/* 86cx3k880 */
.sort-item-parent .sort-item .count-item {
  min-width: 30px;
  text-align: right;
}
.sort-item-parent .sort-item label {
  margin-top: 0;
  line-height: 16px;
}
/* 86cx3k880 */
/* Target the scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
}

/* Thumb (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background: #ff858f;
  border-radius: 3px;
  border: 3px solid #fff;
}
body::-webkit-scrollbar-thumb,
div.dt-container.dt-empty-footer .dt-scroll-body::-webkit-scrollbar-thumb {
  border: 3px solid #f0f0f0;
}

/* Thumb hover (when mouse is over the thumb) */
::-webkit-scrollbar-thumb:hover {
  background: #ff858f;
}

/* Corner (where horizontal and vertical scrollbars meet) */
::-webkit-scrollbar-corner {
  background: transparent;
}

/* 86cwm7ux3 */
.body.frontend
  .ffd-banner-link-page
  .common-link-form-preview-parent
  .btn-section
  .ffe-btn-theme {
  margin-bottom: 5px;
}
/* 86cwm7ux3 */
@media (max-width: 767px) {
  .ffd-banner.ffd-banner-link-page .ffe-banner-left.bg-attach-scroll {
    background: #000 !important;
  }
  .ffd-banner-link-page .ffe-banner-left::before {
    display: none;
  }
  .ffd-banner.ffd-banner-link-page
    .ffe-banner-left.bg-attach-scroll
    .mobile-banner-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-height: 100vh;
    object-fit: cover;
    opacity: 0.8;
  }
  .ffe-footer .ffe-footer-right,
  .ffe-footer-info {
    position: relative;
  }
}
@media (min-width: 768px) {
  .ffd-banner.ffd-banner-link-page
    .ffe-banner-left.bg-attach-scroll
    .mobile-banner-image {
    display: none;
  }
}

/* 86cx13k00 */
.form-file-list a {
  min-width: 12px;
}
body .filedownload .filedownloadsec label {
  text-align: left !important;
  justify-content: flex-start;
}
.common-link-form-preview-main .filedownload label,
.common-link-form-preview-parent .filedownload label,
.ffd-banner-link-page .filedownload label {
  word-break: break-word;
}
/* 86cx13k00 */
.btn-theme.dark.f45_red {
  background-color: #d6001c;
}

.sort-item-parent {
  overflow: auto;
  touch-action: none;
}
.sort-item-parent .sort-item {
  touch-action: manipulation;
}

/* AFP-1075 */
.sort-item-parent .sort-item .box_checkbox,
.sort-item-parent .sort-item .box_checkbox label,
.sort-item-parent .sort-item .box_checkbox input[type="checkbox"] {
  width: 24px;
  height: 24px;
}
.sort-item-parent .sort-item .box_checkbox label {
  padding: 0;
  margin: 0;
}
.sort-item-parent .sort-item .box_checkbox label:after {
  top: 6px;
  left: 6px;
}
.modal .form-group .sort-item-parent .sort-item label {
  margin-top: 0;
}
.gap-15 {
  gap: 15px;
}
/* AFP-1075 */
form.process-form {
  min-height: 240px;
}
/* Profile pic centerd align */
.training_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bs-searchbox input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: url("data:image/svg+xml,%3Csvg fill='%23ea545f' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath d='M242.7 256L345 153.4c12.5-12.5 12.5-32.8 0-45.3l-22.6-22.6c-12.5-12.5-32.8-12.5-45.3 0L175.1 188.1 72.6 85.5c-12.5-12.5-32.8-12.5-45.3 0L4.7 108.1c-12.5 12.5-12.5 32.8 0 45.3L107.3 256 4.7 358.6c-12.5 12.5-12.5 32.8 0 45.3l22.6 22.6c12.5 12.5 32.8 12.5 45.3 0l102.5-102.6 102.5 102.6c12.5 12.5 32.8 12.5 45.3 0l22.6-22.6c12.5-12.5 12.5-32.8 0-45.3L242.7 256z'/%3E%3C/svg%3E") no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
}

/* Override Bootstrap's default blue active background for dropdown items */
.dropdown-item:active,
.dropdown-item.active {
  background-color: #ffdbdd !important;
  color: #000 !important;
}
