:root{
  --accent:#0F1035;
  --primary:#365486;
  --primary_v1:#364b70;
  --secondary:#7FC7D9;
  --secondary_v1:#DCF2F1;
  --coalBlack:#0E0E0E;
}

/* Custom CSS */
.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.813rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-20 {
  font-size: 1.3rem;
  line-height: 1.5;
}
.apply-btn {
  margin-left: 10px;
  width: 90%;
}

.min-h-200px {
  min-height: 200px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.bg_primary_black {
  background-color: #000 !important;
}

.btn_primary_black {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
  color: #fff;
}

.btn_primary_black:focus+.btn_primary_black,
.btn_primary_black:focus,
.btn_primary_black:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.bg_orange_color {
  background-color: #ef642d;
  transition: 2s all;
}

.bg_blue_color {
  background-color: #86c5dc;
  transition: 2s all;
}

.bg_purple_color {
  background-color: #dda9ce;
  transition: 2s all;
}

.bg_dark_green_color {
  background-color: #5d8e43;
  transition: 2s all;
}

/* HOVER */

.bg_yellow_color {
  background-color: #e6cb47;
  border-color: #e6cb47;
  color: #000;
}

.bg_yellow {
  background-color: #e6cb47;
  border-color: #e6cb47;
  color: #000;
}

.bg_yellow:focus+.bg_yellow,
.bg_yellow:focus,
.bg_yellow:hover {
  background-color: #f3dd70;
  border-color: #f3dd70;
  color: #fff;
}

.text_yellow {
  color: #e6cb47;
}

.text_green_light {
  background-color: #b7c890;
}

.text_gray_light {
  background-color: #f3f3f3;
}

/* Navbar CSS */


.sidebar_wrapper .navbar-vertical.navbar-light .navbar-nav .nav-link,
.sidebar_wrapper .navbar-vertical.navbar-light .navbar-nav .nav-link i {
  color: #fff;
  text-transform: capitalize;
}

.sidebar_wrapper .navbar-vertical.navbar-light .navbar-nav .nav-link.active i,
.sidebar_wrapper .navbar-vertical.navbar-light .navbar-nav .nav-link:hover i,
.sidebar_wrapper .navbar-vertical.navbar-light .navbar-nav .nav-link.active svg {
  color: #e6cb47;
}

.sidebar_wrapper .navbar-expand-lg .navbar-brand img {
  height: auto;
  max-width: 34%;
}

.sidebar_wrapper .navbar-expand-lg .navbar-brand .logo_name {
  font-weight: 600;
  color: #fff;
}

/*otp screen start*/
.custom-otp-box {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
}

.custom-otp-box input[type="text"] {
  margin-left: 0;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 0.313rem;
  text-align: center;
}

.custom-timer span {
  margin-top: 0.2rem;
  display: block;
}

.resend-again {
  margin-top: 1.5rem;
}

.resend-again span {
  color: #000;
}

/*otp screen end*/

/*header start*/
.avatar img {
  height: 100%;
}

/*header end*/

/*side bar start*/
.navbar-vertical.navbar-light .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
  display: none;
}

/*side bar end*/
/*dashboard start*/
.dashboard-card-container {
  width: 296px;
  padding: 0 0rem;
  height: 100%;
  color: #fff;
}
.pl-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 4%;
  padding-bottom: 40px;
}

.dashboard-card-container {
  color: #fff;
}

.dashboard-card-container .card:hover span {
  color: #000;
}

.dashboard-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90dvw;
  margin-bottom: 32px;
}
.dashboard-card {
  height: 158px;
  width: 294px;
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #EAECF0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.dashboard-head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color:var(--accent);
  height: 36px;
  border-radius: 8px 8px 0 0;
  padding: 8px 16px;
  align-items: center;
}
.dashboard-head h4{
  color: #fff !important;
}
.dashboard-card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
}

.dashboard-card-count{
  color: var(--gray-900, #101828);
  font-size: 72px;
  font-weight: 400;
}
.dashboard-card-count-loader{
  color: var(--gray-900, #101828);
  font-size: 12px;
  font-weight: 400;
}
.dashbaord-card-stats {
  color: var(--gray-900, #101828);
  font-size: 12px;
  font-weight: 400;
}
.dashboard-card-stats-footer {
  color: var(--gray-500, #667085);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.dashboard-card-stats-container{
  padding: 10px;
}
.dashboard-tables-container {
  display: flex;
  flex-direction: row;
  width: 100%
}
.dashboard-left-column{
  padding: 0px 20px 0 60px;
  width: 67%
}
.dashboard-right-column{
  padding-right: 30px;
  width: 32%
}
.head-text {
  padding-top: 15px;
}

.plus-div i {
  margin-right: 0.3rem;
}

.nav-item i {
  min-width: 1.875rem;
  display: inline-block;
}

.table-responsive tr:last-child td {
  border-bottom: 0;
}

/*dashboard end*/

/*edit profile start*/
.edit-profile-head {
  margin-top: 2rem;
}

.edit-avtar {
  position: relative;
  margin-top: 1.5rem;
  width: 8rem;
}

.edit-avtar .edit-pen {
  position: absolute;
  top: 2rem;
  right: -0.5rem;
  background: #ffff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.edit-avtar img {
  border-radius: 50%;
  width: 100%;
}

.edit-profile-form {
  margin-top: 1.5rem;
}

/*edit profile end*/

/*brief start*/
.plus-btn-cntnr {
  display: flex;
}

.plus-div a {
  color: #fff;
}

.plus-btn-cntnr .plus-div {
  margin-right: 1rem;
}

.plus-btn-cntnr .plus-div:last-child {
  margin-right: 0;
}

.brief-head {
  margin-top: 2rem;
}

.cal-div {
  display: flex;
}

.cal-div input {
  margin-right: 0.5rem;
}

/*brief end*/
/*breadcrum css start*/
.breadcrumb-item+.breadcrumb-item:before {
  content: var(--x-breadcrumb-divider, ">") !important;
}

ol.breadcrumb {
  margin: 2rem 0;
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 1rem;
}

/*breadcrum css end*/
/*create new brifes start*/
.create-brief span {
  line-height: 1;
}

.btn-width {
  max-width: 320px;
}

.btn-remove {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 4px;
}

/*create new briefs end*/
/*create new briefs next start*/
.next-btn-cntnr {
  display: flex;
}

.next-btn-cntnr button {
  margin-right: 1rem;
}

.next-btn-cntnr button:last-child {
  margin-right: 0;
}

/*create new briefs next end*/
/*pop up start*/
.button-font-size {
  font-size: 0.78rem !important;
}

.pr-15 {
  padding-right: 15px;
}

.buton-width-del {
  max-width: 200px;
}

.buton-width-del i {
  margin-right: 0.5rem;
}

/*popup-end*/
/*mail box popup start*/
.mailbox-popup .modal-body {
  padding: 0;
}

.mailbox-top-head {
  background-color: #000;
  height: 48px;
  display: flex;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  align-items: center;
  padding: 1rem;
  justify-content: space-between;
}

.mailbox-popup .to-cc-bcc-div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0px 1rem;
  align-items: center;
}

.mailbox-popup .to-cc-bcc-div textarea {
  resize: vertical;
  width: 100%;
  resize: none;
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 3rem;
  overflow-y: hidden;
}

.mailbox-popup .cc-bcc span {
  margin-right: 0.5rem;
}

.mailbox-popup .cc-bcc span:last-child {
  margin-right: 0;
}

.mailbox-popup .modal-dialog {
  max-width: 700px;
}

.mailbox-popup .to-cc-bcc-div textarea:focus-visible,
input:focus-visible,
.editable-inner:focus-visible {
  /* border: 1px solid #D0D5DD;
  border-radius: 8px; */
  outline: 0;
}
.modalclose {
  position: absolute;
  z-index: 999;
  margin-top: -3.5%;
  display: flex;
  flex-direction: row;
  width: 30px;
  right: -13px;
  justify-content: flex-end;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  background: #0F1035;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.mailbox-popup .subject-div {
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 1rem;
}

.editable-inner {
  max-height: 400px;
  padding: 1rem;
  overflow-y: auto;
  height: 400px;
}

.mailbox-popup .mail-footer {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mailbox-popup .send-btn button {
  margin-right: 1.1rem;
}

.mailbox-popup .trash-box {
  display: flex;
  align-items: center;
}

.mailbox-top-head button img {
  width: 1rem;
}

.mailbox-top-head button {
  background-color: white;
}

.subject-div input {
  width: 100%;
}

.mailbox-popup .print-sec {
  margin-right: 1rem;
}

/*mail box popup start*/
/*ticky start*/
.ticky img {
  width: 1.5rem;
  height: 1.5rem;
}

button.ticky {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  height: 40px;
}

button.ticky .btn-close {
  margin-left: 0.4rem;
}

.ticky-container {
  display: flex;
}

.ticky-container button {
  margin-right: 1rem;
  padding-left: 0;
}

.ticky-container button:last-child {
  margin-right: 0;
}

/*ticky end*/
/*work detail tab start*/
.work-card a img {
  width: 50%;
}

/*work detail tab end*/
/*create new brief view start*/
.list-group-borderless>.list-group-item {
  border: 0;
}

.pad-left-2 {
  padding-left: 2rem;
}

/*create new brief view end*/
/*chat start*/
.chat-box {
  max-width: 320px;
  width: 100%;
}

.right-user .card {
  background-color: #efefef;
}

.chat-container {
  margin-top: 1rem;
  float: left;
  width: 100%;
  position: relative;
  background-color: #fbf9f7;
}

.chat-wrapper {
  margin-bottom: 1.25rem;
  float: left;
  width: 100%;
}

.chat-container .chat-box.left-user {
  float: left;
}

.chat-container .chat-box.right-user {
  float: right;
}

.textarea-wrapper-bottom textarea {
  width: 100%;
  resize: none;
  padding: 0.5rem 1rem;
  height: 45px;
  border: 1px solid #eee;
}

.textarea-wrapper-bottom textarea::placeholder {
  padding-top: 2px;
  color: #a8a8a8;
}

.textarea-wrapper-bottom {
  position: absolute;
  bottom: -25px;
  width: 108%;
  background: #eee;
  margin-bottom: 1.5rem;
  max-height: 70px;
}

.chat-container-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 245px);
  overflow-y: auto;
  padding-bottom: 80px;
  padding-top: 14rem !important;
  float: left;
  width: 100%;
}

.Project_view .view-detail {
  background: #fff;
  max-height: calc(100vh - 230px);
  overflow: hidden;
  overflow-y: auto;
}

.Project_view .chat-container-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
  padding-bottom: 80px;
  padding-top: 14rem !important;
  float: left;
  width: 100%;
}

.textarea-wrapper-bottom textarea:focus-visible {
  outline: 0;
}

.brief_chat_wrapper .user_image {
  width: 45px;
  height: 45px;
}

.time-date {
  font-size: 0.75rem;
}

.username {
  font-size: 0.875rem;
}

.user_message {
  font-size: 0.875rem;
}

.btn_send {
  height: 45px;
  margin-top: -7px;
}

/* usha css */

/* create brief next two */
.create_brief_links {
  position: relative;
}

.create_brief_links .create_brief_add_btn {
  position: absolute;
  right: 34px;
  top: 53%;
}

.btn-xs {
  border-radius: 0.375rem;
  font-size: 0.875rem;
  padding: 0.3rem 0.4rem;
}

/* end usha css */

/*setting start*/
.seting-avtar img {
  width: 46px;
  height: 46px;
  border-radius: 50px;
}

.avtar-outer div {
  width: auto;
}

.social-links a {
  border: 2px solid #000;
  margin-right: 10px;
  border-radius: 50%;
  padding: 2px 5px;
  height: 30px;
  width: 30px;
}

.personality-traits .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  padding: 10px 5px;
  font-size: 16px;
}

.personality-traits .badge {
  line-height: 1rem;
  padding: 7px 20px;
  margin: 0 5px 10px 0;
  font-weight: 500;
  word-break: break-all !important;
  white-space: normal;
}

.table.table-light th,
.table .table-light th {
  background-color: #fff !important;
}

.view-detail {
  max-height: calc(100vh - 275px);
  overflow: hidden;
  overflow-y: auto;
}

.view-detail .card {
  background: transparent;
  box-shadow: none;
  border-bottom: solid 1px #dfdfdf;
  border-radius: 0;
}

.view-detail{
  padding: 1.5rem 0 !important;
}

.bg-primary,
.bg-primary-focus:focus,
.bg-primary-hover:hover {
  background-color: #e6cb29 !important;
}

/*setting end*/
@media (max-width: 768px) {
  .edit-avtar {
    margin: 1.5rem auto 0 auto;
  }

  .edit-profile-head {
    text-align: center;
  }

  .center-div-tab {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
}

@media (max-width: 600px) {
 

  .mt-5-mob {
    margin-top: 1rem;
  }

  .mob-p-0 {
    padding: 0 !important;
  }

  .chat-box {
    max-width: 200px;
  }

  .chat-box {
    padding: 0.5rem;
  }

  .custom-table .scrollable-y {
    overflow-x: visible;
  }

  .custom-table {
    margin-bottom: 1rem;
  }

  .chat-ui .border-end {
    border-right: 0;
    margin-bottom: 1.5rem;
  }

  .chat-ui .text-end {
    text-align: center !important;
  }

  .chat-container-inner {
    max-height: 400px;
  }

  .ticky-container {
    flex-wrap: wrap;
  }

  .ticky-container button {
    margin-bottom: 1rem;
  }

  .ticky-container button:nth-child(even) {
    margin-right: 0;
  }
}

.react-date-picker__wrapper {
  border: none !important;
}

.startFilter {
  padding: 0.4rem 1rem !important;
  margin: 0 0.4rem;
}

.otpBox div {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  margin: 0 !important;
}

.resendBtnShow:hover {
  color: #e6cb29 !important;
  text-decoration: underline;
}

.resendBtnShow {
  transition: 0.2s all;
}

.resendBtnhide {
  color: rgba(0, 0, 0, 0.4);
}

.brief-img {
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 768px) {
  /* .min-h-screen {
    min-height: 94vh !important;
  } */

  .dashboard-head {
    display: block;
  }
}

@media (max-width: 1024px) {
  .sidebar_wrapper .navbar-expand-lg .navbar-brand img {
    max-width: 15%;
  }

  .p-xl-10 {
    padding: 0.5rem !important;
  }
}

.chat-btn {
  position: absolute;
  bottom: 55px;
  left: 0;
}

.bg-yellow2 {
  background: #e6cb47 !important;
  border-radius: 20px !important;
}

.client-profile .camera-cover {
  position: absolute;
  right: 10px;
  bottom: 15px;
  background: #ffff;
  padding: 5px 10px;
  border-radius: 50%;
}

.selected button.page-link {
  background: rgba(230, 203, 71, 1) !important;
  color: black;
}

.bottom-div {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-div {
  position: absolute;
  top: 25px;
  right: 0;
}

.top-div span {
  color: #fff;
}

.bottom-div h2 {
  color: #eaca43;
}

.page-link {
  background: black;
  color: rgba(230, 203, 71, 1);
}

.page-link:hover {
  background-color: rgba(230, 203, 71, 1);
  border-color: aliceblue;
  color: black;
  z-index: 2;
}

.view-detail::-webkit-scrollbar {
  width: 10px;
}

.view-detail::-webkit-scrollbar-track {
  background-color: #efefef;
}

.view-detail::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px;
}

/* .pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
} */
.client-height {
  height: calc(70vh - 170px);
}

.brief-height {
  height: calc(80vh - 180px);
}

.modal {
  z-index: 999999 !important;
}

.table .dropdown-menu.show {
  right: 35px !important;
}

/* pdf css */
#pspdfkit-header {
  margin-top: 2.5rem;
  padding: 1rem;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.logo {
  height: 6rem;
  width: auto;
  margin-right: 1rem;
}

.page {
  margin-left: 5rem;
  margin-right: 5rem;
}

.intro-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
  border: 1px solid #ccc;
}

.delivery-items {
  display: flex;
  width: 23%;
}

.intro-form {
  display: flex;
  width: 50%;
}

.width-33 {
  display: flex;
  width: 33.33%;
}

.intro-table-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 10px;
}

.inner-data {
  padding: 0.8rem 1rem;
  width: 100%;
}

.intro-form-item {
  padding: 0.8rem 1rem;
}

.page .br-bottom {
  border-bottom: 1px solid #ccc !important;
}

.page .br-right {
  border-right: 1px solid #ccc !important;
}

.pdftable thead {
  background-color: #ffffff !important;
}

.pdftable tbody,
.pdftable td,
.pdftable th,
.pdftable thead,
.pdftable tr {
  border: 1px solid #ccc !important;
  font-size: 15px !important;
}

.PhoneInput {
  width: 100%;
  height: 38px;
  border: 1px solid #EDEAE1;
  padding: 8px;
  border-radius: 4px;
  color: black;
  background-color: #FBFAF9;
  font-size: 14px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.background-overlay {
  background: rgba(238, 233, 224, 0.50);
  position: absolute;
  width: 100dvw;
  height: 100dvh;

}
.PhoneInputCountryIcon--border {
  background-color: transparent !important;
  box-shadow: none !important;
}

.PhoneInputCountry {
  width: 30px;
  margin-right: 10px !important;
}

.PhoneInputCountrySelectArrow {
  display: none;
}
.PhoneInputInput {
  background-color: #FBFAF9;
}
.google-box iframe {
  margin: 0 auto !important;
  text-align: center;
}
.google-box {
  padding: 72px 64px 74px !important;
}
.google-box .google-button {
    margin: 0 auto;
    margin-top: 10px;
}
@media (max-width: 768px) {
  .google-sign-in .google-sign-in-bg {
      background: white !important;
  }
  .google-sign-in .copywrite{
    display: none;
  }
  .google-sign-in .google-box{
    padding: 0 !important;
    box-shadow: none !important;
  }
  .google-sign-in .min-h-screen {
    min-height: 100vh !important;
  }
}