﻿$primary: #DC2376;
$primary-trans: #dc237685;
$primary-dark: #77043f50;
$secondary: #EF5437;
$bg: #F4F6F9;
$text-color: #707070;
$divider-color: #B11360;
$footer-text-color: #9A9B9B;
$button-card-color: #cccccc;
$button-card-image-border-color:#C5DF95;

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Light.ttf);
    font-weight: 300;
}


@media (max-width: 1200px) {
/*    .side-panel {
        display: none !important;
        position: absolute;
        z-index: 10;
    }
*/
    .menu-dots, .close-button {
        display: inline !important;
        cursor: pointer;
    }

    .non-lg-header {
        display: block;
    }

    .lg-header {
        display: none;
    }

    .dots-button {
        display: none;
    }
}

@media (min-width: 1201px) {
    .side-panel {
        display: flex !important;
        position: relative;
        z-index: 0;
    }

    .menu-dots, .close-button {
        display: none;
    }

    .non-lg-header {
        display: none;
    }

    .lg-header {
        display: block;
    }

    .dots-button {
        display: block;
    }

    .side-panel.dots-minimize {
        min-width: 40px !important;
        width: 40px !important;
        div, h4, #logo-bottom

{
    display: none !important;
}

}
}

@media (max-width: 575px) {
    .align-xs {
        justify-content: center !important;
    }
}

.align-xs {
    justify-content: center;
}

.side-panel.my-open {
    display: flex !important;
}

.close-button {
    margin-top: 20px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: $primary-trans;
    border-radius: 1000px;
}



.toolBarStyle {
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    background-color: #f5f6fa;
}
.title_pp1 {
    color: #d0406f;
    font-size: 24px;
    font-weight: 700
}

.title_p1 {
    color: #d0406f;
    font-size: 38px;
    font-weight: 700
}

    .title_p1 span {
        padding-right: 6px;
        font-size: 28px;
        color: #000;
    }

.side-menu
{

}
.span2 {
    background-color: #dcd1d1;
    color: white;
    display: block;
    padding: 4px;
    /*border-radius: 1000px;*/
}
.span1 {
    background-color: #9b9b9b;
    color: white;
    display: block;
    padding: 4px;
   /* border-radius: 1000px;*/
}
.my-table {
    text-align: center;
}

    .my-table .my-th {
        border-left: 2px solid #dee2e6;
        border-right: 2px solid #dee2e6;
        border-top: none;
    }

  /*  .my-table span1 {
        background-color: #9b9b9b;
        color: white;
        display: block;
        padding: 4px;
        border-radius: 1000px;
    }
*/
    .my-table tbody {
        font-size: 14px;
        font-weight: normal;
        color: rgb(146, 146, 146);
    }

    .my-table .td-2 {
        border-left: 2px solid #a4d576;
        border-right: 2px solid #a4d576;
    }

    .my-table .tr-2 {
        background-color: #f6f6f6;
    }

    .my-table .tr-3 {
        background-color: #f5f8e3;
    }

    .my-table th, .my-table td {
        /* padding: 0.5rem !important;*/
        padding: 0.2rem !important;
        font-size: 14px;
        color: #707070;
    }


    .main-Content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        background-color: #F4F6F9;
        min-height: 100%;
        position: relative;
        padding-bottom: 50px;
        min-height: 100vh !important;
    }

        .main-Content .header {
            width: 100%;
            background-color: white;
            padding: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }



    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 100%;
    }

.side-panel {
    min-height: 100%;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
    /* background: #DC2376;*/
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
  /*  background: linear-gradient(-55deg, #565050 0%, ##451717 100%);*/
    background: linear-gradient(-55deg, #e7f0f8 0%, #dee4eb 100%);
    */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .side-panel .avater-card {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        margin-top: 40px;
        padding: 20px;
        border: 2px solid white;
    }

        .side-panel .avater-card img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background: white;
        }

    .side-panel .user-name {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 10px;
        color: white;
        text-align: center;
    }

    .side-panel .title {
        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;
        height: 37px;
        padding-left: 20px;
        padding-right: 20px;
        background: #dc237685;
        border-radius: 1000px;
    }

        .side-panel .title h5 {
            padding: 0px;
            margin: 0px;
            color: white;
            font-size: 16px;
            font-weight: bold;
            margin-left: 16px;
        }

    .side-panel .list-group {
        width: 100%;
        margin-top: 55px;
        padding: 0px;
    }
    
        .list-group a {
            background-color: transparent;
            border: none;
            margin: 0px;
            padding: 0px;
        }
    

            .side-panel .list-group a .list-item-content {
                font-weight: 400;
               /* margin-left: 30px;
                margin-right: 30px;*/
                padding-top: 10px;
                padding-bottom: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: white;
                background-color: transparent;
                border-bottom: 0.75px solid #85aebf;
                font-size: 18px;
                line-height: 25px;

            }
    



                .side-panel .list-group a .list-item-content img {
                    margin-left: 25px;
                }

            .side-panel .list-group a.active {
                background-color: #abc0d9
              
            }
            .side-panel .list-group a:hover {
                /*    background-color: #77043f50;*/
                background-color: #d4e4f5;
              
            }

                .side-panel .list-group a.active .list-item-content,
                .side-panel .list-group a:hover .list-item-content {
                   
                }


.button-card {
    height: 120px;
    width: 100%;
    padding: 20px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 0.75px solid #cccccc;
}
a {
    color: #ada6a6;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

    .button-card .button-image {
        height: 85px;
        width: 85px;
        border-radius: 1000px;
        margin-left: 20px;
        border: 1px solid #C5DF95;
        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;
    }

    .button-card .button-text {
        color: #707070;
        font-size: 20px;
        font-weight: 400;
    }
.imst {
    font-size: 32px;
    color: #808080;
}

.txtst {
    color: #808080;
    font-size: 32px;
    padding-left: 10px
}

.imstinv {
    font-size: 32px;
    color: #e2dede;
}

.txtstinv {
    color: #e2dede;
    font-size: 32px;
    padding-left: 10px
}
   