.bg-white {
	background-color: #fff !important; 
}
.color_1_s {
  color: #3d854d !important;
}
.fs_3_rem {
  font-size: 3rem;
}

@media (max-width: 1199px) {
	.sign-in-from {
    padding: 0 30px;
  }
}

@media (max-width: 992px) {
	.sign-in-from {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
	.sign-in-from button {
	margin-top: 10px;
	/* margin-left: 5rem; */
	}
	.sign-in-from .custom-control.custom-checkbox {
	display: block !important;
	}
	.sign-in-from {
	padding: 20px;
	}
}
/*----------------------------------------------
Alert
------------------------------------------------*/
.alert-primary {
  color: var(--iq-primary);
  border-color: var(--iq-primary);
  background-color: var(--iq-light-color);
}
.alert-secondary {
  color: var(--iq-secondary);
  border-color: var(--iq-secondary-dark);
  background-color: var(--iq-dark-secondary);
}
.alert-success {
  color: var(--iq-success);
  border-color: var(--iq-success-dark);
  background-color: var(--iq-dark-success);
}
.alert-danger {
  color: var(--iq-danger);
  border-color: var(--iq-danger-dark);
  background-color: var(--iq-dark-danger);
}
.alert-warning {
  color: var(--iq-warning);
  border-color: var(--iq-warning-dark);
  background-color: var(--iq-dark-warning);
}
.alert-info {
  color: var(--iq-info);
  border-color: var(--iq-info-dark);
  background-color: var(--iq-dark-info);
}
.alert-light {
  color: var(--iq-secondary);
  border-color: var(--iq-secondary-dark);
  background-color: var(--iq-light);
}
.alert-dark {
  color: var(--iq-dark);
  border-color: var(--iq-dark);
  background-color: var(--iq-light-dark);
}

/*--------------*/
.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.alert .iq-alert-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.3rem 0 0;
}
.alert .iq-alert-icon i {
  font-size: 2.441em;
  line-height: normal;
}
.alert .iq-alert-text {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.alert .close {
  float: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--iq-white);
  text-shadow: none;
  opacity: 1;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  outline: none;
}

/*----------------------------------------------*/

.authincation-content{
    box-shadow: none;
}

.auth-form{
    border: none;
    padding: 10px;
}

@media only screen and (max-width: 575px) {

.auth-form {

  padding: 30px; 
}
}

.auth-form .btn {

height: 50px;

font-weight: 700; 
}

.auth-form .page-back {

display: inline-block;

margin-bottom: 15px; 
}
.alert {

  position: relative;

  padding: 0.75rem 1.25rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  border-radius: 0.75rem; 
}
.alert-heading {

  color: inherit; }



.alert-link {

  font-weight: 700; }



.alert-dismissible {

  padding-right: 3.8125rem; }

  .alert-dismissible .close {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 2;

    padding: 0.75rem 1.25rem;

    color: inherit; }



.alert-primary {

  color: #38660f;

  background-color: #e2f3d2;

  border-color: #d6efc0; }

  .alert-primary hr {

    border-top-color: #c9eaac; }

  .alert-primary .alert-link {

    color: #203a08; }



.alert-secondary {

  color: #64246e;

  background-color: #f2daf6;

  border-color: #edcbf3; }

  .alert-secondary hr {

    border-top-color: #e6b6ee; }

  .alert-secondary .alert-link {

    color: #411748; }



.alert-success {

  color: #1d6d63;

  background-color: #d7f6f2;

  border-color: #c7f2ed; }

  .alert-success hr {

    border-top-color: #b2ede6; }

  .alert-success .alert-link {

    color: #12453e; }



.alert-info {

  color: #105766;

  background-color: #d2edf3;

  border-color: #c0e6ef; }

  .alert-info hr {

    border-top-color: #acdeea; }

  .alert-info .alert-link {

    color: #09313a; }



.alert-warning {

  color: #854d1a;

  background-color: #ffead6;

  border-color: #ffe1c6; }

  .alert-warning hr {

    border-top-color: #ffd4ad; }

  .alert-warning .alert-link {

    color: #5a3412; }



.alert-danger {

  color: #851530;

  background-color: #ffd4de;

  border-color: #ffc3d1; }

  .alert-danger hr {

    border-top-color: #ffaabd; }

  .alert-danger .alert-link {

    color: #590e20; }



.alert-light {

  color: #797979;

  background-color: #fafafa;

  border-color: #f9f9f9; }

  .alert-light hr {

    border-top-color: #ececec; }

  .alert-light .alert-link {

    color: #606060; }



.alert-dark {

  color: #393939;

  background-color: #e2e2e2;

  border-color: #d6d6d6; }

  .alert-dark hr {

    border-top-color: #c9c9c9; }

  .alert-dark .alert-link {

    color: #202020; 
}
[data-primary="color_2"] .alert-primary {

  background: #297ace;

  border-color: #297ace;

  color: #143b64; }

[data-primary="color_2"] .alert-alt.alert-primary {

  border-left: 4px solid #143b64; }

[data-primary="color_2"] .alert-alt.alert-primary.solid {

  border-left: 4px solid black !important; }

[data-primary="color_2"] .alert.alert-primary.solid {

  background: #143b64;

  border-color: #143b64; }

[data-primary="color_2"] .alert.alert-outline-primary {

  color: #143b64;

  border-color: #143b64; 
}
[data-primary="color_3"] .alert-primary {

  background: #adeb77;

  border-color: #adeb77;

  color: #02607C; }

[data-primary="color_3"] .alert-alt.alert-primary {

  border-left: 4px solid #02607C; }

[data-primary="color_3"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #2f560d !important; }

[data-primary="color_3"] .alert.alert-primary.solid {

  background: #02607C;

  border-color: #02607C; }

[data-primary="color_3"] .alert.alert-outline-primary {

  color: #02607C;

  border-color: #02607C; 
}
[data-primary="color_4"] .alert-primary {

  background: #876bdb;

  border-color: #876bdb;

  color: #4527a0; }

[data-primary="color_4"] .alert-alt.alert-primary {

  border-left: 4px solid #4527a0; }

[data-primary="color_4"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #190e39 !important; }

[data-primary="color_4"] .alert.alert-primary.solid {

  background: #4527a0;

  border-color: #4527a0; }

[data-primary="color_4"] .alert.alert-outline-primary {

  color: #4527a0;

  border-color: #4527a0; 
}
[data-primary="color_5"] .alert-primary {

  background: #e78787;

  border-color: #e78787;

  color: #c62828; }

[data-primary="color_5"] .alert-alt.alert-primary {

  border-left: 4px solid #c62828; }

[data-primary="color_5"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #5c1313 !important; }

[data-primary="color_5"] .alert.alert-primary.solid {

  background: #c62828;

  border-color: #c62828; }

[data-primary="color_5"] .alert.alert-outline-primary {

  color: #c62828;

  border-color: #c62828; 
}
[data-primary="color_6"] .alert-primary {

  background: #6573d5;

  border-color: #6573d5;

  color: #283593; }

[data-primary="color_6"] .alert-alt.alert-primary {

  border-left: 4px solid #283593; }

[data-primary="color_6"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #0d112f !important; }

[data-primary="color_6"] .alert.alert-primary.solid {

  background: #283593;

  border-color: #283593; }

[data-primary="color_6"] .alert.alert-outline-primary {

  color: #283593;

  border-color: #283593; 
}
[data-primary="color_7"] .alert-primary {

  background: #d5ccfb;

  border-color: #d5ccfb;

  color: #7356f1; }

[data-primary="color_7"] .alert-alt.alert-primary {

  border-left: 4px solid #7356f1; }

[data-primary="color_7"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #2f0fb8 !important; }

[data-primary="color_7"] .alert.alert-primary.solid {

  background: #7356f1;

  border-color: #7356f1; }

[data-primary="color_7"] .alert.alert-outline-primary {

  color: #7356f1;

  border-color: #7356f1; 
}
[data-primary="color_8"] .alert-primary {

  background: #aad2f7;

  border-color: #aad2f7;

  color: #3695eb; }

[data-primary="color_8"] .alert-alt.alert-primary {

  border-left: 4px solid #3695eb; }

[data-primary="color_8"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #0f5493 !important; }

[data-primary="color_8"] .alert.alert-primary.solid {

  background: #3695eb;

  border-color: #3695eb; }

[data-primary="color_8"] .alert.alert-outline-primary {

  color: #3695eb;

  border-color: #3695eb; 
}
[data-primary="color_9"] .alert-primary {

  background: #10ebff;

  border-color: #10ebff;

  color: #00838f; }

[data-primary="color_9"] .alert-alt.alert-primary {

  border-left: 4px solid #00838f; }

[data-primary="color_9"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #000e10 !important; }

[data-primary="color_9"] .alert.alert-primary.solid {

  background: #00838f;

  border-color: #00838f; }

[data-primary="color_9"] .alert.alert-outline-primary {

  color: #00838f;

  border-color: #00838f; 
}
[data-primary="color_10"] .alert-primary {

  background: #ffcc96;

  border-color: #ffcc96;

  color: #ff8f16; }

[data-primary="color_10"] .alert-alt.alert-primary {

  border-left: 4px solid #ff8f16; }

[data-primary="color_10"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #964e00 !important; }

[data-primary="color_10"] .alert.alert-primary.solid {

  background: #ff8f16;

  border-color: #ff8f16; }

[data-primary="color_10"] .alert.alert-outline-primary {

  color: #ff8f16;

  border-color: #ff8f16; 
}
[data-primary="color_11"] .alert-primary {

  background: #e4e6ff;

  border-color: #e4e6ff;

  color: #6673fd; }

[data-primary="color_11"] .alert-alt.alert-primary {

  border-left: 4px solid #6673fd; }

[data-primary="color_11"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #0316e1 !important; }

[data-primary="color_11"] .alert.alert-primary.solid {

  background: #6673fd;

  border-color: #6673fd; }

[data-primary="color_11"] .alert.alert-outline-primary {

  color: #6673fd;

  border-color: #6673fd; 
}
[data-primary="color_12"] .alert-primary {

  background: #94cd6c;

  border-color: #94cd6c;

  color: #558b2f; }

[data-primary="color_12"] .alert-alt.alert-primary {

  border-left: 4px solid #558b2f; }

[data-primary="color_12"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #1b2c0f !important; }

[data-primary="color_12"] .alert.alert-primary.solid {

  background: #558b2f;

  border-color: #558b2f; }

[data-primary="color_12"] .alert.alert-outline-primary {

  color: #558b2f;

  border-color: #558b2f; 
}
[data-primary="color_13"] .alert-primary {

  background: #6a6a6a;

  border-color: #6a6a6a;

  color: #2a2a2a; }

[data-primary="color_13"] .alert-alt.alert-primary {

  border-left: 4px solid #2a2a2a; }

[data-primary="color_13"] .alert-alt.alert-primary.solid {

  border-left: 4px solid black !important; }

[data-primary="color_13"] .alert.alert-primary.solid {

  background: #2a2a2a;

  border-color: #2a2a2a; }

[data-primary="color_13"] .alert.alert-outline-primary {

  color: #2a2a2a;

  border-color: #2a2a2a; 
}
[data-primary="color_14"] .alert-primary {

  background: #6aa8f1;

  border-color: #6aa8f1;

  color: #1367c8; }

[data-primary="color_14"] .alert-alt.alert-primary {

  border-left: 4px solid #1367c8; }

[data-primary="color_14"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #082b54 !important; }

[data-primary="color_14"] .alert.alert-primary.solid {

  background: #1367c8;

  border-color: #1367c8; }

[data-primary="color_14"] .alert.alert-outline-primary {

  color: #1367c8;

  border-color: #1367c8; 
}
[data-primary="color_15"] .alert-primary {

  background: #f97ea2;

  border-color: #f97ea2;

  color: #ed0b4c; }

[data-primary="color_15"] .alert-alt.alert-primary {

  border-left: 4px solid #ed0b4c; }

[data-primary="color_15"] .alert-alt.alert-primary.solid {

  border-left: 4px solid #730525 !important; }

[data-primary="color_15"] .alert.alert-primary.solid {

  background: #ed0b4c;

  border-color: #ed0b4c; }

[data-primary="color_15"] .alert.alert-outline-primary {

  color: #ed0b4c;

  border-color: #ed0b4c; 
}
.alert {

  border-radius: 0.875rem;

  padding: 1rem 1.5rem; }

  .alert p {

    line-height: 1.5; }



.alert-rounded {

  border-radius: 30px; }



.alert-primary {

  background: #ddf7c7;

  border-color: #ddf7c7;

  color: #02607C; }

  [data-theme-version="dark"] .alert-primary {

    background: rgba(108, 197, 29, 0.2);

    border-color: rgba(108, 197, 29, 0.2); }



.alert-secondary {

  background: #f8ebfa;

  border-color: #f8ebfa;

  color: #C046D3; }

  [data-theme-version="dark"] .alert-secondary {

    background: rgba(192, 70, 211, 0.5);

    border-color: rgba(192, 70, 211, 0.5);

    color: #7e7e7e; }



.alert-success {

  background: #d5f5f1;

  border-color: #d5f5f1;

  color: #37D1BF; }

  [data-theme-version="dark"] .alert-success {

    background: rgba(55, 209, 191, 0.1);

    border-color: rgba(55, 209, 191, 0.1); }



.alert-warning {

  background: #fff9f4;

  border-color: #fff9f4;

  color: #FF9432; }

  [data-theme-version="dark"] .alert-warning {

    background: rgba(255, 148, 50, 0.1);

    border-color: rgba(255, 148, 50, 0.1); }



.alert-danger {

  background: #ffeaef;

  border-color: #ffeaef;

  color: #FF285C; }

  [data-theme-version="dark"] .alert-danger {

    background: rgba(255, 40, 92, 0.15);

    border-color: rgba(255, 40, 92, 0.15); }



.alert-info {

  background: #3d854d;

  border-color: #3d854d;

  color: #fff; }

  [data-theme-version="dark"] .alert-info {

    background: rgba(30, 167, 197, 0.1);

    border-color: rgba(30, 167, 197, 0.1); }



.alert-dark {

  background: #eeeeee;

  border-color: #eeeeee;

  color: #6e6e6e; }

  [data-theme-version="dark"] .alert-dark {

    background: rgba(110, 110, 110, 0.35);

    border-color: rgba(110, 110, 110, 0.35);

    color: #7e7e7e; }



.alert-light {

  background: #E8E8E8;

  border-color: #E8E8E8;

  color: #6e6e6e; }



.alert-alt.alert-primary {

  border-left: 4px solid #02607C; }



.alert-alt.alert-secondary {

  border-left: 4px solid #C046D3; }



.alert-alt.alert-success {

  border-left: 4px solid #37D1BF; }



.alert-alt.alert-warning {

  border-left: 4px solid #FF9432; }



.alert-alt.alert-danger {

  border-left: 4px solid #FF285C; }



.alert-alt.alert-info {

  border-left: 4px solid #1EA7C5; }



.alert-alt.alert-dark {

  border-left: 4px solid #6e6e6e; }



.alert-alt.alert-light {

  border-left: 4px solid #c2c2c2; }



.alert-alt.alert-primary.solid {

  border-left: 4px solid #2f560d !important; }



.alert-alt.alert-secondary.solid {

  border-left: 4px solid #6f1d7c !important; }



.alert-alt.alert-success.solid {

  border-left: 4px solid #1a6f65 !important; }



.alert-alt.alert-warning.solid {

  border-left: 4px solid #b25500 !important; }



.alert-alt.alert-danger.solid {

  border-left: 4px solid #a80029 !important; }



.alert-alt.alert-info.solid {

  border-left: 4px solid #0d4956 !important; }



.alert-alt.alert-dark.solid {

  border-left: 4px solid #2e2e2e !important; }



.alert-alt.alert-light.solid {

  border-left: 4px solid #a8a8a8 !important; }



.alert-dismissible.solid .close:hover {

  color: #fff;

  opacity: 1; }



.alert.alert-primary.solid {

  background: #02607C;

  color: #fff;

  border-color: #02607C; }



.alert.alert-secondary.solid {

  background: #C046D3;

  color: #fff;

  border-color: #C046D3; }



.alert.alert-success.solid {

  background: #37D1BF;

  color: #fff;

  border-color: #37D1BF; }



.alert.alert-warning.solid {

  background: #FF9432;

  color: #fff;

  border-color: #FF9432; }



.alert.alert-danger.solid {

  background: #FF285C;

  color: #fff;

  border-color: #FF285C; }



.alert.alert-info.solid {

  background: #1EA7C5;

  color: #fff;

  border-color: #1EA7C5; }



.alert.alert-dark.solid {

  background: #6e6e6e;

  color: #fff;

  border-color: #6e6e6e; }



.alert.alert-light.solid {

  background: #E8E8E8;

  color: #6e6e6e;

  border-color: #E8E8E8; }



.alert-right-icon > span i {

  font-size: 18px;

  margin-right: 5px; }

.alert-right-icon .close i {

  font-size: 16px; }



.alert.alert-outline-primary {

  background: transparent;

  color: #02607C;

  border-color: #02607C; }



.alert.alert-outline-secondary {

  background: transparent;

  color: #7e7e7e;

  border-color: #C046D3; }



.alert.alert-outline-success {

  background: transparent;

  color: #37D1BF;

  border-color: #37D1BF; }



.alert.alert-outline-info {

  background: transparent;

  color: #1EA7C5;

  border-color: #1EA7C5; }



.alert.alert-outline-warning {

  background: transparent;

  color: #FF9432;

  border-color: #FF9432; }



.alert.alert-outline-danger {

  background: transparent;

  color: #FF285C;

  border-color: #FF285C; }



.alert.alert-outline-dark {

  background: transparent;

  color: #7e7e7e;

  border-color: #6e6e6e; }



.alert.alert-outline-light {

  background: transparent;

  color: #6e6e6e;

  border-color: #E8E8E8; }



.alert-social {

  color: #fff; }

  .alert-social .alert-social-icon {

    align-self: center;

    margin-right: 0.9375rem; }

    .alert-social .alert-social-icon i {

      font-size: 42px; }

  .alert-social.facebook {

    background-color: #3b5998; }

  .alert-social.twitter {

    background-color: #1da1f2; }

  .alert-social.linkedin {

    background-color: #007bb6; }

  .alert-social.google-plus {

    background-color: #db4439; }

  .alert-social .close:hover {

    opacity: 1 !important;

    color: #fff !important; }



.left-icon-big .alert-left-icon-big {

  align-self: center;

  margin-right: 0.9375rem; }

  .left-icon-big .alert-left-icon-big i {

    font-size: 35px;

    line-height: 1; }



[direction="rtl"] .left-icon-big .alert-left-icon-big,

[direction="rtl"] .alert-social .alert-social-icon {

  margin-left: 0;

  margin-right: 0.9375rem; 
}
.rtl .alert-dismissible {

    padding-right: 1.25rem;

    padding-left: 4rem; 
}
.rtl .alert-dismissible .close {

    right: inherit;

    left: 0; 
}
.form-control{
    border-radius: 0;
    background: #fff;
    border: 2px solid #c8cad0;
    color: #6e6e6e;
    height: 56px;
}
.form-row {

  display: flex;

  flex-wrap: wrap;

  margin-right: -5px;

  margin-left: -5px; 
}

  .form-row > .col,

  .form-row > [class*="col-"] {

    padding-right: 5px;

    padding-left: 5px; 
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {

  color: #37D1BF; }

  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {

    border-color: #37D1BF; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {

  border-color: #60dbcc;

  background-color: #60dbcc; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {

  box-shadow: 0 0 0 0.2rem rgba(55, 209, 191, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {

  border-color: #37D1BF; 
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {

  color: #FF285C; }

  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {

    border-color: #FF285C; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {

  border-color: #ff5b83;

  background-color: #ff5b83; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {

  box-shadow: 0 0 0 0.2rem rgba(255, 40, 92, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {

  border-color: #FF285C; 
}
@media (min-width: 576px) {
	.form-inline .custom-control {

      align-items: center;

      justify-content: center; }

    .form-inline .custom-control-label {

      margin-bottom: 0; 
  	}
}
.custom-control {

  position: relative;

  z-index: 1;

  display: block;

  min-height: 1.3125rem;

  padding-left: 1.5rem;

  color-adjust: exact; }



.custom-control-inline {

  display: inline-flex;

  margin-right: 1rem; }



.custom-control-input {

  position: absolute;

  left: 0;

  z-index: -1;

  width: 1rem;

  height: 1.15625rem;

  opacity: 0; }

  .custom-control-input:checked ~ .custom-control-label::before {

    color: #fff;

    border-color: #3d854d;

    background-color: #3d854d; }

  .custom-control-input:focus ~ .custom-control-label::before {

    box-shadow: 0 0 0 0.2rem rgba(108, 197, 29, 0.25); }

  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {

    border-color: #adeb77; }

  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {

    color: #fff;

    background-color: #c8f1a3;

    border-color: #c8f1a3; }

  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {

    color: #6c757d; }

    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {

      background-color: #e9ecef; }



.custom-control-label {

  position: relative;

  margin-bottom: 0;

  vertical-align: top; }

  .custom-control-label::before {

    position: absolute;

    top: 0.15625rem;

    left: -1.5rem;

    display: block;

    width: 1rem;

    height: 1rem;

    pointer-events: none;

    content: "";

    background-color: #fff;

    border: #adb5bd solid 1px; }

  .custom-control-label::after {

    position: absolute;

    top: 0.15625rem;

    left: -1.5rem;

    display: block;

    width: 1rem;

    height: 1rem;

    content: "";

    background: no-repeat 50% / 50% 50%; }



.custom-checkbox .custom-control-label::before {

  border-radius: 0.75rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {

  border-color: #02607C;

  background-color: #02607C; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {

  background-color: rgba(108, 197, 29, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {

  background-color: rgba(108, 197, 29, 0.5); }



.custom-radio .custom-control-label::before {

  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {

  background-color: rgba(108, 197, 29, 0.5); }



.custom-switch {

  padding-left: 2.25rem; }

  .custom-switch .custom-control-label::before {

    left: -2.25rem;

    width: 1.75rem;

    pointer-events: all;

    border-radius: 0.5rem; }

  .custom-switch .custom-control-label::after {

    top: calc(0.15625rem + 2px);

    left: calc(-2.25rem + 2px);

    width: calc(1rem - 4px);

    height: calc(1rem - 4px);

    background-color: #adb5bd;

    border-radius: 0.5rem;

    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

    @media (prefers-reduced-motion: reduce) {

      .custom-switch .custom-control-label::after {

        transition: none; } }

  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {

    background-color: #fff;

    transform: translateX(0.75rem); }

  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {

    background-color: rgba(108, 197, 29, 0.5); 
}
.custom-control-label::before,

.custom-file-label,

.custom-select {

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

  @media (prefers-reduced-motion: reduce) {

    .custom-control-label::before,

    .custom-file-label,

    .custom-select {

      transition: none; } 
  }
}
.rtl .custom-control-label::after,

  .rtl .custom-control-label::before {

    right: 0;

    left: inherit; 
}
.rtl .custom-control {

    padding-right: 1.5rem;

    padding-left: inherit;

    margin-right: inherit;

    margin-left: 1rem; }

  .rtl .custom-control-indicator {

    right: 0;

    left: inherit; 
}
.custom-control-label:before, .custom-control-label:after {

  top: 2px;

  width: 1.25rem;

  height: 1.25rem;

  border-color: #e7e7e7; }



.rtl .custom-control-label:before, .rtl .custom-control-label:after {

  right: -1.5rem !important;

  left: inherit; }



.custom-control {

  line-height: normal; }



.custom-control-input:focus ~ .custom-control-label::before {

  box-shadow: none !important; }



.custom-control-label::before {

  background-color: transparent;

  border-color: #E1E1E1;

  border-width: 2px;

  border-radius: 0 !important; }

  [data-theme-version="dark"] .custom-control-label::before {

    background-color: transparent;

    border-color: #333a54; }



.check-xs .custom-control-label:before,

.check-xs .custom-control-label:after {

  width: 18px;

  height: 18px; }



.check-lg .custom-control-label:before,

.check-lg .custom-control-label:after {

  width: 24px;

  height: 24px; }



.check-xl .custom-control-label:before,

.check-xl .custom-control-label:after {

  width: 28px;

  height: 28px; }



.checkbox-info .custom-control-label::before {

  background-color: transparent;

  border-color: #3d854d; }

  [data-theme-version="dark"] .checkbox-info .custom-control-label::before {

    background-color: rgba(30, 167, 197, 0.1);

    border-color: transparent; }

.checkbox-info .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #1EA7C5;

  border-color: #1EA7C5; }

.checkbox-danger .custom-control-label::before {

  background-color: transparent;

  border-color: #ffeaef; }

  [data-theme-version="dark"] .checkbox-danger .custom-control-label::before {

    background-color: rgba(255, 40, 92, 0.15);

    border-color: transparent; }

.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #FF285C;

  border-color: #FF285C; }

.checkbox-success .custom-control-label::before {

  background-color: transparent;

  border-color: #d5f5f1; }

  [data-theme-version="dark"] .checkbox-success .custom-control-label::before {

    background-color: rgba(55, 209, 191, 0.1);

    border-color: transparent; }

.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #37D1BF;

  border-color: #37D1BF; }

.checkbox-warning .custom-control-label::before {

  background-color: transparent;

  border-color: #fff9f4; }

  [data-theme-version="dark"] .checkbox-warning .custom-control-label::before {

    background-color: rgba(255, 148, 50, 0.1);

    border-color: transparent; }

.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #FF9432;

  border-color: #FF9432; }

.checkbox-secondary .custom-control-label::before {

  background-color: transparent;

  border-color: #f8ebfa; }

  [data-theme-version="dark"] .checkbox-secondary .custom-control-label::before {

    background-color: rgba(192, 70, 211, 0.5);

    border-color: transparent; }

.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #C046D3;

  border-color: #C046D3; 
}
.rtl .custom-control-label::after,

  .rtl .custom-control-label::before {

    right: 0;

    left: inherit; 
}
.rtl .custom-control {

    padding-right: 1.5rem;

    padding-left: inherit;

    margin-right: inherit;

    margin-left: 1rem; }

  .rtl .custom-control-indicator {

    right: 0;

    left: inherit; 
}
@media (max-width: 767px) {
	.sign-in-from .custom-control.custom-checkbox {
	    display: block !important;
	}
}
.email-list .message-single .custom-checkbox {

      margin-top: 2px; 
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {

  color: #37D1BF; }

  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {

    border-color: #37D1BF; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {

  border-color: #60dbcc;

  background-color: #60dbcc; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {

  box-shadow: 0 0 0 0.2rem rgba(55, 209, 191, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {

  border-color: #37D1BF; 
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {

  color: #FF285C; }

  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {

    border-color: #FF285C; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {

  border-color: #ff5b83;

  background-color: #ff5b83; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {

  box-shadow: 0 0 0 0.2rem rgba(255, 40, 92, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {

  border-color: #FF285C; 
}
.custom-control-input {

  position: absolute;

  left: 0;

  z-index: -1;

  width: 1rem;

  height: 1.15625rem;

  opacity: 0; }

  .custom-control-input:checked ~ .custom-control-label::before {

    color: #fff;

    border-color: #3d854d;

    background-color: #3d854d; }

  .custom-control-input:focus ~ .custom-control-label::before {

    box-shadow: 0 0 0 0.2rem rgba(108, 197, 29, 0.25); }

  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {

    border-color: #adeb77; }

  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {

    color: #fff;

    background-color: #c8f1a3;

    border-color: #c8f1a3; }

  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {

    color: #6c757d; }

    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {

      background-color: #e9ecef; 
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {

  border-color: #02607C;

  background-color: #02607C; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {

  background-color: rgba(108, 197, 29, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {

  background-color: rgba(108, 197, 29, 0.5); 
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {

  background-color: rgba(108, 197, 29, 0.5); 
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {

    background-color: #fff;

    transform: translateX(0.75rem); }

  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {

    background-color: rgba(108, 197, 29, 0.5); 
}
.custom-control-input:focus ~ .custom-control-label::before {

  box-shadow: none !important; 
}
.checkbox-info .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #1EA7C5;

  border-color: #1EA7C5; 
}
.checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #FF285C;

  border-color: #FF285C; 
}
.checkbox-success .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #37D1BF;

  border-color: #37D1BF; 
}
.checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #FF9432;

  border-color: #FF9432; 
}
.checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {

  background-color: #C046D3;

  border-color: #C046D3; 
}
.btn-block {

  display: block;

  width: 100%; }

  .btn-block + .btn-block {

    margin-top: 0.5rem; }



input[type="submit"].btn-block,

input[type="reset"].btn-block,

input[type="button"].btn-block {

  width: 100%; 
}


#review_recaptcha {
  display: flex;
  justify-content: center;
}

.form-control {

  display: block;

  width: 100%;

  height: calc(1.5em + 0.75rem + 2px);

  padding: 0.375rem 0.75rem;

  font-size: 0.875rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid #3d854d;

  border-radius: 0.75rem;

  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

  @media (prefers-reduced-motion: reduce) {

    .form-control {

      transition: none; } }

  .form-control::-ms-expand {

    background-color: transparent;

    border: 0; }

  .form-control:-moz-focusring {

    color: transparent;

    text-shadow: 0 0 0 #495057; }

  .form-control:focus {

    color: #495057;

    background-color: #fff;

    border-color: #adeb77;

    outline: 0;

    box-shadow: 0 0 0 0.2rem rgba(108, 197, 29, 0.25); }

  .form-control::placeholder {

    color: #6c757d;

    opacity: 1; }

  .form-control:disabled, .form-control[readonly] {

    background-color: #e9ecef;

    opacity: 1; }



input[type="date"].form-control,

input[type="time"].form-control,

input[type="datetime-local"].form-control,

input[type="month"].form-control {

  appearance: none; }



select.form-control:focus::-ms-value {

  color: #495057;

  background-color: #fff; }



.form-control-file,

.form-control-range {

  display: block;

  width: 100%; 
}
.form-control-plaintext {

  display: block;

  width: 100%;

  padding: 0.375rem 0;

  margin-bottom: 0;

  font-size: 0.875rem;

  line-height: 1.5;

  color: #7e7e7e;

  background-color: transparent;

  border: solid transparent;

  border-width: 1px 0; }

  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {

    padding-right: 0;

    padding-left: 0; }



.form-control-sm {

  height: calc(1.5em + 0.5rem + 2px);

  padding: 0.25rem 0.5rem;

  font-size: 0.765625rem;

  line-height: 1.5;

  border-radius: 0.2rem; }



.form-control-lg {

  height: calc(1.5em + 1rem + 2px);

  padding: 0.5rem 1rem;

  font-size: 1.09375rem;

  line-height: 1.5;

  border-radius: 0.3rem; }



select.form-control[size], select.form-control[multiple] {

  height: auto; }



textarea.form-control {

  height: auto; 
}

.was-validated .form-control:valid, .form-control.is-valid {

  border-color: #37D1BF;

  padding-right: calc(1.5em + 0.75rem);

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2337D1BF' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-position: right calc(0.375em + 0.1875rem) center;

  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {

    border-color: #37D1BF;

    box-shadow: 0 0 0 0.2rem rgba(55, 209, 191, 0.25); }



.was-validated textarea.form-control:valid, textarea.form-control.is-valid {

  padding-right: calc(1.5em + 0.75rem);

  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); 
}
.was-validated .form-control:invalid, .form-control.is-invalid {

  border-color: #FF285C;

  padding-right: calc(1.5em + 0.75rem);

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF285C' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF285C' stroke='none'/%3e%3c/svg%3e");

  background-repeat: no-repeat;

  background-position: right calc(0.375em + 0.1875rem) center;

  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {

    border-color: #FF285C;

    box-shadow: 0 0 0 0.2rem rgba(255, 40, 92, 0.25); }



.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {

  padding-right: calc(1.5em + 0.75rem);

  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); 
}
.form-inline .form-control {

      display: inline-block;

      width: auto;

      vertical-align: middle; }

    .form-inline .form-control-plaintext {

      display: inline-block; }

    .form-inline .input-group,

    .form-inline .custom-select {

      width: auto; 
  }
  .input-group > .form-control,

  .input-group > .form-control-plaintext,

  .input-group > .custom-select,

  .input-group > .custom-file {

    position: relative;

    flex: 1 1 auto;

    width: 1%;

    min-width: 0;

    margin-bottom: 0; }

    .input-group > .form-control + .form-control,

    .input-group > .form-control + .custom-select,

    .input-group > .form-control + .custom-file,

    .input-group > .form-control-plaintext + .form-control,

    .input-group > .form-control-plaintext + .custom-select,

    .input-group > .form-control-plaintext + .custom-file,

    .input-group > .custom-select + .form-control,

    .input-group > .custom-select + .custom-select,

    .input-group > .custom-select + .custom-file,

    .input-group > .custom-file + .form-control,

    .input-group > .custom-file + .custom-select,

    .input-group > .custom-file + .custom-file {

      margin-left: -1px; }

  .input-group > .form-control:focus,

  .input-group > .custom-select:focus,

  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {

    z-index: 3; }

  .input-group > .custom-file .custom-file-input:focus {

    z-index: 4; }

  .input-group > .form-control:not(:last-child),

  .input-group > .custom-select:not(:last-child) {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0; }

  .input-group > .form-control:not(:first-child),

  .input-group > .custom-select:not(:first-child) {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0; 
}
.input-group-lg > .form-control:not(textarea),

.input-group-lg > .custom-select {

  height: calc(1.5em + 1rem + 2px); }



.input-group-lg > .form-control,

.input-group-lg > .custom-select,

.input-group-lg > .input-group-prepend > .input-group-text,

.input-group-lg > .input-group-append > .input-group-text,

.input-group-lg > .input-group-prepend > .btn,

.input-group-lg > .input-group-append > .btn {

  padding: 0.5rem 1rem;

  font-size: 1.09375rem;

  line-height: 1.5;

  border-radius: 0.3rem; }



.input-group-sm > .form-control:not(textarea),

.input-group-sm > .custom-select {

  height: calc(1.5em + 0.5rem + 2px); }



.input-group-sm > .form-control,

.input-group-sm > .custom-select,

.input-group-sm > .input-group-prepend > .input-group-text,

.input-group-sm > .input-group-append > .input-group-text,

.input-group-sm > .input-group-prepend > .btn,

.input-group-sm > .input-group-append > .btn {

  padding: 0.25rem 0.5rem;

  font-size: 0.765625rem;

  line-height: 1.5;

  border-radius: 0.2rem; 
}
@media only screen and (max-width: 768px) {

  .header-left .search_bar .dropdown-menu .form-control {

    border-radius: 4px !important;

    width: 100%; 
}
.rtl .input-group > .form-control:not(:first-child) {

    border-radius: 0.75rem 0 0 0.75rem; }

  .rtl .input-group > .custom-select:not(:last-child),

  .rtl .input-group > .form-control:not(:last-child) {

    border-radius: 0 0.75rem 0.75rem 0; }

  .rtl .input-group > .custom-select:not(:last-child):not(:first-child),

  .rtl .input-group > .form-control:not(:last-child):not(:first-child) {

    border-radius: 0; 
}
.chatbox .type_msg .form-control {

    padding: 10px 0;

    height: 50px;

    border: 0;

    resize: none; 
}
[data-theme-version="transparent"] .form-control {

  background-color: #181f39;

  border-color: #333a54;

  color: #fff; 
}
[data-theme-version="dark"] .form-control {

  background-color: #181f39;

  border-color: #333a54;

  color: #fff; 
}
.email-filter .input-group .form-control {

  padding: 0 0 0 0.3125rem;

  border: 0;

  font-size: 0.875rem;

  height: 1.875rem;

  color: #89879f;

  border-bottom: 1px solid #DDDFE1; }

  .email-filter .input-group .form-control::placeholder {

    font-size: 0.875rem;

    color: #89879f; }

.email-filter .input-group > .form-control {

  min-height: 1.875rem; 
}
.post-input .form-control {

    height: 75px;

    font-weight: 400;

    margin: 15px 0; 
}
.char-type form .form-control {

    height: 45px;

    padding-left: 18px;

    background: #F5F9F1;

    border-right: 0; 
}
.form-control {

  border-radius: 0;

  background: #fff;

  border: 1px solid #f0f1f5;

  color: #6e6e6e;

  height: 56px; }

  @media only screen and (max-width: 1199px) {

    .form-control {

      height: 41px; } }

  .form-control:hover, .form-control:focus, .form-control.active {

    box-shadow: none;

    background: #fff;

    color: #6e6e6e; 
}
[data-theme-version="light"] .input-primary .form-control,

[data-theme-version="dark"] .input-primary .form-control {

  border-color: #02607C; 
}
[data-theme-version="light"] .input-danger .form-control,

[data-theme-version="dark"] .input-danger .form-control {

  border-color: #FF285C; 
}
[data-theme-version="light"] .input-info .form-control,

[data-theme-version="dark"] .input-info .form-control {

  border-color: #1EA7C5; 
}
[data-theme-version="light"] .input-success .form-control,

[data-theme-version="dark"] .input-success .form-control {

  border-color: #37D1BF; 
}
[data-theme-version="light"] .input-warning .form-control,

[data-theme-version="dark"] .input-warning .form-control {

  border-color: #FF9432; 
}
[data-theme-version="light"] .input-primary-o .form-control,

[data-theme-version="dark"] .input-primary-o .form-control {

  border-color: #02607C; 
}
[data-theme-version="light"] .input-danger-o .form-control,

[data-theme-version="dark"] .input-danger-o .form-control {

  border-color: #FF285C; 
}
[data-theme-version="light"] .input-info-o .form-control,

[data-theme-version="dark"] .input-info-o .form-control {

  border-color: #1EA7C5; 
}
[data-theme-version="light"] .input-success-o .form-control,

[data-theme-version="dark"] .input-success-o .form-control {

  border-color: #37D1BF; 
}
[data-theme-version="light"] .input-warning-o .form-control,

[data-theme-version="dark"] .input-warning-o .form-control {

  border-color: #FF9432; 
}
.form-control:disabled,

.form-control[readonly] {

  background: #fff;

  opacity: 1; 
}
.form-control.is-valid {

  border-color: #37D1BF !important;

  border-right: 0px !important; }

  .form-control.is-valid:focus {

    box-shadow: none; }



.form-control.is-warning {

  border-color: #FF9432 !important;

  border-right: 0px !important; }

  .form-control.is-warning:focus {

    box-shadow: none; }



.form-control.is-invalid {

  border-color: #FF285C !important;

  border-right: 0px !important; }

  .form-control.is-invalid:focus {

    box-shadow: none; 
}
.asColorPicker-wrap .form-control {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0; 
}
.wizard .content > .body .form-control {

border: 1px solid #f0f1f5; }

[data-theme-version="dark"] .wizard .content > .body .form-control {

  border-color: #333a54; 
}
.form-head .search-area .form-control {

    border: 0;

    height: 56px;

    padding: 10px 15px;

    font-size: 16px;

    background: #f1f1f1;

    border-radius: 0; 
}

@media only screen and (max-width: 1400px) {

  .form-head .search-area .form-control {

    height: 41px;

    padding: 10px 15px;

    font-size: 13px; } 
}
.chart-link .form-control {

  max-width: 97px;

  display: inline-block; }



.input-group.input-group-lg .form-control, .input-group.input-group-lg .input-group-text {

  height: 80px;

  padding: 10px 30px; }

  @media only screen and (max-width: 575px) {

    .input-group.input-group-lg .form-control, .input-group.input-group-lg .input-group-text {

      height: 50px;

      padding: 10px 15px;

      font-size: 14px; } 
  }
  .search-area .form-control {

    background: #F3F3F3;

    border-width: 0px;

    padding-left: 20px;

    border-radius: 0.875rem 0 0 0.875rem; 
}
.plus-minus-input .form-control:hover, .plus-minus-input .form-control:focus, .plus-minus-input .form-control:active {

    border: 1px solid #f0f1f5; 
}
.plus-minus-input .form-control {

  height: 40px;

  border-top: 1px solid #c8c8c8;

  border-bottom: 1px solid #c8c8c8;

  border-left: 0px solid #c8c8c8;

  border-right: 1px solid #c8c8c8; }

  .plus-minus-input .form-control:hover, .plus-minus-input .form-control:focus, .plus-minus-input .form-control:active {

    border-top: 1px solid #c8c8c8;

    border-bottom: 1px solid #c8c8c8;

    border-left: 0px solid #c8c8c8;

    border-right: 0px solid #c8c8c8; 
}
.rtl .input-group > .form-control:not(:first-child) {

    border-radius: 0.75rem 0 0 0.75rem; }

  .rtl .input-group > .custom-select:not(:last-child),

  .rtl .input-group > .form-control:not(:last-child) {

    border-radius: 0 0.75rem 0.75rem 0; }

  .rtl .input-group > .custom-select:not(:last-child):not(:first-child),

  .rtl .input-group > .form-control:not(:last-child):not(:first-child) {

    border-radius: 0; 
}
[data-theme-version="dark"] .form-control {

  background-color: #181f39;

  border-color: #333a54;

  color: #fff; 
}
