
body{
    /*font-family: 'Hind', sans-serif !important;*/
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.fw-500 {
    font-weight: 500;
}

.details-wrapper {
    padding: 0 0px;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}

.sub-title {
    color: #666666;
    letter-spacing: 0.48px;
}

.note-highligher {
    color: #028AED;
    font-weight: 600;
}

.footer-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #053F87;
    width: 100%;
    padding: 15px;
    /*filter: brightness(0.9);*/
}


.footer-logo span {
    white-space: nowrap;
    font-size: 14px;
    margin-right: 5px;
}

.footer-logo img {
    width: 90px !important;
}


.leftSec img {
    width: 19px;
    /*
    border-radius: 4px;
    */
    margin-right: 3px;
}

.details-wrapper .details-list {
    margin-bottom: 15px;
    padding: 0 40px;
}

.details-wrapper .details-list span {
    color: rgb(255 255 255 / 60%);
    font-size: 13px;
    display: block;
    line-height: 1.5;
}

.main-logo-side img {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    margin-top: 45px;
    /*
    background: #fff;
    */
    padding: 10px;
    /*
    border-radius: 50%;
    */
}

.school-details-head{
    text-align: center;
}

.school-details-head p {
    text-align: center;
    color: #fff;
    font-size: 19px;
    margin: 0px;
    line-height: 1.4;
}

.school-details-head p:after {
    /*content: '';*/
    /*width: 30px;*/
    /*border-bottom: 2px solid #FFBB00;*/
    /*display: block;*/
    /*margin-top: 3px;*/
}


.container-login100{
    background:#f2f2f2;
}

.wrap-login100{
    /*width: 100%;*/
    background: #fff;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    border-radius: 10px;
    margin: 10px -5px;
}

.btn.btn-primary {
    background-color: #3E85F0 !important;
    border-color: #3E85F0 !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #1B6DE9 !important;
    border-color: #1B6DE9 !important;
    color: #fff !important;
}

.stu_details h5 {
    position: relative;
}

.w-62 {
    width: 62px;
    margin-top: 13px;
}

#GrightSecDetail_hide {
    display: none;
}

.leftSec {
    /*background: url(../images/registration_leftbg1.png),#1A73E8;*/
    background: url(../assets/images/registration_leftbg.png), #1A73E8;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: calc(100vh - 20px);
}

.text_white {
    color: #FFFFFF;
    /*opacity: 0.7;*/
}

.fs_25 {
    font-size: 22px;
}

.addressSec {
    margin-bottom: 10%;
}

.socialSec {
    margin-bottom: 100px;
}

.rightSec {
    display: none;
    background-color: #fff;
    margin: 10px;
}

.rightSec .schlogo {
    font-size: 20px;
    font-weight: bold;
    color: #20314F;
}

.gray_bg {
    background-color: #ffffff;
    min-height: 400px;
    padding: 10px 20px;
    height: calc(100vh - 20px);
    overflow: auto;
}

.gray_bg::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.gray_bg::-webkit-scrollbar
{
    width: 10px;
    height:10px;
    background-color: #F5F5F5;
}

.gray_bg::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #a9a9a9bf;
}

.top_main_section{
    text-align: center;
}

.top_main_section h2 {
    margin: 0;
    font-weight: 500;
    font-size: 19px;
    text-align: left;
    color: #404258;
    letter-spacing: 0.72px;

}

.top_main_section p{
    font-size: 13px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

.stu_details {
    border-bottom:1px solid #6B728E3D;
}

.stu_details h5 {
    color: #028AED;
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.boxbgSetingImg1 {
    background-image: url("../assets/images/applicant_bg.svg");
}

.boxbgSetingImg2 {
    background-image: url("../assets/images/class_bg.svg");
}

.boxbgSetingImg3 {
    background-image: url("../assets/images/guardian_bg.svg");
}

.boxbgSetingImg4 {
    background-image: url("../assets/images/status_bg.svg");
}

.boxbgSeting {
    border: 1px solid #DBDDE480;
    border-radius: 6px;
    padding: 10px 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
    background-size: 24%;
    background-position: 9px 100%;
    height: 110px;
}

.box_h1 {
    color: #999;
    margin-bottom: 4px;
    line-height: 16px;
    font-size: 13px;
}

.box_d1 {
    color: #20314F;
    font-size: 14px;
    font-weight: 500;
}

.btn_border {
    border: 1px solid #3E85F0 !important;
    font-weight: 500;
    padding: 5px 10px;
    background: #3E85F0 !important;
    color: #fff !important;
}

.btn_border:hover {
    background-color: #1B6DE9 !important;
    border-color: #1B6DE9 !important;
    color: #fff !important;
}

.me_15 {
    margin-right: 15px;
}

.logo_icon_span {
    border-radius: 10px;
}

.logo_icon {
    height: 70px;
    width: 70px;
    box-shadow: 0px 3px 6px #7a86a529;
    border: 1px solid #7A86A533;
    border-radius: 5px;
    padding: 2px;
}

button.pay_btn {
    outline: 0;
    border: 0;
    background-color: #3e85f03b;
    font-size: 13px;
    border-radius: 10px;
    padding: 4px 12px;
    color: #3e85f0;
    font-weight: 500;
    position: absolute;
    bottom: -8px;
    left: 80px;
}

.form-control {
    border-radius: 5px !important;
    /*color: #000 !important;*/
    color: #313234 !important;
    font-size: 14px !important;
}


/*Custom Floating Select and Input filters Css Start Here*/

.floating-label-wrapper .select2-container{
    width:100% !important;
}

.floating-label-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px) / 11px no-repeat;
}

.floating-label-wrapper .form-group{
    position: relative;
    margin-bottom: 15px;
}

.floating-label-wrapper .form-group .up-mar25{
    margin-top: -29px;
}

.floating-label-wrapper .form-group{
    margin-top:0px !important;
    margin-bottom: 0px !important;
}

.floating-label-wrapper .form-group:last-child{
    margin-bottom: 0px;
}

.floating-label-wrapper :last-child{
    /*margin-bottom: 0px !important;*/
}

.floating-label-wrapper .btn-group{
    width:100%;
}

button.multiselect.dropdown-toggle.custom-select .caret {
    display: none;
}

.multiselect-container li a {
    background: transparent;

    padding: 10px 30px !important;

}

.multiselect-container li a label input[type=checkbox] {
    border:1px solid #DFE3E7;
    margin-top: 2px;
}

.multiselect-container li a label  {
    margin-top:0;
}

.multiselect-container li.filter {
    padding:10px !important;
}

.multiselect-container>.active>a, .multiselect-container>.active>a:focus, .multiselect-container>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f5f5f5;
    outline: 0;
}

.multiselect-container .multiselect-all {
    /*padding:0;*/
    /*margin-bottom: 10px;*/
}

.multiselect-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block !important;
}

.multiselect-container {
    min-height: 80px;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: none;
    border-color: #d9d9d9;
}

.multiselect-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f6f6f6;
    height: 6px;
}



.floating-label-wrapper .form-control {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    /*font-size: 16px;*/
    font-size: 14px;
    color: #475F7B;
    background-color: transparent !important;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.floating-label-wrapper textarea.form-control {
    min-height: 80px;
    padding-top: 8px;
}

.floating-label-wrapper select.form-control{
    padding-top: 10px;
    transition: 0.15s;
}
.floating-label-wrapper .form-control:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE !important;
    outline: 0;
    box-shadow: none;
}

.floating-label-wrapper .form-control:focus + .floating-label {
    color: #5A8DEE;
}
.floating-label-wrapper .floating-label {
    /*font-size: 15px;*/
    font-size: 13px !important;
    font-weight: 400;
    color: #999 !important;
    opacity: 1;
    top: 11px;
    left: 12px;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
    font-weight: 400 !important;
}

.floating-label-wrapper .floating-label .mandatory-field {
    color:red;
}

.floating-label-wrapper .floating-diff .floating-label{
    opacity: 0;
}
.floating-label-wrapper .floating-diff.focused .floating-label{
    opacity: 1;
}
.floating-label-wrapper .form-group.focused .floating-label {
    opacity: 1;
    top: -7px;
    left: 9px;
    font-size: 12px !important;
    background: #fff;
    padding: 0 4px;
    line-height: 1;
    color: rgb(2, 138, 237) !important;
    font-weight: 500 !important;
}

.floating-label-wrapper .form-group.focused .form-control {
    /*border:1px solid #5A8DEE !important;*/
}
.floating-label-wrapper .form-group.focused select.form-control{
    padding-top: 21px;
}

.floating-label-wrapper .form-group .lookup input {
    padding-left: 12px !important;
    padding-right: 30px;
}

.floating-label-wrapper .form-group .lookup:before {
    left:auto;
    right: 0;
}
/*.float-checkradio{*/
/*background-color: #FFF;*/
/*border: 1px solid #DFE3E7;*/
/*border-radius: .267rem;*/
/*padding: 8px 19px;*/
/*transition: 0.3s;*/
/*min-height: 55px;*/
/*}*/
/*.float-checkradio.focused{*/
/*padding-top: 21px;*/
/*}*/



/*--------select2-css----*/
.floating-label-wrapper .select2Part .floating-label{
    opacity: 0;
}

.floating-label-wrapper .select2Part.multiSelectWrapper .floating-label{
    opacity: 1;
}
.floating-label-wrapper .select2Part.focused .floating-label{
    opacity: 1;
}
.floating-label-wrapper .select2multiple .floating-label{
    opacity: 1;
}
.floating-label-wrapper .select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 10px;
}
.floating-label-wrapper .select2-container--default .select2-selection--single{
    height: 40px;
    background: transparent;
    padding: 0px 12px;
    /*border: 1px solid #ccc !important;*/
    border: 1px solid #DFE3E7 !important;
    border-radius: 5px !important;
    font-family: 'Poppins', sans-serif;
}
.floating-label-wrapper .select2-container--focus.select2-container--default .select2-selection--single{
    border: 1px solid #5A8DEE;
    background-color: transparent;
}

.floating-label-wrapper .select2Part.focused .selection .select2-selection--single{
    /*border: 1px solid #5A8DEE !important;*/
}
.floating-label-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 23px;
    transition: 240ms;
    padding-right: 40px;
    /*font-size: 15px;*/
    font-size: 13px;
    font-weight: 400;
    color: #999;
    padding-top: 9px;
}

.floating-label-wrapper .select2Part.mandatory-field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    content: "*";
    color: red;
    font-size: 14px;
    margin-left: 2px;
}

.floating-label-wrapper .select2Part.mandatory-field-wrapper.focused .select2 .selection .select2-selection .select2-selection__rendered:after {
    content: none;
}

.floating-label-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    /*right: 10px;*/
    transition: 240ms;
}

.floating-label-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #0f2641 transparent transparent transparent;
    position: absolute;
    /*top: 19px;*/
    top: 17px;
    right: 10px;
    transition: 0.3s all ease;
}
.floating-label-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgb(236 238 241);
    color: #4a494a;
}
.floating-label-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
    /*border: none;*/
    /*background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;*/
    /*width: 12px;*/
    /*height: 8px;*/
    /*background-size: 100% 100%;*/
    /*transform: translateY(-50%);*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    display:none;
}
.floating-label-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #5A8DEE;
    color: #fff;
}
.floating-label-wrapper .select2-container--default .select2-results__option:last-child{
    border-radius: 0px 0px 4px 4px;
}
.floating-label-wrapper .select2-container--default .select2-selection--single{
    border-radius: .267rem;
}
.floating-label-wrapper .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;

}
.floating-label-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.floating-label-wrapper .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.floating-label-wrapper .select2-results__option {
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    color: #4F4F4F;
    font-size: 15px;
    font-weight: 400;
}
.floating-label-wrapper .select2-container--open .select2-dropdown--above {
    box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border: none;
    top: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.floating-label-wrapper .select2-container--open .select2-dropdown--below{
    box-shadow: 0px 2px 18px rgb(0 0 0 / 16%);
    border-radius: 0px;
    border: none;
    top: 2px;
    border-radius: 0 0 6px;
    overflow: hidden;
}
.floating-label-wrapper .select2Part.w-100 > .select2-container{
    width: 100% !important;
}
.floating-label-wrapper .select2-search--dropdown{
    padding: 12px 15px;
    position: relative;
}
.floating-label-wrapper .select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 14px;
    border: 1px solid #DFE3E7;
    border-radius: 4px;
    color: #757575;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding-left: 33px;
}
.floating-label-wrapper .select2-container--default .select2-search--dropdown:after{
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 23px;
    left: 30px;
    font-size: 15px;
    color: rgba(0,0,0,0.54);
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple{
    background-color: #fff;
    border: 1px solid #DFE3E7;
    min-height: 42px;
    border-radius: 6px;
    position: relative;
}
.floating-label-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #5A8DEE;
    background-color: #fff;
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    color: #757575;
    line-height: 55px;
    padding-right: 40px;
    display: block;
    height: 100%;
    padding: 6px 12px;
    transition: 240ms;
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 48px;
    right: 15px;
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field{
    line-height: initial;
    padding: 0;
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
    border: none;
    content: '';
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=') no-repeat 0 0;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    transform: translateY(-50%);
    position: absolute;
    right: 18px;
    top: 22px;
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    line-height: initial;
    padding: 5px;
    font-size: 14px;
    position: relative;
}
.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    cursor: default;
    float: left;
    color: #1f1f1f;
    margin-right: 5px;
    margin-top: 5px;
    width: initial !important;
    padding: 5px 10px;
    padding-right: 24px !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
}
.floating-label-wrapper .select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
    font-size: 16px;
    margin-top: 0px;
    padding: 0;
    padding-left: 5px;
    line-height: 27px;
    padding-top: 6px;
}

.floating-label-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    position: absolute;
    font-size: 17px;
    width: 20px;
    height: 20px;
    top: 3px;
    text-align: center;
    color: #e45555;
    right: 0px;
}
.floating-label-wrapper .floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    /*padding-bottom: 7px;*/
    /*padding-top: 17px;*/
    /*padding-left: 17px;*/
    min-height: 42px;
    max-height: 42px;
    overflow: auto;
}

.floating-label-wrapper .select2Part.focused .select2 .selection .select2-selection .select2-selection__rendered{
    color:#000000;
}

.floating-label-wrapper .select2Part .multiselect.dropdown-toggle.custom-select {
    text-align: left !important;
    width: 100%;
    color: #000000;
    height: 40px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    background: transparent !important;
    border: 1px solid #7a86a533;
    border-radius: 4px !important;
    box-shadow: none;
}

.floating-label-wrapper .select2Part .multiselect.dropdown-toggle:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #0f2641 transparent transparent transparent;
    position: absolute;
    top: 19px;
    right: 13px;
    transition: 0.3s all ease;
}

/*.select2multiple .select2-container--default .select2-results__option[aria-selected=true] {
    display: none;
}*/


/*Custom Floating Select and Input filters Css End Here*/



/*-----------------------------------------------------------------------------------
multiselect style strat
-----------------------------------------------------------------------------------*/

.dropdown-menu.show {
    width: 100%;
}

.btn-group.show .multiselect-container {
    display: block !important;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 180px;
    overflow-y: auto;
}

.dropdown-item.multiselect-all,
.multiselect-option {
    width: 100% !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #172b4c;
    background-color: #f3f6f9;
}

button.dropdown-item.multiselect-all:hover,
button.multiselect-option.dropdown-item:hover {
    color: #343a40 !important;
    background-color: #f8f9fa !important;
}

.multiselect-container.dropdown-menu .form-check-label {
    margin: 0 !important;
}

.multiselect-container.dropdown-menu .form-check-input {
    margin-top: 2px !important;
}

.multiselect.dropdown-toggle.custom-select {
    text-align: left !important;
    width: 100%;
    color: #0f2641;
    height: 33px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    background: #7a86a505 !important;
    /*border: 1px solid #ccc !important;*/
    border: 1px solid #DFE3E7 !important;
    border-radius: 4px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 11px;
}

.input-group-addon {
    border: none !important;
    background: transparent;
    padding: 0;
}

button.btn.btn-default.multiselect-clear-filter {
    display: none;
}

.multiselect-item.filter .input-group {
    background: #fff !important;
    border: 1px solid #DFE3E7;
    border-radius: 4px;
    padding: 0 10px;
}

.multiselect.dropdown-toggle.show {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.multiselect-filter {
    margin: 5px;
}

.multiselect-container .multiselect-filter > .fa-search {
    padding-left: 0.95rem;
}

.multiselect-container .multiselect-filter > input.multiselect-search {
    background: #fff !important;
    border: 1px solid #DFE3E7;
    border-radius: 4px;
}

.multiselect.dropdown-toggle.custom-select:focus {
    border: 1px solid #5A8DEE !important;
}

.multiselect-native-select .btn-group {
    width: 100% !important;
}

.multiselect.dropdown-toggle:before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #0f2641 transparent transparent transparent;
    position: absolute;
    top: 12px;
    right: 10px;
    transition: 0.3s all ease;
}

.btn-group.show .multiselect.dropdown-toggle.custom-select:before {
    transform: rotate(180deg) translate(0%, 50%);
}


/*-----------------------------------------------------------------------------------
multiselect style end
-----------------------------------------------------------------------------------*/


.w-20 {
    width:20px;
}

.mt-n-32 {
    margin-top:-32px;
}

.pick-date {
    cursor:pointer;
}

#fee_detail table {
    border: 1px solid #3E85F01A !important;
}

#fee_detail table thead {
    background: #3E85F0!important;
}

#fee_detail table tr td, #fee_detail table tr th {
    border: none !important;
    padding: 13px 15px;
}

#fee_detail table thead th {
    color: #fff;
    font-weight: 500;
}

#fee_detail table tr:nth-child(even) {
    background: #3E85F01A;
}

/*@media only screen and (min-width: 1500px) {*/

/*.leftSec {*/
/*height: 97.3vh;*/
/*}*/

/*.gray_bg {*/
/*height: 97.3vh;*/
/*}*/
/*}*/


/*Thank You Page Css Start Here*/

.welocome-wrapper img {
    width: 140px;
}

.welocome-wrapper h5 {
    font-size: 20px;
    color: #04AC26;
}

.welocome-wrapper p {
    font-size: 15px;
    color: #6B728E;
}

/*Thank You Page Css End Here*/


/*Common Panel Box Css Start Here*/

.common-panel-box {
    /*background: #F9FAFF 0% 0% no-repeat padding-box;*/
    border: 1px solid #6B728E3D;
    border-radius: 12px;
}

/*Common Panel Box Css End Here*/

.btn-remove {
    display:none;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    background-image: url(/student_new_assests/images/delete_icon.svg);
    background-position: center;
    background-size: contain;
}

.lbl-image {
    font-size: 14px !important;
    font-weight: 500 !important;
    color:#000 !important;
}


/* Common Toggle On/Off Button Css Start Here */

.toggle-button-cover {
    position: relative;
}

.button-cover {
    margin-left: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button-cover:before {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.common-checkbox-toggle {
    position: relative;
    /*top: 50%;*/
    width: 48px;
    height: 22px;
    /*margin: 0 auto 0 auto;*/
    overflow: hidden;
    /*transform: translate(0px, -50%);*/
}

.common-checkbox-toggle.r,
.common-checkbox-toggle.r .layer {
    border-radius: 100px;
}

.common-checkbox-toggle.b2 {
    border-radius: 20px;
}

.checkbox-toggle-btn {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #5b5b5bb5;
    transition: 0.3s ease all;
    z-index: 1;
}
.fa-search:before{
    font-family: 'FontAwesome';
}

/* Button 13 */

.common-checkbox-toggle .knobs:before,
.common-checkbox-toggle .knobs:after,
.common-checkbox-toggle .knobs span {
    position: absolute;
    top: 2px;
    width: 20px;
    height: 17px;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    line-height: 10px;
    padding: 6px 0px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.common-checkbox-toggle .knobs:before,
.common-checkbox-toggle .knobs:after {
    color: #fff;
    z-index: 1;
}

.common-checkbox-toggle .knobs:before {
    content: 'YES';
    left: 3px;
}

.common-checkbox-toggle .knobs:after {
    content: 'NO';
    right: 3px;
}

.common-checkbox-toggle .knobs span {
    width: 18px;
    height: 18px;
    left: 3px;
    background-color: #fff;
    z-index: 2;
    border-radius: 50px;
}

.common-checkbox-toggle .checkbox-toggle-btn:checked+.knobs span {
    left: 27px;
    background-color: #fff;
    top: 2px;
}

.common-checkbox-toggle .checkbox-toggle-btn:checked~.layer {
    background-color:#2CD8A3;
}


/* Common Toggle On/Off Button Css End Here */


@media only screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }

    .addressSec {
        margin-bottom: 15px;
    }

    .leftSec {
        height: auto;
    }

    .btn_border {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .w-50 {
        width: 38% !important;
    }

    .details-wrapper {
        position:static;
    }

    .main-logo-side img {
        margin-top: 35px;
    }

    /*MultiSelect Mobile View Scroll Css Start Here*/

    .multiselect-container button.dropdown-item {
        pointer-events: none;
    }

    .multiselect-container span.form-check input {
        pointer-events: all;
    }

    .multiselect-container span.form-check label {
        pointer-events: none;
    }

    .multiselect-container span.multiselect-group.dropdown-item-text {
        pointer-events: none;
    }

    .multiselect-container span.caret-container {
        pointer-events: all;
    }

    /*MultiSelect Mobile View Scroll Css End Here*/


}
.declaration-wrapper p {
    margin-bottom:0px;
}

.h-40 {
    height: 40px;
}

ul.token-input-list {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    min-height: 40px;
}

li.token-input-token {
    background-color: #fff;
    color: #000;
    padding-top: 9px;
    padding-left: 10px;
    font-weight: 500;
}

ul.token-input-list li input {
    width: 100% !important;
    height: 38px;
}

.top-3 {
    top: 3px;
}

#form_data label {
    font-weight: 400;
    color: #999;
    font-size: 13px;
    padding-bottom: 0 !important;
}

.verifyemailmobile {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 12px;
}

::-webkit-input-placeholder {
    color: #000 !important;
    font-weight: 400 !important;
}

::-moz-placeholder {
    color: #000 !important;
    font-weight: 400 !important;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #000 !important;
    font-weight: 400 !important;
}

/* ie */
input:-moz-placeholder {
    color: #000 !important;
    font-weight: 400 !important;
}

.verification-wrapper {
    background-image: url("../../../../assets/images/bg-dialog-box.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0 !important;
    /*height: 300px !important;*/
    left: 10%;
    top: 50%;
    transform: translate(0px, -50%);
}

.verification-wrapper .ui-widget-header {
    border: 1px solid transparent;
    background: transparent;
    color: #333333;
    font-weight: bold;
}

.gray_bg {
    overflow: visible;
}

div.token-input-dropdown {
    min-width: 297px;
    width: auto !important;
}

.text_upper {
    text-transform: uppercase;
}

.mt-15 {
    margin-top: 3em !important;
    margin-bottom: 0.3125rem !important;
}

.mt-10 {
    margin-top: 2em !important;
    margin-bottom: 0.3125rem !important;
}

.mb-7 {
    margin-top: 1em !important;
    margin-bottom: 0.3125rem !important;
}

.multiselect-container {
    min-height: 80px;
    max-height: 250px;
    width: 100%;
    overflow-y: auto;
    box-shadow: none;
    border-color: #d9d9d9;
}

.up-mar20 {
    margin-top: -20px;
    z-index: 10;
}

.student-person-detail {
    /*padding: 10px;*/
}

.float-start {
    float: left !important;
}

.avatar-upload {
    position: relative;
    /*max-width: 205px;*/
    /*margin: 12px auto;*/
    display: flex;
    align-items: center;
}

.avatar-upload .avatar-edit {
    position: absolute;
    /*right: 3.5rem;*/
    z-index: 1;
    /*top: 8px;*/
}

.edit_right {
    left: 40px !important;
    bottom: -8px !important;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-preview {
    width: 70px;
    height: 60px;
    position: relative;
    /*border-radius: 100%;*/
    /*border: 6px solid #F8F8F8;*/
    /*margin: 0 auto;*/
    /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);*/
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border-radius: 100%;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    background-image: url(/student_new_assests/images/camera_icon.svg);
    background-position: center;
    background-size: contain;
}

.avatar-upload .avatar-preview > div {
    width: 80%;
    height: 100%;
    border-radius: 20px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-dialog-titlebar-close {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
}
.ui-dialog-titlebar-close:hover {
    background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
    .ui-widget.ui-widget-content {
        width: 100% !important;
    }

    .verification-wrapper {
        left: 0% !important;
    }
}




#imagestr{
    background-image: url(../../../../assets/images/captcha.svg);
    background-position: center;
    background-size: cover;
    font-size: 28px;
    color: #112352;
    padding: 5px;
    font-weight: 700;

}
.imagestr{
    background-image: url(../../../../assets/images/captcha.svg);
    background-position: center;
    background-size: cover;
    font-size: 28px;
    color: #112352;
    padding: 5px;
    font-weight: 700;

}
#user-input{
    box-shadow: 5px 5px 5px 5px gray;
    width:auto;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid;
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}

/*=========== Registration Wizard Section CSS Start Here =========== */

.form-wizard .form-wizard-header {
    text-align: center;
}


.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block !important;
}

.form-wizard .form-wizard-steps {
    margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #f3f3f3;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
    background-color: #dddddd;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: #0d6efd;
    color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: #0d6efd;
    left: 50%;
    width: 50%;
    border-color: #0d6efd;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #0d6efd;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}

.form-wizard-next-btn, .form-wizard-previous-btn {
    font-size: 13px;
    width: 80px;
}




/*=========== Registration Wizard Section CSS End Here =========== */
