@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900");

html {
    font-size: 0.8vw;
}

body {
    font-family: 'Rubik';
    background-color: #f1f1f1;
}

.navbar-nav {
    padding:20px;
    text-align: center !important;
    display: inline-block !important;
}

#content-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 1.625rem;
}

#content-wrap #content {
    background-color: #fff;
/*    width: 100%;
*/    height: 100%;
/*        border-radius: 3.125rem;
*/        position: relative;
    min-height: calc(100vh - 8rem);
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}


/*header*/
.header-left{

}
.header-left span{
    color:orange;
    font-size:20px;
    padding:5px;
}
.header-left a{
    color: #717171;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
}
.header-right input{
    color: #717171;
    font-size:20px;
    font-weight:600;
    text-decoration:none;
}

/*form*/
.form-label p{
    font-size:30px;
    font-weight:600;
    color: #034694;
}

.form-label b {
    font-size: 38px;
    font-weight: 600;
    color: #034694;
}

.form-label-message b {
    font-size: 38px;
    font-weight: 900;
    color: #034694;
    white-space: nowrap;
    line-height: 8rem;
}

.form-label-message-sub b {
    font-size: 38px;
    font-weight: 900;
    color: #034694;
    white-space: nowrap;
}

#parentIdentity {
    width: 400px;
    height: 80px;
    display: flex;
    justify-content: center;
    margin: auto;
}

/*inside form*/
.initWrapper {
    text-align: right;
    direction: rtl;
}

.instractionWrapper {
    text-align: right;
    direction: rtl;
    margin: 25px;
}

.parentWrapper {
    text-align: right;
    direction: rtl;
    margin: 40px;
    padding-bottom:25px;
}

.parentWrapper input[type=text]{
    border:none;
    border-bottom: 3px solid #034694;
    outline: none;
    border-radius:0px;
}

.parentNameWrapper {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 600;
    line-height: 40.07px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 50px;
    font-size: 30px;
}

.buttonWrapper{
    padding:30px;
}

.gridWrapper {
    text-align: right;
    direction: rtl;
}

.tblHeader {
    width: 145px;
    height: 26px;
    opacity: 0px;
    font-family: Assistant;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #034694;
    margin: 15px;
}

.tblData {
    border: 2px solid #034694;
    height: 60px;
    border-radius: 10px 10px 10px 10px;
    border: 3px solid #034694;
    opacity: 0px;
    margin: 5px;
    color: #000;
    font-family: Assistant;
    font-weight: 600;
    line-height: 26.16px;
    text-align: center;
    font-family: 'Rubik';
}

.submitBtn {
    margin:auto;
    width: 400px;
    height: 80px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0px;
    background: linear-gradient(90.61deg, rgba(3, 70, 148, 0.8) 18.62%, rgba(37, 129, 237, 0.8) 54.96%, rgba(28, 106, 197, 0.8) 78.48%);
    font-family: Rubik;
    font-size: 30px;
    font-weight: 700;
    line-height: 35.55px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.submitChangeBtn {
    font-family: Rubik;
    font-size: 26px;
    font-weight: 600;
    line-height: 23.7px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #717171;
    background: #fff;
    text-decoration: underline;
    border: none;
}

/*admin*/

#content-wrap #content #header #header-left .separator {
    height: 4.25rem;
    width: 0.125rem;
    background-color: #808080;
    margin: 0 1.6875rem;
}

#content-wrap #content #header #header-left #archive-logo img {
    height: 3.1875rem;
}


#content-wrap #content #header #header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

#content-wrap #content #header #header-right #hamburger {
    background-color: #fff;
    height: 5rem;
    width: 5rem;
    padding: 1.375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.0625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#content-wrap #content #header #header-right #hamburger > span {
    width: 3.9375rem;
    height: 1.25rem;
    padding: 0.3125rem;
    background-color: #fff;
    border-radius: 3.125rem;
    margin-bottom: 0.5875rem;
    background-color: #128DFF;
}


#content-wrap #content #header #header-right #header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #128DFF;
    border-radius: 2.0625rem;
    margin: 0 0.6875rem;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.5rem 0rem rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0.1875rem 0.1875rem 0.5rem 0rem rgba(0, 0, 0, 0.2509803922);
    opacity: 0;
    /*overflow: hidden;*/
}

#content-wrap #content #header #header-right #header-links.visible {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 1;
    z-index: 999;
    height: 87px;
}

#content-wrap #content #header #header-right #header-links .header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 1.4375rem 3rem;
    border-radius: 1.25rem;
    position: relative;
}

#content-wrap #content #header #header-right #header-links .header-link:hover {
    background-color: #4D4D4D;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#content-wrap #content #header #header-right #header-links .header-link .title {
    max-width: 10.375rem;
    font-size: 1.375rem;
    line-height: 2rem;
}

#content-wrap #content #header #header-right #header-links .header-link .icon {
    margin-left: 1rem;
}



#header-links .header-link .header-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #E3EDFF;
    border-radius: 0 0 1.25rem 1.25rem;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    z-index: 99999;
}

#header-links .header-link .header-dropdown a {
    display: block;
    padding: 13px 1.5rem;
    text-decoration: none;
    color: #4D4D4D;
}

#header-links .header-link .header-dropdown a:hover {
    background: #0058FF;
    color: #fff;
}

#header-links .header-link[data-dropdown="tables-dropdown"]:hover {
    border-radius: 1.25rem 1.25rem 0 0 !important;
}

#header-links .header-link[data-dropdown="tables-dropdown"]:hover #tables-dropdown {
    display: block;
    font-size: 16px;
}

.dropdown-link {
    font-size: 18px;
}


.uploadWrapper {
    display: flex;
    justify-content: center;
}

#header-title {
    width: 300px;
    margin: 10px;
}

#header-title span {
    font-size: 40px;
}

.allRights {
    position: absolute;
    left: 30px;
}

#scrollDown {
    display: none;
}


@media only screen and (min-width: 768px) {
    .text-center {
        justify-content: center;
        display: flex;
    }

    .data-wrapper {
        max-width: 1200px;
    }

    #content-wrap #content {
        width: 100%;
    }

    .text-danger {
        font-size: 24px;
    }

    .tblData {
        width: 100%;
        font-size: 20px;
    }

    #saveChild {
        margin: 40px;
    }
}

@media (max-width: 767px) {

    .navbar-nav{
        margin-top:0px;
    }

    .col {
        flex: none;
    }

    .header-left a {
        font-size: 11px;
    }

    .header-right input{
        font-size:11px;
    }

    #content-wrap #content {
        min-height: calc(100vh - 30rem);
    }

    #content {
        width: 100%;
    }

    #scrollDown {
        width: 60px;
        display: flex;
        position: fixed;
        left: 20px;
    }

    #scrollDown img {
        width: 60px;
    }

    .RegistrationsArea {
        direction: rtl;
    }

    .wrapperdiv {
        margin: auto;
        width: 328px;
/*        height: 113px;
*/        border-radius: 10px;
        opacity: 0px;
        background: #E8F0F9;
        font-size: 30px;
    }

    .text-center{
        padding-top:15px;
    }

    .text-danger {
        font-size: 19px;
    }

    .form-label p {
        font-size: 24px;
    }

    .form-label b {
        font-size: 26px;
    }

    .form-label-message b {
        font-size: 20px;
    }

    .form-label-message-sub b {
        font-size: 18px;
        white-space: normal;
    }

    .collapsable {
        background: #E8F0F9;
    }

    .row > * {
        flex-shrink: 1 !important;
    }

    .ctl {
        width: 100%;
    }

    .submitBtn {
        width: 100%;
    }

    .submitChangeBtn{
        font-size:30px;
    }

    .instractionWrapper {
        margin: auto;
    }

    .container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }

    .tblData {
        font-size: 24px;
    }

    option {
        font-size: 12px;
    }

    .alertify .ajs-body .ajs-content {
        font-size: 20px;
    }

    .down {
        background-image: url('/images/icons/down.png');
        background-repeat: no-repeat;
        background-size: 0.8em;
        background-position: 5px bottom;
        width: 50px;
        height: 30px;
    }

    .up {
        background-image: url('/images/icons/up.png');
        background-repeat: no-repeat;
        background-size: 0.8em;
        background-position: 5px bottom;
        width: 50px;
        height: 30px;
    }

    .allRights {
        left: 130px;
        bottom: 35px;
    }

    .parentNameWrapper {
        font-size: 35px;
        display: flex;
        position: absolute;
        right: 25px;
        margin: 8px;
    }
}








