.w-196 {
  width: 196px;
}

.h-30 {
  height: 30px !important;
}

.btn-secondary span {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px !important;
}

.assestment-secondary-btn span {
  font-size: 15px;
  vertical-align: top;
  margin-top: 2px;
}

.mw-125 {
  min-width: 125px;
}

.mw-135 {
  min-width: 135px;
}



.upload-document-buttton {
  position: relative;

}

.upload-document input {
  opacity: 0;
  width: 149px;
  position: absolute;
}

.upload-document span {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #0F5BAB;
  color: #0F5BAB;
  border-radius: 6px;
  cursor: pointer;
  background-color: #ffff;
  display: inline-block;
  min-width: 149px;
}
.upload-btn-new input {
  width: auto !important;
}
.upload-btn-new span{
  min-width: inherit !important;
  padding: 15px 20px !important;
}

.check-green {
  color: var(--custom-primary);
}

.back-bg-btn {
  background-color: #A6A6A6 !important;
  border: none;
  font-weight: 600;
}

.error-upload span {
  border: 1px solid #DBDBDB;
  color: #FA5E5E;
}

.progress-bar {
  background-color: #84B0DE;
  border-radius: 10px;
}

.progress-bar-error {
  background-color: #FE7D7D;
}

.file-uploded .brown-rang {
  border: 1px solid #DBDBDB;
  color: #707070;
}

.fw-600 {
  font-weight: 600;
}

.map-height {
  min-height: 400px;
}






.location-radio-cover .checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.location-radio-cover .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.location-radio-cover .checkcontainer input:checked~.radiobtn {
  background-color: #fff;
  border-color: var(--custom-secondary);
}

.location-radio-cover .radiobtn {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
}

.location-radio-cover .checkcontainer input:checked~.radiobtn:after {
  display: block;
}

.location-radio-cover .checkcontainer .radiobtn:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--custom-secondary);
}

.location-radio-cover .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}

.color-70 {
  color: #707070;
}

.save-file-position {
  bottom: 0px;
}

.color-red {
  color: var(--custom-secondary);
}

.pad-box {
  padding: 33px 38px;
  border: 1px dashed #D2D2D2;
}

.new-blue,
.new-blue:hover {
  background-color: #0F5BAB;
}

.new-black,
.new-black:hover {
  background-color: #D9D9D9;
  color: #707070;
}

.mw-139 {
  min-width: 139px;
}

.align-top-svg {
  vertical-align: top;
}

.custom-check-green {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-check-green input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-check-green input:checked~.checkmark {
  background-color: var(--custom-primary);
}

.custom-check-green .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #D2D2D2;
}

.custom-check-green input:checked~.checkmark:after {
  display: block;
}

.custom-check-green .checkmark:after {
  left: 6px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.login-ragister-check {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-ragister-check a {
  color: #0F5BAB;
  font-size: 13px;
}



.login-ragister-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.login-ragister-check input:checked~.checkmark {
  background-color: #0F5BAB;
  border: 1px solid #0F5BAB;
}

.login-ragister-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 0px;
  margin-top: 2px;
}

.dataTables_wrapper .login-ragister-check .checkmark {
  background-color: transparent;
  border: 1px solid #333;
}

.login-ragister-check input:checked~.checkmark:after {
  display: block;
}

.login-ragister-check .checkmark:after {
  left: 4px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.btn-align-svg .assestment-secondary-btn span {
  font-size: 15px;
  vertical-align: top;
  margin-top: 2px;
  height: 20px;
  margin-bottom: 0 !important;
}

.align-top-svg svg {
  vertical-align: top;
  margin-top: 2px;
}

.progress-with-p {
  width: 97%;
}

.contact-radio .checkcontainer {
  display: inline-block;
  padding-left: 25px;
  font-size: 13px;
}

.contact-right-form label {
  font-size: 13px !important;
}

.contact-text-cover textarea {
  resize: none;
  height: 149px;
}

.mw-100 {
  min-width: 100px;
}

.contact-cancel,
.contact-cancel:hover {
  background-color: #707070;
  border: none;
  padding: 10px 5px;
}

.contact-submit,
.contact-submit:hover,
.contact-submit:focus,
.contact-submit:active {
  background-color: #0F5BAB !important;
  border: none;
  padding: 10px 15px;
}

.left-faq-list a,
.left-faq-list a:hover {
  color: #707070;
  font-size: 15px;
  border-bottom: 1px solid #E9E9E9;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-faq-list a.active,
.left-faq-list a.active:hover {
  color: var(--custom-secondary);
  border-color: var(--custom-secondary);
}

.faq-main .card-header.collapsed {
  border-bottom: none !important;
  background: url(../img/plus.svg) no-repeat;
  background-position: 98% center;

}

.faq-main .card-header {
  min-height: 50px;
  display: flex;
  align-items: center;
  background: url(../img/minus.svg) no-repeat;
  background-position: 98% center;
  padding-right: 50px;

}

.faq-main .card-header p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.faq-main .card-body p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000;
  font-weight: 400;
}

.fs-15 {
  font-size: 15px;
}

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

.grass-img-cover img {
  max-width: 100%;
}

.white-card {
  background: #fff;
  min-height: calc(100vh - 55px);
}

.register-white-card {
  padding: 20px 35px 5px 35px;
}

.fs-24 {
  font-size: 24px;
}

#email-error {
  font-size: 13px;
  line-height: normal;
}

.max-370 {
  max-width: 370px;
  margin: 0 auto;
}

.login-link {
  text-decoration: none;
  color: #0F5BAB;
}

.login-descr a {
  color: #0F5BAB;
  font-weight: 700;
  text-decoration: none;
  padding-left: 5px;
  border-left: 1px solid #000;
  line-height: 12px;
  display: inline-block;
  margin-left: 2px;
  border: none;
}

.login-form .form-group label {
  font-size: 13px;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.registar-cover .form-group label {
  font-size: 13px;
}

.pad-left {
  padding-left: 14px;
}

.profile-cover .account-right-label {
  font-size: 13px;
  color: #808080;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-cover .account-right-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 40px;
}

.profile-cover .account-delete {
  font-size: 13px;
  color: #E2471E;
  font-weight: 400;
}

.profile-cover .account-delete span {
  vertical-align: middle;
}

.profile-cover .account-delete span svg {
  vertical-align: top;
  margin-top: 2px;
}

.edit-profile-btn {
  padding: 5px;
  color: #299EFF;
  border-radius: 25px;
  border: 2px solid #299EFF;
  width: 70px;
  text-align: center;
}

.edit-profile-btn a {
  color: #299EFF;
}

.jcf-select {
  border: 1px solid #000000 !important;
  background: #fff !important;
}


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

.intl-tel-input .flag-dropdown {
  display: none;
}

.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
  padding-left: 12px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}

.custom_iti__flag {
  font-size: 12px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"] {
  padding-left: 60px !important;
}

#phone_number-error {
  position: absolute;
}

.profile-edit-cover .account-right-label {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-edit-cover .account-right-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

.profile-edit-cover .account-right-text .iti--allow-dropdown {
  width: 100%;
}

.alert-modal .modal-header {
  padding: 10px 20px;
  border-bottom-color: #dbdbdb;
  background: #EB5633;
}

.alert-modal .modal-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;  
}

.alert-modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 9px;
  color: #fff;
}

.alert-modal button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.alert-modal .modal-header .close span {
  font-size: 28px;
  line-height: normal;
}


.iti__flag-container {
  font-size: 12px;
}

.iti__selected-flag {
  background: #eee;
  min-width: 45px;
}

.iti--allow-dropdown input {
  padding-left: 65px !important;
}

.case-white-top {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
}

.w-18 {
  width: 18.5%;
}

.w-25 {
  width: 25%;
}

.w-12 {
  width: 12%;
}

.case-white-top .h-30 {
  height: 30px;
}

.case-white-top select {
  height: 30px !important;
}

.case-white-top .h-45 input {
  height: 45px !important;
}

.search-case input {
  background: #fff url(../img/search.svg) no-repeat;
  background-position: 99% center;
  padding-right: 25px;
}

.w-150 {
  width: 150px;
}

.svg-align svg {
  vertical-align: top;
}

.unactive-tag {
  border-radius: 4px;
  background: #FEDBDB;
  color: var(--bs-danger);
  font-size: 13px;
  padding: 5px 10px;
}

.color-pure {
  color: var(--bs-danger);
}

.max-width-75 {
  max-width: 75px !important;
}

.btn-secondary {
  padding: 11px 15px;
}

.ca-btn-cover {
  border: 1px solid var(--bs-danger);
  border-radius: 6px;
  width: auto;
  font-size: 16px;
  padding: 11px 15px;
  min-width: 123px;
}

.color-orange {
  color: var(--custom-secondary);
}

.brown-box {
  background: #D9D9D9;
  height: 500px;
  overflow: hidden;
}

.download-btn-cover button {
  padding: 9px 15px;
  background: transparent;
  border: 1px solid var(--custom-primary);
  border-radius: 6px;
  color: var(--custom-primary);
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}

.dol-cover .browse-buttton span {
  border: 1px solid #0F5BAB;
  color: #0F5BAB;
}

.box-body-front div.dataTables_wrapper div.dataTables_paginate {
  display: flex !important;
  justify-content: end !important;
}

.box-body-front div.dataTables_wrapper div.dataTables_paginate li {
  margin-right: 15px;
}

.box-body-front .pagination>.active>a,
.box-body-front .pagination>.active>a:focus,
.box-body-front .pagination>.active>a:hover,
.box-body-front .pagination>.active>span,
.box-body-front .pagination>.active>span:focus,
.box-body-front .pagination>.active>span:hover {
  width: 25px;
  height: 25px;
  background: var(--custom-secondary);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginate_button.previous {
  font-size: 0;
  background: url(../img/left-side-arrow.png) no-repeat;
  height: 20px;
  width: 20px;
  background-position: 8px 8px;
}

.paginate_button.next {
  font-size: 0;
  background: url(../img/right-side-arrow.png) no-repeat;
  height: 20px;
  width: 20px;
  background-position: 8px 8px;
}

.box-body-front div.dataTables_wrapper div.dataTables_info {
  font-weight: normal !important;
  font-size: 13px;
  color: #333;
}

.mw-75 {
  min-width: 75%;
}

.upload-plus {
  padding: 15px;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
}

.green-plus {
  width: 45px;
  height: 45px;
  background-color: var(--custom-primary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dol-cover .browse-buttton.cc-change span {
  border: 1px solid var(--custom-secondary) !important;
  color: var(--custom-secondary) !important;
  min-width: 114px;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-body {
  overflow: auto;
  max-height: calc(100vh - 120px);
}

textarea[readonly] {
    background-color: #ddd !important;
    cursor: not-allowed;
}

input:read-only,
input:read-only:focus {
  background-color: #ddd;
  cursor: not-allowed;
  border: 1px solid #ddd;
}

textarea[readonly] {
  background-color: #ddd !important;
  cursor: not-allowed;
}

.account-delete.disabled {
  opacity: .5;
}

.change-password-text {
  color: #157FEF;
  text-decoration: underline;
}

body table.dataTable {
  border-collapse: collapse !important;
}


.home-box-list {
  padding-left: 17px;
  /* list-style: none; */
}

.home-box-list li::before {
  /* content: "\2022"; */
  color: var(--custom-secondary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.applyFilter {
  background-color: #0F5BAB !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 11px 30px;
  width: 47.5%
}

.resetFilter {
  border: none;
  background: transparent;
  border-radius: 5px;
  padding: 9px 30px;
  color: var(--custom-secondary);
  font-weight: 500;
  width: 47.5%;
}

.report-right-button-cover{
  text-align: right;

}
.report-right-button-cover button{
  margin-top: 0;
  font-size: 13px;
  border-radius: 4px;
  padding: 3px 8px;
}
.location-data{
  max-width: 200px;
  text-align: center;
  width: 200px;
}
.mGeoUploadCss {
  background-color: none !important;
  opacity: 0 !important;
}
#expiryDateField {
  background: #fff !important;
  cursor: pointer !important;
}

.mGeoUploadCss {
  background-color: none !important;
  opacity: 0 !important;
}

.reminder-info-button-class {
  color: red;
  margin-top: 1%;
  font-size: 12px;
}

/* table#tbl-users tr.row-opened td {
    background-color: #ffd1d1 !important;
} */

.otpModelMainClass {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  backdrop-filter: blur(6px); /* blur background */
  background-color: rgba(0, 0, 0, 0.3); /* dimmed overlay */
  display: flex;
  justify-content: center;
  align-items: center;
}

.textBreck {
  word-break: break-all;
}

.blnckTextCss {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.chatIconCss {
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
}

.load-previous-button {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  background: var(--custom-secondary) !important;
  padding: 5px 10px !important;
  color: #fff !important;
  text-decoration: none;
}

.case-chat-header {
    padding: 18px 20px !important;
    border-bottom: 1px solid #ddd !important;
}

.mnotificationicon {
  border-radius: 50% !important;
  color: #fff;
  font-size: 10px;
  width: 22px;
  height: 22px;
  display: inline-grid;
  justify-items: stretch;
  align-content: center;
  padding: 0 !important;
}

.customScroll {
  overflow: auto;
  max-height: 770px;
  margin-bottom: 15px;
}

.form-row.row {
    position: relative;
}