body {
    font-family: Dubai;
    /*background-image: url('../assets/images/background.png');*/
    background-color: #ccfff2;
    height: 100%;
}
.mainContentInPage {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.toChangeFontHedarStyle {
    font-family: 'DecoType Thuluth';
}


/*change thead logo input nav bar*/
.HeaderLogo {
    width: 100px
}
/*stop change thead thead because thead datalist table change it*/
#myTable > thead > tr > th {
    text-align: center;
}
/*change Change The Hover Background in navbar (a)*/
.ChangeTheHoverBackground:hover {
    background-color: darkcyan;
}

/*
=======================================================================================
  Begin  Spinner Loading
=======================================================================================
*/
#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
/*
=======================================================================================
  End  Spinner Loading
=======================================================================================
*/

/*
=======================================================================================
  start nav bar  
=======================================================================================
*/

/* OPEN / CLOSE BTNS */
.menu-btn {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 999;
    display: inline;
    font-size: 40px;
}

    .menu-btn a {
        color: lime;
    }

/*.btn-open:after {
    color: #333;
    content: "\f394";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}

.btn-open:hover:after {
    color: #34B484;
}*/

/*.btn-close:after {
    color: #fff;
    content: "\f2d7";
    font-family: "Ionicons";
    -webkit-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition-property: all .2s linear 0s;
}*/

.btn-close:hover:after {
    color: #34B484;
}
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: rgb(47 98 84 / 83%);
}

    .overlay .menu {
        margin: 2% auto;
        width: 80%;
    }

        .overlay .menu ul {
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .overlay .menu ul li {
                float: left;
                padding: 20px 0;
                width: 25%;
                list-style: none;
                text-align: center;
                text-transform: uppercase;
            }

                .overlay .menu ul li a {
                    color: #F3969A;
                    font-weight: bold;
                    font-size: 25px;
                    text-decoration: none;
                }

            .overlay .menu ul ul {
                margin-top: 30px;
            }

                .overlay .menu ul ul li {
                    position: relative;
                    float: none;
                    margin: 0;
                    width: 100%;
                    border: 0;
                }

                    .overlay .menu ul ul li a {
                        color: white;
                        text-transform: capitalize;
                        font-weight: bold;
                        font-size: 17px;
                        text-decoration: none;
                    }

                        .overlay .menu ul ul li a:hover {
                            color: #34b484;
                        }
/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 50px;
        width: 100%;
        border-bottom: 1px solid #575757;
    }

        .overlay .menu ul li:last-child {
            border: 0;
        }

    .overlay .menu ul ul {
        margin-top: 20px;
    }

    .menu-btn {
        left: 25px;
    }
}

.allexamples {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    background: #e9e9e9;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    position: fixed;
}
/*
=======================================================================================
  end nav bar  
=======================================================================================
*/
table img{
    transition:all 1s;
}
.toScaleImage:hover {
    transform: scale(3);
}

/*.mainContentInPage {
    min-height: 60vh;
}*/

/*footer {
    position: relative;*/
/*    bottom: 0;
*/    /*right: 0;
    left: 0;
    top :auto !important;
}*/

.select2-selection__rendered, .selection, .select2 {
    width: 100% !important;
}
.modal-dialog {
    max-width: 80%;
}

    .modal-dialog .modal-content .modal-body .personTable, .SonTable {
        width: 100% !important;
    }