body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

p {
  line-height: 1.5em;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15.6em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #cccccc;
  color: #000;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #FFAD33;
}

ul#menu li ul li a {
 background-image:url('../images1/11.png');
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #FFAD33;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }





/********************* new style 28-02-2025 *******************/

.bg-color-section {
    background-color: #ecedef;
}

.check-color {
    color: #1898ca;
}

.margin-0-auto {
    margin: 0 auto;
}

.text-color {
    color: #717b9e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.small-font {
    color: #717b9e;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.inputs-padding {
    font-size: 14px;
    line-height: 20px;
   /* padding: 12px 19px;*/
    border-radius: 16px !important;
    height: 42px !important;
}

.label-font {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.card-work {
    border-radius: 20px !important;
}

.btn-border-google {
    text-align: center;
    border-radius: 60px;
    padding: 9px 16px 13px;
    color: #fd5f07;
    border: 1px solid #fd5f07;
    font-weight: 500;
    width: 78%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-1 {
    margin-top: 0.5rem !important;
}
.me-1 {
    margin-right: .25rem !important;
}

.margin-top {
    margin-top: 103px;
}

.border-left {
    margin-top: 103px;
    z-index: 2;
    border-left: 1px solid #e7e7f1;
    height: 270px;
    padding-top: 24px;
    padding-left: 10px;
}

.or-text {
    color: var(--N500);
    height: 33px;
    padding: 6px 8px;
    border-radius: 50%;
    background: #fff;
    margin-left: -27px;
    position: relative;
    top: 109px;
    font-size: 14px;
}


.reg-free-btn {
    background-color: #fff;
    color: #1898ca;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border-radius: 0px;
    border: 1px solid #1898ca;
    padding: 6px 65px;
    border-radius: 10px;
}

.inputs-login {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 0px;
}

.container-width {
    max-width: 1200px;
}

.position-relative-view {
    position: relative;
}

.position-abs {
    position: absolute;
    right: 13px;
    top: 9px;
    color: #fd5f07;
}

.login-btnn {
    background-color: #1898ca;
    color: white;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border-radius: 10px;
    width: 100%;
}

    .login-btnn:hover {
        background-color: white;
        color: #fd5f07;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        border-radius: 10px;
        border: 1px solid #fd5f07;
    }

.orSec {
    width: 95%;
    margin: 22px 0 12px .75rem;
    border-top: 1px solid #cecece;
    position: relative;
}

.ortext {
    color: #8993a4;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 4px;
    top: -13px;
    left: 50%;
    background: #fff;
    margin: 0 0 0 -16px;
    position: absolute;
}

.OTP-login {
    font-weight: 500;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    color: #fd5f07;
}

.text-danger {
    color: #1898ca !important;
}

.color-orange {
    color: #fd5f07 !important;
}

.main-google-btn {
    position: relative;
}

.google-icon-btn {
    position: absolute;
    left: 10px;
    top: 5px;
}

.btn-with-google {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24);
    padding: 13px 1px;
    width:100%;
}

.box-shadow-login {
    /*box-shadow: 0 9px 16px 0 rgba(0, 106, 194, .2);*/
    border: none;
    background-color:white;
}

.margin-left-minus {
    margin-right: -30px;
}

.card-form {
    border-radius: 20px !important;
    border: none !important;
}

@media (max-width: 768px) {
    .border-left {
        margin-top: 0px;
        z-index: 2;
        border-left: 1px solid #e7e7f1;
        height: 223px;
        padding-top: 3px;
        padding-left: 10px;
    }
    .margin-left-minus{
        display:none !important;
    }

    .margin-top {
        margin-top: 0px;
    }

    .margin-left-minus {
        margin-right: 0px;
    }
}

.inputs-padding::placeholder {
    color: #717b9e;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.font-weight-login {
    font-weight: 600;
    color: #121224;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.btn-login {
    background-color: #fd5f07;
    color: white;
}

    .btn-login:hover {
        background-color: white;
        border: 1px solid #2584b3;
        color: #2584b3;
    }

.small-font {
    font-size: 14px;
}
.fa-check-circle {
    font-size: 14px;
}
.card-form p {
    font-size: 16px;
}
.register-disable {
    background-color: #fd5f07;
    color: white;
    font-weight: 500;
    border-radius: 24px;
    padding: 10px 20px;
}

.font-weight-600 {
    font-weight: 600;
}

.footer ul li {
    padding-right: 14px;
    margin-right: 14px;
    border-right: 1px solid #c2c8dd;
}

.list-style-none {
    list-style-type: none;
}

.font-log-footer {
    font-size: 15px;
}

.text-gray {
    color: #717b9e;
}

.inputs-login {
    border-radius: 10px !important;
}

.circle-bg {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fd5f07;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.pt-5 {
    padding-top: 3rem !important;
}
.d-flex{
    display:flex;
}
.align-items-center{
    align-items:center;
}
.padding-all p{
    font-size:15px;
    padding:0px !important; 
}
.fa-check{
    font-size:14px;
}
.justify-content-end{
    justify-content:end;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.inputs-login {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 0px;
}
.form-text {
    margin-top: .25rem;
    font-size: 14px;
    color: #6c757d;
    
}
.text-end {
    text-align: right !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.gap-2 {
    gap: .5rem !important;
}
.d-grid {
    display: grid !important;
}
.margin-right-left {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.p-3 {
    padding: 1rem !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pb-4 {
    padding-bottom: 1.7rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}
.card-form {
    border-radius: 20px;
    border: none;
}
    .card-form  h5 {
        font-size: 2.25rem;
    }
.card-form h6 {
    font-size: 1.6rem;
}
.justify-content-center{
    justify-content:center;
}

.btn-with-google {
    background-image: url('../img/google-icon.9273ac87.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    padding-left: 40px; /* Adjust for icon spacing */
}

/*----------------------------end----------------------------*/