 @import url("../vendor/progresstab/progresstab.css");
  @import url("../styles/shortcodes.css");
 
 :root {   --theme-highlight: #0766AD;
	--theme-primary: #0192ff;
/* 	--theme-primary: #007bd6; */
     --theme-secondary: #cbe4ff;
     --theme-white-bg: #f5f5ff;
 }
/* Appointment Style Start */
.aptmt-img {
    width: 500px;
    margin: 0 auto;
}


span.tb-img {
    display: inline-block;
    max-width: 54px;
    padding-right: 10px;
}

/* .custom-rtabs { */
/*   padding: 10px 20px 15px 20px; Increased padding */
/* } */

.custom-tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
}

.c-rtab-link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 16px 12px; /* Increased padding for spacing */
  color: #2c2c2c;
  cursor: pointer;
  line-height:normal;
  position: relative;
      background: #c1e5ff;
  transition: color 0.3s ease;
}

.c-rtab-link.active,
.c-rtab-link:hover {
     color: #fff;
    background: #0192ff;
}

/* .c-rtab-link:hover{ */
/* 	 background:#ff9d2d; */
/* } */


.c-rtab-link i {
  margin-right: 10px;
}

.c-rtab-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 50%;
  background: linear-gradient(45deg, #3F51B5, #2196F3);
  transition: all 0.4s ease;
}

.c-rtab-link.active::after {
  width: 100%;
  left: 0;
}

.c-rtab-content {
  display: none;
  animation: fadeInUp 0.5s ease;
  padding: 12px;
  border: 1px solid #e8e5e5;
  margin-bottom: 12px;
      background: #fff;
          min-height: 300px;
}

.c-rtab-content.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media screen and (max-width: 600px) {
  .custom-tab-links {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
}

/* link abha address start */
.abha-add.cst-abha-modal .modal-body {
    padding: 20px 8px;
    background: #fff;
}
.abha-add.cst-abha-modal .modal-title {
    margin-left: 0;
}
.abha-add.cst-abha-modal .modal-header {
    padding: 10px;
}
.abha-add.cst-abha-modal .modal-header h2 {
    text-transform: none;
    line-height: normal;
    font-size: 18px;
}
.create-abha-add .checkmark-green:before{
	left: -30px;
}
.create-abha-add .cdone.checkmark-green:after,
.create-abha-add .checkmark-green:after{
	left: -19px;
}
.create-abha-add .ndone.checkmark-green:after
{
	left: -22px;
}
.cst-checkinput .form-control {
    padding: 12px 35px 12px 16px;
}
.cst-checkinput .btn{
	cursor: default;
	background-color: #939393;
    border-color: #939393;
}
.cst-checkinput .btn:hover{
	background-color: #939393;
    border-color: #939393;
}
.cst-checkinput .btn:focus{
	box-shadow: none;
}
.cst-suggest {
    margin-top: 10px;
}
.cst-suggest .buttons-group {
    margin: 0 -4px;
    justify-content: center;
    overflow-y: auto;
    height: 70px;
}
.cst-suggest .buttons-group li {
    margin: 8px 0 0 0px;
    padding: 0 4px;
    line-height: normal;
    min-width: 33.33%;
    text-align: center;
    position: relative;
}
.cst-suggest .ttl-blk {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.cst-suggest .input-style-form-check input {
    visibility: hidden;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.cst-suggest .status-btn{
	padding: 4px 8px;
}
.cst-suggest .status-btn.success-btn {
    background: #d7eeff;
    color: #3d4e70;
    border-radius: 8px;
    margin: 0;
    border: 1px solid #d7eeff;
    display: block;
    text-transform: none;
}
.cst-suggest .status-btn.success-btn:hover {
    cursor: pointer;
    background: #ffffff;
    border-color: #58b8ff;
}
.cst-suggest label {
    font-size: 12px;
    letter-spacing: 0.4px;
    margin: 0 0 4px;
}
.cst-suggest .input-style-form-check .form-check{
	margin-right: 0;
}
:focus-visible {
    outline: none !important;
}
/* link abha address end */
/* custom css 03-10-2024 */

.pri-profile-image {
    height: 100px;
    width: 100px;
    background: #eaeaea;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
        overflow: hidden;
}
.dmc-data {
    padding-left: 5px;
}

.form-group span {
	font-weight: 400;
}

.btn-download {
    border: 2px solid #97ca31;
    background: #97ca31;
    color: #fff;
}

.custom-step-content .custom-rtabs{
	padding:0px;
}

.custom-step-content .custom-step-content{
	padding:6px;
}

/* .custom-progress-block .custom-step-content:last-child{ */
/* 	margin-bottom:0; */
/* } */

.custom-input-group{
	flex-wrap:nowrap;
}



.digit {
    width: calc(100% / 6);
/*     max-width: fit-content; */
        max-width: 50px;
   height: 46px;
/*    margin: 5px;*/
    text-align: center;
    font-size: 14px;
    color: transparent;
   	box-shadow: 0px 2px 3px -2px #ff8828 !important;
    text-shadow: 0 0 0 #040404bb !important;
    border-color: #dcdcdcfc !important;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
        padding: 2px !important;
    outline-color: #040404bb;
    transition: 0.3s transform;
}
/* .otp-wrapper{ */
/* 	display: flex; */
/*     column-gap: 10px; */
/* } */

/*.digit:focus {*/
/*    transform: scale(1.3);*/
/*    transition: 0.1s;*/
/*}*/

#verificationButton {
    width: 100px;
    height: 50px;
    margin: 5px;
    text-align: center;
    font-size: 20px;
    background-color: #ffffff;
    color: transparent;
    box-shadow: 0px 2px 5px -2px #f50000ce;
    text-shadow: 0 0 0 #040404bb;
    border-color: #dcdcdcfc;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    outline-color: #ff0000bb;
}

#verificationButton:hover {
    border: solid 2px #000000ce;
    width: 110px;
    height: 60px;
    cursor: pointer;
    /* transform: scale(0.1); */
    transform: scale(1);
    transition: 0.1s;
}

#digitsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  margin-top:250px;
}

.custom-icon-group {
    position: relative;
/*     width: calc(100% - 96px); */
     width: 100%;
}
.custom-icon-group .eyes_button {
    right: 1px;
    position: absolute !important;
    font-size: 25px;
    margin: 0 !important;
    padding: 14px 10px !important;
    top: 1px;
    bottom: initial;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    height: 44px;
    border-radius: 0;
     box-shadow: none !important;
}

.verify-btn {
    background-color: #2a8853;
    border: 1px solid #2a8853;
}


.custom-icobtn {
    position: relative;
    background: linear-gradient(96deg, rgb(28 66 139) 35%, rgba(73,143,203,1) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 200px;
    text-align: center;
    padding-top: 40px;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5);
}

.custom-icobtn.active, .custom-icobtn:hover {
    background: linear-gradient(53deg, rgb(64 105 193) 0.1%, rgb(44 159 233) 51.5%, rgb(58 112 150) 100.2%);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 2px 4px rgba(255, 255, 255, 0.7);
    color: #fff;
}

.custom-icobtn::before {
    font-family: 'IcoFont' !important;
    content: "\ec71";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    /* border-radius: 50%; */
    /* border: 1px solid rgba(1, 146, 255, 0.5); */
    font-size: 33px;
    padding: 4px;
    line-height: normal;
    /* background: rgba(255,255,255,0.8); */
    color: #fff;
    /* position: initial; */
    /* z-index: -1; */
}

.custom-icobtn.i-otp:before{
	content: "\ec87";
/* 	background: url("../images/appointment/mobileotp.png"); */
}

.custom-icobtn.dmg:before{
	content: "\ef8b";
}

.custom-icobtn.i-abio:before {
    content: "\ebb7";
}

.cmt-tabs.cmt-tab-style-03{
	margin-top:0 !important;
}

.cmt-tabs.cmt-tab-style-03 ul.tabs li{
	       padding: 16px 12px 2px 12px;
    margin: 22px 0 0 0;
	        border: 2px solid #125f96;
}

.cmt-tabs.cmt-tab-style-03 ul.tabs li.active,
.cmt-tabs.cmt-tab-style-03 ul.tabs li:hover{
	    background: linear-gradient(313deg, #ca8a52, #0590f4, #47a992, #3353a3, #125f96) !important;
    background-size: 200% 200%;
    border: 2px solid #125f96;
}

.cmt-tabs.cmt-tab-style-03 ul.tabs li a{
	    color: #125f96;
}

    
.cmt-tabs.cmt-tab-style-03 .wrpp::before {
    z-index: 0;
    top: -20px;
     border: 1px solid #125f96;
     color: #125f96;
         font-size: 18px;
}

.cmt-tabs.cmt-tab-style-03 .wrpp.regstr::before {
    top: -38px !important;
        font-size: 22px;
}

.custom-step-content .custom-createabha-fblock {
        padding: 106px 10px 0;
}


