body {
    font-family: 'Tajawal', sans-serif !important;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    /* padding: 15px 10px; */
    background: #fff;
    border: none;
    border-radius: 0;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #283618;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 130px;
    max-width: 130px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before,
#sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #283618;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;

}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #283618;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #283618;
}


a[data-toggle="collapse"] {
    position: relative;
}

/* a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
} */



ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #283618;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #606c38;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    a[aria-expanded="false"]::before,
    a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.dropdown-toggle::after {
    margin-right: 4px !important;
}

.list-unstyled {
    text-align: center !important;
    padding: 0px !important;
}

.icon-top i {
    background-color: #283618;
    padding: 8px 8px;
    font-size: 16px;
    border-radius: 50%;
    color: #fff
}

.btn-icon i {
    padding: 8px 6px;
}

.btn-icon {
    background-color: #283618;
    border-radius: 50%;
    color: #fff;
    border: none;
}

img {
    min-height: 60vh;
    max-height: 60vh;
    width: 100%;
    border-radius: 4px;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;

    background: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #f1f1f1;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    left: 0px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
    .right-vd {


        text-align: center !important;
    }

}
@media screen and (max-width: 400px )  {
 .col-sm-12{
    min-height: 0 !important;
    padding-right: 0px; 
    padding-left: 0px;
 }


.left-vd {

text-align: center;
margin-right: 15px;
}
.text-right {

    text-align: center !important;
}
.right-vd {


    text-align: center !important;
    margin-right: 15px;
}
}

@media (min-width: 100px) and (max-width: 800px)
{
    .right-vd {


        text-align: center !important;
    } 
    .text-left {
      
        text-align: center !important;
    }
}
.left-vd {

    float: left;
}

.box-vd-icon {
    width: 100%;
}

.right-vd {

    float: right;
    text-align: right;
}


.close-btn {
    margin-left: -30px;
    border: none;
    background-color: Transparent;
    padding: 10px;
    color: #fefae0;

}

.close-btn i {
    padding: 9px 12px;
    font-size: 16px;
    color: #fefae0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 3px;
}

/*  */
/* .container {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
} */

/* Darker chat container */
.darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.container::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.container img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.container img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
}

.chat-card .title {
    color: #000;
}

.btn-send {
    background: #a1cca5;
    color: #f1f1f1;
    font-weight: 400;
    color: #000;
}

.btn-send:hover {
    background-color: #f1f1f1;
    color: #606c38;
}

.user img {
    width: 100%;
    height: 100%;
}

.imgs {
    width: 100%;
    height: 200px;
}

.user {
    width: 100%;

}

.user i {
    font-size: 12px;
    color: #fff;
}

.user .active {
    font-size: 20px;
    color: #a1cca5;
}

.btn-primary {
    background-color: #a1cca5;
    border: #a1cca5;
    color: #000;
    font-weight: 500;
}

.box-vd-icon i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;

    background: #a1cca5;
    bottom: 29px;
    color: #000;
    box-shadow: 0 0 14px -5px rgb(0 0 0 / 13%);
    border: 1px solid var(--border-color-light);
    transition: .3s ease;
}

.box-vd-icon i:hover {

    background: #333333;
    color: #fff;
}

.box-doc i {
    font-size: 10px;
}

.modal-header .btn-close {

    margin: 0px;
}

.modal-dialog {
    width: 68%;
    position: fixed;
    bottom: 0px;
    right: 4px;
    margin: 0px;

}



#Div2 {
    display: none;


}

#Div2video {
    display: none;


}

#Div2videou {
    display: none;


}

#Div4 {
    display: none;


}

#Div6 {
    display: none;


}

.icon-switch:before {
    content: "\f130";
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;

    background: #a1cca5;
    bottom: 29px;
    color: #000;
    box-shadow: 0 0 14px -5px rgb(0 0 0 / 13%);
    border: 1px solid var(--border-color-light);
    transition: .3s ease;
}

.icon-switch:before {
    content: "\f539";
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    display: inline-block;

    background: #a1cca5;
    bottom: 29px;
    color: #000;
    box-shadow: 0 0 14px -5px rgb(0 0 0 / 13%);
    border: 1px solid var(--border-color-light);
    transition: .3s ease;
}

.div-icon i {
    color: #ffff;
}

i {
    cursor: pointer;
}
.cont{
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 22px;
    margin: 10px 0;
}