.custom-card {
    border: 1px solid rgba(198, 198, 210, 1);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 10px 15px;
    background:#fff;
}
.dashboard-main .custom-card {
    width: 13%;
}
.text-muted {
    color: #7E8299 !important;
}
thead {
    background: #F6F8FA;
}
.table > thead tr th {
    padding: 0px 10px !important;
    height: 40px !important;
    vertical-align: middle;
    color: #7E8299;
    font-weight: 500;
}
table tr td {
    color: #181C32 !important;
    padding: 0px 10px !important;
    height: 40px !important;
    font-weight: 500;
}

.checkstatus option {
    color: #7e8299;
    font-weight: normal;
    padding: 7px 10px;
    cursor: pointer;
}
.checkstatus option[selected],
.checkstatus option:hover {
    color: #039af1;
    background: #eef7fc;
    outline:none;
}
.pageheading{font-size:24px !important;font-weight:500 !important;display:flex;align-items:center;gap:5px;}
.cardheading{font-size:18px !important;font-weight:500 !important;}

.dataTables_length,
.dataTables_paginate.paging_simple_numbers {
    display: none;
}
@media only screen and (max-width:767px){
.dashboard-main .custom-card {
    width: 49%;
    margin-top: 15px;
}
.custom-card{overflow-x:scroll;}
}

.msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

.msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

.msform fieldset:not(:first-of-type) {
    display: none
}

.msform input,
.msform textarea {
    margin-bottom: 25px;
}


.msform .action-button {
    width: 100px;
    background: #032b51;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

.msform .action-button:hover,
.msform .action-button:focus {
    background-color: #311B92
}

.msform .action-button {
    width: 100px;
    background: #032b51;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px 5px;
    margin: 10px 0px 10px 5px;
    float: none;
}

.msform .action-button-previous:hover,
.msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #111;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin: 0 auto 35px;
    overflow: hidden;
    color: #1B84FF;;
    display: flex;
    justify-content: center;
    padding: 0;
}

#progressbar .active {
    color: #1B84FF;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 150px;
    position: relative;
    font-weight: 400;
    z-index:2;
}

#progressbar #stepone:before {
    content: "1";
}

#progressbar #steptwo:before {
    content: "2";
}

#progressbar #stepthree:before {
    content: "3";
}

#progressbar #stepfour:before {
    content: "4";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #181C32;
    background: #F1F1F4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #F1F1F4;
    position: absolute;
    left: calc(0% - 50px);
    top: 25px;
    z-index: -1
}


#progressbar li.active:before,
#progressbar li.active:after {
    background: #009ef7;
    color: #fff;
}

#progressbar li.active strong {
    color: #009ef7;
}

#progressbar strong {
    color: #7E8299;
    font-weight:normal;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

#progressbar li:first-child:after {
    display: none;
}

.invalid-feedback {
    color: red;
}

.d-none {
    display: none;
}

.style {
    cursor: pointer;
}

.formbanner {
    background: #032b51 url(./images/slider1.png);
    color: #fff;
    padding: 25px 15px 125px;
    background-repeat: no-repeat;
    background-size: cover;
}

.formfooter {
    background: #032b51;
    color: #fff;
    padding: 75px 15px;
}

.formbanner h2 {
    color: #fff;
    font-size: 55px;
}

.formbanner p {
    color: #fff;
}

p.invalid-feedback {
    position: relative;
    top: -20px;
}

p.invalid-feedback.mls_you_belong_to_form_error {
    position: relative;
    top: 0;
}

span#mls_not_exist {
    position: relative;
    top: -20px;
    font-weight: bold;
    font-size: 13px;
}

.whitelogo img {
    width: 250px;
}

span.required {
    color: red;
}

.vt-btn {
    background: #d12d42;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
    height: 35px;
    font-weight: 600;
}

.vt-btn:hover {
    background: #6A707E;
    color: #fff;
    text-decoration: none;
}

.fa {
    margin-left: -12px;
    margin-right: 8px;
}

.icon-button {
    padding: 0;
    border: 0;
    background-color: transparent;
    margin-right: 0.5rem; 
    margin-left: 1px; 
}

.icon {
    color: #009ef7;
    font-size: 2.25rem;
    margin-left: 1px; 
}

.upload-text {
    color: #009ef7;
    font-weight: 500;
    font-size: 14px;
    margin-left: relative;
    cursor: pointer; 
}

.password-wrapper {
    position: relative;
}

input.form-control.password {
    padding-right: 70px;
}

.eye-icon-btn {
    position: absolute;
    right: 5px;
    bottom: -60px;
    transform: translateY(-320%);
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
}

.eye-icon-btn i {
    font-size: 1.5rem; 
    color: #6c757d; 
    
}

.upload-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 4px;
    width: 250px;
    height: 150px;
    background: #FFFFFF; 
    border: 1px solid #1B84FF; 
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.03); 
    border-radius: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-btn:hover {
    background: rgba(27, 132, 255, 0.1); 
}

.upload-btn .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 8px;
    width: 190px;
    height: 76px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.upload-btn .icon-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 4px;
    width: 190px;
    height: 48px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

upload-btn .icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1B84FF;
    font-size: 1.5rem;
    font-weight: bold;
}

.add-image-text {
    width: 190px;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; 
    text-align: center;
    color: #1B84FF; 
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

 .label {
    width: 190px;
    height: 20px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px; 
    text-align: center;
    color: #181C32; 
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.preview-container {
    position: relative;
    width: 100%;
    height: 100%; 
    border-radius: 50%;  
}

.img-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; 
}

.delete-btn {
    position: relative;
    bottom: 6px;
    left: 194px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    padding: 4px;
    cursor: pointer;
    display: none; 
}

.delete-btn > i {
    color: #1B84FF;
}

.file-delete-btn {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    padding: 4px;
    cursor: pointer;
}

.file-delete-btn > i {
    color: #1B84FF;
}

#file-info {
    color: #009ef7;
    font-weight: 500;
    padding: 0 0 20px 0;
}

.upload-text-container {
    padding: 4px;
}

.d-flex .dl-upload {
    gap: 4px;
}

.select2-container--bootstrap-5 .select2-selection--single.form-control-solid {
  background-color: #f5f8fa;
  color: #5e6278;
  border-radius: 0.475rem;
  min-height: 42px;
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  box-shadow: none;
  border: none;
  font-size: 1.1rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-weight: 500 !important;
  line-height: 1.5;
  color: #5e6278;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
	padding: 0;
	font-weight: 500 !important;
	line-height: 1.5;
    color: #5e6278 !important;
    font-size: 1.1rem;
    font-family: inherit;
}




