html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.hover:hover{
    cursor: default;
}

.my-div {
    height: 100vh;
}
#content {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
}

.logout-style {
    color: black;
    text-decoration: none;
}

.logout-style:hover {
    text-decoration: none;
}
.teest i  {
    margin-left: -30px;
    cursor: pointer;
}
.orange-color{
    color: #ff7900
}
.verification-input{
    border: solid 2px #ff7900;
}
.basic-info-steps{
    color: black;
    margin-top: 10px;
}
.orange-border-color {
    border-top: solid 2px #ff7900;
}
.font-size-9 {
    font-size: 0.9rem
}
.font-size-7 {
    font-size: 0.9rem
}
.pointer:hover {
    cursor: pointer;
}
.alert-red-msg {
    color: #cd3c14;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px
}
/*.go-btn-1{*/
/*    background: #ff7900;*/
/*    color: black;*/
/*}*/
/*.go-btn-1:hover{*/
/*    background: black;*/
/*    color: white;*/
/*}*/
.card-title:hover {
    color: #ff7900;
}
.go-btn {
    color: black;
}
.card-main{
    color: black ;
}
/*.card-main:hover {*/
/*    color: white ;*/
/*    background: black  ;*/
/*}*/
/*.card-main:hover .go-btn{*/
/*    color: white ;*/
/*}*/
.go-btn:hover{
    color: #ff7900 ;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.forget-credentials{
    cursor: pointer;
    text-decoration: underline;
}
.forget-credentials:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #ff7900;
}
.none{
    text-decoration: none;

}

.google{
background-color: #4285F4;
    color: white;
}
.google:hover{
    background-color: white ;
    color: #4285F4;
    border: solid 2px #4285F4;
}


.background-jumbotron-code{
    background: url("https://st4.depositphotos.com/19364980/21789/i/600/depositphotos_217893888-stock-photo-london-united-kingdom-september-2018.jpg") no-repeat center;
    background-size: cover;
}
.background-jumbotron-english{
    background: url("https://4ag46i294nta1038p13v77x1-wpengine.netdna-ssl.com/wp-content/uploads/SCA_Quiz-1024x682.jpg") no-repeat center;
    background-size: cover;
}
.english-section{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.eye{
    border: 2px solid #ccc;
    height: 100%;
}

.mandatory-txt{
    color: #ff7900;
}
.submit-button:hover{
    background-color: #636b6f;
    border:2px solid #636b6f;
}
.submit-button:focus{
    background-color: #ff7900;
    color: black;
}
.submit-button:disabled{
  color: black;
}

.flexDirectionArabic {
    direction: rtl;
}



/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
    .container{
        margin: 0 !important;
        max-width:800px !important;
    }
    .flexDirectionArabic{
        flex-direction: column;
        direction: rtl;
    }
    .flexDirection {
        flex-direction: column;
    }
}
/*// Medium devices (tablets, 768px and up)*/
    @media (max-width: 1000px) {
        .auth-slider{
            display: none;
        }
        .dashboard-slider{
            display: none;
        }
        .border-left{
            border-left: 0px solid !important;
        }
    }

/*// Large devices (desktops, 992px and up)*/
    @media (max-width: 1199px) {
        #my-content{
            display: none;
    }
    }

/*// Extra large devices (large desktops, 1200px and up)*/
    @media (min-width: 1200px) {
    /*// Havent code only get for more informations*/
    }

@media screen and (max-width:813px) {
    .flexDirection {
        flex-direction: column;
    }
}

