
body {
    margin: 0px;
    padding: 0px;
}

div#card_service {
    display: none;
}

.main{
    width: 50%;
    margin: auto;
}

.my-form-row {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 8px;
}

.tox-notifications-container {
    visibility: hidden;
}

.form-row {
    width: 100%;
}


.module label {
    display: block;
    margin: 10px 0px 5px 0px;
    font-family: sans-serif;
    font-size: 14px;
    color: #323232;
}


.module input {
    height: 40px;
    border: 1px #cbcbcb solid;
    width: -webkit-fill-available;
    padding: 0px 8px;
    border-radius: 7px;
    background: #f3f3f3;
}


.module select {
    height: 40px;
    border: 1px #cbcbcb solid;
    width: -webkit-fill-available;
    padding: 0px 8px;
    border-radius: 7px;
    background: #f3f3f3;
}


textarea {
    width: -webkit-fill-available;
    margin: 0px 9px 0px 0px;
    border: 1px #bfbfbf solid;
}

fieldset{
    border: none;
}


.card_details_form{

    margin: auto;
    background: white;
    padding: 20px 21px;
    box-shadow: 0px 6px 20px 9px #d9d9d9;
}

.form_title{
  
    margin: 0px auto 20px auto;
    background: white;
    padding: 8px 13px;
    box-shadow: 0px 0px 24px 9px #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 28;
}

.heading h3 {
    margin: 0px;
    font-family: sans-serif;
}

.cancel_div {
    font-size: 28px;
    cursor: pointer;
    background: #00000038;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: bold;
}


.my-form-row-child.pic_logo_image {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 40%;
}


.my-form-row-child {
    width: 60%;
}


.form-row.field-Profile_Pic img , .form-row.field-company_logo img {
    width: 100%;
    border: 1px solid #cdcdcd;
    height: 120px;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 10px;
    
}



.img_input_label_div {
    margin-bottom: 6px;
}


input#id_Profile_Pic {
    display: none;
}

input#id_company_logo {
    display: none;
}


a.remove_field_size.text-danger.color_size_del {
    left: 12px;
    position: absolute;
    top: 14px;
}




input[type="file"] {
    display: block;
  }
  .imageThumb {
    height: 150px;
    border: 1px solid #d5d5d5;
    padding: 1px;
    cursor: pointer;
    width: 100%;
    object-fit: cover;
    background: white;
}
    


  .pip {
    display: inline-block;
  
  }

  .file-upload-wrap > input {
    height: 179px;
    position: absolute;
    width: 50%;
    opacity: 0;
    z-index: 20;
}




.up_icon > span {
    display: block;
    font-size: 27px;
    font-family: sans-serif;
    font-weight: bold;
    color: #c9c9c9;
}



.gellary_img_main_div {
    background: white;
    padding: 27px 19px;
    margin: 26px 0px;
    box-shadow: 0px 6px 20px 9px #d9d9d9;
}

.up_icon {
    width: 100%;
    height: 100%;
    padding: 12px 0px;
    text-align: center;
}

.file-upload-wrap {
    border: 1px dashed #2b2b2b;
    background: #f3f3f3;
    border-radius: 9px;
}


  .remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
  }
  .remove:hover {
    background: white;
    color: black;
  }


  .all_photo_preview_main_div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    grid-auto-rows: minmax(100px, auto);
}


#Award_input_image_preview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    grid-auto-rows: minmax(100px, auto);
}
  


  .ecard_logo_div {
    margin: 30px 0px;
}


.logo_img_div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}


p.welcome_txt {
    font-size: 31px;
    font-family: sans-serif;
    font-weight: bold;
    margin: 0px 0px 6px 0px;
}

span.e_word {
    color: #e0cd05;
}

.logo_img_div img {
    width: 29px;
    height: auto;
    margin: 0px 10px;
}


.pwd_grp {display: flex;align-items: baseline;background: #f3f3f3;}

.toggle-password {
    padding: 0px 13px;
}

.button_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.open_ecard , button.add_my_card  {
    background: #343434;
    border: none;
    padding: 9px 0px;
    color: white;
    margin: 0px 4px;
    border-radius: 4px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
}


button.add_my_card {
    background: #0064b9;
}


.bottom_button_div {
    margin: 65px 0px;
}

.info_txt p {
    font-family: sans-serif;
    text-align: center;
}


.main_content {
  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}


.form_main_div {
   
    transform: translateY(1000%);
    display: none;
    transition: 350ms;
    height: 100%;
    margin-bottom: 70px;
    padding-bottom: 54px;

}


.form_button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 9px 11px;
    background: black;
    text-align: end;
    z-index: 100;
}

.form_button > button {
    background: #cebb00;
    border: none;
    padding: 10px 28px;
    color: white;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;

}

.form_button > .reset{
    background: #616161;

}


span.required_field {
    color: #b50000;
    font-weight: bold;
}


.tox-notifications-container{
    display: none;
}

.alert-success {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    background: #53b12c38;
    color: #008000c4;
    padding: 0px 10px;
}


.alert-error {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
    background: #b12c2c38;
    color: #800000c4;
    padding: 0px 10px;
}



.close_msg_alert {
    padding: 5px;
    font-family: cursive;
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
    height: 40px;
}

div#msg_alert {
    margin-top: 27px;
}


.loading-div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    background: #000000bd;
    padding: 0px 11px 0px 0px;
    border-radius: 8px;
    font-family: sans-serif;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
}

.svg_icon_div {
    width: 48px;
}



.proposal_form {
    background: white;
    padding: 20px 21px;
    box-shadow: 0px 6px 20px 9px #d9d9d9;
    margin: 25px 0px;
}



.proposal_form_title {
    font-family: sans-serif;
    font-weight: bold;
}


.proposal_write_and_post {
    display: flex;
}



.btn_title {
    width: 100%;
}

input#id_proposal_post {
    display: none;
}

.post_img > label img {
    width: 107px;
    height: 107px;
    object-fit: cover;
    cursor: pointer;
}

.write_content {
    width: 100%;
}


span#proposal_upload_msg {
    font-size: 27px;
    font-weight: bold;
    color: #c6c6c6;
}


.tox-notifications-container{
    display: none !important;
}


.upload_proposal_container {
    text-align: center;
    background: #f3f3f3;
    border: 1px dashed;
    border-radius: 10px;
    padding: 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.upload_proposal_container > img {
    opacity: .3;
}


.post_img {
    width: 100%;
}


a.ecard_demo_btn {
    display: block;
    text-decoration: none;
    font-family: sans-serif;
    background: #e6e300;
    padding: 15px 0px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    color: black;
    font-weight: bold;
}


@media screen and (max-width:800px){

    .main {
        width: auto;
        margin: auto;
    }



    .my-form-row-child.pic_logo_image {

        width: 100%;
    }
    
    
    .my-form-row-child {
        width: 100%;
    }
    


    #Award_input_image_preview {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
        grid-auto-rows: minmax(100px, auto);
    }
      


    .file-upload-wrap > input {
        height: 179px;
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
    }

    .main_content {

        position: unset;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
        padding: 0px 12px;
    }

  


}


@media screen and (max-width:500px){

    #Award_input_image_preview {
        display: block;
    }

    .proposal_write_and_post {
        display: block;
    }


    .pip.award_pip.col-md-2.mb-2 {
        display: flex;
        align-items: center;
        margin: 8px 0px;
    }

    .pip.award_pip.col-md-2.mb-2 > div {
        width: 100%;
    }

    .pip.award_pip.col-md-2.mb-2 > img {
        max-width: 75px;
        height: 75px;
        margin-right: 6px;
    }

    input.caption_input {
        width: -webkit-fill-available;
    }
    

    .form-row.field-Profile_Pic img, .form-row.field-company_logo img {
        height: 130px;
        border-radius: 8px;
     
    }

    .all_photo_preview_main_div {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
        grid-auto-rows: minmax(100px, auto);
    }

    .imageThumb {
        height: 100px;}


    .bottom_button_div {
        margin: 44px 0px;
    }

    .logo_img_div img {
        width: 60px;
        margin: 0px 8px 0px 0px;
    }

    p.welcome_txt {
        font-size: 25px;
    }

    .video_div > iframe{
        height: 250px !important;
    }

    button.open_ecard, button.add_my_card {
       
        padding: 9px 0px;
    }


    .main_content {
        height: 100%;
    }

    .form_main_div {
     
        width: 100%;
    }

    .my-form-row {
        display: block;
       
    }

    .porfile_row{
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column-reverse;
    }

    .form_title {
        margin: 1px auto 10px auto;
    }

    .form-row.field-Profile_Pic > div, .form-row.field-company_logo > div {
        margin: 0px 0px;
    }

    .module input {
        
        margin: 0px !important;
    }

    .module select{
        margin: 0px !important;
    }

    textarea {
        margin: 0px !important;
       
    }



    



}