﻿
/*@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}*/

.form-control {
    font-size: 14px;
    font-weight: 500;
}
/* Please review modal footer for fixed position     ///////   modal size is intact */
/* .modal-fixed-size .modal-dialog {
  max-width: 700px;
  width: 600px;  
} */

.modal-fixed-size .modal-content {
    overflow-y: auto; /* Add scrollbar if content exceeds modal height */
}

.card-footer-heightControl {
    height: 27rem;
    /* overflow-y: auto;  */
}
/* .fixed-modal-footer {
      position: fixed;
      margin-top: auto;
  } */

.radio-group {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}

.radio-option {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 40px;
    cursor: pointer;
}

    .radio-option:hover {
        background-color: #f9f9f9;
    }

    .radio-option input[type="radio"] {
        margin-right: 5px;
    }

#msform input, #msform textarea, #msform select {
    /*padding: 9px;*/
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 0 0 8px 0;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
}

.profile-icon-size {
    width: 65px;
    height: 67px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid black;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #ee0979;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    #msform .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
    }

#msform .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    #msform .action-button-previous:hover, #msform .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
    }

#card2 {
    max-width: 10000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}



/*.create-acc-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
*/

.radio-group input[type="text"], .radio-group select, .radio-group input[type="tel"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
}

.radio-group label {
    font-size: 0.9rem;
    /*margin-bottom: 5px;*/
}

.dob-container {
    display: flex;
    /*align-items: center;*/
    /*margin-bottom: 15px;*/
}

.dob-inputs {
    display: flex;
    align-items: center;
    width: 100%;
}

    .dob-inputs input {
        flex: 1;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 16px;
        margin-right: 10px;
    }

.dob-date-format {
    margin-top: -5px;
    font-size: 14px;
    color: #777;
}

.validation-message {
    color: red;
    margin-top: 5px;
    font-size: 14px;
}


/*headings*/
.fs-title {
    font-size: 18px;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

/*.container {
    width: 500px;
    margin: 50px auto 0;
    text-align: center;
}
*/
/*Styling Selectbox*/
.formbold-mb-5 {
    margin-bottom: 20px;
}

.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
}

    .formbold-form-input:focus {
        border-color: #6a64f1;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
    }



.radio-option {
    display: block;
    position: relative;
    padding: 3px 10px 5px 36px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-option input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.radio-custom {
    position: absolute;
    top: 1.9px;
    left: -3px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #eee;
    margin-left: 5px;
}

/* On mouse-over, add a grey background color */
.radio-option:hover input ~ .radio-custom {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-option input:checked ~ .radio-custom {
    background-color: #dc9001;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radio-custom:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio-option input:checked ~ .radio-custom:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-option .radio-custom:after {
    left: 8.5px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2.3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*Gender selection*/
.radio-custom-Gen {
    top: 3.5px;
}

/*.iti__selected-flag {
    width: 100%;
}*/
/*.iti--allow-dropdown input[type=tel]{
    width:40%;
}
.iti.iti--allow-dropdown.iti--show-flags{
    width:25%;
}*/
.iti--allow-dropdown input[type=tel] {
    width: 60px;
}

.iti--allow-dropdown .iti__flag-container {
    padding: 7px;
}

.boder-setting {
    border-radius: 6px;
}
/*This is the mobile field*/

