@font-face {
  font-family: lato;
  src: url(font/LatoLatin-Regular.woff);
}

@font-face {
  font-family: lato-semibold;
  src: url(font/LatoLatin-Semibold.woff);
}

@font-face {
  font-family: lato-bold;
  src: url(font/LatoLatin-Semibold.woff);
}

@font-face {
  font-family: lato-heavy;
  src: url(font/LatoLatin-Semibold.woff);
}

h1 {
  color: #0079af;
  font-size: 22px;
  text-align: center;
  line-height: 17px;
  margin: 20px 0;
}

h4.modal-title {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 100;
  background-color: #0079af;
}

.val_pop_main {
  position: absolute;
  right: 15px;
  top: 11px !important;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.modal-header .close {
  opacity: 1;
  padding-bottom: 0px !important;
  color: #0079af;
}

.mr_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_32 {
  margin-bottom: 32px;
}

h4.tiltle {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px dashed #dad9d9;
  padding-bottom: 10px;
  color: #000;
  font-weight: 600;
  margin-bottom: 15px;
}

.auth {
  margin: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px #ccc;
  border-radius: 5px;
}

.body_auth {
  background-color: #fff;
  height: auto;
  min-height: 20vh;
  max-height: 70vh;
  overflow-y: auto;
}

.body_auth p {
  margin-bottom: 10px;
}

.red {
  color: #e02242;
}

.foot_auth {
  background-color: #fff;
  border-top: 1px dashed #eee;
  height: auto;
  padding: 15px 35px;
}

input[type="button"],
input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 10px;
  margin: 0px;
  background-color: #0079af;
  border: 1px solid #0079af;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
  border-radius: 3px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
select,
input[type="date"],
textarea {
  width: 100%;
  padding: 6px 12px;
  border: 0;
  border: 1px solid #cacaca;
  color: #5d5d5d;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 1px solid #cacaca;
  box-shadow: 0px 0px 0px 0px #fff;
  outline: none;
}

#login {
  margin: 0px;
  border: 1px solid #0079af;
  width: 80px;
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  background-color: #0079af;
  color: #fff !important;
  border-radius: 3px;
}

#login:hover {
  border: 1px solid #323232;
  background-color: #323232;
}

.disable {
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #828282 !important;
}

.pd_35 {
  padding: 15px 35px !important;
}

.pd_15 {
  padding: 15px !important;
}

textarea {
  height: 80px;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #b0b0b0;
  font-size: 12px;
}

:-ms-input-placeholder {
  color: #b0b0b0;
  font-size: 12px;
}

:-moz-input-placeholder {
  color: #b0b0b0;
  font-size: 12px;
}

::placeholder {
  color: #b0b0b0;
  font-size: 12px;
}

.form-label {
  color: #606060;
}

label small {
  color: #0079af;
  font-size: 0.875rem;
}

.modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  outline: 0;
}

.modal-dialog {
  max-width: 500px;
  margin: 6.75rem auto;
}

.modal-header {
  padding: 0px;
  border-bottom: 1px dashed #e9ecef;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

button.close {
  background-color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  opacity: 1;
  border: 2px solid #0079af;
  color: #0079af;
  line-height: 0px;
  text-align: center !important;
  padding: 0px !important;
  float: right;
  position: absolute;
  right: 0px;
}

.qr_main {
  width: 100%;
  height: 50vh;
  background-color: gray;
  display: block;
  align-items: center;
  margin: 0 auto 7vh;
  text-align: center;
}

.modal-footer {
  padding: 0px;
}

.qr_main>img {
  margin-top: 15px;
}

.qr_btn {
  background-color: #0079af;
  color: #fff;
  margin: 10px 15px;
}

.auth_p {
  padding-left: 0px;
  padding-right: 5px;
}

.auth_p>label {
  margin-bottom: 0px;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #323232;
  line-height: 12px;
  padding: 8px 10px;
  width: 100%;
}

.auth_c>span {
  display: block;
  width: auto;
  position: absolute;
  top: 0px;
  right: 5px;
  margin-left: 1px;
  padding: 0px;
  font-size: 10px;
  padding: 0px 10px;
  height: 15px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
}

.cop {
  right: 90px !important;
  height: 15px !important;
  background-color: #fff !important;
}

.auth_hover {
  background-color: #0079af !important;
  border: 1px solid #0079af !important;
}

.auth_c>span>img {
  width: 97%;
  padding: 0px;
}

.active {
  background-color: #4bb34b !important;
  border: 1px solid #269626 !important;
}

.auth_c>span:hover {
  background-color: #4bb34b !important;
  color: #fff;
  border: 1px solid #269626;
  border-top: transparent;
}

.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.charBold {
  font-weight: bold;
  color: crimson;
}

/* Handle on hover */

.sign_up,
.forgot {
  display: block;
  color: #1485bf !important;
  cursor: pointer;
  text-transform: capitalize;
}

.forgot {
  float: left;
}

.sign_up {
  float: left;
  border: 1px solid #0079af;
  width: 80px;
  text-align: center;
  padding: 6px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  background-color: #0079af;
  color: #fff !important;
  border-radius: 3px;
}

.forgot:hover,
.sign_up:hover {
  color: dodgerblue !important;
  text-decoration: none;
}

.sign_up:hover {
  color: #fff !important;
  background-color: #323232;
  border: 1px solid #323232;
}

.auth.reg {
  top: 5vh;
}

.tagfo {
  font-size: 12px;
  color: #0079af !important;
}

.error {
  color: #e80000;
  font-size: 14px;
  margin-top: 2px;
}

.er_icon {
  display: block;
  border: 1px solid #79051a;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 20px;
  float: left;
  color: #b00722;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.error_dis {
  width: 92%;
  border: 1px solid #79051a;
  color: #fff;
  margin: auto;
  background-color: #b00721;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 10px;
  position: relative;
}

.error_dis>label,
.sus_dis>label {
  float: left;
  margin-bottom: 0px;
  padding: 0px 14px;
  line-height: 17px;
  font-size: 12px;
  letter-spacing: 0.5px;
  position: relative;
  top: 2px;
  left: 0px;
  width: 95%;
}

.sus_dis {
  width: 92%;
  border: 1px solid #0d6f1e;
  color: #fff;
  margin: auto;
  background-color: #4a9457;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 10px;
  position: relative;
}

.sus_dis>.er_icon {
  border: 1px solid #0e7b08;
  color: #187113;
}

.hash_key {
  width: 100%;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 11px;
  color: #000;
}

.hash_key:focus {
  outline: none;
}

textarea.hash_key {
  height: 100px;
  padding: 15px 15px;
}

.rigt_5 {
  right: 5px !important;
}

.bg_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 0.9;
}


.inv-otp-err {
  background-color: #f2e1da;
  width: 98%;
  display: block;
  text-align: center;
  border-radius: 2px;
  position: relative;
  color: #da0000;
  margin-bottom: 5px;
}

.loginAttPenTim {
  width: 98%;
  display: block;
  text-align: center;
  border-radius: 2px;
  position: relative;
  font-size: 24px;
  color: #0079af;
  font-weight: 900;
}

.validOtpbtnDis[disabled="disabled"] {
  cursor: not-allowed;
    opacity: 0.45;
}

.caption {
  width: 350px;
  background-image: url(../../images/bg_caption.png);
  height: auto;
  position: absolute;
  top: 220px;
  border-radius: 3px;
  left: -350px;
}

.caption h2 {
  color: #fff;
  font-size: 16px;
  padding: 30px 30px 10px;
  text-align: left;
  text-transform: uppercase;
}

.caption p {
  padding: 0px 32px 20px;
  color: #bfbdbd;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.pdl7 {
  padding-left: 7px;
}

.pdr7 {
  padding-right: 7px;
}

.width_22 {
  width: 22px;
}

.checkbox_container {
  display: block;
  position: relative;
  padding-left: 17px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #828282;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0px;
  position: relative;
  left: 5px;
}

.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
}

.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox_container input:checked~.checkmark {
  background-color: #fff;
  border: 1px solid #0079af;
}

.checkbox_container input:checked~.checkmark:after {
  display: block;
}

.checkbox_container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #0079af;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check_mark_label {
  padding-bottom: 9px;
  float: left;
  margin-left: 12px;
  color: #828282;
  font-size: 13px;
  cursor: pointer;
}

textarea {
  resize: none;
}

#myTable_length {
  display: none;
}

.parsley-errors-list {
  font-size: 10px !important;
}

.pd_top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main_r.auth.reg {
  top: 12vh;
}

.main_r.auth.reg>.body_auth>div>p {
  margin-bottom: 5px;
}

.menu_main {
  margin: 0px;
}

.menu_main>ul {
  margin: 0px;
  padding: 0px;
  float: right;
}

.menu_main>ul>li {
  list-style: none;
  float: left;
}

.menu_main>ul>li>a {
  display: block;
  padding: 20px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #0079af !important;
  text-transform: capitalize;
}

.menu_main>ul>li>a:hover {
  cursor: pointer;
  color: dodgerblue !important;
  text-decoration: none;
}

.id_time,
.id_dis {
  font-size: 12px !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.id_dis {
  padding-left: 10px;
}

.mr_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

ol {
  padding-left: 10px;
}

.checker_table {
  width: 100%;
  overflow-x: auto;
}

.checker_table table {
  width: 1920px;
}

.audit_log {
  border: 1px solid #0079af;
  color: #3a3a3a;
  padding: 2px 10px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  cursor: pointer;
}

.maker_report {
  background-color: #fff;
  width: 38%;
  margin: auto;
  margin-top: 40px;
  padding: 30px 20px;
  box-shadow: 1px 1px 4px 2px #ccc;
}

.maker_report button {
  background-color: #0079af;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid #870f43;
}

.maker_report button:hover {
  background-color: #323232;
  border: 1px solid #323232;
}

.width_50 {
  width: 50%;
}

.service_list>ul {
  padding: 0px;
  margin: 0px;
}

.service_list>ul>li {
  list-style: none;
  float: left;
}

.service_list>ul>li>a {
  display: block;
  padding: 12px 14px;
  background-color: transparent;
  color: #828282 !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.service_sub {
  position: fixed;
  right: 30px;
  bottom: 20px;
  background-color: #0079af;
  border: 1px solid #740c39;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#list1 {
  width: 100%;
  border: 1px solid #eee;
  height: 30px;
  margin-bottom: 10px;
}

#holdQuesSet>.row>div>#list1>span,
#rejectionQuesSet>.row>div>#list1>span {
  height: 30px;
  line-height: 15px;
  font-size: 12px;
  width: 100%;
  border: 0px;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 9%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#list1:focus {
  border: 1px solid #eee;
}

#holdQuesSet>#list1>span:focus {
  border: 0px solid #eee;
  outline: none;
}

#list1>ul {
  border: 1px solid #eee;
  outline: none;
  padding: 10px;
  height: 200px;
  overflow-y: auto;
}

#list1>ul>li>input {
  margin-right: 15px;
}

#holdModal>div.modal-dialog,
#rejectionModal>div.modal-dialog {
  max-width: 80%;
  margin: 6.5rem auto;
}

#list1>ul>li {
  font-size: 12px;
}

.dis_tabl tr>td {
  border: 1px solid #eee;
  padding: 0px;
}

.dis_tabl tr>td>input {
  border: 0px solid #eee;
}

.border_1 {
  border-right: 1px solid #eee;
}

.width_10w {
  width: 70%;
  margin-bottom: 0px;
}

.lbl_upload>span {
  color: red;
  font-size: 11px;
}

label.upload {
  display: inline-block;
  background-color: #0079af;
  color: white;
  padding: 5px;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 0.5rem;
  width: 30px;
}

label.upload>img {
  width: 100%;
}

.lbl_upload {
  display: block;
  padding-top: 7px;
  width: 60%;
  float: left;
}

.thumbnail {
  height: 60vh;
}

.thumbnail h2 {
  background-color: #0079af;
  font-size: 16px;
  padding: 5px;
  color: #fff;
  letter-spacing: 0.5px;
}

h2.head_up {
  color: #0079af;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px dashed #eee;
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

/* vipin css started here================= */

.header-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.acc-title {
  position: relative;
  color: #0079af;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.acc-title::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 15%;
  background-color: #adadad;
  left: 43%;
  bottom: -4px;
}

.otp-img {
  width: 100%;
  display: block;
  text-align: center;
}

.otp-img img {
  margin-bottom: 15px;
  width: 60px;
}

.box_show {
  box-shadow: 0px 1px 6px 1px #ccc;
  width: 50% !important;
  margin: auto !important;
  max-width: 500px;
  padding: 20px;
}

.send_btn {
  box-shadow: unset !important;
  font-size: 14px !important;
  padding: 9px 15px 6px 15px !important;
  margin: 15px 1px 0px 1px !important;
  border-radius: 8px !important;
  min-width: 132.5px;
}

.wrapper-log-box {
  max-width: 380px;
  width: 380px;
  margin: 0 auto;
}

.log-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.log-wrap span {
  border: 1px solid #cacaca;
  border-right: 0px solid #cacaca;
  padding: 4.5px 10px;
  color: #0079af;
  border-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  position: relative;
}

.log-wrap span::after {
  content: "";
  display: block;
  padding: 2px 0px;
  height: 80%;
  width: 1px;
  background-color: #0079af;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.log-wrap input[type="text"],
.log-wrap input[type="password"] {
  border-left: 0px solid #cacaca;
}

.log-wrap input[type="text"]:focus,
.log-wrap input[type="password"]:focus {
  border-left: 0px solid #cacaca;
}

input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.inp-field {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.5rem;
}

.otp-inp {
  background-image: unset !important;
  border: 2px solid #bcbcbc !important;
  border-radius: 8px !important;
  padding: 12px 30px 7px 15px;
  height: 40px;
}

.inp-field .input {
  height: 45px;
  width: 45px;
  border: 2px solid #dad9df;
  outline: none;
  text-align: center;
  font-size: 1.5em;
  border-radius: 0.3em;
  background-color: #ffffff;
  outline: none;
  margin: 0 17.5px 0 1px;
}

@media (min-width: 576px) {
  #approvalModal>div.modal-dialog {
    max-width: 90% !important;
    margin: 2rem auto;
  }
}

#approvalModal input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#approvalModal .form-label {
  font-family: lato;
  font-size: 14px;
  color: #606060;
  display: block;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: unset;
  letter-spacing: 0.6px;
}

#approvalModal input[type="radio"]:checked+.radio-label:before {
  background-color: #0079af;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

#approvalModal input[type="radio"]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -1px;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.log-wrap-error {
  position: relative;
}

.log-wrap-error .err-desi {
  position: absolute;
  left: 12px;
  bottom: -12px;
  font-size: 14px;
}

.dropdown-menu.multi-level.show {
  right: 0;
  left: unset !important;
  transform: translate3d(-72px, 25px, 0px) !important;
  min-width: 200px;
}

.dropdown-submenu>.dropdown-menu {
  left: unset !important;
  right: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

.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;
}

.dropdown-item {
  white-space: initial;
}

.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;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.crp-crd-dtl-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #d7d0d0;
  border-top: 0px solid #d7d0d0;
}

.cpuEmpAppWrap .respo-info-left-data .crp-crd-dtl-wrap:nth-child(1),
.cpuEmpAppWrap .respo-info-right-data .crp-crd-dtl-wrap:nth-child(1) {
  border-top: 1px solid #d7d0d0;
}

.cpuEmpAppWrap .form-label-heading {
  font-weight: 600 !important;
  border-right: 1px solid rgba(151, 20, 77, 0.4);
  padding: 4px 8px !important;
}

.cpuEmpAppWrap .form-label-data {
  color: #0079af !important;
  margin-left: 4px;
  padding: 4px 8px !important;
}

.cpuEmpAppWrap .crp-crd-dtl-wrap.bg-1, .cpuEmpAppWrap .corp-bas-dtl.bg-1 {
  background-color: #f0f0f0;
}

.cpuEmpAppWrap select {
  background-color: transparent;
  padding-left: 8px;
  color: #0079af;
  height: 34.5px;
}

.cpuEmpAppWrap .select2-container--default .select2-selection--single {
  border: 1px solid #cacaca;
  height: 34.5px;
  padding-left: 12px;
  border-radius: 4px;
}

.cpuEmpAppWrap .cpuLandWrapper input,
.cpuEmpAppWrap .cpuLandWrapper select {
  border-radius: 4px;
}

.cpuEmpAppWrap .cpuLandWrapper input::placeholder {
  font-size: 13px;
  color: #c2c2c2;
}

/* vipin css ends here========================= */

/* reponsive css start here==================== */

@media screen and (max-width: 991.98px) {
  .box_show {
    width: 75% !important;
  }
}

@media screen and (max-width: 767.98px) {
  .box_show {
    width: 100% !important;
  }

  .wrapper-log-box {
    width: 100%;
  }

  .box_show {
    padding: 4px;
  }
}