/* [project]/src/Components/Authentication/Authstylesheet.css [app-client] (css) */
.modal-header {
  color: #fff;
  background-color: #00659a;
  padding: 15px;
  border-bottom: none !important;
}

.modal-body {
  border-radius: 55px !important;
  padding: 0 !important;
}

.modal-title {
  font-size: 20px;
}

.modal-content {
  border-radius: 30px;
}

.Label_Font1 {
  color: #252525;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

.loginbox {
  background: linear-gradient(42deg, #089ae1 35%, #fff 50%, #0799e1 100%);
  border-radius: 8px;
  width: 100%;
  display: inline-block;
}

.modaltitle {
  font-size: 22px;
  font-weight: 600;
}

.loginbox-inner {
  background-color: #fff;
  border-radius: 6px;
}

.Forget {
  color: #00659a;
  cursor: pointer;
  font-size: 14px;
}

.profilecard {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 8px;
  width: 250px;
  position: absolute;
  top: 116%;
  right: 0;
  box-shadow: 0 0 10px #00000029;
  font-size: 22px !important;
}

.flexform {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.Label_Font {
  color: #000;
  font-size: 19px;
}

.Label_Fontsss {
  color: #fff;
  font-size: 18px;
}

.icon-black {
  color: #000 !important;
}

.icon-white {
  color: #fff !important;
}

.white {
  color: #fff;
}

.LoginButton {
  color: #fff;
  text-align: center;
  background-color: #3c9bd5;
  border: none;
  border-radius: 4px;
  padding: 8px;
  font-size: 17px;
  font-weight: 500;
}

.InPutField {
  background-color: #edf2f7;
  border: 1px solid #bfd0e4;
  border-radius: 5px;
  outline: none;
  padding: 8px 10px;
}

.disabledbutton {
  background-color: #8ac3e6 !important;
}

.eye-icon {
  cursor: pointer;
  color: #555;
  position: absolute;
  top: 57%;
  right: 30px;
  transform: translateY(-50%);
}

.mobile-wrapper {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center !important;
}

.mobile-wrapper .css-13cymwt-control {
  height: 43px !important;
}

.country-code {
  color: #333;
  min-width: 120px;
  font-size: 16px;
}

.divider {
  background-color: #c6c6c6;
  width: 2px;
  height: 40px;
  margin: -20px 10px 0;
}

.mobile-input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

.loginbg {
  background: var(--Orange-Grad, linear-gradient(92deg, #8a2387 1.4%, #e94057 50%, #f27121 98.6%));
  border: none;
  border-radius: 30px;
  padding: 7px 11px;
  color: #fff !important;
}

.kpostbg {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.mobile-input:disabled {
  color: #999;
}

.css-13cymwt-control {
  border: 1px solid #bfd0e4;
  border-radius: 5px;
  outline: none;
  padding: 1px 0;
  background-color: #edf2f7 !important;
}

.required-field:before {
  content: "*";
  color: red;
  float: right;
  padding-left: 2px;
}

.width-fit {
  width: fit-content !important;
}

.otherkpostid {
  color: #49494a;
  text-align: center;
  background-color: #edf2f7;
  border: none;
  border-radius: 5px;
  padding: 6px 20px;
  font-size: 16px;
}

.signupstyle {
  color: #008acd;
  cursor: pointer;
  font-size: 16px;
}

.needaccount {
  color: #49494a;
  text-align: center;
  padding: 6px 10px;
  font-size: 16px;
}

.eyeiconposition {
  position: absolute;
  top: 29px;
  right: 8px;
}

.paddingforwholebody {
  padding: 15px 10px;
}

.css-13cymwt-control {
  min-height: 32px !important;
}

span.dic-highlight {
  color: #007bff;
  cursor: pointer;
  font-weight: 500;
}

.css-13cymwt-control {
  background-color: #edf2f7 !important;
  border: 1px solid #bfd0e4 !important;
  height: 35px !important;
  min-height: 0% !important;
}

.logout-color {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.logout-color:hover {
  color: #fff;
  background-color: #173f5f;
}

.logout1 {
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}

.logout1:hover {
  color: #fff;
  background-color: #173f5f;
}

.closebutton {
  cursor: pointer;
}

.wide-login-box {
  width: 490px;
  max-width: 90vw;
}

.detail-font {
  color: #054694;
  font-size: 18px;
  font-weight: 500;
}

.border-bot {
  border-bottom: 1px solid silver;
}

a {
  color: #00659a !important;
  text-decoration: none !important;
}

.defaultRoutename {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.selectedRoutename {
  background-color: #00659a;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
}

.dropdown-list {
  color: #000;
  z-index: 99999;
  background-color: #edf2f7;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 150px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-y: auto;
}

.dropdown-list li {
  cursor: pointer;
  padding: 8px;
}

.dropdown-list li:hover {
  transition-behavior: normal;
  background-color: #86a9d5;
  transition: all .8s;
}

.subheadertitle {
  color: #00659a;
  font-size: 24px;
  font-weight: 500;
  ont-family: "General Sans", sans-serif !important;
}

.input-select {
  background-color: #fff;
  border-radius: 4px;
  height: 38px;
  padding: 2px 8px;
  border: 1px solid #ababab !important;
}

.input-select:focus {
  outline-color: #2684ff !important;
}

.input-select::placeholder {
  font-size: 15px;
}

.cursor {
  cursor: pointer !important;
}

.profilestyle {
  font-size: 20px;
  font-weight: 600;
}

.instantreplycontent {
  width: 50%;
}

.error-text, .err-msg-false {
  color: red;
}

.firstPageScroll, .thirdPageScroll {
  height: 345px;
}

.css-tr4s17-option {
  background-color: red;
}

.InPutField {
  color: #000;
  background-color: #edf2f7;
  border: 1px solid #bfd0e4;
  border-radius: 5px;
  padding: 8px 10px;
}

.black {
  color: #000 !important;
}

.InPutField.with-icon input {
  color: #000;
  padding-right: 40px;
}

.css-10wo9uf-option, .css-10wo9uf-option {
  color: #000 !important;
}

.Label_Font1 {
  color: #252525;
  font-size: 18px;
  font-style: normal;
}

.Input_Style {
  border: 1px solid #054694;
  border-radius: 4px;
  outline: none;
  width: 100%;
  padding: 6px;
  font-size: 17px;
}

.err-msg-true {
  color: green;
  font-size: 15px;
  font-weight: 600;
}

.Input_Style::placeholder {
  padding: 0 5px;
  font-size: 17px;
}

.Input_Back_Color {
  background-color: #edf2f7;
  border: 1px solid #bfd0e4 !important;
}

.Dropdown_Back_Color {
  border: 2px solid #f2f2f2;
  border-radius: 5px;
}

.css-13cymwt-control {
  background-color: #edf2f7 !important;
  border: 1px solid #bfd0e4 !important;
}

.Input_Back_Color:focus {
  background-color: #fff;
  border: 1px solid #edf2f7;
}

.logostyle {
  object-fit: cover;
  border-radius: 50%;
}

.star_color {
  color: red;
  font-size: 18px;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.signup-container {
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  box-shadow: 0 0 10px #0000001a;
}

.signup-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.form-group input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: 8px;
}

.signup-button {
  color: #fff;
  cursor: pointer;
  background-color: #1b5e20;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.signup-button:hover {
  background-color: #2e7d32;
}

.Button_Font {
  color: #fff;
  text-align: center;
  background-color: #054694;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.Button_Style {
  background-color: #054694;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 8px;
  display: flex;
}

.secondPageScroll {
  height: 486px;
  overflow-y: auto;
}

.firstPageScroll, .thirdPageScroll {
  height: 345px;
}

.resendfont {
  color: #054694;
  font-size: 15px;
  font-weight: 700;
}

.list-height {
  height: 110px;
  overflow-y: scroll;
}

.button-border {
  border-radius: 10px !important;
  padding: 12px 10px !important;
}

.submit-color {
  color: #fff;
  background-color: #194060;
  border: none;
  border-radius: 5px;
  padding: 8px 15px 6px;
}

.cancel-font {
  color: #000;
  background-color: #e0e0e0;
  border: none;
  border-radius: 5px;
  padding: 8px 15px 6px;
}

.cursor-pointer {
  cursor: pointer;
}

.domainslist {
  width: 65%;
  position: absolute;
  top: 100px;
  left: 150px;
}

@media (max-width: 640px) {
  .InPutField, .Input_Style {
    flex: 1;
    min-width: 0;
  }

  .mobile-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .country-code {
    width: 100%;
  }

  .divider {
    display: none;
  }

  .domainslist {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 150px;
    left: 6px;
  }
}

/* [project]/node_modules/react-modern-drawer/dist/index.css [app-client] (css) */
.EZDrawer .EZDrawer__checkbox {
  display: none;
}

.EZDrawer .EZDrawer__checkbox:checked ~ .EZDrawer__overlay {
  opacity: 1;
  display: block;
}

.EZDrawer .EZDrawer__checkbox:checked ~ .EZDrawer__container {
  visibility: visible;
  transform: translate3d(0, 0, 0) !important;
}

.EZDrawer .EZDrawer__overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.EZDrawer .EZDrawer__container {
  visibility: hidden;
  background: #fff;
  transition: all;
  position: fixed;
  box-shadow: 0 0 10px 5px #0000001a;
}

/*# sourceMappingURL=_0d70e0f0._.css.map*/