/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
h1, h2, h3, h4, h5, h6, p{
    font-family: "Roboto Condensed", sans-serif !important;
}
body {
  font-family: "Roboto Condensed", sans-serif !important;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}
.sweet-alert .btn {
  --bs-btn-font-size: 0.875rem !important;
  --bs-btn-line-height: 1.75rem !important;
}
.international_box .content h3{
  font-size: 18px !important;
  padding: 0px 5px !important;
}
.international_skills{
  background-image: none;
}
.dvLoginOutter #dvForgotPassword {
  text-align: right;
  margin-top: 5px;
  cursor: pointer;
  color: black;
}

.dvRegisterOutter #dvResendOtp,
.dvLoginOutter #dvResendOtp,
.dvForgotPasswordOutter #dvResendOtp {
  text-align: right;
  margin-top: 5px;
  cursor: pointer;
  color: black;
}

.dvDashboardOutter {
  min-height: 700px;
  text-align: center;
  padding-top: 10px;
}

.required::after {
  content: "*";
  color: red;
  margin-left: 0.2em;
}

.dashboard-login-block .HomeLabels {
  padding-left: 10px;
}

.form-button {
    background: #e46713;
    padding: 10px 20px;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.form-button a:hover{
    background: #e46713;
    padding: 10px 20px;
    border-radius: 0px;
    color: #ffffff;
    text-decoration: none;
    border: none;
}
.tddiv {
    margin:10px 5px 10px 5px;
}




@media (max-width: 575.98px) {
  .dashboard-login-block .HomeLabels {
    padding-left: 0px;
  }
}

 /* Dashboard Login Section Css Start*/
 .dashboard-login-block {
  text-align: center;
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .dashboard-login-block h1 {
  font-size: 24px;
  margin-bottom: 20px;
  }
  .dashboard-login-block .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  }
  .dashboard-login-block .card {
  background: linear-gradient(to bottom, #d1f0e0, #bde0dc);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .dashboard-login-block .card img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  }
  .dashboard-login-block .card h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 20px;
  }
  
  .dashboard-login-block .new {
  background: #ff6b6b;
  }
  p.fa-style {
  font-size: 27px;
  color: #000;
  }
  .dashboard-login-block h1 {
  font-size: 28px;
  font-weight: 600;
  }
  .page-banner.banner-section{
     height: 0;
     padding-top: 105px;
  }
  .hide-content-div {
     display: none !important;
  }
  .bg-secondary{
     background-color: #343a40!important;
  }
  .new-header-style .header-main-wrapper{
     margin-top: 10px !important;
     border: none;
  }
ul#myTab {
    background-image: none;
}
#myTab .nav-link.active {
    background: #e46713 !important;
    padding: 16px 18px 16px 18px;
    font-size: 17px;
    width: 160px;
}
#myTab .nav-link.active {
    background: #e46713 !important;
    padding: 16px 18px 16px 18px;
    font-size: 17px;
    width: 160px;
    color: #fff;
}
#myTab .nav-link{
      background-color: #f4f6f9;
      color: #131e3c;
      padding: 16px 18px 16px 18px;
    font-size: 17px;
    width: 160px;
}
#myTab .nav-item:first-child .nav-link {
    margin-left: 0 !important;
}
.international_box h3 {
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.international_box {
    box-shadow: 0px 0px 12px -5px;
    margin-bottom: 30px !important;
}
.international_skill_box h3{
  font-weight: 700;
}
.dvForgotPasswordOutter {
    padding: 0px;
}
.page-banner {
    /* height: 550px; */
    background-color: rgb(255 236 224);
    display: flex;
    align-items: center;
    padding-top: 20px !important;
    position: relative;
    overflow: hidden;
}
.retake a.buttons {
    background: #e46713;
    color: #fff;
    border: none;
    /* margin-top: 20px; */
    padding: 14px 40px;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
    transition: all 0.3s 
ease 0s;
}
.exam_details {
    margin-top: 0px;
    margin-bottom: 0px;
}
button.submit_button {
    background: #e46713;
    color: #fff;
    border: none;
    /* margin-top: 20px; */
    padding: 12px 40px;
    width: auto;
    border-radius: 0px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
div#tokentd button#submitButton {
    margin-top: 10px;
}
div#tokentd {
    margin-top: 10px;
}
div#myTabContent .row {
    align-items: center;
}
.form-body2 {
    padding: 30px;
    box-shadow: 0px 0px 12px -5px;
    border-radius: 20px;
    margin-top: 20px;
}
.international_skill_box {
    box-shadow: 0px 0px 12px -5px;
    border-radius: 18px;
}
.buy_now_box{
  width: 70%;
  margin: auto;
}
  @media (max-width: 767.9px) {
  .dashboard-login-block .grid {
  grid-template-columns: repeat(1, 1fr);
  }
  .dashboard-login-block{
  padding: 40px 30px;
  }
  }
  @media (max-width: 600px) {
  .international_skill_box h3 {
    font-size: 25px;
    text-transform: uppercase;
}
#myTab .nav-link{
      width: 200px;
}
#myTab .nav-link.active{
   width: 200px;
}}
   /* Dashboard Login Section Css End*/