﻿.bigRed {
    font-weight: bold;
    color: red;
}

.modalerror {
    position: absolute;
    right: 10px;
    font-size: small;
}

.my-close {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.rtl {
    direction: rtl;
}

.landingImage {
    width: 100%;
    height: auto;
}

.toLeft {
    float: left;
    margin: 5px;
}

.toRight {
    float: right;
    margin: 5px;
}

.nice-select {
    width: 100%;
    border: 1px solid #ced4da;
}

    .nice-select > .list {
        width: 100%;
    }

.custom-file-label {
    direction: ltr;
    text-align: left;
}

/*.btn {
    min-width: 100px;
}*/

.dropdown-menu {
    direction: rtl;
    text-align: right;
}

.input-group {
    direction: rtl !important;
}

.input-group-btn:last-child > .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-right-width: 0px !important;
    border-left-width: 1px !important;
}

.input-group .form-control:first-child {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

button.default-btn {
    background-color: transparent;
}

.smallFont {
    font-size: small;
    margin-bottom: 0;
}

.w-80 {
    min-width: 80px;
    width: 80px;
}

.sbtn {
    min-width: 65px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    border: none;
    padding: 4px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    -moz-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    z-index: 1;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
}

.mbtn {
    min-width: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border: none;
    padding: 6px 18px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    -moz-box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    box-shadow: 0 13px 27px 0 rgba(163, 48, 53, 0.25);
    z-index: 1;
    -webkit-transition: .9s;
    -moz-transition: .9s;
    transition: .9s;
}

.single-services > .content-services {
    height: 150px;
}

.notifCount {
    position: absolute;
    padding-top: 1px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    background: #f64c67;
    color: #fff;
    font-size: 11px;
    font-weight: 400
}

#otp {
    direction: ltr
}

.nice-select .list {
    max-height: 300px;
    overflow-y: auto !important;
}

.nice-select {
    width: 100% !important;
    position: relative;
}

.min-height {
    min-height: 40px;
}

#otp input {
    width: 40px;
    height: 40px
}

#instagramicon {
    position: fixed;
    color: #8a3ab9 !important;
    font-size: 3rem;
    bottom: 95px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;
}


#whatsappicon {
    position: fixed;
    color: #128c7e !important;
    font-size: 3rem;
    bottom: 150px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.darkControl {
    background-color: #333;
    color: #FFF;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fa6e84;
    border-radius: 7px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

@media (min-width:1200px) {
    .services-area > .container {
        padding-right: 60px;
        padding-left: 60px;
    }
}


#notification {
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 10%;
    padding: 10px;
    left: 50px;
    width: 400px;
    height: 80px;
    border-radius: 4px;
    z-index: 500;
    box-sizing: border-box;
    color: white;
    text-align: center;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    box-sizing: border-box;
    transition: height .2s;
}




.sidenav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    width: 250px;
    right: -250px;
    top: 0;
    position: fixed;
    z-index: 10000;
    background-color: #000;
    opacity: 0.9;
    overflow-x: hidden;
    transition: 0.5s;
    /*    padding-top: 60px;*/
}

    .sidenav .header {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #777;
        margin-bottom: 5px;
    }

        .sidenav .header .sign-out {
            color: #f00;
            font-size: 20px;
            opacity: 0.7;
            transition: .3s;
            background-color:transparent;
            border:0px;
        }

            .sidenav .header .sign-out:hover {
                opacity: 1;
            }

        .sidenav .header .username {
            font-size: 20px;
            color: #777;
        }

            .sidenav .header .username:hover {
                color: #fff;
            }
        .sidenav .header .closebtn {
            color: #777;
            font-size: 36px;
        }

            .sidenav .header .closebtn:hover {
                color: #fff;
            }

    .sidenav .body {
        width: 100%;
    }
        .sidenav .body .navlink {
            display:block;
            width: 100%;
            text-decoration: none;
            font-size: 16px;
            color: #818181;
            border: none;
            outline: none;
            color: white;
            padding: 14px 16px;
            background-color: inherit;
            font-family: inherit;
            margin: 0;
            text-align: right;
        }
            .sidenav .body .navlink:hover{
                background-color: #444;
                color: black;
            }
        .sidenav .body .subnav {
            text-decoration: none;
            font-size: 16px;
            color: #818181;
            transition: 0.3s;
        }

    .sidenav .title a {
        color: red;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }



@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#menu-handler {
    display: block;
    font-size: 25px;
    cursor: pointer;
    z-index: 1000;
    position: fixed;
    margin-top: 15px;
    top: 20px;
    right: 10px;
    opacity: 1;
    transition: .5s;
}

    #menu :hover {
        color: #f64c67;
    }

.sidenav .subnav {
    float: right;
    width: 100%;
    overflow: hidden;
}

    .sidenav .subnav .subnavbtn {
        width: 100%;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        text-align: right;
    }
        .sidenav .subnav .subnavbtn i {
            position:absolute;
            left:15px;
        }
        .sidenav .subnav .notifCount {
            margin-left: -25px;
        }

.sidenav .navbar a:hover, .subnav:hover .subnavbtn {
    background-color: #444;
    color: black;
}

/*.sidenav .body .subnav .subnavbtn:before {
    content: "";
    top: 41px;
    left: 50%;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    margin: 0px auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
}*/


.sidenav .subnav-content {
    padding: 0 32px 0 0;
    /*display: none;*/
    height:auto;
    max-height:0px;
    position: relative;
    right: 0;
    background-color: #222;
    width: 100%;
    z-index: 1;
    overflow:hidden;
    transition: .5s;
}

   


    .sidenav .subnav-content a {
        font-size: 14px;
        width: 100%;
        float: right;
        color: white;
        text-decoration: none;
        padding: 7px 13px 7px 0;
    }

        .sidenav .subnav-content a:hover {
            background-color: #444;
            color: black;
        }


.navbar-area .main-responsive-nav .container {
    margin: 0 30px;
}
