/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
}

.list-inline > li {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #3db166ba;
    opacity: 1;
}

#journals .btn-default:hover, #journals .btn-default.active, #journals .btn-default:active {
    color: #fff;
    background-color: #4caf5073;
    border-color: #4caf50;
}

#journals .hvr-underline-from-center:before {
    background: #3db166;
}

#journals .btn-default.active:before {
    background: #3db166;
}

.categories a.active {
    color: black;
}

#journals .activeNav.owl-carousel .owl-dots.disabled, #journals .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.partners .activeNav.owl-carousel .owl-dots.disabled, .partners .owl-carousel .owl-nav.disabled {
    display: none !important;
}

[dir='rtl'] .menuzord-menu > li > a {
    padding: 8px 8px;
}

[dir='ltr'] .menuzord-menu > li > a {
    padding: 8px 6px;
}

[dir='rtl'] div#DataTables_Table_0_filter {
    float: right;
    text-align: start;
}

[dir='ltr'] div#DataTables_Table_0_filter {
    float: left;
    text-align: start;
}

[dir='rtl'] div#DataTables_Table_0_length {
    float: left;
}

[dir='ltr'] div#DataTables_Table_0_length {
    float: right;
}

[dir='rtl'] div#DataTables_Table_0_info {
    float: left;
    margin-inline-start: 5px;
}

[dir='ltr'] div#DataTables_Table_0_info {
    float: right;
    margin-inline-start: 5px;
}

[dir='rtl'] div#DataTables_Table_0_paginate {
    float: right;
    margin-inline-start: 5px;
}

[dir='ltr'] div#DataTables_Table_0_paginate {
    float: left;
    margin-inline-start: 5px;
}

a#DataTables_Table_0_previous {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

[dir='ltr'] a#DataTables_Table_0_previous {
    float: left;
}

a#DataTables_Table_0_next {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

[dir='ltr'] a#DataTables_Table_0_next {
    float: right;
}

a.paginate_button.current {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

[dir='ltr'] a.paginate_button.current {
    float: left;
}

a.paginate_button:focus, a.paginate_button:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

a.paginate_button.current, a.paginate_button.current:focus, a.paginate_button.current:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3db166;
    border-color: #3db166;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-around {
    justify-content: space-around;
}

.w-100px {
    width: 100px;
}
form .error {
    color: #ff4c4c !important;
}
form .form-control.error {
    border: 2px solid #ff4c4c !important;
}
.steps-buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    overflow-x: auto;
    overflow-y: hidden;
}
.steps-buttons:after {
    content: "";
    display: block;
    background-color: #f3f3f3;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 0;
    top: 25px;
}
@media only screen and (max-width: 586px) {
    .steps-buttons:after {
        width: 131%;
    }
}

@media only screen and (max-width: 425px) {
    .steps-buttons:after {
        width: 180%;
    }
}
@media only screen and (max-width: 375px) {
    .steps-buttons:after {
        width: 209%;
    }
}


.step-button .step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    background: #eee;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 0 6px 0;
}
.step-button.active .step-number {
    background: #f6f6f6;
    position: relative;
    border: 5px solid #337ab7;
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}

.step-button .step-number h3 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.step-button.active  .step-number h3 {
    color: grey;
    font-weight: 700;
    margin: 0;
}

.step-button  .btn {
    color: #bdbdbd;
}

.step-button.active  .btn {
    color: grey;
    font-weight: 700;
}
.step-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1;
    width: auto;
    word-wrap: break-word;
    margin: 0 2rem;

}

.step-button.completed .step-number {
    background: #f6f6f6;
    position: relative;
    border: 5px solid #62b674;
    width: 3.5rem;
    height: 3.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
 }
.step-button.completed .step-number h3 {
    color: #333333;
}
.step-button.completed .btn {
    background-color: #62b674;
    color: #fff;
}

.step-button.inactive {
    /*background-color: #6c757d;*/
    /*color: white;*/
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e6e6e6;
    opacity: 1;
}
[dir='rtl'] .pull-left {
    float: right!important;
}
[dir='rtl'] .mr-10 {
    margin-left: 10px !important;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    text-decoration: none;
    background-color: #0065A1 !important;
    color: #fff !important;
}

.image-upload-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: auto;
    transition: box-shadow 0.3s ease;
}

.image-drop-container {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 20px;
    transition: border-color 0.3s ease;
}

.image-drop-container:hover {
    border-color: #0056b3;
}

.image-drop-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 200px;
}

.upload-instructions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-container {
    font-size: 50px; /* Adjust icon size */
    color: #007bff;
    margin-bottom: 10px;
}

.drop-text {
    font-size: 16px;
    color: #007bff;
}

.image-preview {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

.guidelines {
    margin-top: 20px;
}

.guidelines h3 {
    color: #333;
    margin-bottom: 10px;
}

.guidelines ul {
    list-style-type: none;
    padding: 0;
}

.guidelines li {
    background-color: #f9f9f9;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
}
.buttons-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.custom-file-upload {
    position: relative;
    display: block;
}

.btn-upload {
    padding: 10px 15px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-upload:hover {
    background-color: #0056b3;
}

.payment-receipt-preview img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table td, .table th{
    vertical-align: middle !important;
}
.justify-content-space-between{
    justify-content: space-between;
}
.h-100{
    height: 100%;
}
.align-items-center{
    align-items: center;
}
.BasicInfo_basic-info-container__3G341 {
    background: #fff;
    display: flex;
    padding: 1rem;
    flex-direction: column;
}
.BasicInfo_basic-info-container__3G341 .BasicInfo_title__2nnfm {
    background: #2d2d2d;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    width: 20%;
}
.BasicInfo_basic-info-container__3G341 .BasicInfo_data__2ITY3 {
    display: flex;
}
.BasicInfo_basic-info-container__3G341 .BasicInfo_data__2ITY3 .BasicInfo_applicant-info__23UbS {
    list-style: none;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 15px;
    row-gap: 15px;
    flex-basis: 100%;
}
.BasicInfo_basic-info-container__3G341 .BasicInfo_data__2ITY3 .BasicInfo_applicant-info__23UbS li {
    background: #efecec;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
}
@media screen and (max-width: 930px){
    .BasicInfo_basic-info-container__3G341 .BasicInfo_data__2ITY3 .BasicInfo_applicant-info__23UbS {
        grid-template-columns: none;
    }
    .BasicInfo_basic-info-container__3G341 .BasicInfo_title__2nnfm {
        width: 50%;
    }
}
.Activity_activity__3octo {
    display: flex;
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    justify-content: center;
}
.Activity_activity__3octo .Activity_activity-info__tVKlp {
    display: flex;
    flex-direction: column;
    align-items: center;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-before: auto;
    -webkit-column-break-before: auto;
    break-before: auto;
    page-break-after: auto;
    -webkit-column-break-after: auto;
    break-after: auto;
    flex-basis: 30%;
    text-align: center;
    flex-wrap: wrap;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    background: #fff;
    -webkit-border-start: 0.5rem solid #e52d27;
    border-inline-start: 0.5rem solid #e52d27;
    height: fit-content;
    padding: 0.5rem;
    z-index: 2;
}
.Activity_activity__3octo .Activity_activity-info__tVKlp p {
    font-size: 1.5rem;
    margin: 0;
}
.Activity_activity__3octo .Activity_activity-info__tVKlp span {
    color: #909090;
}
.Activity_activity__3octo .Activity_activity-data__3FvNW {
    flex-grow: 3;
}
.Step_step-wrapper__1jP3X {
    background: #fff;
    border-radius: 2rem;
    border-start-start-radius: 0;
    padding: 3rem 2rem;
    box-shadow: 0 19px 38px rgba(0,0,0,.2), 0 15px 12px rgba(0,0,0,.2);
}
.Step_simple-field__16TT2 {
    background: #f7f7f7;
    padding: 0.7rem;
    border-radius: 0.5rem;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-before: auto;
    -webkit-column-break-before: auto;
    break-before: auto;
    page-break-after: auto;
    -webkit-column-break-after: auto;
    break-after: auto;
}
.Step_field-wrapper__2i5gG {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 33% 67%;
    margin: 0.5rem 0;
    padding: 0.7rem;
}
.Step_field-wrapper__2i5gG .Step_field-label__1seQT {
    font-weight: 700;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}
@media screen and (max-width: 930px){
    .Activity_activity__3octo {
        flex-direction: column;
    }
    .Activity_activity__3octo .Activity_activity-info__tVKlp {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin-bottom: 5px;
    }
    .Step_step-wrapper__1jP3X {
        border-start-end-radius: 0;
    }
    .Step_field-wrapper__2i5gG {
        grid-template-columns: 100%;
    }
}
.Step_file__2hcIu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
}
figure.Step_file__2hcIu {
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    flex-basis: 35%;
}
.Step_file__2hcIu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
    -webkit-margin-before: 0.5rem;
    margin-block-start: 0.5rem;
}
.Step_thumbnail__BOLrw {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    vertical-align: middle;
    border-style: none;

}
.CustomButton_custom-btn__24K-I.CustomButton_black__2tLio.CustomButton_ghost__2rePD {
    border: 1px solid #242424;
    color: #242424;
    background: #fff;
}
.CustomButton_custom-btn__24K-I.CustomButton_black__2tLio {
    background: #242424;
}
.CustomButton_custom-btn__24K-I {
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0 0.5rem;
    color: #fff;
    outline: none;
    transition: all .3s ease-in-out;
}
.anticon {
    cursor: pointer;
    -webkit-margin-end: 0.1rem;
    margin-inline-end: 0.1rem;
}
.anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .anticon {
     display: inline-block;
     color: inherit;
     font-style: normal;
     line-height: 0;
     text-align: center;
     text-transform: none;
     vertical-align: -0.125em;
     text-rendering: optimizeLegibility;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }
.anticon svg {
    display: inline-block;
}
.anticon>* {
    line-height: 1;
}
.CustomButton_custom-btn__24K-I.CustomButton_black__2tLio.CustomButton_ghost__2rePD:hover {
    background: #242424;
    color: #fff;
}
