* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;

}

p {
    margin: 0px !important;
}

.body {
    background-color: rgb(238, 238, 238);
}

.section {
    display: none;
}

.section.active {
    display: block;
    opacity: 1;
}

.cloumn1 {
    float: left;
    padding: 15px;
    box-sizing: border-box;
    flex: 1 0 50%;
}

.cloumn2 {
    float: left;
    background-color: rgb(0, 147, 66);
    color: white;
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    flex: 1 0 20%;
}

.cloumn3 {
    float: left;
    background-color: black;
    color: white;
    padding: 15px;
    box-sizing: border-box;
    flex: 1 0 20%;
}

.topbar {
    background-color: rgb(238, 238, 238);
    display: flex;
    flex-wrap: wrap;
}

.menubar {
    padding: 20px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menubar p {
    padding: 10px;
}

.mainmenu {

    filter: drop-shadow(rgb(229, 229, 229) 1rem 1rem 10px);
}

.menu {
    padding: 16px;
    font-weight: 600;
    font-size: 18px;
}

.mainheading {
    padding: 50px 0px 10px;
}

.mainheading h3 {
    font-size: 28px;
    font-weight: 400;
}

.mainheading h1 {
    font-size: 50px;
    font-weight: 800;
    color: rgb(0, 147, 66);
}

.mainheading p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.mainheading p>span {
    color: rgb(98, 98, 98);
    font-size: 18px;
    font-weight: 500;
    padding-right: 20px;
}

.flow-btns {
    background-color: rgb(255, 255, 255);
    padding: 10px 0px 10px 0px;
    margin: 50px 40px;
    box-shadow: rgb(238, 238, 238) 0px 0px 10px 10px;
    /* display: flex;
    flex-direction:row;*/
}

.flow-btns p {
    text-align: center;
    font-size: 13px;
    /* padding-bottom: 20px; */
    color: rgb(98, 98, 98);
    font-weight: 500;
    padding: 0px;
}

.progress1 {
    flex: 1 0 15%;
}

.progress2 {
    flex: 1 0 15%;
}

.progress3 {
    flex: 1 0 15%;
}

.progress4 {
    flex: 1 0 15%;
}

.progress5 {
    flex: 1 0 15%;
}

.progress6 {
    flex: 1 0 15%;
}

.button-progress {
    cursor: pointer;
    border-radius: 5px;
    background-color: #fff;
    /* background-color: #dededec4; */
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.button-progress.active {
    background-color: rgb(9, 12, 12);
}

.button-progress:hover {
    cursor: pointer;
    border-radius: 5px;
    background-color: #0093421f;
}

.steps {
    border-radius: 50px;
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
    /* padding-top: 30px; */
    font-weight: 700;
    color: rgb(0, 0, 0) !important;
    font-size: 17px !important;
    /* margin: 10px; */
    width: 37px;
    margin: 0px auto !important;
    display: block;
}

.steps::before {
    position: absolute;
    background-color: rgb(0, 147, 66);
    content: "";
    width: 40px;
    height: 40px;
    left: -1px;
    top: -6px;
    border-radius: 50%;
    border: 5px solid rgb(217, 217, 217);
    z-index: -1;
}

.container.mt-5 {
    padding: 0px 23px 0px 23px;
}



.form-wrapper {
    background-color: rgb(255, 255, 255);
    padding: 0px 30px 50px 30px;
    margin: 0px 0px 50px 0px;
    box-shadow: rgb(238, 238, 238) 0px 0px 10px 10px;
}

/* signup copy form css start */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: #1ab188;
    transition: 0.5s ease;
}

a:hover {
    color: #179b77;
}

.form1 {
    padding: 40px;
    max-width: 600px;
    margin: 0px auto;
    border-radius: 4px;
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    border-bottom: 2px solid #b2b2b2;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    /* background: rgba(160, 179, 176, 0.25); */
    color: #6a6a6a;
    font-size: 16px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.tab-group li a:hover {
    background: #000;
    color: #fff;
}

.tab-group .active a {
    background: #000;
    color: #fff;
}

.tab-content>div:last-child {
    display: none;
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #727272;
}

label .req {
    margin: 2px;
    color: red;
}

label.active {
    transform: translateY(50px);
    left: 2px;
    font-size: 14px;
}

label.active .req {
    opacity: 0;
}

label.highlight {
    color: #fff;
}

input,
textarea {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px;
    background: #e7e7e7;
    border: 0.5px solid #d8d8d8;
    color: #0c0c0c;
    border-radius: 5px;
    box-shadow: rgb(238, 238, 238) -2px 5px 4px 1px;
}

input:focus,
textarea:focus {
    outline: 0;
    border-color: #1ab188;
}

textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

.field-wrap {
    margin-bottom: 20px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}

.top-row>div {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.top-row>div:last-child {
    margin: 0;
}

.button {
    border: 0;
    padding: 15px;
    outline: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    background: #009342;
    color: #fff;
    transition: all 0.5s ease;
}

.button:hover,
.button:focus {
    background: #017c3854;
}

.button-progress.active {
    background-color: #00934273;
}

.button-progress.done {
    background: #eee;
    cursor: not-allowed;
}

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    margin-top: -10px;
    text-align: right;
    margin-bottom: 40px;
}

.form-heading {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 40px;
}

/* radio buttons styling */
/* The container */
.radio-buttons {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    padding-right: 42px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

/* Hide the browser's default radio button */
.radio-buttons input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 1px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-buttons:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-buttons input:checked~.checkmark {
    background-color: #D9D9D9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

/* Show the indicator (dot/circle) when checked */
.radio-buttons input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-buttons .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #009342;
}

.radio h1 {
    font-weight: 500;
    padding-top: 40px;
    padding-bottom: 40px;
}

.radio p {
    font-weight: 500;
    padding-bottom: 20px;
    color: #727272;
}

/* personal info */
.personalinfo h1 {
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
}

.personalinfo img {
    width: 150px;
    border-radius: 50%;
    height: 150px;
    object-fit: cover;
    background: #eee;
    padding: 4px;
    object-position: center;
}

.personal-details .picture {
    padding-bottom: 50px;
    display: flex;
    align-items: center;
}

.uploadbtnsection {
    margin-left: 50px;
}

.button-upload {

    margin-top: 15px;
    padding: 10px;
    outline: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    background: #009342;
    color: #fff;
    border: 0px;
    transition: all 0.5s ease;

}

.personalinfo .red-notice {
    font-size: 10px;
    color: red;
    font-weight: 500;
    margin-top: 5px;
}

.personalinfo label {
    font-size: 15px;
    font-weight: 600;
    padding-top: 14px;
    color: #000;
}

.personalinfo input,
textarea {
    font-size: 16px;
    margin-top: 0px;
    display: block;
    height: 100%;
    padding: 10px 10px;
    background: #e7e7e7;
    border: 0.5px solid #d8d8d8;
    color: #0c0c0c;
    border-radius: 5px;
    box-shadow: rgb(238, 238, 238) -2px 5px 4px 1px;
}

.both-colwrapper {
    display: flex;
}

.col {
    width: 50%;
}

.personalinfo select {
    font-size: 16px;
    margin-top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background: #e7e7e7;
    border: 0.5px solid #d8d8d8;
    color: #0c0c0c;
    border-radius: 5px;
    box-shadow: rgb(238, 238, 238) -2px 5px 4px 1px;
}

button.button.back {
    background-color: #000;
    padding: 10px 30px 10px 30px;
    width: 100%;
    margin: 1px 0px;
}

button.button.next {
    background-color: #009342;
    padding: 10px 30px 10px 30px;
    width: 100%;
    margin: 1px 0px;
}

/* acedemaic information styling */
.academicinfo h1 {
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
}

.table input,
textarea {
    font-size: 16px !important;
    background: #fff;
    border: 0px solid #fff;
    color: #0c0c0c;
    width: 100% !important;
    box-shadow: rgb(255 255 255) -2px 5px 4px 1px;
    height: 100%;
    padding: 0px;
    border-radius: 0px;
}

.academicinfo .table td {
    border: 2px solid #009342 !important;
}

.academicinfo .table th {
    border: 2px solid #009342 !important;
}

.academicinfo .table th {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    border: 0px;
}

.academicinfo p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.academicinfo select {
    width: 100%;
    border: 0px;
}

/* under taking */
.undertaking h1 {
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 20px;
}

.undertaking h2 {
    font-size: 20px;
    font-weight: 700;
}

.button.upload {
    background-color: #E42A2C;
    padding: 10px 30px 10px 30px;
}

.undertaking h4 {
    font-size: 16px;
}

.undertaking input,
textarea {
   font-size: 16px !important;
    display: block;
    width: max-content;
    padding: 0px 10px;
    background: #e7e7e7;
    border: 0.5px solid #d8d8d8;
    color: #0c0c0c;
    border-radius: 5px;
    box-shadow: rgb(255 255 255) -2px 5px 4px 1px;
    margin: 0px 10px;
}

.undertaking label {
    color: red;
    margin-top: 30px;
}

/*  review step 6 */
.picture-review img {
    width: 100px;
    border-radius: 50%;
}

.review h3 {
    font-size: 30px;
    margin: 0px;
    font-weight: 500
}

.review h1 {
    font-size: 40px;
    margin: 0px;
    font-weight: 600;
    color: #008000;
}

.review p {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    color: #adb5bd;
}

.enrolment-box {
    background-color: #f3f3f3;
    padding: 25px 0px 25px 0px;
    border-left: 5px solid #008000;
}

.enrolment-box h2 {
    font-size: 24px;
}

.enrolment-box p {
    font-size: 16px;
    padding-bottom: 20px;
}

button.preview {
    padding: 10px 20px 10px 20px;
    border: 0px;
    background-color: #008000;
    color: #fff;
    font-size: 14px;
}

button.downloadpdf {
    padding: 10px 20px 10px 20px;
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
}

button.payment-status {
    padding: 10px 20px 10px 20px;
    border: 0px;
    background-color: #000;
    color: #fff;
}

.result-awaited label {

    color: red;
    box-shadow: rgb(255 255 255) 0px 0px 0px 0px;
}

.result-awaited input {
    font-size: 18px !important;
    background: #fff;
    border: 0px solid #fff;
    color: #ff0000 !important;
    width: 10% !important;
    box-shadow: rgb(255 255 255) 0px 0px 0px 0px;
    height: 100%;
    padding: 0px;
    margin-top: 5px;
    border-radius: 0px;


}


#draft {

    font-family: Arial, sans-serif;
    margin-top: 20px;
    text-align: left;
    margin-left: 20%;
}

#draft ol {
    list-style-type: decimal;
    padding-left: 5px;
    margin-bottom: 0;
}

#draft p {
    margin-bottom: 10px;
}

#draft strong {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: black;
}








/* Media QUERIES */



@media screen and (max-width: 768PX) {
    .steps::before {
        position: absolute;
        background-color: rgb(0, 147, 66);
        content: "";
        width: 40px;
        height: 40px;
        left: -1px;
        top: -6px;
        border-radius: 50%;
        border: 5px solid rgb(217, 217, 217);
        z-index: -1;
        display:none;
    }
    .personal-details .picture{
        display:block;


    }
    .uploadbtnsection {
        margin-left: unset;
    }


}

/* @media screen and (min-width:320px){
    #flowButtons{
        display: none !important;
    }
} */


@media screen and (max-device-width:480px){
    #flowButtons{
        display: none;

    }
    .table{

        overflow-x: auto;
    }
    .personal-details .picture{
        display:block;

    }
    .uploadbtnsection {
        margin-left: unset;
    }
    #draft{
        margin-left:8px;
        word-break: break-all;
    }
    .review h1{
        font-size: 30px;
    }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .steps::before {
        position: absolute;
        background-color: rgb(0, 147, 66);
        content: "";
        width: 40px;
        height: 40px;
        left: 0px;
        top: -6px;
        border-radius: 50%;
        border: 5px solid rgb(217, 217, 217);
        z-index: -1;
    }

    #draft{
        margin-left:8px;
        word-break: break-all;
    }
}

@media screen and (min-device-width: 1400px) and (max-device-width: 2400px) {

    .steps::before {
        position: absolute;
        background-color: rgb(0, 147, 66);
        content: "";
        width: 40px;
        height: 40px;
        left: 0px;
        top: -7px;
        border-radius: 50%;
        border: 5px solid rgb(217, 217, 217);
        z-index: -1;
    }

}

#swal2-textarea {
    display: none !important;
    border: 7px solid red;
    text-align: center !important;
}

.description {
    margin-bottom: 5%;
}
