@media screen and (max-width: 800px) {
    .recaptcha {
          -webkit-transform: scale(0.77);
             -moz-transform: scale(0.77);
              -ms-transform: scale(0.77);
               -o-transform: scale(0.77);
                  transform: scale(0.77);
           -webkit-transform-origin: 0 0;
              -moz-transform-origin: 0 0;
               -ms-transform-origin: 0 0;
                -o-transform-origin: 0 0;
                   transform-origin: 0 0;
    }
}

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

    .responsive-btn {
        min-width: 92px !important;
    }

    .col-7 {
      -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      /*min-width: 316px !important;*/
      padding: 0 !important;
      min-width: 100% !important;
    }

    .row .d-flex {
        flex-wrap: wrap;
        /*justify-content: center !important;*/
    }

    .btn-right {
        width: auto;
        /*min-width: 134px;*/
    }

    .text-btn {
       font-size: 11px;
       font-weight: 500;
    }

    .login-page .login-box {
        min-width: 316px !important;
    }

}

@media screen and (min-width: 500px) {
    /*.responsive-btn {
        min-width: 92px;
    }*/

    /*.col-7 {
      -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      flex: 0 0 100%;
      min-width: 100% !important;
    }*/

    .row .d-flex {
        flex-wrap: wrap;
        /*justify-content: center !important;*/
    }

    .login-page .login-box {
        width: 50% !important;
        max-width: 530px !important;
        min-width: 400px !important;
    }

}

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

    .text-wrap-breakall {
        word-break: break-all !important;
    }
}

@media screen and (max-width: 767px) {
    .card-body.table-responsive.p-0 {
        overflow-x: auto !important;
    }
}

@media screen and (min-width: 767px) {
    .responsive-text-break {
        word-break: break-all !important;
    }
}

.card-body.table-responsive.p-0 {
    overflow-x: inherit;
}

.text-wrap-breakall {
    flex: 1;
    word-wrap: break-word;
    word-break: normal;
}

.register {
/* Text */

width: 450px;
height: 38px;

/* Display sm/Semibold */
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 38px;
/* identical to box height, or 127% */
text-align: center;

/* Gray/900 */
color: #181D27;


/* Inside auto layout */
flex: none;
order: 0;
align-self: stretch;
flex-grow: 0;

}

.cc-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cc-flex-center {
    justify-content: center;
}

.gap-2 {
    gap: 2px;
}

.gap-12 {
    gap: 12px;
}

.gap-20 {
    gap: 20px;
}

.text-lable {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.label {
    font-family: 'Inter', serif;
    font-size: 14px;
    line-height: 20px;
}

.nav-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.gray-600 {
    color: #535862;
}

.gray-700 {
    color: #414651 !important;
}

.red-600 {
    color: #FFFFFF !important;
    background-color: #D92D20 !important;
}

.blue-700 {
    color: #2C58AA !important;
}

.blue-600 {
    color: #3568CA;
}

.blue-gray-100 {
    background: #EAECF5;

}

.bg-white {
  background-color: #ffffff !important;
}

/*.sidebar-focused {
  display: none;
}*/

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.icon-size {
    width: 40px;
    height: 40px;
}

.icon-size-35 {
    width: 35px;
    height: 35px;
}

.icon-size-20 {
    width: 20px;
    height: 20px;
}

.icon-size-30 {
    width: 30px;
    height: 30px;
}

.icon-size-15 {
    width: 15px;
    height: 15px;
}

.icon-size-22 {
    width: 22px;
    height: 22px;
}

.alert-box {
  /*border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);*/
  display: block;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 1px 2px 0px #0A0D120D;
  border-radius: 10px 10px 10px 10px;
}

.alert-box > .inner {
  padding: 10px;
}

.alert-box > .small-box-footer {
  /*background-color: rgba(0, 0, 0, 0.1);*/
  /*color: rgba(255, 255, 255, 0.8);*/
  background-color: #F5F5F5;
  color: #2C58AA !important;
  display: block;
  padding: 3px 15px;
  position: relative;
  text-decoration: none;
  z-index: 10;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.alert-box > .small-box-footer:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}

.alert-h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.username-text {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.button-blue {
    background-color: #3568CA !important;
}

.gray-3c4043 {
    color: #3c4043;
}

.gray-900 {
    color:#181D27 !important;
}

.border-gray {
    border-color: #dedce0 !important;
}

.blue-link {
    text-decoration: none !important;
    color: #2C58AA !important;
    font-weight: 600;
}

section.content div.container-fluid div.col-12 {
    /*margin-top: 12px;*/
    padding: 0 30px;
    /*margin-top: 20px;*/
}

.icon-list-dropdown {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.icon-revoke {
    width: 14px;
    height: 13px;
    margin-right: 8px;
}

.action-btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.activate {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.error-box {
    color: #F04438;
    background-color: #FEE4E2;
    padding: 14px;
    font-weight: 400;
}

.white-btn {
    padding: 8px 14px 8px 14px;
    gap: 8px;
    border-radius: 8px 8px 8px 8px;
    color: #414651;
    border-color: #D5D7DA;
    background-color: #FFFFFF;
}

.text-btn {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    /* line-height: 20px;
    text-align: left;*/
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.bold-text {
    color: #181D27 !important;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-2 {
    margin-bottom: 2px !important;
}

.profiletabs {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.badge-info {
    background-color: #E7EDF9;
    border-radius: 10px;
    margin-left: 3px;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

section.content .card-title h2 {
    font-family: Inter;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181D27;
    padding: 10px;
    margin-left: 10px;
}

section.content .card-title h4 {
    font-family: Inter;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 28px;
    color: #181D27;
    padding: 10px;
    margin-left: 10px;
}

.form-padding {
    padding: 10px 20px 20px 0px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-20 {
    margin-left: 20px;
}

.blue-btn {
    color: #FFFFFF;
    background-color: #3568CA !important;
}

.green-btn {
    color: #FFFFFF;
    background-color: #287d44 !important;
}

.text-14 {
    font-size: 14px;
}

.line-height-20 {
    font-family: Inter;
    line-height: 20px;
}

.radius-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.intl-tel-input,
.iti{
  width: 100%;
}

.table-striped-even tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.border-0 {
    border: none !important;
}

.tou-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
}

.bg-text-gray {
    color: #737d87 !important;
    background-color: #ededed !important;
    --bs-bg-opacity: 1;
}

.bg-text-yellow {
    color: #e3ad17 !important;
    background-color: #fff7e2 !important;
    --bs-bg-opacity: 1;
}

.bg-text-green {
    color: #027A48 !important;
    background-color: #ECFDF3 !important;
    --bs-bg-opacity: 1;
}

.bg-text-red {
    color: #bf1730 !important;
    background-color: #ffe4e8 !important;
    --bs-bg-opacity: 1;
}

.package-text {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.border-text-red {
    color: #B42318 !important;
    border-color: #FDA29B !important;
}

.card-body.table-responsive.p-0 {
    overflow-x: auto !important;
}

.footer-link {
    /*background-color: #F5F5F5;*/
    color: #2C58AA !important;
    display: block;
    /*padding: 3px 15px;*/
    cursor: pointer;
    position: relative;
    text-decoration: none;
    z-index: 10;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.btn-danger:hover {
  color: #fff !important;
  /*color: #027A48 !important;*/
  border-color: #dc3545 !important;
}

.grayscale-icon {
    filter: grayscale(100%);
    opacity: 0.3;
    cursor: not-allowed;
}

.row-footer {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0px 20px !important;
}

.bg-text-blue {
    color: #175CD3 !important;
    background-color: #EFF8FF !important;
    --bs-bg-opacity: 1;
}

.bg-text-purple {
    color: #1849AA !important;
    background-color: #F4F3FF !important;
    --bs-bg-opacity: 1;
}

.bg-text-brown {
    color: #B54708 !important;
    background-color: #FFFAEB !important;
    --bs-bg-opacity: 1;
}

.pl-30 {
    padding-left: 30px;
}

.header-title {
    font-family: Inter;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #181D27;
}

.page-text-align {
    text-align: left;
    border-right-width: 0;
    vertical-align:middle !important;
}

.table-striped-gray {
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-text-orange {
    color: #C4320A !important;
    background-color: #FFF6ED !important;
    --bs-bg-opacity: 1;
}

.modal-update {
    margin: 1.75rem auto;
    max-width: 450px;
    width: 100%;
    border-radius: 8px;
    padding: 15px 25px 22px;
}

.button-wide {
    width: calc(100% / 2 - 10px);
}

.btop-0-inline {
    border-top: none;
    display: inline;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.modal-title-bold {
    color: #181D27 !important;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 24px;
    margin-bottom: 0;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.modal-header-px4 {
    display: flex;
    border-bottom: none;
    padding: 1rem 1rem 0 !important;
    align-items: flex-start;
    justify-content: space-between;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    flex-shrink: 0;
}

.w50-m10 {
    margin: 10px 10px 0;
    width: 50px;height: 50px;
}

.b-radius-1_3rem{
    border-radius: 1.3rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.mr-4 {
    margin-right: 4px !important;
}

.py-4-px-4 {
    padding: 4px 4px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.float-unset {
    float: unset;
}

.position-relative{
    position: relative;
}

.t-align-right {
    text-align: right;
}

.pl-8 {
    padding-left: 8px;
}

.text-black {
    color: #181D27 !important;
}

.text-center {
    text-align: center;
}

.text-break-all{
    word-break: break-all !important;
}

.text-break-word {
    word-break: break-word;
}

.w-10 {
    width: 10%;
}

.w-20 { width: 20%; }

.w-30 { width: 30%; }

.text-gray {
    color: #535862 !important;
}

.w-7 {
    width: 7%;
}

.w-9 {
    width: 9%;
}

.w-8 {
    width: 8%;
}

.break-word-wrap {
    word-wrap: break-word;
}



