/************************ GENERAL **********************/
.orangeColor {
    color: #F88D55;
}

.orangeBg {
    background-color: #f3702a;
}

*:focus {
    outline: none;
}

.primaryColorBlue {
    background-color: #69D1E4;
}

.primaryBlue {
    color: #69D1E4 !important;
}

.darkBlueColor {
    color: #5F7C98;
}

.blueColor {
    color: #48b2c1;
}

a.darkBlueColor {
    text-decoration: none;
}

    a.darkBlueColor:hover {
        color: #5F7C98;
    }

#chartdiv .amcharts-chart-div a {
    display: none;
}

.clickableBottomCard {
    cursor: pointer;
}
/************************ FONTS ******************/
@font-face {
    font-family: 'robotoReg';
}

@font-face {
    font-family: 'robotoBold';
    src: url(../fonts/Roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'robotoMed';
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'robotoItalic';
    src: url(../fonts/Roboto/Roboto-MediumItalic.ttf);
}


@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Medium.svg') format('svg'), url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}


@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Regular.svg') format('svg'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Thin.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ThinItalic.ttf') format('truetype');
}

.robotoReg {
    font-family: robotoReg;
}

.robotoMed {
    font-family: robotoMed;
}

.robotoBold {
    font-family: robotoBold;
}

.italicMed {
    font-family: robotoItalic;
}
/*************************** LOGIN *********************/

.outerLoginDiv {
    position: relative;
    background-color: #fcaf86;
    height: 85vh;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 25px;
}

.innerWhiteDiv {
    position: absolute;
    left: 0;
    top: 0;
    background-color: white;
    height: 85vh;
    border-radius: 25px 0 0 25px;
}

.innerImg {
    background-image: url('../images/login-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
    width: 62%;
    border-radius: 0 25px 25px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.login-logo {
    background-image: url('../images/logo-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 10vh;
    width: 30vw;
    margin-left: 25%;
}

.loginInput {
    border-radius: 25px;
    background-color: #69D1E4;
    border: 0;
}

.loginFormCheckBox .checkmark {
    left: 5vw;
    top: 7px;
}

.loginFormBtn {
    border-radius: 25px;
}

a.forgetPassword {
    text-decoration: none;
    color: grey;
}

.socialMedia a {
    border: 2px solid white;
    color: white;
    border-radius: 50%;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

    .socialMedia a:hover {
        background: white;
        color: #e1692f;
    }

/******************** CHARTS ******************************/


/***********************SCREEN 1 ************/


.userImage {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: lightgrey;
}

.circleNotification {
    border-radius: 50%;
    background: #69D1E4;
    border: 3px solid white;
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.yellowColor {
    color: #FCBA15;
}

.envelope {
    position: relative;
}

.sideItems img {
    height: 30px;
    width: 30px;
}

.sideItems:hover {
    background: #1790A4;
    font-family: 'Montserrat', sans-serif;
}

.sideItems {
    font-family: 'Montserrat',sans-serif;
}

.bottomicons img {
    height: 50px;
    width: 50px;
}

.navbar {
    background-color: white;
}

    .navbar img {
        height: 30px;
        width: 30px;
    }

    .navbar .test:after {
        content: '\2807';
        font-size: 30px;
    }

.test:after {
    content: '\2807';
    font-size: 15px;
    color: white;
}

.search {
    border-radius: 25px;
}

.userImage {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: lightgrey;
}

.profileImg {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-left: 30%;
    background-size: cover;
}




/*.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #18ABB5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

    .sidenav a {
        padding: 0px 8px 0px 17px;
        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: 7px;
        font-size: 36px;
        margin-left: 50px;
    }*/

#main {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


.outer {
    background-color: #fed788;
    border-radius: 10px 10px 10px 10px;
    padding-top: 15px;
    width: 100%;
}

    .outer .inner {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        width: 100%;
        padding: 21px;
    }

.colCards .outer {
    background-color: #fed788;
    border-radius: 10px 10px 10px 10px;
    padding-top: 15px;
    width: 100%;
}

    .colCards .outer.blueColor {
        background-color: #9fe3ec;
    }

    .colCards .outer .inner {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        padding: 21px;
        width: 100%;
    }

.side .outer {
    background-color: #9fe3ec;
    border-radius: 10px 10px 10px 10px;
    padding-top: 15px;
    width: 100%;
}

    .side .outer .inner {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        width: 100%;
        padding: 21px;
    }

        .side .outer .inner .userImg {
            height: 51px;
            width: 51px;
            border-radius: 50%;
            background: linear-gradient(to bottom, transparent, #9fe3ec) no-repeat center;
            background: linear-gradient(to bottom, transparent, #9fe3ec);
            background-size: cover;
            display: inline-block;
            position: relative;
        }

.memberName {
    font-size: 10px;
    color: #4c4c4c;
    text-align: center;
}

.progress {
    border-radius: 20px;
    height: 12px;
}

    .progress .progress-bar {
        border-radius: 20px 0px 0px 20px;
        background-color: #f29e0d;
        font-weight: bolder;
    }

.numberCard {
    background-color: #e8ecef;
    border-radius: 15px;
}

.updatesCard {
    background-color: white;
    border-radius: 15px;
}

    .updatesCard img {
        height: 40px;
        width: 40px;
    }

.outerSide {
    background-color: #fed788;
    border-radius: 10px 10px 10px 10px;
    padding-top: 15px;
    width: 100%;
}

    .outerSide .innerSide {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        width: 100%;
        padding: 21px;
    }

.colorBlue {
    color: #9fe3ec;
}

.createBtn {
    border-radius: 25px;
}

/*****************************************************************************************/

.upperCard .outerDiv {
    border-radius: 10px 10px 10px 10px;
    width: 100%;
}

    .upperCard .outerDiv .innerDiv {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        width: 100%;
        padding: 21px;
    }

.dropdown .btn {
    border-radius: 25px;
}

.blueCards {
    background-color: #9fe3ec;
    border-radius: 10px;
}

.products {
    background-color: #e8ecef;
    border-radius: 25px;
    margin-bottom: 5px;
}

.secondCard .outerDiv {
    background-color: #9fe3ec;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    padding-top: 15px;
}

    .secondCard .outerDiv .innerDiv {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        width: 100%;
        padding: 21px;
    }

.blueSqure {
    background-color: #9fe3ec;
    height: 15px;
    width: 15px;
}

.color {
    background-color: #9fe3ec;
    border-radius: 25px;
    border: 0;
}

.salesPlan .dropdown-toggle {
    background-color: #9fe3ec !important;
}

.salesInput {
    width: 11%;
}

.salesEqualInput {
    width: 22%;
}
/********* CUSTOM CHECK BOX ************/
.checkContainer {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
}

label {
    display: inline;
}

/* Hide the browser's default checkbox */
.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #3b86ff;
    border-radius: 3px;
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .checkmark:after {
    left: 6px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.buttons .btn {
    border-radius: 50%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.btn.remove {
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

span.priceBg {
    background-color: #9fe3ec;
    border-radius: 25px;
}

.blueCards img {
    height: 10px;
    width: 10px;
}

/*.productsLocation span {
    background-color: #9fe3ec;
    border-radius: 25px;
}*/

.sales, .statistics {
    font-size: 1.5em;
}

.date {
    border-radius: 25px;
    background-color: #e8ecef;
    font-size: 1.2em;
}

.target {
    font-size: 1.3em;
}

.targetPrice {
    font-size: 1.2em;
}

.edit {
    border-radius: 25px;
}

.create {
    box-shadow: 0px 0px 13px 3px rgba( 243, 112, 42,.4);
}
/******************************* Tareget Distribution ******************************/
.headerTarget img {
    height: 12px;
    width: 12px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.dottedDiv {
    border: 2px solid #6c757d;
    background-color: #3b86ff; /*BLUE COLOR*/
    height: 30px;
    width: 90%;
    border-radius: 5px;
    margin: 0 auto;
    color: #ffffff;
}

/*************************** CLIENT LIST *********************************/
.clientsDiv {
    background-color: #e8ecef; /*GREY COLOR*/
    border-radius: 25px;
}

.clinetCard {
    box-shadow: 1px 1px 6px 1px rgba( 0, 0, 0,.1);
    border-radius: 10px;
    border-bottom: 10px solid #df4b63;
    position: relative;
}

    .clinetCard img {
        height: 100px;
        width: 100px;
    }

    .clinetCard .view {
        border-radius: 25px;
        background-color: #9fe3ec;
        position: absolute;
        left: 13%;
        bottom: 20px;
    }


/******************************* ADD NEW CLIENT *************************/
.addContainer {
    width: 85%;
    margin: 0 auto;
}

.containerRadio {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

    /* Hide the browser's default radio button */
    .containerRadio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.radioCheck {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 3px solid #47B9C7;
    background-color: white;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerRadio:hover input ~ .radioCheck {
    background-color: white;
}

/* When the radio button is checked, add a blue background */
.containerRadio input:checked ~ .radioCheck {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioCheck:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .radioCheck:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerRadio .radioCheck:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #47B9C7;
}

.darkBlue {
    background-color: #47B9C7;
    border-radius: 50%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.otherInput {
    background-color: #9fe3ec;
    border-radius: 25px;
    border: 0;
    margin-top: 12%;
}

.clinetInfoInput {
    width: 56%;
}

.greyInput, .greyInput:focus {
    background-color: #e3f2f7;
    border-radius: 25px;
    border: 0;
    outline: none;
    box-shadow: 0;
}

.inputWidth {
    width: 54%;
}

.inputWidth2 {
    width: 70%;
}

    .inputWidth2.address {
        margin-left: 11.2%;
    }

input::placeholder {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #495057;
}

.emailInput {
    position: relative;
}

.darkBlue.addEmail {
    position: absolute;
    top: 3px;
    right: 20px;
    height: 20px;
    width: 20px;
}

.addEmail span {
    position: absolute;
    top: -2px;
    left: 5px;
}

/* DropDown Color  */
.dropdown-toggle {
    background-color: #EDF0EF;
}

    .dropdown-toggle span {
        color: #6A7B88;
        font-family: robotoBold;
        font-size: 16px;
    }

.darkBlueBtn img {
    height: 25px;
    width: 25px;
    margin: 2px;
}

.darkBlueBtn {
    background-color: #47B9C7;
    border-radius: 50%;
    border: 6px solid #ECECEC;
}

textarea::placeholder {
    color: #C9A68A;
    font-family: robotoBold;
}

textarea {
    border-radius: 25px;
    background-color: #FEEBD5;
    border: 0;
}

.save {
    border-radius: 25px;
    /*box-shadow: 1px 0px 13px 3px rgba(105, 209, 228,.4);*/
}

/************************ CLIENT PAGE ********************************/
.clientPage .outerImg {
    background-color: #F88D55; /*PINK COLOR*/
    border-radius: 10px 10px 10px 10px;
    width: 80%;
    padding-bottom: 10px;
    box-shadow: 1px 1px 6px 1px rgba( 0, 0, 0,.1);
}

    .clientPage .outerImg .clientImg {
        background-color: white;
        border-radius: 7px 7px 0px 0px;
        width: 100%;
        padding: 14px;
    }

.clientPage .clientImg img {
    height: 80px;
    width: 80px;
}

.clientImg .view {
    border-radius: 25px;
    background-color: #9fe3ec;
}

.evaluation {
    position: relative;
    background-color: #d0d2d1;
    border-radius: 25px;
}

    .evaluation p {
        color: #5F7C98;
    }
/**************** RATING *****************/

.companyCards {
    border-radius: 10px;
    border: 1px solid #5F7C98;
    background-color: #F6F6F6;
    padding: 20px;
    color: #64809C;
    margin-right: 10px;
}

a.companyCards {
    text-decoration: none;
}

    a.companyCards:hover {
        color: #47B9C7;
    }

.companyCards .number {
    font-size: 2rem;
}

.CreateBtn {
    border-radius: 25px;
    background-color: #69D1E4;
}

.clinetInfoBorder {
    border: 1px solid #5F7C98;
    border-radius: 25px;
}

    .clinetInfoBorder .clientCard {
        border: 1px solid grey;
        border-radius: 10px;
        background: #F0F9F6;
    }

        .clinetInfoBorder .clientCard img {
            height: 60px;
            width: 60px;
            border-radius: 50%;
        }

.containerClient {
    width: 90%;
    margin: 0 auto;
}

.greyDisable {
    background: #969696;
}

.radioCheck.disabledColor:after {
    background: #969696;
}

.greyBorder {
    border-color: #969696;
}

.greyColorDisable {
    color: #969696;
}

.greyColoDark {
    background: #969696;
}

.lightGreyDisable {
    background: #ECECEC;
}

    .lightGreyDisable::placeholder {
        color: #969696;
    }

/***************************** NEW OFFER *****************/
#startDate, .readOnlyInputs {
    border: 0;
    background: #EDF0EF;
    border-radius: 25px;
}

/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    margin: 0px 5px;
    float: left;
    list-style: none;
}

.tab-links a {
    padding: 12px 41px;
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
    background: #EDF9FA;
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    transition: all linear 0.15s;
}

    .tab-links a:hover {
        background: #a7cce5;
        text-decoration: none;
    }

li.active a, li.active a:hover {
    background: #C6EDF3;
    color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    /*padding: 25px;
    border-radius: 10px;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15);*/
    /*background: #C6EDF3;*/
}

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

/************************* Accordion ******************/

.monitorPage {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245) !important;
    border-radius: 13px !important;
    border: 2px solid rgb(218, 218, 218) !important;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25) !important;
    overflow: auto !important;
}

    .monitorPage .card-header {
        border-bottom: 0;
    }

        /*.monitorPage .card-header#headingOne, #headingGeneralInfo {
            background-color: #43C6DD;
            border-radius: 10px 10px 0 0;
        }

        .monitorPage .card-header#headingTwo, #headingMaterialPreparation {
            background-color: #EF7857;
        }*/

        .monitorPage .card-header#headingThree {
            background-color: #F5A54B;
        }

        .monitorPage .card-header#headingFour {
            background-color: #00b741;
            border-radius: 0px 0px 10px 10px;
        }

    .monitorPage .card {
        border: 0;
    }

/*LIST*/
ul {
    list-style: none;
}

/*FORM*/
input#rad1, input#rad2, input#rad3, input#rad4 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

label.rad {
    display: block;
    float: left;
    height: 103vh;
    width: 53px;
    margin-bottom: 10px;
    overflow: auto;
    background: #999;
    text-align: center;
    font: 14px/50px Helvetica, Verdana, sans-serif;
    -webkit-transition: width 1s ease, background 0.5s ease;
    -moz-transition: width 1s ease, background 0.5s ease;
    -o-transition: width 1s ease, background 0.5s ease;
    -ms-transition: width 1s ease, background 0.5s ease;
    transition: width 1s ease, background 0.5s ease;
}


    label.rad.blueTab {
        background: #43C6DD;
        border-radius: 10px 0 0 10px;
    }

    label.rad.redTab {
        background: #EF7857;
    }

.outerCard.redOuter {
    background-color: #EF7857;
}

.outerCard.orangeOuter {
    background-color: #F5A54B;
}

.redBg {
    background-color: #EF7857;
}

.orangeBg {
    background-color: #F5A54B;
}

.orangeText {
    color: #F5A54B;
}

.redColor {
    color: #EF7857;
}

label.rad.orangeTab {
    background: #F5A54B;
    border-radius: 0 10px 10px 0;
}

.outerCard.green {
    background: #00b741;
}

.orangeText {
    color: #F5A54B;
}

.greenText {
    color: #00b741;
}

.redText {
    color: #EF7857;
}

.accslide {
    display: block;
    height: 103vh;
    width: 0px;
    padding: 10px 0;
    float: left;
    overflow: auto;
    color: #333;
    background: #EDF0EF;
    font: 12px/1.5 Helvetica, Verdana, sans-serif;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

input#rad3[type="radio"]:checked {
    border-radius: 0 0 0 0;
}

.blueBorder {
    background-color: #43C6DD;
    border-radius: 10px 10px 0 0;
}

.redBorder {
    background-color: #EF7857;
    border-radius: 10px 10px 0 0;
}

.orangeBorder {
    background-color: #F5A54B;
    border-radius: 10px 10px 0 0;
}

.greenBorder {
    border-radius: 10px 10px 0 0;
    background: #00b741;
}

.outerCard {
    background-color: #43C6DD;
    border-radius: 10px 10px 10px 10px;
    /* padding-top: 35px; */
    width: 100%;
}

    .outerCard .innerCard {
        background-color: white;
        border-radius: 0px 0px 7px 7px;
        width: 100%;
        padding: 21px;
        position: relative;
    }


.innerCard img {
    height: 30px;
    width: 30px;
}

.add {
    background-image: url('../images/add.png');
    background-size: contain;
    height: 25px;
    width: 25px;
}

/************************* VERTICAL *************************/
.card-header.blueTab {
    border-radius: 10px 10px 0 0;
}

.card-header.orangeTab {
    border-radius: 0 0 10px 10px;
}

/****************MY REPORTS ********************/
.roundedDotted {
    border: 2px dashed #5F7C98;
    background-color: #e8ecef; /*BLUE COLOR*/
    height: 30px;
    width: 90%;
    border-radius: 25px;
    margin: 0 auto;
}

/****************POPOVER*****************/
.popover {
    max-width: 60vw;
    border: 0;
    background: transparent;
}

.popover-body {
    background-color: #FFF0ED;
    border-radius: 20px;
    padding: 20px;
    width: 60vw;
}

.commentButton {
    cursor: pointer;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    border-bottom-color: #FFF0ED;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    border-bottom-color: rgba(0,0,0,0);
}

.popOver {
    position: absolute;
    top: 50%;
    background: #FFF0ED;
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 20px;
}

#popover-content {
    display: none;
}


.arrow-up {
    position: absolute;
    top: -5px;
    left: 27%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #FFF0ED;
}

.popContent {
    position: relative;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: #FFF0ED;
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    border-top-color: rgba(0, 0, 0, 0);
}

.progress .progress-bar.monitor {
    background: #FFF0ED;
}

button img.monitorTabBtn {
    border: 0;
    border-radius: 0;
    height: 30px;
    width: 30px;
}

.monitorPlus {
    border-radius: 50%;
}

li.active a.disableTabs, li.active a.disableTabs:hover {
    background: #C0C0C0;
}

.tab-content.disableTabs {
    background: #C0C0C0;
}

img.document {
    border: 0;
    border-radius: 0;
    height: 20px;
    width: 20px;
}

/************************ MONITORING RESPONSIVE ***************************/



@media all and (max-width: 576px) {
    input[type="radio"]:checked ~ .accslide {
        width: 633px;
    }
}

@media all and (max-width: 768px) {

    input[type="radio"]:checked ~ .accslide {
        width: 633px;
    }
}

@media all and (min-width: 768px) {
    input[type="radio"]:checked ~ .accslide {
        width: 425px;
    }
}

@media all and (min-width: 992px) {

    input[type="radio"]:checked ~ .accslide {
        width: 633px;
    }
}

@media all and (min-width: 1200px) {

    input[type="radio"]:checked ~ .accslide {
        width: 780px;
    }
}

/********************** DONUT CHART *******************/

.donut-chart {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

    .donut-chart .slice {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .donut-chart .chart-center {
        position: absolute;
        border-radius: 50%;
    }

        .donut-chart .chart-center span {
            display: block;
            text-align: center;
        }


    .donut-chart.chart2 {
        width: 200px;
        height: 200px;
        background: #e1e1e1;
    }

        .donut-chart.chart2 .slice.one {
            clip: rect(0 200px 100px 0);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            background: #48b2c1;
        }

        .donut-chart.chart2 .slice.two {
            clip: rect(0 100px 200px 0);
            -webkit-transform: rotate(327.6deg);
            transform: rotate(327.6deg);
            background: #48b2c1;
        }

        .donut-chart.chart2 .chart-center {
            top: 25px;
            left: 25px;
            width: 150px;
            height: 150px;
            background: #fff;
        }

            .donut-chart.chart2 .chart-center span {
                font-size: 40px;
                line-height: 150px;
                color: #48b2c1;
            }

                .donut-chart.chart2 .chart-center span:after {
                    content: "12Updates";
                    font-size: 20px;
                }

/**************************************** REPORTS ******************************/
.reportsScreen input.report {
    background-color: #EDF0EF;
    color: #5F7C98;
    border-radius: 25px;
    border: 2px dashed #5F7C98;
}

.roundedDotted {
    border: 2px dashed #5F7C98;
    background-color: #e8ecef; /*BLUE COLOR*/
    height: 30px;
    width: 90%;
    border-radius: 25px;
    margin: 0 auto;
}


/* DASHBOARD */
.dashboard .cardContainer {
    border-radius: 10px;
    border: 0;
}

.dashboard img {
    height: 20px;
    width: 20px;
}

.dashboard .custom-select {
    width: auto;
}

.dashboard .filterLocation .custom-select {
    width: 48%;
}

.innerCard .monitorPageCardBtn {
    border: 0;
    border-radius: 0;
    height: 90%;
    width: 50%;
}

.modal-dialog {
    max-width: 650px;
}

.table td, .table th {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    vertical-align: inherit;
    font-size: 0.9rem;
    font-weight: lighter;
    /*text-align:center;*/
}


.treeView table tbody tr td a img {
    height: 25px !important;
    width: 25px !important;
}

h1, h2, h3, h4 {
    font-size: 1.3rem;
}

.primaryHeaderTable a {
    color: #69D1E4;
}

.limitTableText {
    display: inline-block;
    width: 11em;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.card-font-size {
    color: #000933;
    font-size: 14px;
    margin-left: 0;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
}

#headingMaterialPreparation a {
    color: #847f7f;
    font-size: 13px !important;
}

/*****************************************************style mark*****************************************************************/

@charset "UTF-8";

@font-face {
    font-family: 'PayPalSansSmall-Regular';
    src: url('../fonts/paypal/PayPalSansSmall-Regular.eot') format('embedded-opentype'), url('../fonts/paypal/PayPalSansSmall-Regular.otf') format('opentype'), url('../fonts/paypal/PayPalSansSmall-Regular.svg') format('svg'), url('../fonts/paypal/PayPalSansSmall-Regular.ttf') format('truetype'), url('../fonts/paypal/PayPalSansSmall-Regular.woff') format('woff');
}

@font-face {
    font-family: 'gothic-medium';
    src: url('../fonts/gotham-pro-cufonfonts/GothaProBla.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProBol.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProBol.woff') format('woff'), url('../fonts/gotham-pro-cufonfonts/GothaProLig.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProLigIta.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProMed.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProMed.woff') format('woff'), url('../fonts/gotham-pro-cufonfonts/GothaProReg.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProReg.woff') format('woff');
}

@font-face {
    font-family: 'GothamProMediumItalic';
    src: url('../fonts/gotham-pro-cufonfonts/GothamProMediumItalic.ttf') format('truetype');
}


@font-face {
    font-family: 'gothic-regular';
    src: url('../fonts/gotham-pro-cufonfonts/GothaProReg.otf') format('opentype'), url('../fonts/gotham-pro-cufonfonts/GothaProReg.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat/Montserrat-MediumItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Regular.svg') format('svg'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');
    src: url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg') format('svg'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
}

/* markazi-text-regular - latin */
@font-face {
    font-family: 'Markazi Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/markazi_ar/regular/markazi-text-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/markazi_ar/regular/markazi-text-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/markazi_ar/regular/markazi-text-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/markazi_ar/regular/markazi-text-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/markazi_ar/regular/markazi-text-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/markazi_ar/regular/markazi-text-v12-latin-regular.svg#MarkaziText') format('svg'); /* Legacy iOS */
    src: url('../fonts/markazi_ar/regular/MarkaziText-Regular.ttf') format('truetype');
}

/* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url('../fonts/ubuntu/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/ubuntu/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/ubuntu/ubuntu-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/ubuntu/ubuntu-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/ubuntu/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

body {
    font-family: "gothic-regular" !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.text-area:focus {
    background-color: none !important;
}
/* Rounded sliders */
.slider.round {
    border-radius: 50px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.Montserrat-Bold {
    font-family: Montserrat-Bold;
}



.paypal-font {
    font-family: paypal-font !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "gothic-medium";
    color: #0061ff;
}

p {
    font-size: 0.8rem !important;
}

a {
    font-size: 0.8rem !important;
}

.btn {
    text-transform: none !important;
}

.success {
    color: #62d862;
}

.danger {
    color: tomato;
}

.mdl-textfield__label {
    font-size: 0.8rem !important;
    font-family: paypal-font;
    color: #757575;
}

input {
    margin-bottom: 10px;
    font-family: "gothic-regular";
}

.btn-rounded {
    border-radius: 25px;
    color: white;
    border: 0;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
    font-size: 0.7rem;
}

.uppy-Dashboard-inner {
    height: 25em !important;
    width: 100% !important;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:link,
    a:visited,
    a:hover,
    a:active {
        text-decoration: none !important;
    }

p {
    font-family: "gothic-regular";
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

    .check::before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(34, 50, 84, 0.03);
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .check svg {
        position: relative;
        z-index: 1;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #c8ccd4;
        stroke-width: 1.5;
        transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
    }

        .check svg path {
            stroke-dasharray: 60;
            stroke-dashoffset: 0;
        }

        .check svg polyline {
            stroke-dasharray: 22;
            stroke-dashoffset: 66;
        }

        .check svg:hover svg {
            stroke: #4285f4;
        }

#cbx:checked + .check svg {
    stroke: #4285f4;
}

    #cbx:checked + .check svg path {
        stroke-dashoffset: 60;
        transition: all 0.3s linear;
    }

    #cbx:checked + .check svg polyline {
        stroke-dashoffset: 42;
        transition: all 0.2s linear;
        transition-delay: 0.15s;
    }

@media only screen and (max-width: 800px) {
    .login-background-col {
        display: none;
    }
}

.main {
    /*margin-left: -2em;*/
    margin-left: 0px;
    margin-right: 0em;
    margin-top: 1em;
}

.nav-link[data-toggle].collapsed:after {
    content: "▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--tabs:after {
        content: "";
        width: 55%;
        background: #4b83f0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 250ms ease-in-out;
        border-radius: 35px;
    }

    .tab-slider--tabs.slide:after {
        left: 50%;
    }

.tab-slider--trigger {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #4b83f0;
    text-align: center;
    padding: 11px 25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .tab-slider--trigger.active {
        color: #fff;
    }

.tab-slider--body {
    margin-bottom: 20px;
}

.c-btn {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    min-width: 88px;
    height: 36px;
    margin: 10px 8px;
    padding: 0 8px;
    text-align: center;
    letter-spacing: .5px;
    border-radius: 2px;
    background: #F1F1F1;
    color: #393939;
    transition: background 200ms ease-in-out;
    box-shadow: 0 3.08696px 5.82609px 0 rgba(0, 0, 0, 0.16174), 0 3.65217px 12.91304px 0 rgba(0, 0, 0, 0.12435);
}

.c-btn--flat {
    background: transparent;
    margin: 10px 8px;
    min-width: 52px;
}

.c-btn:hover {
    background: rgba(153, 153, 153, 0.2);
    color: #393939;
}

.c-btn:active {
    box-shadow: 0 9.6087px 10.78261px 0 rgba(0, 0, 0, 0.17217), 0 13.56522px 30.3913px 0 rgba(0, 0, 0, 0.15043);
}

.c-btn--flat, .c-btn--flat:hover, .c-btn--flat:active {
    box-shadow: none;
}

.md-form {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .md-form input[type=text]:focus:not([readonly]),
    .md-form input[type=password]:focus:not([readonly]),
    .md-form input[type=number]:focus:not([readonly]),
    .md-form input[type=email]:focus:not([readonly]),
    .md-form input[type=date]:focus:not([readonly]),
    .md-form textarea:focus:not([readonly]) {
        box-shadow: 0 1px 0 0 #3f51b5 !important;
        border-bottom: 1px solid #3f51b5 !important;
    }

        .md-form input[type=text]:focus:not([readonly]) + label,
        .md-form input[type=password]:focus:not([readonly]) + label,
        .md-form input[type=number]:focus:not([readonly]) + label,
        .md-form input[type=email]:focus:not([readonly]) + label,
        .md-form input[type=date]:focus:not([readonly]) + label,
        .md-form textarea:focus:not([readonly]) + label {
            color: #3f51b5;
        }

    .md-form textarea.md-textarea:focus:not([readonly]) {
        box-shadow: 0 1px 0 0 #3f51b5 !important;
        border-bottom: 1px solid #3f51b5 !important;
    }

        .md-form textarea.md-textarea:focus:not([readonly]) + label {
            color: #3f51b5;
        }

    .md-form .form-control {
        font-size: 0.8rem;
    }

    .md-form label {
        font-size: 0.7rem;
    }

        .md-form label.active {
            color: #3f51b5;
        }



.form-sub-title {
    color: #000933;
    font-size: 15px !important;
    margin-left: 0;
    text-align: left;
    font-family: 'Ubuntu','Markazi Text', serif, sans-serif;
}

.notification {
    position: relative;
}

    .notification .notification-flag {
        position: absolute;
        height: 0.7em;
        width: 0.7em;
        border-radius: 50%;
        background-color: #62d862;
        top: 6px;
        right: 0;
        z-index: 2;
    }

.nav-link[data-toggle].collapsed:after {
    content: "▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
}

.media .avatar {
    height: 3em;
    width: 3em;
}

.media h6 {
    font-size: 0.7rem;
}

.media p {
    font-size: 0.6rem !important;
    width: 20em;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
}

.addMore {
    height: 2em;
    width: 2em;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0;
    font-weight: 700;
}

.w-85 {
    width: 85%;
}

.bank-transaction {
    border-radius: 5px;
    border: 1px dashed lightgrey;
}

.custom-file-label {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
}

    .custom-file-label:after {
        content: "";
        border-radius: 0.25rem;
    }

.custom-file-input:focus {
    outline: 0;
}

.profile-picture-upload label {
    display: block;
    max-width: 200px;
    margin: 0 auto 15px;
    text-align: center;
    word-wrap: break-word;
    color: gray;
    border: 1px dashed gray;
    border-radius: 50%;
    height: 5em;
    width: 5em;
    position: relative;
}

    .profile-picture-upload label::before {
        content: "Upload Picture";
        position: absolute;
        top: 24%;
        left: 3%;
        font-size: 13px;
        font-family: 'Ubuntu';
        font-weight: bold;
    }

.profile-picture-upload .hidden, .profile-picture-upload #uploadImg:not(.hidden) + label {
    display: none;
}

.profile-picture-upload #file {
    font-size: 10px;
    width: 64%;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    word-wrap: break-word;
}

.profile-picture-upload #upload {
    display: block;
    padding: 5px 15px;
    border: 0;
    margin: 0 auto;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    cursor: pointer;
    background: #3f51b5;
    color: #fff;
    border-radius: 25px;
    outline: none;
    transition: .3s ease-in-out;
}

    .profile-picture-upload #upload:hover, .profile-picture-upload #upload:focus {
        background: #3f51b5;
    }

    .profile-picture-upload #upload:active {
        background: #3f51b5;
        transition: .1s ease-in-out;
    }

.profile-picture-upload img {
    display: block;
    margin: 0 auto 0px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.userProfile {
    background-image: url("../assets/profilePic.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    position: relative;
}

    .userProfile:last-child::before {
        content: "";
        background: black;
        opacity: 0.2;
        color: white;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 50%;
    }

    .userProfile:last-child::after {
        content: "";
        background: black;
        opacity: 0.2;
        color: white;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 50%;
    }

.empty-card {
    border: 1px dashed lightgrey;
    border-radius: 3px;
    height: 8.5em;
}

    .empty-card .addTaskLink {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.employeeImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    background: white;
    border: 3px solid #d6d5d5;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
}

}

.employeeData h6 {
    font-size: 17px !important;
}

.folder {
    position: relative;
    border-radius: 0 6px 6px 6px;
    box-shadow: 4px 4px 7px rgba(163, 163, 163, 0.59);
}

.main-client-container {
    margin-top: 3.5em;
}

.sidenav-client {
    height: 90%;
    z-index: 1;
    position: fixed;
    width: 14%;
    background-color: white;
    border-radius: 10px !important;
}

    .sidenav-client a {
        padding: 10px 20px 10px 20px;
        text-decoration: none;
        font-size: 14px;
        font-family: Montserrat-Medium;
        color: #525258;
        display: block;
    }

        .sidenav-client a:hover {
            background: #4285f4;
            color: white;
            margin-left: 1em;
            margin-right: 1em;
            border-radius: 0.2em;
            transition-delay: .1s;
        }


/*STYLE NEW ADDED*/

.upload-img-size {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 8px;
    box-shadow: 0 2.1px 4.2px 0 rgba(0, 0, 0, 0.5);
}

.remove-uploaded-files-icon {
    position: absolute;
    top: -1.2em;
    right: 0;
}

.uploaded-img-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 2.1px 4.2px 0 rgba(0, 0, 0, 0.5);
}

.uploded-img-container {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

[type="file"] + label {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    font-weight: 600;
    margin-bottom: 1rem;
    outline: none;
    padding: .7rem 35px;
    position: relative;
    transition: all 0.3s;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: none !important;
}

.select2-container--classic .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid lightgray !important;
    border-radius: 0px !important;
    outline: 0;
    background-image: none !important;
}

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: transparent !important;
        border: none;
        border-left: none !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: none !important;
    }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: lightgrey !important;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid lightgray !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3f51b5;
}

.select2-container--classic .select2-selection--single:focus {
    border: none !important;
    border-bottom: 1px solid lightgray !important;
}

.timer-wrapper #timee {
    font-size: 0.8em;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 3;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #3f51b5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
    }

        .sidepanel a:hover {
            color: #eee;
        }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: transparent;
}

    .openbtn:focus {
        outline: none;
    }


.material-select {
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 0.8rem;
    padding-left: 0;
    color: #495057;
    font-weight: bold;
    background-color: whitesmoke !important;
}

    .material-select:focus {
        background-color: whitesmoke !important;
    }

    .material-select::placeholder {
        font-size: 0.8rem !important;
        font-family: paypal-font;
    }

.chatImge {
    border-radius: 50%;
    box-shadow: 0 2.1px 4.2px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.98);
}

.chatuserName {
    font-size: 1rem;
}


.draggbleAreaList {
    width: 100%;
}

    .draggbleAreaList:last-child {
        padding-right: 100px;
    }

.sortable {
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    max-height: 85vh;
    overflow-y: auto;
}


    .sortable li {
        padding: 5px;
        font-size: 1.2em;
        width: 100%;
        cursor: pointer;
    }

.wrapText {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

textarea.form-control {
    background-color: transparent !important;
    text-align: justify;
    background-color: transparent !important;
    /*border-radius: 0px 15px 15px 15px;*/
    overflow: hidden;
    min-height: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80px;
    text-align: justify;
    font-size: 13px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    float: left;
    font-size: 0.8rem !important;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.select2-results__option {
    padding: 3px;
    font-size: 10px;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

.modal-body {
    max-height: 78vh;
    overflow-y: auto;
}

.titleNoti {
    margin-left: 7px;
}

.descriptionNoti {
    font-size: 0.7rem;
    margin-left: 27px;
}

.employeesContainer {
    margin-bottom: 6em !important;
}

.pagingBottom {
    position: fixed;
    bottom: 2em;
    width: 100%;
}

.phrmaLogo {
    height: 6em;
}

.garasLogoGray {
    height: 2em;
    margin-top: 1em;
}

.garasLogoGrayNav {
    height: 3em;
}

.btn, .btn-rounded {
    border-radius: 25px !important;
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.logo-size {
    height: 4em;
}

.activeCard {
    background-color: #c9c9c9 !important;
}

.nativeInput[type="file"] {
    height: auto;
    overflow: auto;
    width: 100%;
}

/************************************/

.wrapTextSideMenu {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date-font-size {
    font-family: gothic-regular;
    font-size: 12px !important;
    color: #909090 !important;
    margin-bottom: 0;
}

.details-small-font-size {
    font-size: 10px !important;
}

.relative-sort {
    position: relative;
}

.sort-up {
    position: absolute;
    left: 0;
}

.sort-font {
    font-family: paypal-font;
    font-size: 13px;
    font-weight: 700;
}

.sortImg {
    height: 0.8em;
}

    .sortImg.marginTop {
        margin-top: 0.3em;
    }

.table-header-style {
    font-family: Montserrat-Medium !important;
}

    .table-header-style th {
        font-size: 0.8rem !important;
        font-weight: 700 !important;
    }

.tableStyle tr td {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn.btn-link {
    text-decoration: underline !important;
    color: #007bff !important;
}

.text-gray {
    color: gray;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered, .select2-selection__placeholder {
    font-family: 'Montserrat','Markazi Text', serif, sans-serif;
}

.select2-container--classic .select2-selection--single {
    border: none;
    border-bottom: 2px solid #dadada;
    text-align: left;
    height: 37.52px;
    background-color: whitesmoke;
    /* background-color: #f1f1f1; */
    font-size: 12px;
    font-weight: bold;
}

/*LAST ADDEDD IN MVC 3/12/2019*/

.wrapTextSideMenu {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date-font-size {
    font-family: 'gothic-regular','Markazi Text', serif;
    font-weight: bolder;
    font-size: 12px !important;
    color: #909090 !important;
    margin-bottom: 0;
}

.details-small-font-size {
    font-size: 13px;
}

.relative-sort {
    position: relative;
}

.sort-up {
    position: absolute;
    left: 0;
}

.sort-font {
    font-family: paypal-font;
    font-size: 13px;
    font-weight: 700;
}

.sortImg {
    height: 0.8em;
}

    .sortImg.marginTop {
        margin-top: 0.3em;
    }

.table-header-style {
    font-family: Montserrat-Medium;
}

    .table-header-style th {
        font-size: 0.8rem !important;
        font-weight: 700 !important;
    }

.tableStyle tr td {
    font-size: 14px !important;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.typelfont {
    font-family: 'Montserrat-Medium';
    color: #000080;
    font-weight: bold;
    font-size: 12px;
}

.stylechat {
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16) !important;
    background-color: #ffffff !important;
    border-radius: 0px 15px 15px 15px !important;
    font-size: 13px;
    text-align: justify;
}

.replyChatBtn {
    font-size: 10px !important;
    border-radius: 15px !important;
}

.custom-control-label::after {
    top: 0.15rem;
}


.custom-control-label::before {
    top: 0.15rem;
}

.background-chat-reply {
    background-color: #efefef !important;
}

.modal-footer {
    border-top: none;
}


a.folder-hover:focus {
    color: #0008ff !important;
    font-weight: bolder;
}

/*********************************************************************style garas.css*********************************************************************************************/
/*SRM --------------*/
.row-form {
    display: inline-flex;
    width: 101%;
    transition: 0.5s;
}

.h2-form {
    font-family: 'Ubuntu','Markazi Text', serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #4e4e4e;
}

.textBox-form {
    border: none;
    border-bottom: 2px solid #9b9b9b;
    text-align: left;
    height: 37.52px;
}

.textArea-form {
    border: none;
    border-bottom: 2px solid #9b9b9b;
    text-align: left;
    height: 37.52px;
    padding-right: 45% !important;
}

.btn {
    font-size: 12px !important;
    border: 2px solid;
    font-weight: 900 !important;
    font-family: 'Ubuntu','Markazi Text', serif !important;
}

    .btn:hover {
        color: white;
        font-weight: bolder !important;
    }



span {
    font-size: 12px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
p, h1, h2, h3, h4, a, button, input, optgroup, select, textarea, text {
    font-family: 'Montserrat','Markazi Text', serif, sans-serif;
}


body {
    background-color: #cacaca82;
}

.row {
    margin-right: 0px;
    margin-left: -15px;
    left: 0;
}

li {
    list-style: none;
}

.textWrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input, button, .card, .btu {
    outline: none;
}


.s {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#totlBody {
    transition: 0.5s;
    padding-left: 2%;
    padding-right: 1.5%;
        top: 7%;
    position: fixed;
}

.form-control {
    background-clip: normal;
    border: none;
    border-radius: 0;
}

/* start nicescroll */

/* width */
::-webkit-scrollbar {
    width: 7px;
    border-radius: 15px;
    height: 7px;
    transition: 2s;
    position: absolute;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d7d7d747;
    border-radius: 15px;
    margin: 10px;
    transition: 2s;
    opacity: 0.5;
    position: relative;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 0,0, 5%);
    border-radius: 15px;
    transition: 2s;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        border-radius: 15px;
        transition: 2s;
    }

div:hover::-webkit-scrollbar,
div:hover::-webkit-scrollbar-button,
div:hover::-webkit-scrollbar-track,
div:hover::-webkit-scrollbar-track-piece,
div:hover::-webkit-scrollbar-thumb,
div:hover::-webkit-scrollbar-corner,
body:hover::-webkit-scrollbar,
body:hover::-webkit-scrollbar-button,
body:hover::-webkit-scrollbar-track,
body:hover::-webkit-scrollbar-track-piece,
body:hover::-webkit-scrollbar-thumb,
body:hover::-webkit-scrollbar-corner {
    position: absolute;
    width: 7px !important;
    height: 0px;
    padding: 0;
    transition: 2s;
}

div:hover::-webkit-scrollbar-track,
body:hover::-webkit-scrollbar-track {
    background: #d7d7d7;
}

div:hover::-webkit-scrollbar-thumb,
body:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.35);
}


/* end nicescroll */



:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: none;
}

button:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: none;
    outline: none;
}

textarea:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: none;
    outline: none;
}

.form-control:focus {
    color: none;
    background: none !important;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-color: #f3782e;
}

/* start menu list */

.page .sidemenu {
    width: 0vw;
    height: 100vh;
    object-fit: contain;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #5b5d67;
    color: #787474;
    flex-basis: auto;
    position: fixed;
    z-index: 999999;
    transition: 0.5s;
}

    .page .sidemenu img {
        width: 40%;
        position: relative;
        width: 40%;
        cursor: pointer;
    }

    .page .sidemenu a img {
        width: 22.12px;
        height: 20.86px;
    }


    .page .sidemenu .Dashboard {
        margin: 15px;
        top: 71.4px;
        background-color: rgba(218, 218, 218, 0.51);
        border-radius: 5px;
    }

        .page .sidemenu .Dashboard p {
            font-size: 10.5px;
            color: white;
            margin: 0;
        }

    .page.sidemenu p {
        font-size: 10.5px;
        line-height: 1.5;
        color: #2c2c2c;
    }

    .page .sidemenu hr {
        margin: 0 20px 10px 22px;
        border: 1px;
        color: #2c2c2c71;
        border-top: 2px solid rgb(242, 112, 40);
    }

    .page .sidemenu .menu-list {
        height: 75vh;
        overflow: auto;
        margin: 0;
        width: 15vw;
        cursor: normal;
    }


        .page .sidemenu .menu-list .btn {
            font-size: 12px !important;
            text-align: left;
            color: #f1f1f1 !important;
            width: 100%;
            /*height: 25.2px;*/
            padding-top: 2px;
            padding-bottom: 2px;
            border-radius: 2.8px !important;
            font-weight: bold;
            background: none;
            text-decoration: none !important;
            border: none;
            transition: 0.5s;
        }

            .page .sidemenu .menu-list .btn a {
                font-size: 12px !important;
                text-align: left;
                color: #f1f1f1 !important;
                width: 100%;
                /*height: 25.2px;*/
                border-radius: 2.8px !important;
                font-weight: bold !important;
                background-color: none !important;
                text-decoration: none !important;
                border: none;
                transition: 0.5s;
            }


        .page .sidemenu .menu-list button:hover {
            border-radius: 5px !important;
            background-color: #f27028;
            width: 13vw;
            padding-left: 6px !important;
            padding-right: 6px !important;
            color: white;
            transition: 0.5s;
        }

        .page .sidemenu .menu-list .btn a:hover {
            background: none !important;
            transition: 0.5s;
            color: white !important;
            text-decoration: none !important;
            border-radius: 5px;
        }

        .page .sidemenu .menu-list .card-body {
            background: none !important;
            text-decoration: none !important;
            border: none !important;
            color: #b5b5b5;
        }

        .page .sidemenu .menu-list .card {
            border: none;
            background: none !important;
            box-shadow: none !important;
        }

    .page .sidemenu h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 3.15px;
        top: 3px;
        font-weight: bold;
        background: none;
    }

    .page .sidemenu .card i {
        /*position: absolute;*/
        display: flex;
        justify-content: end;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        color: #efeff0;
        float: right;
        line-height: 18px;
        margin: auto;
    }

    .page .sidemenu .logout {
        width: 90%;
        font-size: 12px !important;
        font-weight: bold !important;
        text-align: center;
        color: #ffffff !important;
        background-color: #f27028;
        border-radius: 3px !important;
        bottom: 21px;
        border: none;
        text-align: left;
    }

        .page .sidemenu .logout:focus {
            box-shadow: 0 0px 10px 0px #838383;
        }

.accordion > .card:not(:last-of-type), .accordion > .card:not(:first-of-type) {
    border: none;
    height: 4vh;
}

/* start Sales Force list */

.page .sidemenu .card li {
    list-style: none;
    color: #787474;
    float: left;
    left: 0;
    top: 0;
    margin-left: -10px;
    width: 9vw;
    display: flex;
    margin-bottom: 5px;
}

    .page .sidemenu .card li img {
        width: 11.2px;
        height: 11.2px;
        float: left;
        margin: 0;
        display: inline;
        margin: 1px 5px 5px 3px;
        left: 0;
    }

    .page .sidemenu .card li a {
        width: 100%;
        height: auto;
        font-size: 11px !important;
        /*line-height: 2;*/
        text-align: left;
        color: #efeff0 !important;
        display: flex;
        text-decoration: none !important;
        align-items: center;
    }

        .page .sidemenu .card li a i {
            margin: 3px 0;
            font-size: 12px !important;
            margin-right: 10px;
            align-items: center;
            position: relative;
            display: flex;
            font-weight: 700;
            -webkit-font-smoothing: antialiased;
            color: #efeff0;
            width: auto;
            height: auto;
            float: left;
            line-height: 10px;
        }

    .page .sidemenu .card li:hover {
        padding: 3px 6px;
        border-radius: 5px;
        background-color: #f27028;
        color: white;
        transition: 0.5s;
        margin-bottom: 3px;
    }

.page .sidemenu .card .clients-list li:hover {
    border-radius: 5px;
    background-color: #f27028;
    padding-left: 6px !important;
    padding-right: 6px !important;
    color: white;
    transition: 0.5s;
    padding-top: 3px !important;
    margin-bottom: 2px;
}

/* end Sales Force list */

/* start Clients list */

.page .sidemenu .clients-list li {
    list-style: none;
    color: #787474;
    float: left;
    left: 0;
    top: 0;
    margin-left: -25px;
}

    .page .sidemenu .clients-list li img {
        width: 11.2px;
        height: 11.2px;
        float: left;
        margin: 0;
        display: inline;
        margin: 1px 5px 5px 3px;
        left: 0;
    }

.page .sidemenu .clients-lists li a {
    width: 123.9px;
    height: 12.6px;
    font-size: 9.8px;
    line-height: 1.57;
    text-align: left;
    color: #787474;
    display: block;
}


/* end Clients list */

/* end menu list */


/* start navbar */

.page-container {
    float: none;
}

.navbar {
    width: 97%;
    object-fit: contain;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #f5f5f5;
    top: 12.6px;
    display: block;
    margin-left: 1.4vw;
    position: fixed;
    z-index: 999;
    transition: 0.5s;
    right: 1.4vw;
    border-radius: 13px;
    border: 2px solid rgb(218, 218, 218);
}

    .navbar .to-right {
        width: 1.5vw;
        height: auto;
        margin-right: 15px;
        margin-left: 15px;
        cursor: pointer;
    }

    .navbar .to-left {
        width: 1.5vw;
        margin-left: 10px;
        height: auto;
        cursor: pointer;
    }

    .navbar .logo {
        width: 3vw;
        height: auto;
        cursor: pointer;
    }

    .navbar .star {
        width: 1vw;
        margin-right: 10px;
        cursor: pointer;
    }

    .navbar .text {
        width: 100%;
        height: 4vh;
        padding: 5px 15px;
        margin: 2px;
        font-size: 12px;
        line-height: 0;
        border-radius: 0px;
        border: none;
        border-left: 2px solid #9b9b9b;
        border-right: 2px solid #9b9b9b;
        background-color: whitesmoke;
        line-height: 0.87;
        font-family: 'Ubuntu','Markazi Text', serif, sans-serif;
        font-size: 13px;
        text-align: left;
        color: #535353;
        cursor: text;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navbar .check-square {
        width: 1vw;
        height: auto;
        cursor: pointer;
    }

    .navbar .bell {
        width: 1vw;
        height: auto;
        cursor: pointer;
    }

    .navbar .name {
        width: 65px;
    }

        .navbar .name h3 {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.89);
            text-align: center;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .navbar .name span {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.89);
            text-align: center;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 300;
            cursor: pointer;
        }

    .navbar .img-Person {
        width: 28px;
        height: 28px;
        margin-left: 10px;
        border-radius: 25px;
        box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
        background-color: rgba(255, 255, 255, 0.89);
        cursor: pointer;
    }

    .navbar .score {
        width: 20px;
        height: 17px;
        border-radius: 3.4px;
        background-color: #f29e0d;
        display: inline-block;
        text-align: center;
        margin: 0px 10px 0px -1px;
        padding: 2px;
    }

        .navbar .score p {
            font-size: 10px;
            text-align: center;
            color: #ffffff;
            margin-top: -4px;
        }

            .navbar .score p span {
                font-size: 10px !important;
                text-align: center;
                color: #ffffff;
                margin-top: -3px;
            }

.to-rightMedia {
    display: none;
    width: 2.5vw;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
}

.to-leftMedia {
    display: none;
    width: 2.5vw;
    height: auto;
    margin-left: 10px;
    cursor: pointer;
}

/*           start right menu             */

.totalsidemenu {
    transition: 0.5s;
    width: 15vw;
}

.menu-container {
    transition: 0.5s;
}

.page .sideMenuRight {
    width: 0vw;
    height: 100vh;
    object-fit: contain;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #5b5d67;
    color: #787474;
    flex-basis: auto;
    position: fixed;
    z-index: 999999;
    transition: 0.5s;
    right: 0;
}

    .page .sideMenuRight img {
        width: 40%;
        position: relative;
        width: 40%;
    }

    .page .sideMenuRight a img {
        width: 22.12px;
        height: 20.86px;
    }

    .page .sideMenuRight .Dashboard {
        margin: 15px;
        top: 71.4px;
        background-color: rgba(218, 218, 218, 0.51);
        border-radius: 5px;
    }

        .page .sideMenuRight .Dashboard p {
            font-size: 10.5px;
            color: white;
            margin: 0;
        }

    .page.sideMenuRight p {
        font-size: 10.5px;
        line-height: 1.5;
        color: #2c2c2c;
    }

    .page .sideMenuRight hr {
        margin: 0 25px 10px 25px;
        border: 1px;
        color: #2c2c2c71;
        border-top: 2px solid rgb(242, 112, 40);
    }

    .page .sideMenuRight .menu-list {
        height: 92vh;
        overflow: auto;
        margin: 0;
        width: 15vw;
        cursor: normal;
    }


        .page .sideMenuRight .menu-list .btn {
            font-size: 11.2px;
            text-align: left;
            color: #f1f1f1;
            width: 100%;
            height: 25.2px;
            border-radius: 2.8px;
            font-weight: bold;
            background-color: #5b5d67;
            text-decoration: none;
            border: none;
            transition: 0.5s;
            font-family: "Montserrat";
        }


        .page .sideMenuRight .menu-list button:hover {
            border-radius: 5px;
            background-color: #f27028;
            width: 13vw;
            padding-left: 6px !important;
            padding-right: 6px !important;
            color: white;
            transition: 0.5s;
        }

        .page .sideMenuRight .menu-list .card-body {
            background-color: #5b5d67;
            text-decoration: none;
            border: none;
            color: #b5b5b5;
        }


        .page .sideMenuRight .menu-list .card {
            border: none;
        }

    .page .sideMenuRight h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 3.15px;
        top: 3px;
        font-weight: bold;
        background-color: #5b5d67;
    }

    .page .sideMenuRight .card i {
        position: absolute;
        display: inline-block;
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        color: #efeff0;
        width: 3.5px;
        height: 7px;
        float: right;
        line-height: 15px;
        margin: auto;
    }

.sideMenuRight .text {
    background-color: rgb(218, 218, 218);
    border: none;
    border-radius: 25px 25px 25px 0px;
    width: 100%;
    height: 20px;
}

    .sideMenuRight .text::placeholder {
        font-size: 10px;
    }

/* ******************* active **************** */

.page .sideMenuRight .checkmark {
    width: 20px;
    height: auto;
    position: absolute;
    margin-left: 250px;
}

.page .sideMenuRight .box {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    box-shadow: 0 0px 10px 0 rgba(44, 40, 40, 0.11);
    border: 2px solid #f27028;
    display: inline-block;
    transition: 0.5s;
}

.page .sideMenuRight .active {
    width: 20px;
    transition: 0.5s;
    position: absolute;
}

/* ******************* active **************** */

.sideMenuRight .model {
    font-size: 12px;
    color: white;
}

/****************************************** start filter price ************************************/

.price-title {
    position: relative;
    color: #fff;
    background: #f27028;
    padding: 10px;
    margin-left: 10px;
    font-family: "Montserrat";
    font-size: 11px;
}

.price-container {
    text-align: center;
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 5px 9px;
    margin-left: 23px;
}

.price-field {
    position: relative;
    width: 70%;
    height: 36px;
    padding-top: 15px;
    padding-left: 0px;
    margin-left: -46px;
}

    .price-field input[type=range] {
        position: absolute;
    }

    /* Reset style for input range */

    .price-field input[type=range] {
        width: 100%;
        height: 7px;
        border: 1px solid #000;
        outline: 0;
        box-sizing: border-box;
        border-radius: 5px;
        pointer-events: none;
        -webkit-appearance: none;
    }

        .price-field input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .price-field input[type=range]:active,
        .price-field input[type=range]:focus {
            outline: 0;
        }

        .price-field input[type=range]::-ms-track {
            width: 188px;
            height: 2px;
            border: 0;
            outline: 0;
            box-sizing: border-box;
            border-radius: 5px;
            pointer-events: none;
            background: transparent;
            border-color: transparent;
            color: red;
            border-radius: 5px;
        }

        /* Style toddler input range */

        .price-field input[type=range]::-webkit-slider-thumb {
            /* WebKit/Blink */
            position: relative;
            -webkit-appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -4px;
            background-color: #fff;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }

        .price-field input[type=range]::-moz-range-thumb {
            /* Firefox */
            position: relative;
            appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -5px;
            background-color: #fff;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }

        .price-field input[type=range]::-ms-thumb {
            /* IE */
            position: relative;
            appearance: none;
            margin: 0;
            border: 0;
            outline: 0;
            border-radius: 50%;
            height: 10px;
            width: 10px;
            margin-top: -5px;
            background-color: #242424;
            cursor: pointer;
            cursor: pointer;
            pointer-events: all;
            z-index: 100;
        }

        /* Style track input range */

        .price-field input[type=range]::-webkit-slider-runnable-track {
            /* WebKit/Blink */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #555;
            border-radius: 5px;
        }

        .price-field input[type=range]::-moz-range-track {
            /* Firefox */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #242424;
            border-radius: 5px;
        }

        .price-field input[type=range]::-ms-track {
            /* IE */
            width: 188px;
            height: 2px;
            cursor: pointer;
            background: #242424;
            border-radius: 5px;
        }

/* Style for input value block */

.price-wrap {
    display: flex;
    color: #ffffff;
    font-size: 11px;
    line-height: 1em;
    margin-bottom: 0px;
    font-family: "Montserrat";
}

.price-wrap-1, .price-wrap-2 {
    display: flex;
    margin-left: 0px;
}

.price-title {
    margin-right: 5px;
}

.price-wrap_line {
    margin: 6px 5px;
}

.price-wrap #one, .price-wrap #two {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background: 0;
    border: 0;
    outline: 0;
    color: #f1f1f1;
    font-family: "Montserrat";
    font-size: 11px;
}

.price-wrap label {
    margin-top: 6px;
    font-family: "Montserrat";
    font-size: 11px;
}

/* Style for active state input */

.price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.5s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #242424;
    transition-duration: 0.5s;
}

/****************************************** end filter price ************************************/

/*           start right menu             */

/* start Inquiries - inbox */

.Inquiries {
    position: absolute;
    top: 70px;
    width: 100%;
    /*height: 92%;*/
}

.title-Inquiries-inbox {
    height: fit-content;
}

    .title-Inquiries-inbox h1 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        text-align: left;
        color: #000933;
        font-family: 'Ubuntu', sans-serif;
        margin-top: 10px;
        margin-bottom: 15px;
    }

/* start Inquiry Column */

.Inquiries-inbox {
    height: 85vh;
}

.inbox-menu {
    height: 83vh;
    overflow-y: auto;
    width: 245px;
    border-radius: 13px;
    text-align: center;
    text-align: -webkit-center;
}

.Inquiries-inbox .Inquiry-Column {
    border-radius: 13.5px;
    background-color: #f5f5f5;
    display: inline-flex;
    border: 2px solid #dadada;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
}

    .Inquiries-inbox .Inquiry-Column .text {
        background-color: rgb(218, 218, 218);
        border: none;
        border-radius: 25px 25px 25px 0px;
        width: -webkit-fill-available;
        height: 30px;
        font-size: 10px;
        font-family: 'Montserrat','Markazi Text', serif;
        text-align: left;
    }




        .Inquiries-inbox .Inquiry-Column .text::placeholder {
            font-size: 10px;
            font-family: 'Montserrat','Markazi Text', serif;
            text-align: left;
            color: #4d4f5c;
        }


    /* start inbox-person */

    .Inquiries-inbox .Inquiry-Column .inbox-person {
        height: 84vh;
    }

        .Inquiries-inbox .Inquiry-Column .inbox-person .inbox .Person {
            display: block;
            background-color: #e6e6e6;
            border-bottom: 2px solid rgb(232, 232, 232);
            width: 225px;
            border-radius: 13px;
            margin-bottom: 8px;
            margin-top: 8px;
            box-shadow: 0px 0px 7px 0px rgb(159 159 160);
        }

        .Inquiries-inbox .Inquiry-Column .inbox-person div img {
            width: 28px;
            height: 28px;
            float: left;
            margin-bottom: 18px;
            margin-left: 10px;
            margin-right: 10px;
            border-radius: 25px;
            box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
        }

        .Inquiries-inbox .Inquiry-Column .inbox-person div h2 {
            font-family: 'Ubuntu','Markazi Text', serif, sans-serif;
            font-size: 13px;
            font-weight: bold;
            text-align: left;
            color: #4d4f5c;
            display: inline-block;
            margin-top: 10px;
        }

            .Inquiries-inbox .Inquiry-Column .inbox-person div h2 span {
                font-size: 7px;
                text-align: right;
                font-weight: normal;
                color: #4d4f5c;
                float: right;
                margin-right: 1em;
            }

        .Inquiries-inbox .Inquiry-Column .inbox-person div p {
            font-size: 10.5px;
            line-height: 0.87;
            text-align: left;
            color: #4d4f5c;
            width: 177px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* end Inquiry Column */

/*  start Inquiry info  */

.Inquiry-info {
    height: 85vh;
    margin-top: 2.5rem;
    width: 90%;
    background-color: rgb(245, 245, 245);
    border-radius: 13px;
    border: 2px solid rgb(218, 218, 218);
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    overflow: auto;
}

    .Inquiry-info .info {
        display: inline-flex;
        width: 101%;
        transition: 0.5s;
    }

    .Inquiry-info h2 {
        font-family: 'Ubuntu','Markazi Text', serif;
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        color: #000000;
        display: inline-flex;
    }

    .Inquiry-info .text-area {
        border: none;
        border-bottom: 2px solid #dadada;
        text-align: left;
        height: 37.52px;
        background-color: whitesmoke;
    }

        .Inquiry-info .text-area:focus {
            box-shadow: none;
        }


    .Inquiry-info .Attach {
        width: 40px;
        height: 40px;
        border-radius: 52px;
        box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.5);
        background-color: rgba(220, 220, 220, 0.98);
        display: inline-block;
        margin-right: 7px;
    }

    .Inquiry-info .Attach-remov {
        width: 8px;
        height: 3px;
        border-radius: 2px;
        border: solid 0.5px #ff0000;
        background-color: #ff0000;
    }

/* container-chat */

.container-chat {
    height: 54vh;
    background-image: url('../../Images/ChatBg.svg') no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: 0.5s;
    border: 3px solid #dadada;
    border-radius: 13px;
}

.container-searchchat {
    float: right;
}

.container-chat .searchchat {
    border: none;
    border-radius: 25px 25px 25px 0px;
    width: 170.42px;
    height: auto;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #ffffff;
    transition: 0.5s;
    z-index: 99999;
}

    .container-chat .searchchat::placeholder {
        font-size: 9.1px;
        font-family: 'Montserrat','Markazi Text', serif;
        text-align: left;
        color: #4d4f5c;
        transition: 0.5s;
    }

.container-chat .buttonsearch {
    width: 25px;
    height: auto;
    transition: 0.5s;
}

.person-chat-1 img {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 50px;
}

.person-chat-1 .chat-1 {
    object-fit: contain;
    font-family: 'Montserrat','Markazi Text', serif;
    font-size: 11px;
    text-align: left;
    color: #4d4f5c;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #ffffff;
    border-radius: 0px 15px 15px 15px;
}

.person-chat-1 .replyChat {
    text-align: center;
    float: right;
}

    .person-chat-1 .replyChat img {
        width: 15px;
        height: auto;
    }

.person-chat-1 .chat-time {
    opacity: 0.5;
    font-family: 'Montserrat','Markazi Text', serif;
    font-size: 8px;
    text-align: left;
    color: #43425d;
}

.person-chat-1 .Attach-chat {
    width: 40px;
    height: 40px;
    border-radius: 52px;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.98);
    display: inline-block;
}

.person-chat-1 .Attach-chat-remov {
    width: 8px;
    height: 3px;
    border-radius: 2px;
    border: solid 0.5px #ff0000;
    background-color: #ff0000;
}

.showAttach {
    display: none;
}

.popupAttach {
    display: none;
}

.popupAttach {
    display: none;
}

.person-chat-2 img {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 50px;
}

.person-chat-2 .chat-2 {
    object-fit: contain;
    font-family: 'Montserrat','Markazi Text', serif;
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #3b86ff;
    border-radius: 15px 15px 0px 15px;
}

.person-chat-2 .chat-time {
    opacity: 0.5;
    font-family: 'Montserrat','Markazi Text', serif;
    font-size: 8px;
    text-align: left;
    color: #43425d;
}

.send-chat .text-send-chat {
    text-align: left;
    padding-right: 35% !important;
    height: 11vh;
    border-radius: 5.5px;
    background-color: #f5f6fa !important;
    border: none;
    max-width: 100%;
    min-width: 100%;
    max-height: 10vh;
    min-height: 10vh;
    border: 2px solid #dadada;
    font-size: 12px;
}

    .send-chat .text-send-chat::placeholder {
        font-family: 'Montserrat','Markazi Text', serif;
        font-size: 10px;
        text-align: left;
        color: #656668;
        top: 0;
        padding-top: 5px;
    }

.send-chat .btu-send-chat {
    width: 125px;
    height: 35px;
    background-color: #3b86ff;
    font-family: 'Ubuntu','Markazi Text', serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 25px;
}

.send-chat .Attachement-Button {
    border-radius: 50px;
    border: none;
}

    .send-chat .Attachement-Button img {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background-color: white;
        cursor: pointer;
    }

.replyContenr {
    background-color: #d4d4d4a6;
    text-align: left;
    border-radius: 5.5px;
    border: none;
    border: 2px solid #dadada;
    font-size: 10px;
    margin-top: 3%;
    font-family: 'Ubuntu','Markazi Text', serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

/* end Inquiry info */
/* end Inquiries - inbox */
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.infoBody {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245) !important;
    border-radius: 13px !important;
    border: 2px solid rgb(218, 218, 218) !important;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25) !important;
    overflow: auto !important;
    transition: 0.5s;
}

.infoBody {
    width: 100%;
    height: auto;
    background-color: rgb(245, 245, 245) !important;
    border-radius: 13px !important;
    border: 2px solid rgb(218, 218, 218) !important;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25) !important;
    overflow: auto !important;
    transition: 0.5s;
}

.X-close {
    color: #b4b4b4 !important;
    opacity: 1 !important;
    text-shadow: none !important;
}

    .X-close:hover {
        color: #9f9f9f !important;
    }

.modal-title {
    font-size: 20px;
    font-weight: bolder;
}

.menu-popap {
    width: 260px;
    height: 100%;
    float: right;
}

.body-popap {
    height: 100%;
}

.Attachement-Button img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: white;
    cursor: pointer;
}

.card {
    border: none !important;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 15px !important;
}

.text-area {
    border: none;
    border-bottom: 2px solid #dadada;
    text-align: left;
    height: 37.52px;
    background-color: whitesmoke;
    /*background-color:#f1f1f1;*/
    font-size: 12px;
    font-weight: bold;
}



.newsearch {
    background-color: white !important;
    border-radius: 25px 25px 25px 0px !important;
    width: -webkit-fill-available !important;
    height: 30px;
    font-size: 10px !important;
    font-family: 'Montserrat','Markazi Text', serif !important;
    text-align: left !important;
}

    .newsearch::placeholder {
        font-size: 10px !important;
        font-family: 'Montserrat','Markazi Text', serif !important;
        text-align: left !important;
        color: #4d4f5c !important;
    }

.select2-container {
    width: 100% !important;
}

.btu-list-chat img {
    width: 40px;
    height: auto;
    border-radius: 25px;
    background: #4285f4;
    padding: 5px;
    text-align: center;
}

.list-chat {
    width: 0px;
    height: 83vh;
    object-fit: contain;
    box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
    background-color: #5b5d67;
    color: #787474;
    flex-basis: auto;
    position: absolute;
    z-index: 99999;
    transition: 0.5s;
    top: 68px;
    right: 20px;
    border-radius: 0 10px 10px 0;
    transition: 0.5s;
}


.scor-dashboard {
    font-size: 25px;
    font-weight: bolder;
    margin-right: 15px;
}


    .scor-dashboard span {
        font-size: 9px;
        margin-left: 6px;
        font-weight: bolder;
    }

.modal-dialog {
    margin-top: 6%;
}

.modal-content {
    background: rgb(245, 245, 245);
}


.card-name {
    color: #4b4b4b;
    font-size: 1rem;
    font-weight: 700;
    margin-right: .25rem;
}

.card-name-project {
    color: #454545;
    font-weight: bolder !important;
    font-size: 15px;
}

/********************************************hover-btn*******************************/
.Primary-hover:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.Secondary-hover:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.Success-hover:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.Danger-hover:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.Warning-hover:hover {
    color: #fff;
    background-color: #f29e0d;
    border-color: #f29e0d;
}

.Info-hover:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.Light-hover:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

Dark-hover:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}


.none-hover:hover {
    color: #6c757d;
    background: none;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/**************************************************start details chat*************************************/
.title-details {
    width: 100%;
    height: 25%;
}

.img-nam-details {
    width: 100%;
    height: 100%;
}

    .img-nam-details img {
        width: 100%;
        height: 90%;
    }

    .img-nam-details p {
        /*position: absolute;*/
        top: 130px;
        width: 100%;
        background: rgb(218, 218, 218);
        font-size: 17px !important;
        color: black;
        font-family: 'Ubuntu','Markazi Text', serif, sans-serif;
        font-weight: bolder;
        /*border-radius: 10px;*/
    }


.details-body {
    width: 100%;
    height: 71%;
}

    .details-body h2 {
    }

.card-imgDetails {
    width: 100%;
    height: 100%;
    background-color: #dadada;
    border-radius: 15px;
}


/**************************************************end details chat*************************************/

/******************************************************start editing by mark in garas***********************************************/

.dropleft .dropdown-menu {
    top: 40px;
    right: 0;
    left: auto;
    width: 500px;
    height: 70vh;
    overflow-y: auto;
}

.dropdown-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head-projects {
    background: #d6d6d6;
    color: #4e4e4e;
    border-radius: 25px !important;
    font-family: 'Ubuntu','Markazi Text', serif, sans-serif;
    font-weight: bolder;
    border: none;
    cursor: pointer;
}

.head-tog {
    background: #d6d6d6 !important;
    color: #4e4e4e !important;
    border-radius: 25px 25px 0 0 !important;
    font-family: 'Ubuntu','Markazi Text', serif, sans-serif !important;
    font-weight: bolder;
    border: none;
    cursor: pointer;
}

/******************************************************end editing by mark in garas***********************************************/


/* *********************************************************** start offer ************************************** */

.border-card {
    border: 2px solid rgb(218, 218, 218) !important;
}

.top-1 {
    position: relative;
    top: -2.5px;
}

.card-Offer-active {
    z-index: 304 !important;
    border-bottom: none !important;
    border-radius: 15px 15px 0px 0px !important;
    height: 55px;
}

.pointer {
    cursor: pointer;
}

.UnderPricingfocus {
    background-image: linear-gradient(#43C6DD, #fff);
}

.SendingOfferToClientfocus {
    background-image: linear-gradient(#EF7857, #fff);
}

.WaitingForApprovalfocus {
    background-image: linear-gradient(#F5A54B, #fff);
}

.Closedfocus {
    background-image: linear-gradient(#00b741, #fff);
}

.Rejectedfocus {
    background-image: linear-gradient(#EF7857, #fff);
}

.card-offer {
    width: 255px;
}

.img-offer {
    border-radius: 50px;
    border: 2px solid rgb(218, 218, 218);
    width: 55px;
    position: absolute;
    top: -50px;
    right: -30px;
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.15) !important;
}

.card-offer i {
    font-size: 30px;
    position: absolute;
    bottom: -20px;
    right: -25px;
    border: 2px solid rgb(218, 218, 218);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.15) !important;
    background: white;
    border-radius: 50px;
    padding: 7px;
}

.card-offer img {
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    right: -25px;
    border: 2px solid rgb(218, 218, 218);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,.15) !important;
    background: white;
    border-radius: 50px;
    padding: 3px;
}

.blueBorder {
    background-color: #43C6DD;
    border-radius: 10px 10px 0 0;
}

.redBorder {
    background-color: #EF7857;
    border-radius: 10px 10px 0 0;
}

.orangeBorder {
    background-color: #F5A54B;
    border-radius: 10px 10px 0 0;
}

.greenBorder {
    border-radius: 10px 10px 0 0;
    background: #00b741;
}

/* *********************************************************** end offer ************************************** */



/* start media query */



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* .navbar */

    #brand {
        width: 15%;
    }

    #col {
        width: 75%;
        justify-content: space-between;
    }

    .navbar .to-right {
        width: 4.5vw;
        margin-right: 10px;
        margin-left: 10px;
    }

    .navbar .to-left {
        width: 2.5vw;
        margin-left: 10px;
    }

    .navbar .logo {
        width: 10vw;
    }

    .navbar .star {
        width: 3vw;
        display: none;
    }

    .navbar .text {
        padding-top: 0px;
        height: 2vh;
        padding: 4px;
        margin: 2px;
        display: none !important;
    }

    .navbar .check-square {
        width: 4vw;
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .navbar .score {
        display: none;
    }

    .navbar .bell {
        width: 4vw;
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .navbar .name {
        width: 80px;
    }

        .navbar .name h3 {
            font-size: 8px;
        }

        .navbar .name span {
            font-size: 7px !important;
        }

    .navbar .img-Person {
        width: 25px;
        height: 25px;
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .scoreMedia1 {
        background-color: #f27028;
        width: 10px;
        height: 10px;
        border-radius: 25px;
        position: absolute;
        margin-left: 25px;
        top: 3px;
    }

    .scoreMedia2 {
        background-color: #f27028;
        width: 10px;
        height: 10px;
        border-radius: 25px;
        position: absolute;
        margin-left: 70px;
        top: 3px;
    }



    .Inquiries-inbox {
        display: none;
        position: fixed;
        z-index: 999;
    }

    .Inquiries {
        margin-left: 0px;
        flex-direction: column;
    }

    .Inquiry-info {
        width: 98%;
        margin-top: 0;
    }

        .Inquiry-info .Attach {
            width: 30px;
            height: 30px;
        }

    .person-chat-1 .Attach-chat {
        width: 20vw;
        height: 20vw;
    }

    .container-chat .searchchat {
        width: 115px;
    }

    .container-chat {
        height: 45vh;
        padding: 0.30rem !important;
    }

    .send-chat .text-send-chat {
        max-height: 20vh;
        min-height: 20vh;
        padding-right: .5rem !important;
        padding-bottom: 57px !important;
    }

    .title-Inquiries-inbox h1 {
        flex-basis: auto;
        /*margin: 30px;*/
    }

    .fa-sort-down {
        display: inline !important;
        float: right;
    }

    .inbox-menu {
        width: 95vw;
    }

    .Inquiries-inbox .Inquiry-Column .inbox-person .inbox .Person {
        width: 90vw;
    }

    .Inquiries-inbox .Inquiry-Column .inbox-person div h2 {
        width: 65vw;
    }

    /*.to-left, .to-right {
        display: none;
    }*/



    .to-rightMedia, .to-leftMedia {
        display: inline;
        width: 4.5vw;
    }

    .showAttach {
        display: flex;
        margin-left: .60rem;
    }

        .showAttach i {
            font-size: 12px;
            color: #7b7b7b;
            align-items: center;
            border-radius: 50px;
            width: 20px;
            height: 20px;
            text-align: center;
            display: grid;
            box-shadow: 0px 0px 7px 3px rgba(137, 137, 137, 0.25);
            background-color: #ffffff;
        }

    .AttachMadia {
        display: none;
    }

    .person-chat-1 .Attach-chat-remov {
        display: none;
        width: 20px;
        height: 4px;
        border-radius: 40px;
    }

    .popupAttach {
        padding-top: 3rem;
        position: fixed;
        height: 100%;
        width: 100%;
        display: none;
        top: 0;
        left: 0;
        text-align: center;
        background-color: #e1e1e1b3;
        align-items: center;
        z-index: 99999;
        overflow-y: auto;
    }

    .page .sidemenu .menu-list {
        height: 60vh;
        overflow: auto;
        margin: 0;
        margin-bottom: 5px;
        width: 100vw;
    }

        .page .sidemenu .menu-list button:hover {
            width: 90vw;
        }

    /*.closeNav {
        display: none;
    }*/

    .closeNavRight {
        display: none;
    }

    .page .sideMenuRight .menu-list {
        height: 90vh;
        overflow: auto;
        margin: 0;
        width: 100vw;
    }

        .page .sideMenuRight .menu-list .btn:hover {
            width: 90vw;
        }

    .person-chat-1 .chat-time {
        font-size: 6px;
    }

    .person-chat-2 .chat-time {
        font-size: 6px;
    }

    .Attach-send-chat {
        bottom: -10px !important;
    }

    .page .sidemenu .card li {
        width: 50vw;
    }

    .paging {
        overflow-x: auto;
    }

    ::-webkit-scrollbar {
        width: 4px;
        border-radius: 15px;
        height: 4px;
    }

    .dropleft .dropdown-menu {
        right: -121px;
        width: 295px;
    }

    .card-offer {
        width: 210px;
    }
}

@media (max-width: 400px) {

    .page .sidemenu .menu-list {
        height: 55vh;
    }

    .page .sidemenu {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (max-width: 330px) {

    .page .sidemenu .logout {
        margin-bottom: 7px;
        margin-top: 5px;
    }

    .page .sidemenu {
        overflow-y: auto;
        overflow-x: hidden;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .closeMedia {
        display: none;
    }

    .closeMediaRight {
        display: none;
    }
}

@media (min-width: 1280px)and (height:800px) {

    .searchChattttt {
        right: 4% !important;
    }

    .container-chat {
        height: 50vh;
    }

    .inbox-menu {
        height: 70vh;
    }

    .navbar .score {
        width: 20px;
        height: 15px;
    }

    .page .sidemenu .menu-list {
        width: 18vw;
        height: 69vh;
    }

        .page .sidemenu .menu-list button:hover {
            width: 14vw;
        }

    .page .sidemenu .card li {
        width: 11vw;
    }
}


/*************************show p.s*************************/
.fa-eye {
    font-size: 18px;
    position: absolute;
    color: #00000052;
    display: none;
    right: 20px;
}

.fa-eye1 {
    font-size: 18px;
    position: absolute;
    color: #6b6b6b;
    display: none;
    right: 20px;
}

/************************************Start Abanoub New Styles*************************************/

.s-tableof {
    text-decoration: underline;
    font-family: 'gothic-regular','Markazi Text', serif,;
    font-size: 10px !important;
    color: #909090 !important;
    margin-bottom: 0;
}

.search-posi {
    float: right !important;
}

.open-s {
    color: #4e4e4e !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.finish-s {
    font-size: 13px !important;
    color: #5F7C98 !important;
    font-weight: bold !important;
}

.g-select {
    border-bottom: 1px solid #c6cdd4 !important;
    background-color: #f7f7f7 !important;
}

.c-header {
    background-color: #d6d6d6 !important;
}

.b-card {
    border: none !important;
    text-decoration: none !important;
}

.ground-main {
    background-color: rgb(245, 245, 245) !important;
}

.download-b {
    float: right;
    /*border: none;*/
    text-decoration: underline;
}

.form-control:disabled, .form-control[readonly] {
    background-color: whitesmoke !important;
}

.add-b a {
    font-size: 15px !important;
    text-decoration: underline !important;
}

/************************************End Abanoub New Styles*************************************/
.table .table {
    background-color: #f5f5f5;
}


.paging span {
    background: #fa6c03;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
    color: #ffffff !important;
    margin: 5px;
    width: auto !important;
}

.paging a {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 11px !important;
    border: solid 0.5px #e8e9ec;
    margin: 5px;
    width: auto !important;
    background-color: #817f7f4a;
}

    .paging a:hover {
        background: #fa6c03;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 11px !important;
        text-align: center;
        color: #ffffff;
        border: none;
        margin: 5px;
        width: auto !important;
    }


/*************************** start filter ********************/

#filtar-body {
    position: absolute;
    transition: 0.5s;
    top: 12px;
    right: -30px;
    width: 0;
    z-index: 999;
}

#filtar-body2 {
    position: absolute;
    transition: 0.5s;
    top: -25px;
    right: 10px;
    width: 0px;
    z-index: 999;
}

@media (max-width: 575.98px) {
    #filtar-body {
        right: -122px;
    }


    #filtar-body2 {
        position: absolute;
        transition: 0.5s;
        top: 12px;
        right: -220px;
        width: 0;
        z-index: 999;
    }
}




/*************************** end filter ********************/
