﻿@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, figure, label {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.modal-close .feather {
  width: 30px;
  height: 30px;
  stroke: #6e6b7b;
  stroke-width: 3;
}

.login-select .login-ul {
  border-radius: 6;
}

.login-select .login-ul a {
  background: none;
  color: #212529;
  font-weight: 400;
  padding: 8px 10px;
  margin: 5px 0 0 0;
}

.login-select .login-ul a:hover {
  background: #dfdfdf;
  border-radius: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.styled-li li {
  list-style-type: disc;
}

.feather {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.top-heading-h5 {
  color: #6e6b7b;
  text-align: center;
  font-size: 22px;
}

.sidesec {
  display: none;
}

.sidesec.active {
  display: block !important;
}

.showbrandname {
  display: none;
}

.showbrandname.active {
  display: block !important;
}

.inbox {
  max-width: 400px;
  margin: 50px auto;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F1F1F1;
}

.item:last-child {
  border-bottom: 0;
}

input:checked + p {
  background: #F9F9F9;
  text-decoration: line-through;
}

/*input[type="checkbox"] {
  margin: 20px;
}*/



p {
  margin: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
 margin-bottom:0 !important;
}

/* button css */
.custom-btn {
  border: 1px solid transparent;
  padding: 9px 15px;
  border-radius: 0.358rem;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  display: inline-block;
}

/* custom-secondary-button css */
.custom-secondary-btn {
  border-color: #82868b;
  background-color: #82868b;
}

.custom-secondary-btn:active, .custom-secondary-btn:focus {
  background-color: #75797e;
}

.custom-secondary-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #82868b;
          box-shadow: 0 8px 25px -8px #82868b;
}

.input-td {
  height: 55px;
}

.input-td textarea {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-bottom: none !important;
  height: 100%;
  padding: 5px !important;
}

.input-td textarea:focus {
  outline: none !important;
  border: none;
}

.excel-btn {
  background: #007F3F;
  color: #fff;
}

/* custom-success-button css */
.custom-success-btn {
  border-color: #28c76f;
  background-color: #28c76f;
}

.custom-success-btn:active, .custom-success-btn:focus {
  background-color: #24b263;
}

.custom-success-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #28c76f;
          box-shadow: 0 8px 25px -8px #28c76f;
}

.histry-btn {
  background: #22577E;
  border-radius: 3px;
  color: #fff;
}

.retwt-btn {
  background: #7FB5FF;
  border-radius: 3px;
  color: #fff;
}

.chat-btn {
  background-color: #007F3F;
  border-radius: 3px;
  color: #fff;
}

.edit-btn {
  border-color: #7897AB;
  background-color: #7897AB;
}

.edit-btn:active, .edit-btn:focus {
  background-color: #A0BCC2;
}

.edit-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #A0BCC2;
          box-shadow: 0 8px 25px -8px #A0BCC2;
}

/* custom-danger-button css */
.custom-danger-btn {
  border-color: #ea5455;
  background-color: #ea5455;
}

.custom-danger-btn:active, .custom-danger-btn:focus {
  background-color: #e73d3e;
}

.custom-danger-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #ea5455;
          box-shadow: 0 8px 25px -8px #ea5455;
}

/* custom-warning-button css */
.custom-warning-btn {
  border-color: #ff9f43;
  background-color: #ff9f43;
}

.custom-warning-btn:active, .custom-warning-btn:focus {
  background-color: #ff922a;
}

.custom-warning-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #ff9f43;
          box-shadow: 0 8px 25px -8px #ff9f43;
}

.custom-reject-btn {
  border-color: #FF6B6B;
  background-color: #FF6B6B;
}

.custom-reject-btn:active, .custom-info-btn:focus {
  background-color: #F32424;
}

.custom-reject-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #F32424;
          box-shadow: 0 8px 25px -8px #F32424;
}

.custom-approve-btn {
  border-color: #00C897;
  background-color: #00C897;
}

.custom-approve-btn:active, .custom-approve-btn:focus {
  background-color: #00C897;
}

.custom-approve-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #00C897;
          box-shadow: 0 8px 25px -8px #00C897;
}

/* custom-info-button css */
.custom-info-btn {
  border-color: #00cfe8;
  background-color: #00cfe8;
}

.custom-info-btn:active, .custom-info-btn:focus {
  background-color: #00b8cf;
}

.custom-info-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #00cfe8;
          box-shadow: 0 8px 25px -8px #00cfe8;
}

/* custom-dark-button css */
.custom-dark-btn {
  border-color: #4b4b4b;
  background-color: #4b4b4b;
}

.custom-dark-btn:active, .custom-dark-btn:focus {
  background-color: #343434;
}

.custom-dark-btn:hover {
  -webkit-box-shadow: 0 8px 25px -8px #4b4b4b;
          box-shadow: 0 8px 25px -8px #4b4b4b;
}

button {
  background-color: transparent;
  border: none;
}

::-moz-selection {
  background: #01afae;
  color: #fff;
}

::selection {
  background: #01afae;
  color: #fff;
}

.fixed-card-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  position: fixed;
}

.fixed-card-body::-webkit-scrollbar-thumb {
  background-color: #ddd;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

::-webkit-scrollbar-thumb {
  background-color: #01afae;
  border: 3px solid #FFF;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background-color: #FFF;
}

.frm-label {
    padding-bottom: 0 !important;
}

.frm-label, .txt_label {
    font-size: 14px;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    color: #8f8aa3;
}

.frm-label-val {
  font-size: 13px;
  color: #151515;
  text-align: justify;
  font-weight: 600;
  /*font-size: 14px;
    color: #151515;
    text-align: justify;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;*/
}

.form-control {
  font-size: 13px !important;
  padding: 0.48rem 0.75rem;
}

.custom-textarea {
  height: 100px;
}

.modal-right .modal-header {
  background: #CDF0EA !important;
}

.modal-right .modal-dialog-prjct {
  width: 60%;
}

.modal .modal-header {
  background-color: #f8f8f8;
  border-bottom: none;
}

.modal .modal-header .modal-title {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
}

.modal .modal-body .cmt-wrap h6 {
  color: #6e6b7b;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
}

.modal .modal-body .cmt-wrap p {
  color: #6e6b7b;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

/*

.dropdown {
    position: relative;
    width: 100%;
    height: 42px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.dropdown::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 1000;
    width: 8px;
    height: 8px;
    border: 2px solid #333;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.dropdown.active::before {
    top: 18px;
    transform: rotate(-225deg);
}

.dropdown input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
    border-radius: 10px;
}

.dropdown .options {
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.dropdown.active .options {
    display: block;
}

.dropdown .options div {
    padding: 12px 20px;
    cursor: pointer;
}

.dropdown .options div:hover {
    background: #62baea;
    color: #fff;
}

.dropdown .options div ion-icon {
    position: relative;
    top: 4px;
    font-size: 1.2em;
    margin-right: 10px;
}

*/
.fixed-search-panel {
  background-color: #fff;
  width: 330px;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transform: translateX(-330px);
          transform: translateX(-330px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px 20px;
  overflow-y: auto;
}

.fixed-search-panel .srch-label {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  padding-top: 8px;
}

.fixed-search-panel .srch-label label {
  font-weight: 600;
  text-transform: capitalize;
  color: #6e6b7b;
}

.fixed-search-panel .frm-label {
  padding-bottom: 5px;
}

.search-panel .frm-label {
  padding-bottom: 5px;
}

.active-search-panel {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.top-header {
  background-color: #fff;
}

.top-header .row:nth-child(1) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .app-setting-wrap {
  padding-right: 15px;
}

.top-header .app-setting-wrap button {
  color: #6e6b7b;
}

.top-header .toggle-wrap {
  padding-right: 15px;
}

.top-header .toggle-wrap .toggle-btn {
  border: none;
  background-color: transparent;
  color: #6e6b7b;
  font-size: 18px;
}

.top-header .toggle-wrap #light-mode {
  display: none;
}

.top-header .dropdown-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 160px;
  background-color: #fff;
  z-index: 1;
  padding: 5px 0;
  right: 0;
  top: 58px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  border-radius: 4px;
}

.top-header .dropdown-content .pop-profile-list {
  text-align: initial !important;
}

.top-header .dropdown-content .pop-profile-list li {
  font-size: 14px;
  line-height: 18px;
}

.top-header .dropdown-content .pop-profile-list li a {
  padding: 0.65rem 1.28rem;
  display: block;
  color: #6e6b7b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-header .dropdown-content .pop-profile-list li a:hover {
  background-color: rgba(115, 103, 240, 0.12);
}

.top-header .profile-info-wrap .show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.top-header .profile-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  position: relative;
}

.top-header .profile-info-wrap .notification-wrap {
  padding-right: 30px;
}

.top-header .profile-info-wrap .notification-wrap .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  border: none !important;
  border-radius: 4px !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
  -webkit-transform: translate(-330px, 30px) !important;
          transform: translate(-330px, 30px) !important;
  display: initial !important;
  top: 35px !important;
}

.top-header .profile-info-wrap .notification-wrap .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-330px, 0px) !important;
          transform: translate(-330px, 0px) !important;
}

.top-header .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-header .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-header .profile-info-wrap .notification-wrap .btn-group .dropdown-menu .dropdown-header .text h4 {
  font-size: 18px !important;
}

.top-header .profile-info-wrap .notification-wrap .dropdown-item:focus, .top-header .profile-info-wrap .notification-wrap .dropdown-item:hover {
  background-color: rgba(115, 103, 240, 0.12) !important;
}

.top-header .profile-info-wrap .notification-wrap .text h4 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #6e6b7b;
  padding-bottom: 5px;
}

.top-header .profile-info-wrap .notification-wrap .text h4 span {
  font-weight: 400;
}

.top-header .profile-info-wrap .notification-wrap .noti-icon-container {
  color: #6e6b7b;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.top-header .profile-info-wrap .notification-wrap .noti-icon-container .notification-nmbr {
  position: absolute;
  background-color: #ea5455;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -11px;
  right: -13px;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.top-header .profile-info-wrap .profile-cred-list {
  padding-right: 15px;
  text-align: end;
}

.top-header .profile-info-wrap .profile-cred-list .profile-name {
  font-weight: 600;
  color: #6e6b7b;
  font-size: 15px;
  line-height: 13px;
}

.top-header .profile-info-wrap .profile-cred-list .profile-desig {
  font-weight: 400;
  color: #6e6b7b;
  font-size: 13px;
}

.layout-header .bottom-header .header-layout .nav-menu {
  background-color: #fff;
  margin: 8px 0;
  padding: 0 17px;
  border-radius: 4px;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li {
  position: relative;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
  font-size: 15px;
  padding: 15px 0;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li:hover .drop-down-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li a {
  color: #6e6b7b;
  cursor: pointer !important;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li .active {
  background: linear-gradient(118deg, #01afae, rgba(1, 175, 174, 0.7));
  border-radius: 4px;
  padding: 8px 12px;
  color: #fff;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 10px 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  width: 250px;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu ul li {
  padding: .5rem 1.28rem;
  margin-right: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu ul li:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.layout-body {
  padding: 0 0 18px 0;
}

.layout-body .floating-add-btn-container {
  position: fixed;
  bottom: 20%;
  right: 3%;
  z-index: 1;
}

.layout-body .floating-add-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  /*background: #35a989; */
  background: #3a3a3a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.layout-body .floating-search-btn-container {
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 1;
}

.layout-body .floating-search-btn-container button {
  background-color: transparent;
  border: none;
  width: 45px;
  height: 45px;
  /*background: #35a989; */
  background: #4f6bf2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.layout-body .show-hide-panel {
  display: none;
}

.layout-body .panel-active {
  display: block;
}

.layout-body .cmnt-btn {
  border: none;
  background-color: transparent;
}

.layout-body .btn-conainer {
  margin-top: 30px;
}

.layout-body .status-txt {
  font-weight: 600;
  text-transform: capitalize;
  color: #6e6b7b;
}

.layout-body .status-txt .pndg-txt {
  font-weight: 400;
  color: #ef6000;
}

.layout-body .status-txt .rjct-txt {
  color: #ea5455;
  font-weight: 400;
}

.layout-body .card-wrap-clr-one {
  background: linear-gradient(87deg, #5e72e4, #825ee4) !important;
}

.layout-body .card-wrap-clr-two {
  background: #29bbe3 !important;
}

.layout-body .card-wrap-clr-three {
  background: #35a989 !important;
}

.layout-body .card-wrap-clr-three .card-wrap-head h5 {
  border-bottom: 1px solid #fff !important;
}

.layout-body .card-wrap-clr-four {
  background: #f16c69 !important;
}

.layout-body .card-wrap-clr-four .card-wrap-head h5 {
  border-bottom: 1px solid #fff !important;
}

.layout-body .header-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-body .header-txt h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #6e6b7b;
  text-align: initial;
}

.layout-body .header-txt .header-icon {
  background-color: #fe8767;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  margin-left: 8px;
}

.layout-body .light-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.layout-body .light-table table tr th {
  background-color: #f3f2f7;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.layout-body .light-table table thead tr th {
  background-color: #f3f2f7;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.layout-body .light-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
}

.layout-body .light-table table .inactv-td {
  background: #FF6B6B;
  padding: 7px 10px;
  color: #fff;
}

.layout-body .light-table table .actv-td {
  background: #00C897;
  padding: 7px 10px;
  color: #fff;
}

.layout-body .light-table table .benef-td {
  background: #D6E5FA;
}

.layout-body .light-table table .affir-td {
  background: #FFE5B9;
}

.layout-body .table-under-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.layout-body .table-under-table table tr th {
  background-color: #C4DDFF !important;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.layout-body .table-under-table table tr td {
  border-top: 1px solid #ddd !important;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
}

.layout-body .table-under-table table .inactv-td {
  background: #FF6B6B;
  padding: 7px 10px;
  color: #fff;
}

.layout-body .table-under-table table .actv-td {
  background: #00C897;
  padding: 7px 10px;
  color: #fff;
}

.layout-body .table-under-table table .benef-td {
  background: #D6E5FA;
}

.layout-body .table-under-table table .affir-td {
  background: #FFE5B9;
}

.layout-body .success-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.layout-body .success-table table tr th {
  background-color: #A3E4DB;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.layout-body .success-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
}

.layout-body .success-table table .inactv-td {
  background: #FF6B6B;
  padding: 7px 10px;
  color: #fff;
}

.layout-body .success-table table .actv-td {
  background: #00C897;
  padding: 7px 10px;
  color: #fff;
}

.layout-body .success-table table .benef-td {
  background: #D6E5FA;
}

.layout-body .success-table table .affir-td {
  background: #FFE5B9;
}

.layout-body .breadcrumb {
  margin-bottom: 5px;
}

.layout-body .breadcrumb i {
  font-size: 18px;
}

.layout-body .breadcrumb li a {
  color: #01afae;
}

.layout-body .clr-card-wrap {
  height: 100%;
}

.layout-body .clr-card-wrap .header-txt h4 {
  color: #6e6b7b;
}

.layout-body .clr-card-wrap .clr-card-wrap-five {
  background-color: #4f6bf2 !important;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.layout-body .clr-card-wrap .clr-card-wrap-five:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.layout-body .clr-card-wrap .approval-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 18px 0;
  text-align: center;
}

.layout-body .clr-card-wrap .approval-list-wrap .approval-list li:nth-child(1) {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 8px;
}

.layout-body .clr-card-wrap .approval-list-wrap .approval-list li:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
}

.layout-body .card-wrap {
  background-color: #fff;
  /*padding: 20px 17px;*/
  border-radius: 4px;
  color: #6e6b7b;
}

.layout-body .card-wrap .card-wrap-head h5 {
  padding: 10px 17px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 19px;
  text-align: initial;
}

.layout-body .card-wrap .cus-body-wrap {
  /*padding: 5px 17px 17px !important;*/
  padding: 0 0 17px 0 !important;
}

.layout-body .card-wrap .card-wrap-body {
  padding: 17px;
  position: relative;
}

.layout-body .card-wrap .card-wrap-body .filter-panel-wrap {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  background-color: #bfe0eb;
  padding-left: 20px;
  padding-top: 4px;
}

.layout-body .card-wrap .card-wrap-body .side-img-card-wrap {
  height: 100%;
  background-color: #cdc9f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout-body .card-wrap .card-wrap-body .clr-two {
  background-color: #e8f2ff !important;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin:15px !important;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn button {
  border: none;
  background-color: transparent;
  color: #6e6b7b;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn button .feather {
  width: 30px;
  height: 30px;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn-2 {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn-2 button {
  border: none;
  background-color: transparent;
  color: #6e6b7b;
}

.layout-body .card-wrap .card-wrap-body .fixed-edit-btn-2 button .feather {
  width: 30px;
  height: 30px;
}

.layout-body .card-wrap .card-wrap-body .chart-wrap {
  width: 300px !important;
  height: 300px !important;
  margin: auto;
}

.layout-body .card-wrap .stat-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.layout-body .card-wrap .stat-list-wrap .stat-list {
  text-align: center;
}

.layout-body .card-wrap .stat-list-wrap .stat-list li:nth-child(1) {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.layout-body .card-wrap .stat-list-wrap .stat-list li:nth-child(2) {
  font-size: 18px;
  color: #fff;
}

.layout-body .card-wrap h2 {
  font-size: 15px;
  text-transform: capitalize;
}

.layout-body .card-wrap h4 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.layout-body .card-wrap .add-btn-container {
  padding: 0px 0 20px 15px;
}

.grid-wrap-container {
  display: -ms-grid;
  display: grid;
  height: 300px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.grid-wrap-container .box-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  text-align: center;
  text-transform: capitalize;
  /*padding CSS 20-JUL-23*/
  padding: 21px;
  font-weight: 700;
  /*add CSS 20-JUL-23*/
}

.grid-wrap-container .box-wrap-item .grid-wrap-item ul li {
  color: #fff;
  font-size: 14px;
}

.grid-wrap-container .box-wrap-item .grid-wrap-item ul li:nth-child(1) {
  padding-bottom: 5px;
}

.grid-wrap-container .box-1 {
  background-color: #ff7949;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 /span 2;
   /*add CSS 20-JUL-23*/
  border-radius: 4px;
}

.grid-wrap-container .box-2 {
  background-color: #46496a;
   /*add CSS 20-JUL-23*/
  border-radius: 4px;
}

.grid-wrap-container .box-3 {
  background-color: #81cebe;
   /*add CSS 20-JUL-23*/
  border-radius: 4px;
}

.grid-wrap-container .box-4 {
  background-color: #ada58e;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 /span 2;
   /*add CSS 20-JUL-23*/
  border-radius: 4px;
}

.grid-wrap-container .box-5 {
  background-color: #fece12;
   /*add CSS 20-JUL-23*/
  border-radius: 4px;
}

/* dark-mode css */
.darkmodeactivated::-webkit-scrollbar-track {
  background-color: #22222e;
}

.darkmodeactivated::-webkit-scrollbar-thumb {
  border: 3px solid #22222e;
  border-radius: 10px;
}

.darkmodeactivated {
  background-color: #151521;
}

.darkmodeactivated .layout-body .card-wrap .card-wrap-body .filter-panel-wrap {
  background-color: #2a84fe;
  border-bottom: 1px solid transparent;
}

.darkmodeactivated .app-setting-wrap button {
  color: #d0d2d6;
}

.darkmodeactivated .dropdown-menu {
  background-color: #22222e !important;
}

.darkmodeactivated .all-wrap {
  background-color: #1a1c1e;
}

.darkmodeactivated .fixed-search-panel {
  background-color: #22222e;
}

.darkmodeactivated .editable-table table tr th {
  border: 1px solid #ebe9f1 !important;
}

.darkmodeactivated .editable-table table tr td {
  border: 1px solid #ebe9f1 !important;
}

.darkmodeactivated .light-table table tr th {
  background-color: #f3f2f7;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
  text-align: center !important;
}

.darkmodeactivated .light-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
  text-align: center !important;
}

.darkmodeactivated .layout-body .light-table table tr th {
  background-color: #343d55;
  color: #d0d2d6;
  text-align: center !important;
}

.darkmodeactivated .layout-body .light-table table tr td {
  color: #d0d2d6;
  text-align: center !important;
}

.darkmodeactivated .mobile-menu-dash {
  background: #d0d2d6;
}

.darkmodeactivated .top-header .dropdown-content {
  background-color: #22222e;
}

.darkmodeactivated .top-header .dropdown-content .pop-profile-list li a {
  color: #d0d2d6;
}

.darkmodeactivated .layout-header .top-header {
  background-color: #22222e;
}

.darkmodeactivated .layout-header .top-header .toggle-btn, .darkmodeactivated .layout-header .top-header .noti-icon-container, .darkmodeactivated .layout-header .top-header .profile-name, .darkmodeactivated .layout-header .top-header .profile-desig {
  color: #d0d2d6;
}

.darkmodeactivated .layout-header .bottom-header .header-layout .nav-menu {
  background-color: #22222e;
}

.darkmodeactivated .layout-header .bottom-header .header-layout .nav-menu .nav-menu-list li a {
  color: #d0d2d6;
}

.darkmodeactivated .layout-body .header-txt h4, .darkmodeactivated .layout-body .card-wrap .card-wrap-head h5, .darkmodeactivated .stat-progess-bar .circle-wrap, .darkmodeactivated .rad-text, .darkmodeactivated .srch-label label {
  color: #d0d2d6;
}

.darkmodeactivated .layout-body .card-wrap {
  background-color: #22222e;
}

.darkmodeactivated .breadcrumb-item, .darkmodeactivated .frm-label, .darkmodeactivated .frm-label-val, .darkmodeactivated .fixed-edit-btn button, .darkmodeactivated .nav-tabs > .nav-item > .nav-link {
  color: #d0d2d6 !important;
}

.darkmodeactivated .breadcrumb-item.active {
  color: #d0d2d6;
}

.darkmodeactivated .stat-progess-bar .disable-bar {
  border: 4px solid #22222e !important;
  background-color: #22222e;
}

.darkmodeactivated .layout-header .bottom-header .header-layout .nav-menu .nav-menu-list .drop-down-menu {
  background-color: #22222e;
}

.stat-progess-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stat-progess-bar .disable-bar {
  border: 4px solid #fff !important;
}

.stat-progess-bar .circle-wrap {
  width: 14.28%;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}

.stat-progess-bar .bar-line, .stat-progess-bar .first-bar-line, .stat-progess-bar .last-bar-line {
  position: relative;
}

.stat-progess-bar .bar-line::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .first-bar-line::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .last-bar-line::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  height: 1px;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

.stat-progess-bar .prog-circle {
  height: 40px;
  width: 40px;
  border: 6px solid #53515c;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.stat-progess-bar .last-bar-circle {
  border: 6px solid #eb7954;
}

.mobile-header-wrapper {
  padding: 10px 18px;
  background-color: #fff;
}

.mobile-menu {
  padding: 5px;
  display: block;
  border-radius: 4px;
}

.mobile-menu-dash {
  display: block;
  width: 25px;
  height: 2px;
  background: #6e6b7b;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*****************************
Layout - Offcanvas
*****************************/
.offcanvas {
  z-index: 999999;
  position: fixed;
  top: 0;
  overflow: auto;
  height: 100vh;
  padding: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  color: #6e6b7b;
  width: 300px;
  overflow-x: hidden;
  visibility: visible;
}

.nav-transparent-bg-active {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999998;
  top: 0;
  bottom: 0;
}

.offcanvas-leftside {
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-rightside {
  right: 0%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas.offcanvas-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.offcanvas-overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.offcanvas-header {
  margin-bottom: 30px;
  padding: 0;
}

.offcanvas-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 0 auto auto;
}

.offcanvas-close:hover {
  color: #261146;
  border-color: #261146;
}

.offcanvas-title {
  margin-bottom: 40px;
}

/*mobile-menu Top Area*/
.mobile-menu-top {
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.mobile-menu-user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu-user-menu > li {
  margin-right: 40px;
  position: relative;
}

.mobile-menu-user-menu > li:last-child {
  margin-right: 0;
}

.mobile-menu-user-menu > li::after {
  position: absolute;
  content: "|";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(0% - 20px);
}

.mobile-menu-user-menu > li:last-child::after {
  display: none;
}

.mobile-menu-user-menu > li > a {
  display: inline-block;
  line-height: 46px;
  color: #666 !important;
}

.mobile-menu-user-menu > li > a:hover {
  color: #261146;
}

.has-mobile-user-dropdown {
  position: relative;
  padding-right: 15px;
}

.has-mobile-user-dropdown::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
}

.mobile-user-sub-menu {
  position: absolute;
  top: calc(100%);
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  padding: 10px 15px;
  width: 160px;
  background: #FFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.mobile-user-sub-menu > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}

.mobile-user-sub-menu > li:last-child {
  border-bottom: none;
}

.mobile-user-sub-menu > li > a {
  position: relative;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-user-sub-menu > li > a:hover {
  color: #261146;
}

.user-sub-menu-link-icon {
  padding-right: 5px;
}

.has-mobile-user-dropdown:hover .mobile-user-sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/*Mobile Menu Center Area*/
.mobile-menu-customer-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Raleway", sans-serif;
}

.mobile-menu-customer-support-icon {
  max-width: 50px;
  overflow: hidden;
  margin-right: 30px;
}

.mobile-menu-customer-support-icon img {
  width: 100%;
}

.mobile-menu-customer-support-text-phone {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-menu-customer-support-text-phone:hover {
  color: #261146;
}

.mobile-menu-customer-support-text {
  font-size: 14px;
  margin: 20px 0;
}

.mobile-action-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-action-icon-item {
  margin-right: 40px;
}

.mobile-action-icon-item:last-child {
  margin-right: 0;
}

.mobile-action-icon-link {
  position: relative;
  font-size: 27px;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-action-icon-link:hover {
  color: #261146;
}

.mobile-action-icon-item-count {
  position: absolute;
  top: 0;
  right: calc(0% - 10px);
  font-size: 11px;
  display: inline-block;
  background: #333;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
  background: #261146;
}

/*Mobile Menu Bottom Area*/
.mobile-menu-bottom {
  position: fixed;
  bottom: 5%;
}

.offcanvas-menu {
  margin: 20px 0;
}

.offcanvas-menu li {
  position: relative;
  padding: 10px 5px;
}

.offcanvas-menu > ul > li {
  border-bottom: 1px solid transparent;
}

.offcanvas-menu > ul > li:last-child {
  border-bottom: none;
}

.mobile-sub-menu {
  border-left: 1px solid #ddd;
  margin: 20px 0;
}

.mobile-sub-menu li {
  padding: 12px 0 12px 25px;
}

.mobile-sub-menu li a {
  font-weight: 500 !important;
}

.offcanvas-menu li a {
  display: block;
  color: #6e6b7b;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
}

/*.offcanvas-menu li a:hover {
            color: #ddd;
        }*/
.offcanvas-menu li .mobile-sub-menu {
  display: none;
}

.offcanvas-menu-expand::after {
  content: "\f107";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666;
  font-weight: 600;
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child,
.sub-menu > .active .offcanvas-menu-expand:last-child {
  border-bottom: none;
}

.offcanvas-menu .active > .offcanvas-menu-expand::after,
.sub-menu > .active .offcanvas-menu-expand::after {
  color: #777;
  content: "\f106";
}

.mobile-menu-email {
  color: #999;
  text-align: center;
  display: block;
}

.mobile-menu-email:hover {
  color: #261146;
}

.mobile-menu-social {
  margin-top: 25px;
  text-align: center;
}

.mobile-menu-social > li {
  display: inline-block;
  margin-right: 13px;
}

.mobile-menu-social > li:last-child {
  margin-right: 0px;
}

.mobile-menu-social > li > a {
  display: inline-block;
  font-size: 14px;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #FFF !important;
}

.mobile-menu-social > li > a:hover {
  opacity: 0.7;
}

.mobile-menu-social > li > a.facebook {
  background: #4867AA;
}

.mobile-menu-social > li > a.twitter {
  background: #1DA1F2;
}

.mobile-menu-social > li > a.youtube {
  background: #FE0000;
}

.mobile-menu-social > li > a.pinterest {
  background: #BD081B;
}

.mobile-menu-social > li > a.instagram {
  background: #B23A94;
}

.offcanvas-cart-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.offcanvas-cart-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-cart-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-cart-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-cart-image {
  width: 100%;
}

.offcanvas-cart-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-cart-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.offcanvas-cart-total-price-text {
  font-weight: 700;
}

.offcanvas-cart-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-cart-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
}

.offcanvas-cart-action-button-link:hover {
  background: #261146;
  color: #FFF;
}

.offcanvas-wishlist-item-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.offcanvas-wishlist-item-single:last-child {
  margin-bottom: 0;
}

.offcanvas-wishlist-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offcanvas-wishlist-item-image-link {
  width: 90px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-right: 20px;
}

.offcanvas-wishlist-image {
  width: 100%;
}

.offcanvas-wishlist-item-link {
  display: block;
  font-weight: 700;
}

.offcanvas-wishlist-item-details {
  font-family: "Raleway", sans-serif;
}

.offcanvas-wishlist-total-price-text {
  font-weight: 700;
}

.offcanvas-wishlist-action-button {
  margin-top: 40px;
}

.offcanvas-wishlist-action-button-list {
  margin-bottom: 25px;
  display: block;
}

.offcanvas-wishlist-action-button-link {
  display: block;
  background: #000;
  color: #FFF;
  padding: 10px 30px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.offcanvas-wishlist-action-button-link:hover {
  background: #261146;
  color: #FFF;
}

@media (max-width: 1199px) {
  .top-header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .big-screen-logo {
    width:150px;
  }
 
    mobile-header--right {
        display: none;
    }
 
  /*.bottom-header {
    display: none;
  }*/
  .lg-res-space {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .res-space {
    padding-top: 25px;
  }
  .hori-form {
    display: initial !important;
  }
  .hori-form .frm-label {
    width: auto !important;
    padding-bottom: 10px !important;
  }
  .top-header {
    background-color: #fff;
    padding: 0;
  }
  .layout-body {
    padding: 18px 0px;
  }
}

@media (max-width: 720px) {
  .stat-progess-bar {
    display: inherit;
  }
  .stat-progess-bar .circle-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .stat-progess-bar .circle-wrap .prog-wrap {
    width: 33.33%;
  }
  .stat-progess-bar .first-bar-line::after {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 50%;
    width: 1px;
    right: 0;
    left: 0;
    top: inherit;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .stat-progess-bar .bar-line::before {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    right: 0;
  }
  .stat-progess-bar .last-bar-line::before {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 50%;
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
    right: 0;
  }
}

@media (max-width: 575px) {
  .sm-res-space {
    padding-top: 25px;
  }
}

@media (max-width: 480px) {
  .log-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    background-color: #fff;
  }
  .log-flex-wrap .login-form-wrap {
    height: initial;
    padding: 60px 30px;
  }
  .sm-pad {
    padding: 0 !important;
  }
  .custom-d-sm-none {
    display: none;
  }
  .profile-info {
    display: none;
  }
  .sdg-wrap label {
    margin: 10px 0px !important;
  }
  .nav-tabs > .nav-item > .nav-link {
    padding: 8px 0px !important;
  }
  .proposal_page-cont .mail-sbmt-btn {
    left: 77% !important;
  }
  .budgt-det-cont .budget-tp-pannel {
    padding-left: 0 !important;
  }
  .budgt-det-cont .budget-tp-pannel .budget-descp-div {
    width: 93% !important;
    margin-left: 10px !important;
  }
  .budgt-det-cont .budget-tp-pannel .chart-wrap-2 {
    margin-left: 24% !important;
  }
  .budgt-det-cont .budget-frm input[type="radio"] {
    margin-right: 10px !important;
    margin-top: 5px !important;
  }
}

.custom-rad-label {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-rad-label .rad-design {
  margin: auto;
  width: 16px !important;
  height: 16px !important;
}

.custom-rad-label:hover, .custom-rad-label:focus-within {
  background: transparent !important;
}

.rad-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: rgba(204, 204, 204, 0.14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right bottom, from(#40fcab), to(#406ffc));
  background: linear-gradient(to right bottom, #40fcab, #406ffc);
  position: relative;
}

.rad-design::before {
  content: '';
  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #e6e6e6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.rad-input:checked + .rad-design::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.rad-text {
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 10px;
}

.rad-input:checked ~ .rad-text {
  color: #666666;
}

.abs-site-link {
  position: fixed;
  bottom: 40px;
  left: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.div_1, .div_2, .div_3, .div_4, .div_5, .div_6 {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.all-wrap {
  padding: 15px;
  margin: 17px;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.all-wrap .view-single-panel {
  position: absolute;
  right: 20px;
  top: 17px;
}

.all-wrap .view-single-panel button {
  color: #6e6b7b;
  font-size: 25px;
}

.top-header .noti-show {
  opacity: 1;
  visibility: visible;
}

.login-form-wrap {
    padding: 30px 30px;
    background-color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    box-shadow: 0 3px 30px #fff;
    width:100% !important;
}

.login-form-wrap h3 {
  font-weight: 600;
  font-size: 24px;
  color: #3a3a3a;
  padding-bottom: 10px;
}

.login-form-wrap p {
  font-size: 14px;
  color: #8898aa;
}

.login-form-wrap a {
  background-color: #01afae;
  width: 100%;
  color: #fff;
  padding: 10px;
  border: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  cursor:pointer !important;
}

.filter-header-panel {
  display: none;
}

.filter-header-panel.active, .fy-active, .program-wrap-active, .project-wrap-active, .partner-wrap-activate {
  display: block;
}

.disable {
  display: none;
}

.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sdg-wrap input[type="checkbox"][id^="cb"] {
  display: none;
}

.sdg-wrap label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sdg-wrap label::before {
  background-color: white;
  color: white;
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid #01afae;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.sdg-wrap label img {
  width: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.sdg-wrap :checked + label {
  border-color: #ddd;
}

.sdg-wrap :checked + label::before {
  content: "✓";
  background-color: #35a989;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sdg-wrap :checked + label img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  z-index: -1;
}

.sdg-wrap :checked + label .schedule-box-wrap {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  z-index: -1;
}

.sdg-wrap .schedule-box-wrap img {
  width: 40px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.schedule-box input[type="checkbox"][id^="cb"] {
  display: none;
}

.schedule-box :checked + .schedule-box-wrap {
  border-color: #ddd;
}

.schedule-box :checked + .schedule-box-wrap::before {
  content: "✓";
  background: #35a989;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.schedule-box .schedule-box-wrap {
  background: #46496a;
  border-radius: 4px;
  color: #fff;
  padding: 20px 15px;
}

.schedule-box .schedule-box-wrap .cntrl-label {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #f7f135;
}

.schedule-box .schedule-box-wrap .label-txt {
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}

.schedule-box .schedule-box-wrap .label-txt-value {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}

.schedule-box .schedule-box-wrap figure {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.schedule-box .schedule-box-wrap figure .num {
  font-size: 40px;
  line-height: 44px;
  font-family: 'Oswald', sans-serif;
}

.schedule-box .schedule-box-wrap figure img {
  width: 50px;
}

.schedule-box .schedule-box-wrap figcaption p {
  font-size: 16px;
  line-height: 22px;
}

.schedule-box .schedule-box-wrap.active {
  background: #35a989;
}

.schedule-box label {
  margin: 0;
}

.number-wrap {
  position: relative;
  padding: 20px;
  margin-left: 40px;
  background-color: #e4f2ff;
}

.num-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #424964;
  color: #fff;
  padding: 14px 7px;
}

.num-box p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.num-box .number-box {
  position: absolute;
  left: 0;
  padding: 5px 0px;
  background-color: #b6b6b5;
  font-weight: 600;
  bottom: -29px;
  color: #151515;
  width: 34px;
  text-align: center;
}

.pending-wrap {
  border-right: 5px solid #ff7949;
}

.success-wrap {
  border-right: 5px solid #28c76f;
}

.rejected-wrap {
  border-right: 5px solid #ea5455;
}

.hori-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hori-form .frm-label {
  width: 330px;
  padding-bottom: 0;
}

.profile-list li {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.profile-list li span {
  font-weight: 600;
  margin-right: 10px;
}

.profile-list li:last-child {
  margin-bottom: 0;
}

.note-label {
  background-color: lightblue;
  padding: 8px 30px;
  color: #404040;
  font-weight: 600;
  float: right;
  -webkit-clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
          clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 5% 50%, 0 0);
}

.checkbox-wrap {
  border: 1px solid #dddd;
  padding: 22px;
}

.checkbox-wrap .checkbox-list li {
  margin-bottom: 15px;
}

.checkbox-wrap .checkbox-list li:last-child {
  margin-bottom: 0;
}

.form-group {
  display: block;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  color: #6e6b7b;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #01afae;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 20px;
  top: -2px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #01afae;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.noti-wrap label {
  font-weight: 600;
}

.noti-wrap label span {
  font-weight: 400;
}

.tab-wrap {
  position: relative;
}

.wrap-content {
  margin-left: 33px;
}

.wrap-content .num-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #424964;
  color: #fff;
  padding: 14px 4px;
}

.wrap-content .num-box p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  position: relative;
}

.wrap-content .nav-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap-content .header-tab-box label {
  font-weight: 500;
}

.wrap-content #progressbar {
  margin-bottom: 0px;
  overflow: hidden;
  color: lightgrey;
}

.wrap-content #progressbar .active {
  color: #2F8D46;
}

.wrap-content #progressbar .in-progress {
  color: #b48134;
}

.wrap-content #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 19%;
  float: left;
  position: relative;
  font-weight: 400;
}

.wrap-content #progressbar #step1:before {
  content: "";
}

.wrap-content #progressbar #step2:before {
  content: "";
}

.wrap-content #progressbar #step3:before {
  content: "";
}

.wrap-content #progressbar #step4:before {
  content: "";
}

.wrap-content #progressbar #step5:before {
  content: "";
}

.wrap-content #progressbar li:before {
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  padding: 2px;
}

.wrap-content #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.wrap-content #progressbar li.Y:before,
.wrap-content #progressbar li.Y:after {
  background: #2F8D46;
}

.wrap-content #progressbar li.N:before,
.wrap-content #progressbar li.N:after {
  background: #f29623;
}

.wrap-content .progress {
  height: 20px;
}

.wrap-content .progress-bar {
  background-color: #b2d135 !important;
}

.wrap-content .tab-header-txt {
  margin-bottom: 6px;
}

.wrap-content .header-tab-box label span {
  font-weight: 400;
}

.wrap-content .pr-0 {
  padding-right: 0;
}

.wrap-content .header-tab-box {
  padding: 5px 0px;
  /* background-color: #63b0f4; */
  background-color: #788793;
  /* background-color: #008fd9; */
  color: #fff;
}

.wrap-content .body-tab-box {
  padding: 30px 20px;
  border: 1px solid #9e9e9e;
}

.wrap-content .main-bg {
  background-color: #d3d3d3 !important;
}

.wrap-content .main-bg.active {
  background-color: #46496a !important;
  color: #fff !important;
}

.wrap-content .pill_nav .nav-tabs a {
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 11% 50%, 0% 0%);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 11% 50%, 0% 0%);
  padding: 12px 27px;
  font-size: 16px;
  line-height: 22px;
  color: #151515;
  font-weight: 500;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wrap-content .form-box ul li, .wrap-content .form-box2 ul li, .wrap-content .form-box3 ul li, .wrap-content .form-box4 ul li, .wrap-content .form-box5 ul li, .wrap-content .form-box6 ul li, .wrap-content .form-box7 ul li {
  font-size: 15px;
  padding: 8px 10px;
  border-bottom: 1px solid #959595;
  background-color: #ececec;
}

.wrap-content .form-box ul li:nth-child(1) {
  background-color: #6e6e6e;
  color: #fff;
  font-weight: 500;
}

.wrap-content .form-box ul li:last-child {
  border-bottom: none;
}

.wrap-content .form-box ul, .wrap-content .form-box2 ul, .wrap-content .form-box3 ul, .wrap-content .form-box4 ul, .wrap-content .form-box5 ul, .wrap-content .form-box6 ul, .wrap-content .form-box7 ul {
  border: 1px solid #959595;
  font-weight: 500;
  color: #626262;
}

.wrap-content .form-box ul li span, .wrap-content .form-box2 ul li span, .wrap-content .form-box3 ul li span, .wrap-content .form-box4 ul li span, .wrap-content .form-box5 ul li span, .wrap-content .form-box6 ul li span, .wrap-content .form-box7 ul li span {
  float: right;
}

.colp-pnl-hdr {
  font-weight: 600;
  color: #6e6b7b;
}

.last-dropdown-menu {
  left: -156px;
}

.border-label {
  display: inline-block;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.border-label-val {
  display: block;
  text-align: center;
}

.priority-wrap .priority-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  padding: 10px;
  width: 300px;
  margin: auto;
}

.priority-wrap .priority-list .high-prior {
  color: #ff2a2a;
}

.priority-wrap .priority-list .medium-prior {
  color: #fe8239;
}

.priority-wrap .priority-list .low-prior {
  color: #25bfb1;
}

.priority-wrap .priority-list li {
  text-transform: capitalize;
  font-weight: 600;
  color: #6e6b7b;
  margin-right: 10px;
}

.priority-wrap .priority-list li span {
  font-weight: 500;
  margin-left: 5px;
  color: #6e6b7b;
}

/*.fund-box {

    .form-group label {
        padding-right: 30px;
    }
    .form-group label::before {
        position: absolute;
        right: 0;
        margin-right: 0;
    }

    .form-group input:checked + label:after {
        right: 9px;
      left: initial;
    }
}*/
.fund-box .form-group {
  display: inline-block;
}

.fund-box .form-group label::before {
  margin-right: 10px;
}

.workflow-wrap {
  /*background-color: #a578e1;*/
  padding: 10px;
  background: linear-gradient(87deg, #5e72e4, #825ee4);
  border-radius: 3px;
}

.workflow-wrap .frm-label, .workflow-wrap .frm-label-val {
  color: #fff;
}

.indicator-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.indicator-wrap .indi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.indicator-wrap .indi-list li {
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  color: #6e6b7b;
}

.indicator-wrap .indi-list li:nth-child(1) {
  margin-right: 30px;
}

.indicator-wrap .sel-indi::before {
  position: absolute;
  content: "";
  background-color: #35a989;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -15px;
  top: 6px;
}

.indicator-wrap .not-sel-indi::before {
  position: absolute;
  content: "";
  background-color: #46496a;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: -15px;
  top: 6px;
}

.show-read-more .more-text {
  display: none;
}

.read-more {
  color: #f7f135;
}

.read-more:hover {
  color: #f7f135;
}

.read-less {
  color: #f7f135;
}

.read-less:hover {
  color: #f7f135;
}

.show-read-more .less-text {
  display: block;
}



.rep-cont {
  padding: 10px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin-top: 70px;
}

.rep-cont .reprt-hdr {
  padding: 15px 5px;
  margin-top: -55px !important;
  -webkit-box-shadow: 5px 5px 9px 6px #d2d2d2 !important;
          box-shadow: 5px 5px 9px 6px #d2d2d2 !important;
  border: 1px solid #57b5f0;
}

.rep-cont .reprt-hdr ul {
  border: none !important;
}

.rep-cont .reprt-hdr ul li {
  margin-right: 15px;
}

.rep-cont .reprt-hdr ul li button {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 15px;
}

.rep-cont .reprt-hdr ul li button:hover {
  color: #fff;
  background: #0173BA;
}

.rep-cont .reprt-hdr ul li .active {
  background: #0173BA;
  border-radius: 3px;
}

.drop-div {
  position: relative;
}

.drop-div .custom-dropdwn {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 13px;
  font-weight: 500;
  background: #f3f2f7;
  color: #151515;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.drop-div:hover .custom-dropdwn {
  display: block;
}

.login-btn:hover {
  border: 2px solid #01afae;
  background: #f3f2f7;
  color: #151515;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 8px !important;
}

.proposal-btn {
  border: 2px solid #01afae !important;
  background: #f3f2f7 !important;
  color: #151515 !important;
  padding: 8px;
}

.proposal-btn:hover {
  background: #01afae !important;
  color: #fff !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 10px;
}

.proposal-page-header {
  margin-top: 25px;
  width: 100%;
  padding: 15px 0;
  background: #bfe0eb;
  text-align: center;
}

.proposal-page-header h4 {
  color: #8f8aa3;
}

.proposal_page-cont {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
}

.proposal_page-cont input[type="email"] {
  width: 100%;
  position: relative;
}

.proposal_page-cont .mail-sbmt-btn {
  background: #0173BA;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px 5px 9px;
  position: absolute;
  top: 59px;
  right: 15px;
  z-index: 100;
  margin: -38px 0 0px 0px;
}

.proposal_page-cont .accordion-button {
  background: #01afae;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.proposal_page-cont .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  color: #fff;
  background-image: url(../images/down-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.proposal_page-cont .txt-edt {
  background-color: #fff;
  width: 100%;
}

.proposal_page-cont .txt-edt h1 {
  margin: 0;
  padding-bottom: 5pt;
  border-bottom: 1px solid #ddd;
}

.proposal_page-cont .txt-edt input[type="text"] {
  height: 20pt;
  width: 100%;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 14px;
  margin-top: 5pt;
}

.proposal_page-cont .txt-edt .options {
  width: 100%;
  height: 30pt;
  margin-top: 5pt;
  border-top: 1px solid #ddd;
}

.proposal_page-cont .txt-edt iframe {
  border: 0;
  width: 100%;
  margin-bottom: 5pt;
  height: 250pt;
}

.proposal_page-cont .txt-edt .seperator {
  display: inline;
  border-left: 1px solid #ddd;
  height: 30pt;
}

.proposal_page-cont .txt-edt button {
  margin: 0;
  padding: 0;
  height: 30pt;
  width: 30pt;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  color: #333;
}

.proposal_page-cont .txt-edt button:active  {
  color: #333;
}

.proposal_page-cont .txt-edt select {
  height: 30pt;
  -webkit-appearance: none;
  border: 0;
  padding-left: 5pt;
  padding-right: 5pt;
  outline: none;
}

.proposal_page-cont .txt-edt input[type="number"] {
  height: 30pt;
  border: 0;
  padding: 0;
  padding-left: 5pt;
  padding-right: 5pt;
  outline: none;
}

.proposal_page-cont .modal_success {
  width: 90%;
}

.proposal_page-cont .modal_success .modal-body {
  background: #f8f8f8;
  padding: 20px;
}

.proposal_page-cont .modal_success .modal-header {
  background: #FFE5B9;
}

.proposal_page-cont .modal_success .sucess-stts {
  background: #50D890;
  padding: 10px 10px;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
}

.proposal_page-cont .modal_success .sucess-stts i {
  font-size: 17px;
  font-weight: 400;
}

.proposal_page-cont .modal_success a {
  background: #16C79A;
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 0 #45969B;
          box-shadow: inset 0 0 0 0 #45969B;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.proposal_page-cont .modal_success a:hover {
  -webkit-box-shadow: inset 70px 0 0 0 #45969B;
          box-shadow: inset 70px 0 0 0 #45969B;
  color: #fff;
}

.access_code_modal .modal-header {
  background: #bfe0eb;
  color: #8f8aa3;
}

.access_code_modal .modal-body {
  background: #f8f8f8;
  padding: 20px;
}

.kebab button {
  margin-left: 20px;
  color: #01afae;
  font-size: 16px;
}

.kebab .dropdown-menu {
  padding: 0 !important;
  border-radius: 3px !important;
}

.kebab .kebab-dropdwn {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.kebab .kebab-dropdwn li {
  background: #fff;
  color: #1a1c1e;
  width: 100% !important;
  border-bottom: 1px solid #ddd;
}

.kebab .kebab-dropdwn li button {
  font-size: 13px;
  background: #fff;
  color: #1a1c1e;
  width: 100% !important;
  padding: 7px 10px;
  margin: 0;
  text-align: left !important;
}

.kebab .kebab-dropdwn li:hover {
  background: linear-gradient(118deg, #01afae, rgba(1, 175, 174, 0.7));
  color: #fff !important;
  width: 100%;
}

.kebab .kebab-dropdwn button:hover {
  background: linear-gradient(118deg, #01afae, rgba(1, 175, 174, 0.7));
  color: #fff !important;
  width: 100%;
}

.view-des-btn {
  padding: 10px 13px;
  background: #d2d2d2;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.budgt-det-cont .accordion-button {
  background: #01afae;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.budgt-det-cont .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  color: #fff;
  background-image: url(../images/down-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.budgt-det-cont .budget-tp-pannel {
  /* padding-bottom: 7px; */
  border: 1px solid #ddd;
  padding-bottom: 10px;
  background-color: #bfe0eb;
  padding-left: 100px;
  padding-top: 4px;
  -webkit-box-shadow: 0 1px 5px 2px #ddd;
          box-shadow: 0 1px 5px 2px #ddd;
}

.budgt-det-cont .budget-tp-pannel .budget-descp-div {
  width: 13%;
  text-align: center;
  margin-right: 15px;
}

.budgt-det-cont .budget-tp-pannel .chart-wrap-2 {
  width: 140px !important;
  height: 120px !important;
  margin: 0;
}

.budgt-det-cont .budget-frm {
  margin-bottom: 20px;
}

.budgt-det-cont .budget-frm input[type="radio"] {
  margin-right: 5px;
}

.budgt-det-cont .budget-frm label {
  margin-right: 15px;
}

.budgt-det-cont .budget-table .budgt-sts-rejct {
  background: #FF6B6B;
  color: #fff;
  padding: 7px 10px;
  border-radius: 6px;
  text-align: center;
}

.budgt-det-cont .budget-table .budgt-sts-wait {
  background: #FFDA77;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  text-align: center;
}

.partner-onbrding-cont {
  background: #fff;
  padding: 20px 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.partner-onbrding-cont .proposal-page-header {
  margin-top: 15px;
  width: 100%;
  padding: 15px 0;
  background: #bfe0eb;
  text-align: center;
}

.partner-onbrding-cont h5 {
  color: #8f8aa3;
  margin-bottom: 15px;
  margin-top: 15px;
}

.partner-onbrding-cont .onboarding-view-website:hover {
  color: #01afae !important;
}

.partner_modal_success {
  width: 90%;
}

.partner_modal_success .modal-body {
  background: #f8f8f8;
  padding: 20px;
}

.partner_modal_success .modal-header {
  background: #FFE5B9;
}

.partner_modal_success .sucess-stts {
  background: #50D890 !important;
  padding: 10px 10px;
  color: #fff;
  font-weight: 400;
  border-radius: 3px;
}

.partner_modal_success .sucess-stts i {
  font-size: 17px;
  font-weight: 400;
}

.partner_modal_success .Onboarding-stts-btn {
  background: #16C79A;
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 0 0 #45969B;
          box-shadow: inset 0 0 0 0 #45969B;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.partner_modal_success .Onboarding-stts-btn:hover {
  -webkit-box-shadow: inset 70px 0 0 0 #45969B;
          box-shadow: inset 70px 0 0 0 #45969B;
  color: #fff;
}

.profile-page-cont .toggle-password {
  position: absolute;
  /* top: 0; */
  right: 45px;
  padding: 10px 15px;
  text-align: center;
}

.profile-page-cont .profile-tabs {
  -webkit-box-shadow: 0 4px 10px 3px #ddd;
          box-shadow: 0 4px 10px 3px #ddd;
}

.profile-page-cont .profile-tabs .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  color: #8f8aa3 !important;
}

.profile-page-cont .profile-tabs .nav-pills .nav-link.active, .profile-page-cont .profile-tabs .nav-pills .show > .nav-link {
  color: #fff !important;
  background: linear-gradient(118deg, #01afae, rgba(1, 175, 174, 0.7)) !important;
}
/*# sourceMappingURL=style.css.map */

label{
    margin-bottom:0 !important;
}

.kebab figure{
    background:#212121 !important;
}

.auto-form-wrapper {
    background: #fffefd;
    padding: 0px 20px 0px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 37.7px 11.3px rgb(191 191 191 / 47%);
    padding: 1rem;
}

.register-bg-1 {
    background-image: url(../images/register.jpg) !important;
    background-size: cover !important;
    min-height: calc(100vh - 0px);
}

.loading_main_background{
    position: absolute;
    margin: 0 auto;
    transform: translate(-50%, 50%);
    z-index: 99999;
    left: 50%;
}

.add-product {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 40px;
    background-color: #0080C5;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 15px;
}

.length_text_ulPanle li{
    list-style:disc !important;
    margin-left:20px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.change-pass-cont{
    padding:10px;
    border: 1px solid #d2d2d2;
    border-radius:6px;
}
.change-pass-cont .right-sec{
    background:#ddecf1;
    padding:7px;
    border-radius:10px;
}
.eye-btn{
    height:33px;
    display:flex !important;
    text-align:center;
}

.carousel-inner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.carousel-inner img {
    height: 100vh !important;
    background-size: 100% 100%;
    width: 100%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.right-align{
    position:absolute;
    right:55px;
}
.edit-btn-2{
    background:#0080c5;
    color:#fff;
    outline:none;
    border:none;
    border-radius:5px;
    padding:2px 5px;
    width: fit-content;
}

.guideline-sec {
  background: #f1f1f1;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 10px 15px;
}

.guideline-sec label {
  text-align: center;
}

.guideline-sec ul {
  margin-top: 15px;
}

.guideline-sec ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.gia-sec {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

.gia-sec p {
  font-size: 15px;
  padding: 0;
}

.gia-sec .highlight-clr {
  color: #4e98df;
}

.gia-sec .gia-top-sec span {
  font-size: 13px;
}

.gia-sec .gia-top-sec .logo-sec {
  padding: 45px;
  border-bottom: 4px solid #4f81bd;
  text-align: center;
}

.gia-sec .gia-top-sec .logo-sec img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}

.gia-sec .gia-secound-top-sec {
  padding: 20px;
  border-bottom: 4px solid #4f81bd;
}

.gia-sec .gia-body-sec {
  padding: 20px;
}

.gia-sec .gia-body-sec .bold-middle-txt {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}

.gia-sec .gia-body-sec ul li {
  margin: 10px 0;
}

.po-sec {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

.po-sec p {
  font-size: 15px;
  padding: 0;
}

.po-sec .highlight-clr {
  color: #4e98df;
}

.po-sec .po-top-sec span {
  font-size: 13px;
}

.po-sec .po-top-sec .logo-sec {
  padding: 25px;
  text-align: center;
}

.po-sec .po-top-sec .logo-sec img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}

.po-sec .po-secound-top-sec {
  padding: 20px;
}

.po-sec .po-secound-top-sec .secound-table-view {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.po-sec .po-secound-top-sec .secound-table-view .cont-1 {
  width: 580px;
  height: 320px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.po-sec .po-secound-top-sec .secound-table-view .cont-1 h5 {
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed #ddd;
}

.po-sec .po-secound-top-sec .secound-table-view .cont-2 {
  width: 580px;
  height: 320px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.po-sec .po-secound-top-sec .secound-table-view .cont-2 h5 {
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed #ddd;
}

.po-sec .po-body-sec {
  padding: 20px;
}

.po-sec .po-body-sec .bold-middle-txt {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}

.po-sec .po-body-sec ul li {
  margin: 10px 0;
}

.normal-ul li {
  list-style-type: none !important;
}

.normal-ul li p {
  margin-left: 7px;
}

.listed-ul li {
  list-style-type: lower-latin;
}

.listed-ul li p {
  margin-left: 7px;
}

.listed-ul-2 li {
  list-style-type: decimal;
}

.listed-ul-2 li p {
  margin-left: 7px;
}

.listed-under-ul li {
  list-style-type: lower-roman !important;
}

.listed-under-ul li p {
  margin-left: 7px;
}

._astric {
 color: red;
 font-size: 14px;
}

.srch-lbels-fields {
    /*border: 1px solid lightblue;*/
    padding: 1px;
    border-radius:3px;
}	

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
  background: #f2f2f2;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.guideline-sec {
  background: #f1f1f1;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 10px 15px;
}

.guideline-sec label {
  text-align: center;
}

.guideline-sec ul {
  margin-top: 15px;
}

.guideline-sec ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.gia-sec {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

.gia-sec p {
  font-size: 15px;
  padding: 0;
}

.gia-sec .highlight-clr {
  color: #4e98df;
}

.gia-sec .gia-top-sec span {
  font-size: 13px;
}

.gia-sec .gia-top-sec .logo-sec {
  padding: 45px;
  border-bottom: 4px solid #4f81bd;
  text-align: center;
}

.gia-sec .gia-top-sec .logo-sec img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}

.gia-sec .gia-secound-top-sec {
  padding: 20px;
  border-bottom: 4px solid #4f81bd;
}

.gia-sec .gia-body-sec {
  padding: 20px;
}

.gia-sec .gia-body-sec .bold-middle-txt {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}

.gia-sec .gia-body-sec ul li {
  margin: 10px 0;
}

.po-sec {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 15px;
}

.po-sec p {
  font-size: 15px;
  padding: 0;
}

.po-sec .highlight-clr {
  color: #4e98df;
}

.po-sec .po-top-sec span {
  font-size: 13px;
}

.po-sec .po-top-sec .logo-sec {
  padding: 25px;
  text-align: center;
}

.po-sec .po-top-sec .logo-sec img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}

.po-sec .po-secound-top-sec {
  padding: 20px;
}

.po-sec .po-secound-top-sec .secound-table-view {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.po-sec .po-secound-top-sec .secound-table-view .cont-1 {
  width: 580px;
  height: 320px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.po-sec .po-secound-top-sec .secound-table-view .cont-1 h5 {
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed #ddd;
}

.po-sec .po-secound-top-sec .secound-table-view .cont-2 {
  width: 580px;
  height: 320px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.po-sec .po-secound-top-sec .secound-table-view .cont-2 h5 {
  width: 100%;
  text-align: center;
  border-bottom: 2px dashed #ddd;
}

.po-sec .po-body-sec {
  padding: 20px;
}

.po-sec .po-body-sec .bold-middle-txt {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}

.po-sec .po-body-sec ul li {
  margin: 10px 0;
}

.normal-ul li {
  list-style-type: none !important;
}

.normal-ul li p {
  margin-left: 7px;
}

.listed-ul li {
  list-style-type: lower-latin;
}

.listed-ul li p {
  margin-left: 7px;
}

.listed-ul-2 li {
  list-style-type: decimal;
}

.listed-ul-2 li p {
  margin-left: 7px;
}

.listed-under-ul li {
  list-style-type: lower-roman !important;
}

.listed-under-ul li p {
  margin-left: 7px;
}

/* stack bar */
figure {
  margin: 0 auto;
  position: relative;
}

/* .graphic {
	padding-left: 30px;
} */
@-webkit-keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  @-webkit-keyframes expand {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 75px);
    }
  }
  @keyframes expand {
    from {
      width: 0%;
    }
    to {
      width: calc(100% - 75px);
    }
  }
}

/* .chart {
	overflow: hidden;
	width: 0%;
	animation: expand 1.5s ease forwards;
} */
/* .row + .row .chart {
	animation-delay: .2s;
}
.row + .row + .row .chart {
	animation-delay: .4s;
} */
.block {
  display: block;
  height: 100px;
  color: #fff;
  font-size: .75em;
  float: left;
  background-color: #334D5C;
  position: relative;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity, .3s ease;
  transition: opacity, .3s ease;
  cursor: pointer;
}

.block:nth-of-type(2),
.legend li:nth-of-type(2):before {
  background-color: #45B29D;
}

.block:nth-of-type(3),
.legend li:nth-of-type(3):before {
  background-color: #EFC94C;
}

.block:nth-of-type(4),
.legend li:nth-of-type(4):before {
  background-color: #E27A3F;
}

.block:nth-of-type(5),
.legend li:nth-of-type(5):before {
  background-color: #DF5A49;
}

.block:nth-of-type(6),
.legend li:nth-of-type(6):before {
  background-color: #962D3E;
}

.block:hover {
  opacity: .65;
}

.editable-table table tr th {
  border: 1px solid #ebe9f1 !important;
}

.editable-table table tr td {
  border: 1px solid #ebe9f1 !important;
}

.light-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

.light-table table tr th {
  background-color: #f3f2f7;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
}

.light-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
}

.light-table table .inactv-td {
  background: #FF6B6B;
  padding: 7px 10px;
  color: #fff;
}

.light-table table .actv-td {
  background: #00C897;
  padding: 7px 10px;
  color: #fff;
}

.light-table table .benef-td {
  background: #D6E5FA;
}

.light-table table .affir-td {
  background: #FFE5B9;
}

.value {
  display: block;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.x-axis {
  text-align: center;
  padding-top: 1rem;
}

.y-axis {
  height: 20px;
  -webkit-transform: translate(-32px, 170px) rotate(270deg);
          transform: translate(-32px, 170px) rotate(270deg);
  position: absolute;
  left: 0;
}

.legend {
  margin: 0 auto;
  padding: 0;
  font-size: .9em;
}

.legend li {
  display: inline-block;
  padding: .25em 1em;
  line-height: 1em;
}

.legend li:before {
  content: "";
  margin-right: .5em;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #334D5C;
}

@media screen and (min-width: 768px) {
  .block {
    font-size: 1em;
  }
}

.sign-view {
  width: 100%;
  border: 2px dashed #ddd;
  border-radius: 5px;
  padding: 20px;
  height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sig-canvas {
  border: 2px dashed #ddd;
  border-radius: 5px;
}

/* multi step form */
#multi_step_form {
  padding-bottom: 75px;
}

#multistep_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress_holder {
  padding: 10px;
  width: 20%;
  text-align: center;
  font-size: 14px;
}

.activated_step {
  background-color: #01afae;
  color: white;
}

fieldset.step {
  position: relative;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nextStep {
  right: 0;
  bottom: 0;
  padding: 10px;
  width: 100px;
}

.prevStep {
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100px;
  color: #212121;
  border: 1px solid black;
}

#step2, #step3, #step4, #step5, #step6 {
  display: none;
}

.stepform {
  display: none;
}

/* --------------- samrat css --------------- */
/* multi step form */
#multi_step_form {
  padding-bottom: 75px;
}

#multistep_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress_holder {
  padding: 10px;
  width: 20%;
  text-align: center;
  font-size: 14px;
}

.activated_step {
  background-color: #01afae;
  color: white;
}

fieldset.step {
  position: relative;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nextStep {
  right: 0;
  bottom: 0;
  width: 100px;
}

.prevStep {
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100px;
  color: #212121;
  border: 1px solid black;
}

.prevStep2 {
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100px;
  color: #212121;
  border: 1px solid black;
}

#step2, #step3, #step4, #step5, #step6 {
  display: none;
}

.stepform {
  display: none;
}

.light-table table tr th {
  background-color: #f3f2f7;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 10px;
  text-align: center;
}

.light-table table tr td {
  border-top: 1px solid #ebe9f1;
  font-size: 13px;
  padding: 8px 10px;
  font-weight: 600;
  color: #151515;
  text-align: center;
}

.custom-rounded-circle {
  border-radius: 50% !important;
}

.sign-view {
  position: relative;
  padding: 15px;
}

.sign-view .uploader {
  display: block;
  clear: both;
  width: 100%;
  padding: 15px;
  cursor: pointer;
}

.sign-view .uploader label {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  background: transparent;
  border-radius: 7px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.sign-view .uploader label:hover {
  border-color: #454cad;
}

.sign-view .uploader label.hover {
  border: 3px solid #454cad;
  -webkit-box-shadow: inset 0 0 0 6px #eee;
          box-shadow: inset 0 0 0 6px #eee;
}

.sign-view .uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}

.sign-view .uploader #start {
  float: left;
  clear: both;
  width: 100%;
}

.sign-view .uploader #start.hidden {
  display: none;
}

.sign-view .uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sign-view .uploader #response {
  float: left;
  clear: both;
  width: 100%;
}

.sign-view .uploader #response.hidden {
  display: none;
}

.sign-view .uploader #response #messages {
  margin-bottom: .5rem;
}

.sign-view .uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}

.sign-view .uploader #file-image.hidden {
  display: none;
}

.sign-view .uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.sign-view .uploader #notimage.hidden {
  display: none;
}

.sign-view .uploader progress,
.sign-view .uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}

.sign-view .uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}

.sign-view .uploader .progress[value]::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, right top, from(#393f90), color-stop(50%, #454cad));
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.sign-view .uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}

.sign-view .uploader input[type="file"] {
  display: none;
}

.sign-view .uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}

.sign-view .uploader .btn {
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: .2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #454cad;
  border-color: #454cad;
  cursor: pointer;
}

.custom-repeat-modal .weeks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-repeat-modal .weeks li button {
  border-radius: 50%;
  background: #ddd;
  color: #6e6b7b;
  padding: 4px 10px;
}

.custom-repeat-modal .weeks li span {
  font-weight: 500;
  padding: 2px;
}

.custom-repeat-modal .weeks li button:focus {
  background: #0d6efd;
  color: #fff;
}

.custom-repeat-modal .weeks li button:hover {
  background: #0d6efd;
  color: #fff;
}

.custom-repeat-modal .weeks li button.active {
  background: #0d6efd;
  color: #fff;
}

.custom-repeat-modal select.custom-select {
  border: none !important;
  outline: none;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.document {
  cursor: pointer;
}

.document img {
  width: 23px;
  height: 22px;
}
/*# sourceMappingURL=style.css.map */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
  width: 200px;
  border: none;
  box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.status_approved{
    background: limegreen;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}

.status_defalult{
    background: #dcd1ed;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}

.status_rejected{
    /*background: #eb8686;*/
    background:#f38181;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
    color:white;
}

.status_approved{
    background: limegreen;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}

.status_defalult{
    background: #dcd1ed;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}

.status_waiting_for_approval{
    background: lightgreen;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}
.status_waitingForApproval{
    background: yellow;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}

.status_modify{
    background: #9bc59b;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}

.status_pendingapprovalinitiation{
    background: #66f799;
    padding: 4px;
    border-radius: 6px;
    font-weight:700;
}




.memostatus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 650px;
    padding: 10px;
}

    .memostatus .progress-nav li.active:before {
        width: 10px;
        height: 10px;
        border-width: 2px;
        top: -4px;
    }

    .memostatus .progress-nav li.active ~ li:before {
        width: 10px;
        height: 10px;
        top: -4px;
    }

    .memostatus .progress-nav li {
        height: 2px;
    }

    .memostatus .progress-nav li a {
        font-size: 10px;
        bottom: 10px;
        font-weight:normal;
    }

    .memostatus .progress-nav {
        margin: 0;
    }

.three-section-redirect-page {
    background: linear-gradient(180deg, rgba(0,128,197,1) 0%, rgba(125,210,255,1) 100%);
    color: #fff;
    border-radius: 10px;
    border: none;
    text-align: center;
    vertical-align: middle;
}

    .three-section-redirect-page:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

    .three-section-redirect-page a {
        color: #fff;
        font-size: 50px;
    }

    .three-section-redirect-page a:hover{
        color:#d0d2d6;
        text-decoration:none;
    }
    .passwordform {
    display: flex;
    justify-content: center;
    align-items: center;
     }
.carousel-item {
    height:590px;
}
 .line-color {
        background: #e0e5ec;
        padding: 2px;
        border-radius: 5px;
    }

.TTS-logo-container{
    width:100px;
}

/*.singleyrflag{
    background:lightblue;
}*/


.multiyrflag{
    /*//background:#f6fbdb !important;*/
    border: 3px solid #8892b2 !important;
    /*background: #d7c5af;*/
    background: #f6c66e;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .navbar-light .navbar-toggler{
        margin-top:1rem;
    }

    .carousel-inner img{
        object-fit:contain;
        height:auto !important;
        margin-top:3rem;
    }
}