



* {
    margin: 0;
    padding: 10;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    
  }
  @font-face {
    font-family: 'nafees-nastaleeq';
    src: url('../fonts/Nafees_Nastaleeq.ttf') format('truetype');
  }
  
  
 #field1 ,#field2{
    font-family: 'nafees-nastaleeq' !important;
    
 }
  /* styling the body */
  
  body {
    
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* min-width: 572px; */
    font-family: 'nafees-nastaleeq';

    background-image: url('../images/background1.png');
  
  }
  
  
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100dvh;
}


.container-fluid {
    /* justify-content: center; */
    display: flex;
    align-items: center;
    top: 0;
    flex-direction: column;
    /* background-color: indianred; */
}


.row1{
    display: flex;
        align-items: flex-start;
        /* justify-content: center; */
        width: 100%;
        /* background-color: #21347E; */
    }


.row{
display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
    width: 100%;
}



/* --------------------------- */
/* top-heading */
/* --------------------------- */

.text-center {
    text-align: right !important;
}

h5{
    /* font-size: 1rem; */
    line-height: 2rem;
}

/* --------------------------- */
#second_input{
margin-bottom: 0.4rem !important;
}


#first_btn{
    margin-top: 1.5rem;
}


/* --------------------------- */
/* Icons-Styling */
/* --------------------------- */

.helpicon{
    /* background-color: aqua; */
    width: 3rem;
}
.modalhelpicon{
    /* background-color: aqua; */
    width: 1.8rem;
}

/* Custom CSS */
.tooltip-inner {
    background-color: transparent;
}


.helpicon:hover {
    transform: translateY(3.625%) !important;

  }
  
  /* Submit Buttons styling while it is active */
.helpicon:active:focus {
    transform: translateY(3.625%) !important;
}


.formicon{
/* background-color: aqua; */ 
    width: 1.2em;
    background-color: transparent;
}

.btnicon{
    /* background-color: aqua; */
    width: 1.2em;
margin-left: 0.5em;
}

/* --------------------------- */



/* --------------------------- */
/* Text Alignment to Right */
/* --------------------------- */

.mt-3, .my-3 {
    text-align: left !important;
}

.form-group {
    margin-bottom: 1rem;
    text-align: right !important;
}

/* --------------------------- */


/* --------------------------- */
/* Paading in form Stylng*/
/* --------------------------- */
.card-body{
    font-size: 0.8rem;
    padding: 1.5rem;
    padding-bottom: 2.5rem;
}
.card-header {
    padding: 0.75rem 1.5rem;


        background-color: transparent;
        border-bottom: none;
        padding-top: 2.5rem ;
}

/* --------------------------- */



 .card{
    width: 400px;
    margin: 0 auto;
    

    background-color: rgba(250, 250, 250, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;

}


.input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    border: none;
    background-color: transparent;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    text-align: right !important;
    border: none;
    outline: none;
    background-color: transparent !important;
    border-radius: 0.3rem;
}



.input-group {
   
    border: 0.1rem solid #939393;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.7rem;

    font-family: 'Inria Sans', sans-serif;
    font-weight: 600;
}


.input-group:hover {
   
    border: 0.1rem solid #383838;}

    .input-group:focus {
   
        border: 0.1rem solid red;}
    


.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}


.form-control{
    background-color: transparent !important;
}

/* --------------------------- */
/* Buttons Stylng*/
/* --------------------------- */
.btn{
    margin-top: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #21347E;
    border: none;
    /* border-color: #007bff; */
    padding: 0.5rem;
    font-size: 0.8rem;
}


.btn-primary:hover {
    background-color: rgb(13, 28, 88) !important;
  }
  
  /* Submit Buttons styling while it is active */
.btn-primary:active:focus {
    background-color: #1e522b;
    transform: translateY(3.625%) !important;
}


/* --------------------------- */

.pt-2, .py-2 {
    padding-top: 1rem !important;
}

.modal-content{
    border-radius: 1rem !important;
}


.modal-title {
    margin-right: 10%;
    font-weight: bold;
    font-size: 1.5rem;
    color: #21347E;
}
.title-content{
    display: flex;
    /* flex-direction: row; */
    margin-right: 42%; 
}

.modal-header{
    padding: 1.5rem 1rem;
}

.modal-header .close {
    padding: 0rem 0.3rem;
    margin: 0.1rem -1rem -1rem;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0.1rem solid !important;
    border-radius: 50% !important;
    /* padding: 0.1rem; */
}

button.close:focus {
    /* outline: 1px dotted; */
    outline: none !important;
    background-color: red;
    border: red;
    color: #fff;
}



.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 3rem;
    background-color: #F2F5FD;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    line-height: 2rem;
    text-align: right;
}

/* voice message styling */


.help-audio
{
    width: 100%;
    padding: 0.5rem 1.5rem;
    background-color: white;
    border-radius: 30rem;
    margin-top: 1.5rem;
}


.track{
    display: flex;
}

.track img{
cursor: pointer;
margin-right: 1rem;

}

.track div{
    flex: 1;
height: 30px;

}
/* =-------------- */

@media (max-width: 830px) {
   

    .d-flex {
        display: -ms-flexbox!important;
        display: none !important;
    }
}
