﻿
.line {
    border-top: 1px solid #ccc;
}

:root {
    --grey: #727E8C;
    --black: #000;
    --theme: #3a74c7;
    --theme_hover: #2a5da5;
    --blue: #2871e7;
    --b_color: #ced4da;
}

:root {
    --light: 'poppinslight';
    --regular: 'poppinsregular';
    --medium: 'poppinsmedium';
    --semibold: 'poppinssemibold';
    --bold: 'poppinsbold';
}

body a {
    color: var(--black);
}

body a:hover {
        text-decoration: none !important;
        color: var(--theme);
    }

p {
    font-size: 13px;
    line-height: 20px;
    color: var(--grey);
    font-family: var(--regular);
}

.btn:focus {
    outline: none;
}

.maintitle .title {
    font-size: 32px;
    text-align: center;
}

.maintitle .tagtitle {
    text-align: center;
    font-family: var(--regular);
}

.body {    
    background-image: url('../../../images/bg6.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
    font-family: 'Poppins', sans-serif;
    background-color: #cadece;
}

.headerpart {
    flex-direction: column;
}

.schooldetailpart {
    text-align: center;
}
/* The old .component class is being replaced by the new structure */
.component .com-label {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 270px;
    display: block;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.component {
    text-align: left;
    margin: 6px 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.application_inner .panel {
    padding: 0px;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0;
}

.submitarea .submitbtn {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    background-color: #000000;
    margin: 0 5px;
    padding: 6px 15px;
    border-radius: 4px;
    min-width: 110px;
    text-align: center;
    font-weight: 600;
}

    .submitarea .submitbtn:hover {
        color: #fff;
        background-color: #2e2e2e;
    }

.submitarea .clearbtn {
    color: #343433;
    font-size: 15px;
    line-height: 28px;
    background-color: #e1e1e1;
    margin: 0 5px;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: 500;
    min-width: 110px;
    text-align: center;
}

    .submitarea .clearbtn:hover {
        background-color: #b8b6b6;
    }

.submitarea {
    margin: 10px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_wrap_inner {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.bannersrea img {
    width: 100%;
}

.bannersrea .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0;
    display: flex;
    align-items: center;
}

    .bannersrea .slick-dots li {
        list-style: none;
    }

        .bannersrea .slick-dots li button {
            background-color: #ffffff;
            border: none;
            margin: 3px;
            font-size: 0;
            height: 15px;
            width: 15px;
            border-radius: 24px;
        }

        .bannersrea .slick-dots li.slick-active button {
            background-color: #db4d4d;
        }


.common {
    border: 1px solid var(--b_color);
    height: 42px;
    width: 100%;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    border-radius: 24px;    
    font-size: 13px;
    background-color:#fff;
}

    .common:focus {
        outline: none;
        border-color: #29aae3;
    }

        .common:focus::placeholder {
            padding-left: 8px;
        }

    .common::placeholder {
        font-size: 13px;
        line-height: 42px;
        height: 42px;
        color: #7C7C7C;
        transition: all 0.2s ease;
        font-family: var(--regular);
    }

.field-set input[type="text"] {
    position: relative;
}

.p_relative {
    position: relative;
}

.com-label {
    font-size: 13px;
    float: left;
    font-weight: 500;
    color: var(--black);
}

.field-set {
    position: relative;
    width: 100%;
}

.com-label span {
    color: red;
}

.component.input-container {
    position: relative;
    margin: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}

.input-container > div {
    position: relative;
}

.component.input-container .select2-container {
    width: 100% !important;
}

.input-container .text,
.input-container .search_select,
.input-container .select2-container .select2-selection--single,
.input-container .datepicker {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--b_color);
    border-radius: 24px;
    font-size: 13px;
    transition: all 0.3s ease;
    height: 42px;
    line-height: 22px;
    box-sizing: border-box;
    background: transparent;
}

.input-container .search_select {
    padding: 10px;
}

    .input-container .text:focus,
    .input-container .search_select:focus {
        outline: none;
        border-color: #29aae3;
    }


        .input-container .text:focus ~ .placeholder-label,
        .input-container .text:not(:placeholder-shown) ~ .placeholder-label,
        .input-container .search_select:focus ~ .placeholder-label {
            top: -13px;
            left: 8px;
            font-size: 12px;
            color: #3a74c7;
            background-color: #fff;
            padding: 0 5px;
        }

.input-container.select2-container--open .placeholder-label,
.input-container.has-value .placeholder-label {
    top: -13px;
    left: 8px;
    font-size: 12px;
    color: #3a74c7;
    background-color: #fff;
    padding: 0 5px;
}

.input-container .placeholder-label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #7C7C7C;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 13px;
    line-height: 22px;
    z-index: 1;
    font-weight: 500;
    background-color: #fff;
    min-width: 100px;
}

.input-container .select2-container .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.input-container .field-set .right_icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    color: #ffffff;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 24px;
    justify-content: center;
}


.input-container .field-set .text {
    padding-right: 50px;
}

.schooldetailpart .Schoolname {
    font-size: 26px;
    font-weight: 600;
}

span.mandatory {
    color: red;
}

.foot_details_contact .socialbar {
    display: flex;
    align-items: center;
}


.powered {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #18486e;
    padding: 5px 15px;
}

    .powered .poweredtext {
        font-size: 15px;
        margin-right: 15px;
        color: #fff;
    }

    .powered .poweredimg {
        width: 100px;
        background-color: #fff;
        padding: 8px;
        border-radius: 24px;
    }

        .powered .poweredimg .poweredlogo {
            width: 100%;
        }

.foot_details_contact .socialbar {
    display: flex;
    align-items: center;
}

    .foot_details_contact .socialbar img {
        width: 100%;
    }

.foot_details_contact .singlesocial {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #4b74db;
    margin: 0 5px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 24px;
}

















.tab-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    background-color: #f7f7f7;
    padding: 15px 0;
}

.tab-link {
    flex: 1;
    padding: 8px 15px 8px 48px;
    text-align: center;
    cursor: pointer;
    background-color: #fafafa;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 5px;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    position: relative;
    width: 20px;
    max-width: 190px;
}

    .tab-link .num {
        border: 2px solid var(--theme);
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        border-radius: 24px;
        color: #000;
        top: -2px;
        font-weight: 500;
        position: absolute;
        left: -2px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.05);
    }

    .tab-link.active {
        background-color: var(--theme);
        color: #ffffff;
        border: 1px solid var(--theme);
    }

        .tab-link.active .num {
            color: #3a3a3a;
            font-weight: 500;
            border: 2px solid var(--theme);
            background-color: #fff;
        }

.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
}

input[type="text"], input[type="email"], input[type="date"], textarea, select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}

.btn-group {
    display: flex;
    justify-content: center;
    /*  border-top: 1px solid #ccc; */
    width: 98%;
    margin: 15px auto 40px;
    padding-top: 15px;
}

    .btn-group.center {
        justify-content: center;
    }

    .btn-group .btn {
        padding: 10px 15px;
        border-radius: 24px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        min-width: 100px;
    }

.btn-next {
    background-color: var(--theme);
    color: #fff;
}

    .btn-next:hover {
        color: #fff;
    }

.btn-previous {
    background-color: #6c757d;
    color: #fff;
    margin-right: 0.5rem;
}

    .btn-previous:hover {
        background-color: #5b6268;
        color: #fff;
        margin-right: 0.5rem;
    }

.btn-submit {
    background-color: #28a745;
    color: #fff;
}

.required::after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.headerpart {
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .headerpart .logos {
        /*width: 130px;*/
        height:70px;
    }

    .headerpart .address {
        width: 500px;
        font-size: 13px;
        line-height: 18px;
        color: #626262;
        max-width: 370px;
    }

.maintitle {
    padding: 6px 0;
    background-color: var(--theme);
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

    .maintitle .title {
        font-size: 18px;
        font-weight: 500;
    }

.titleCom {
    font-size: 20px;
    display: block;
    margin: 20px 15px;
    font-weight: 500;
    position: relative;
    color: var(--theme);
    border-bottom: 1px solid var(--theme);
}

.flexdivfour {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

    .flexdivfour .component {
        margin: 10px 15px;
        width: calc((100% - 90px) / 3);
    }

.pl_10 {
    padding-left: 10px;
}

.pl_15 {
    padding-left: 15px;
}

.mtb_15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

span.leftlabel {
    position: absolute;
    top: -11px;
    left: 10px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 22px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    color: #3a74c7;
    background-color: #fff;
    padding: 0 5px;
    font-family: var(--semibold);
}

input[type="file"]::file-selector-button {
    color: #7C7C7C;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 13px;
    line-height: 22px;
    z-index: 1;
    font-weight: 500;
    border: none;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}



.multiple_file_upload {
    display: flex;
    align-items: center;
}

    .multiple_file_upload .fileupload_sp {
        cursor: pointer;
        padding: 8px 3px;
        background-color: #fff;
        min-width: 100%;
        position: relative;
        border: 1px solid #e7e7e7;
        border-radius: 24px;
        color: black;
    }

.fileupload_sp::before {
    content: "";
    background-image: url('../../../images/upload-file.png');    
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    background-color: #fff;
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fileupload_sp::after {
    content: "";
    height: 43px;
    top: 0;
    width: 1px;
    left: 85px;
    position: absolute;
    background-color: #ccc;
}

.file_upload_count {
    background-color: #4a7ce9;
    margin-left: -40px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border: none;
    padding: 5px 11px 5px 20px;
    cursor: pointer;
    width: 40px;
    border-radius: 24px;
    position: relative;
}

.fileuploadfield {
    display: flex;
    flex-direction: column;
}

.fields_boxfile {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    margin: 10px 15px;
    width: calc((100% - 60px) / 2);
    background-color: #f5f5f5;
    padding: 15px;
}

.multiple_file_upload {
    position: relative;
    width: 100%;
}

.reqvalidate {
    color: #6b6b6b;
    font-size: 12px;
}

.uploadedpic .imageofupload {
    width: 130px;
    position: relative;
    padding: 9px;
    border: 1px dashed #ccc;
    height: 140px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    background-color: #fff;
}

    .uploadedpic .imageofupload img {
        width: 100%;
    }

.uploadedpic .closeicon {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 21px;
    cursor: pointer;
}

.w_100 {
    width: 100% !important;
}

.powered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--theme);
    padding: 6px 15px;
}

    .powered .poweredtext {
        font-size: 14px;
        margin-right: 15px;
        color: #fff;
    }

    .powered .poweredimg {
        width: 120px;
        background-color: #fff;
        padding: 8px;
        border-radius: 24px;
    }

        .powered .poweredimg .poweredlogo {
            width: 100%;
        }

.poweredflex {
    display: flex;
    align-items: center;
}

.disabled-tab {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #eee !important;
}

/* .upload_box .list_upload {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 26px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.list_upload .preview {
    margin-right: 15px;
}
.filenameupload {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
    font-family: var(--medium);
}
.list_upload .file_size {
    color: #707070;
}
.action_two {
    display: flex
;
    align-items: center;
    width: 100%;
}
.download_file {
    margin-bottom: 0;
    color: #037fe9;
    font-family: var(--regular);
    padding-right: 15px;
    cursor: pointer;
}
.upload_box .close {
    font-size: 13px;
    margin-bottom: 0;
    opacity: 1;
    height: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #f92c2c;
    font-family: var(--regular);
    cursor: pointer;
}
.action_two .priview_file {
    margin-bottom: 0;
    padding-left: 15px;
    color: #037fe9;
    font-family: var(--regular);
    cursor: pointer;
} */


@media only screen and (max-width: 991px) {
    .flexdivfour .component {
        width: calc((100% - 60px) / 2);
    }

    .page_wrap {
        margin: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .flexdivfour .component {
        width: 100%;
    }

    .powered {
        flex-wrap: wrap;
        justify-content: center;
    }

    .poweredflex {
        margin-top: 10px;
    }

    .tab-navigation {
        display: block;
    }

    .tab-link {
        width: 100%;
        margin: 10px auto;
        max-width: 90%;
    }

    .headerpart .logos {
        /*width: 100px;*/
        height:70px;
    }

    .schooldetailpart .Schoolname {
        font-size: 18px;
    }

    .filename {
        display: inline-block;
        margin-top: 5px;
        font-size: 15px;
        color: #333;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;  
    }

   
}


