

.dashboard-box {

    border: 1px solid #AAAAAA;

    padding: 10px;

}

.dashboard-content-box #dsw-box1{

    background-color: #0D2155;

    color: #FFFFFF;

}

.dashboard-content-box #dcc-box2{

    background-color: #0C32A4;

    color: #FFFFFF;

}

.dashboard-content-box #cwd-box3{

    background-color: #0C32A4;

    color: #FFFFFF;

}

.dashboard-content-box #drp-box4{

    background-color: #0D2155;

    color: #FFFFFF;

}

.dashboard-content-box a {

    color: #FFFFFF;

    text-decoration: underline;

}

.dashboard-content-box .col-sm-6 {

    padding: 0;

}

.dashboard-box {

    padding: 20px 10px;

    height: 225px;

}

.home-button-box {

    color: #000000;

    width: 80%;

    height: 55px;

    margin-top: -56px;

    display: block;

    margin-left: 30px;

    background-color: transparent !important;

}

.resource-box {

    text-align: center;

    height: 200px;

    background-color: #80C7FB;

}

.resource-heading{

    padding: 25px 0 0;

    font-weight: 600;

    font-size: 18px;

    margin: 0;

}

.resource-subheading {

    padding: 0;

    font-size: 14px;

}

a.resources-hyperlink {

    margin: 0 10px;

}

/*CHAT window*/

.menu {

    float: left;

    height: 700px;

    width: 70px;

    background: #4768b5;

    background: -webkit-linear-gradient(#4768b5, #35488e);

    background: -o-linear-gradient(#4768b5, #35488e);

    background: -moz-linear-gradient(#4768b5, #35488e);

    background: linear-gradient(#4768b5, #35488e);

    box-shadow: 0 10px 20px rgba(0,0,0,0.19);

}



.menu .items {

    list-style:none;

    margin: auto;

    padding: 0;

}



.menu .items .item {

    height: 70px;

    border-bottom: 1px solid #6780cc;

    display:flex;

    justify-content: center;

    align-items: center;

    color: #9fb5ef;

    font-size: 17pt;

}



.menu .items .item-active {

    background-color:#5172c3;

    color: #FFF;

}



.menu .items .item:hover {

    cursor: pointer;

    background-color: #4f6ebd;

    color: #cfe5ff;

}



/* === CONVERSATIONS === */



.discussions {

    width: 100%;

    height: 400px;

    box-shadow: none;

    overflow: hidden;

    background-color: transparent;

    /* display: inline-block; */

}



.discussions .discussion {

    width: 60px;

    height: 60px;

    background-color: #FFFFFF;

    border: solid 2px #444444;

    display: inline-block;

    align-items: center;

    cursor: pointer;

    margin: 10px 0;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    border-radius: 100px;

    margin-left: 0;

}



.discussions .search {

    display:flex;

    align-items: center;

    justify-content: center;

    color: #E0E0E0;

}



.discussions .search .searchbar {

    height: 40px;

    background-color: #FFF;

    width: 70%;

    padding: 0 20px;

    border-radius: 50px;

    border: 1px solid #EEEEEE;

    display:flex;

    align-items: center;

    cursor: pointer;

}



.discussions .search .searchbar input {

    margin-left: 15px;

    height:38px;

    width:100%;

    border:none;

    ;

}



.discussions .search .searchbar *::-webkit-input-placeholder {

    color: #E0E0E0;

}

.discussions .search .searchbar input *:-moz-placeholder {

    color: #E0E0E0;

}

.discussions .search .searchbar input *::-moz-placeholder {

    color: #E0E0E0;

}

.discussions .search .searchbar input *:-ms-input-placeholder {

    color: #E0E0E0;

}

.discussion.message-active .desc-contact .name {

    font-weight: 900;

}

.discussions .message-active {

    width: 70px;

    height: 70px;

    background-color: #ffe600;

    /*border-bottom: solid 1px #E0E0E0;*/

    border-radius: 100px;

    margin-left: 0%;

}



.discussions .discussion .photo {

    margin-left: 22%;

    display: block;

    width: 190px;

    height: 190px;

    background: #FFFFFF;

    -moz-border-radius: 100px;

    -webkit-border-radius: 100px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    border: solid 2px #444444;

}



.online {

    position: relative;

    top: 30px;

    left: 35px;

    width: 13px;

    height: 13px;

    background-color: #8BC34A;

    border-radius: 13px;

    border: 3px solid #FAFAFA;

}



.desc-contact {

    height: 43px;

    width:50%;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.discussions .discussion .name {

    margin: 0 0 0 20px;

    font-size: 11pt;

    color:#515151;

}



.discussions .discussion .message {

    margin: 6px 0 0 20px;

    font-size: 9pt;

    color:#515151;

}



.timer {

    margin-left: 15%;

    font-size: 11px;

    padding: 3px 8px;

    color: #BBB;

    background-color: #FFF;

    border: 1px solid #E5E5E5;

    border-radius: 15px;

}



.chat {

    /* width: calc(70% - 70px); */

    background-color: transparent;

    box-shadow: none;

}



.header-chat {

    background-color: transparent;

    height: 90px;

    box-shadow: 0px 3px 2px rgba(0,0,0,0.100);

    display:flex;

    align-items: center;

    color: #000000;

}



.chat .header-chat .icon {

    margin-left: 30px;

    color:#515151;

    font-size: 14pt;

}



.chat .header-chat .name {

    margin: 0 0 0 20px;

    text-transform: uppercase;

    font-size: 13pt;

    color:#FFFFFF;

}



.chat .header-chat .right {

    position: absolute;

    right: 40px;

}

.discussion-scroll {

    text-align: center;

    /*    overflow-y: scroll;

        height: 700px;

        background: transparent;

        scrollbar-width: none;*/

}

.chat .messages-chat {

    padding: 25px 5px 25px 20px;

    overflow-y: scroll;

    height: 400px;

    scrollbar-width: none;

}



.chat .messages-chat .message {

    display:flex;

    align-items: center;

    margin-bottom: 8px;

}



.chat .messages-chat .message .photo {

    display: inline-block;

    width: 50px;

    height: 50px;

    background: #E6E7ED;

    -moz-border-radius: 50px;

    -webkit-border-radius: 50px;

    background-position: center;

    background-size: 90%;

    background-repeat: no-repeat;

}

.chat .messages-chat .message .response .photo {

    position: absolute;
    top: 0;
    /* right: -25px; */
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #000000;
    background-color: #29A9E1;

}

.chat .messages-chat .response .text {

    margin: 0 20px;
    line-height: 1.6;

}

.chat .messages-chat .text {

    margin: 0 25px;

    background-color: #ffffff;

    padding: 15px;

    border-radius: 12px;

    color: #000000;

    /*font-family: Patrick Hand;*/

    font-size: 14px;

    /* display: inline-block; */

}

button#create_new_chat_btn {

    color: #000000;

    background-color: #FFFFFF;

    font-size: 20px;

}

.text-only {

    margin-left: 45px;

}



.time {

    font-size: 10px;

    color:#000000;
    /*font-family:Patrick Hand;*/

    margin-bottom:10px;

    margin-left: 100px;

}



.response-time {

    /*    float: inline-end;*/

    margin-right: 250px !important;

}

#goToTopBtn {

    display: inline-block;

    background-color: #0672CB;

    width: 40px;

    height: 40px;

    text-align: center;

    border-radius: 4px;

    position: fixed;

    bottom: 30px;

    right: -5px;

    transition: background-color .3s, opacity .5s, visibility .5s;

    opacity: 0;

    visibility: hidden;

    z-index: 1000;

}

.modal-header {

    min-height: 16.43px;

    padding: 5px;

    border-bottom: 1px solid #e5e5e5;

    background-color: #0672CB;

    color: #ffffff;

    display: block;

}

button#dock_cwd_submit_btn, #dock_dsw_submit_btn {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    margin-right: 20px;

    background-color: #7F7F7F;

}

.modal-backdrop.in {

    filter: alpha(opacity = 50);

    opacity: 0.7 !important;

}

#dock_cwd_submit_btn .dds__icons, #dock_dsw_submit_btn .dds__icons {

    font-size: 28px;

    margin-left: -1px;

}

#dock_cwd_submit_btn .dds__icons:hover, #dock_dsw_submit_btn .dds__icons:hover {

    color:#FFFFFF;

}

.response {

    float: right;

    margin-right: 0px !important;

    margin-left:auto; /* flexbox alignment rule */

    position: relative;

    margin-top:20px ;

}



.response .text {
    background-color: #ffffff !important;
    /* background-color: transparent !important; */
    margin: 10px 0px 0px 50px !important;
}

.footer-chat {

    width: 100%;

    height: 130px;

    display: flex;

    align-items: flex-end;

    /* position: absolute; */

    bottom: 0;

    background-color: #fdfdfd;

    border-bottom: 2px solid #EEEEEE;

    border-left: 2px solid #EEEEEE;

    margin-top: 30px;
    
    border-radius: 10px;

    box-shadow: 5px 5px #FAA41A;

}
.character-info {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #444444;
    border-radius: 8px;
    width: 80%;
    font-size: 10.5pt;
    /*font-family: RastenMedium Regular;*/
    color: #000000;
    box-shadow: 3px 3px #ff0000;
}
.character-info::before,
.character-info::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border: 20px solid transparent;
}
.character-info::before { 
    border-width: 33px 33px 0 0;
    border-top-color: #ff0000;
    left: 19px; 
}
.character-info::after { border-top-color: #ffffff; 
border-width: 28px 28px 0 0;
}

.character-name{
    font-size: 20px;
    text-align:left;
    line-height: 32px;font-weight: 900;
    margin-top: 20px;
}
.character-name .name{
    font-family: RastenMedium Regular;
    font-weight: 900;
    color: #000000;
    /* font-size: 38pt; */
}


.chat .footer-chat .icon {

    margin-left: 30px;

    color:#C0C0C0;

    font-size: 14pt;

}



.chat .footer-chat .send {

    color:#fff;

    background-color: #4f6ebd;

    position: absolute;

    right: 50px;

    padding: 12px 12px 12px 12px;

    border-radius: 50px;

    font-size: 14pt;

}



.chat .footer-chat .name {

    margin: 0 0 0 20px;

    text-transform: uppercase;

    font-size: 13pt;

    color:#515151;

}



.chat .footer-chat .right {

    position: absolute;

    right: 40px;

}



.write-message {

    border:none !important;

    width:60%;

    height: 120px;

    margin-left: 20px;

    padding: 10px;

}



.footer-chat *::-webkit-input-placeholder {

    color: #C0C0C0;

    font-size: 13pt;

}

.footer-chat input *:-moz-placeholder {

    color: #C0C0C0;

    font-size: 13pt;

}

.footer-chat input *::-moz-placeholder {

    color: #C0C0C0;

    font-size: 13pt;

    margin-left:5px;

}

.footer-chat input *:-ms-input-placeholder {

    color: #C0C0C0;

    font-size: 13pt;

}



.clickable {

    cursor: pointer;

}

input.write-message:focus-visible {

    outline: 0;

}

.main-panel {

    overflow: hidden !important;

}

.logo-image-big {

    padding: 15px 10px 10px 15px;

}

.pagetags-display-inline {

    display: block;

    text-align: center;

    padding: 1px 5px !important;

    width: 85px;

    height: 15px;

    margin: 15px 0;

    color: #FFFFFF;

    font-size: 9px;

}

button#configurator_reset_btn {

    background-color: #80C7FB;

    color: #000000;

    margin-left: 10px;

}

.dncp-select-col-box .card {

    height: 250px;

    margin-bottom: 0;

    background-color: #FFFFFF;

    border-right: 1px solid #0672cb;

    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.20);

}

.view-more-products-btn {

    background-color: #FFFFFF;

    color: #000000;

    margin: -9px -8px 0;

}

.chat_banner {
    margin:10px 0px 10px 0px
}

.chat_banner p {
    line-height: 40px;
    font-weight: 1000;
    font-size:40px;
    color:#FF3600;
    font-family: RastenMedium Regular;
}

.twisted {
    display: block;
    margin: 0px 0 15px 0;
}

.subFooterText{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11pt;
    font-family:Helvetica ;
    color: #000000;

}
.subFooterMainText
{
    font-weight: 900;
    font-family:Helvetica ;
    font-size: 20pt;
    color: #000000;
}

.content{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.character-name .name{
    cursor: pointer;
}

.tooltip::after {
    content: attr(data-tooltip);
    visibility: hidden;
    width: 80px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 0px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #000000;
}

/* Tooltip arrow */
.tooltip::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
}

.tooltip:hover::after,
.tooltip:hover::before {
  visibility: visible;
  opacity: 1;
}

/*Resposive code Start*/

@media screen and (min-width: 1920px) {

    .chat {
        width: calc(70% - 99px) !important;
    }
}

@media screen and (max-width: 1350px) {

    .dashboard-box {
        height: 270px;
    }

    .discussions .message-active
    {
        width: 70px;
        height: 70px;
    }

    .discussions .discussion {
        width: 53px;
        height: 53px;
    }

    .subFooterText{
        font-size : 7pt;
    }
    .tooltip::after{
        width: 80px;
        font-size: 12px;
    }

}

@media screen and (max-width: 1196px) {

    .dashboard-box {

        height: 290px;

    }

    
    .discussions .discussion {
        width: 46px;
        height: 46px;
    }

   

    .chat {

        width: calc(100%);
        padding-top: 20px;

    }

    .character-name .name {
        font-size: 36px  !important;
    }

    .char-info-text {
        font-size: 10pt;
    }

    .response-time{
        margin-right: 0 !important;
    }

    .chat_banner p {
        font-size: 32px;
    }

    .chat .messages-chat
    {
        padding: 25px 5px 25px 5px;
    }

    .discussions{
        height: auto !important;
    }


    .chat .messages-chat {
        height: 381px;
    }

    .ask-qtn
    {
        font-size: 30px;
    }
    .character-info{
        width:100%;
    }
}


@media screen and (max-width: 1080px) {

    .discussions .discussion {
        width: 40px;
        height: 40px;
       
    }

    .response .text{
        margin: 0;
    }

    .character-name .name {
        font-size: 30px !important;
    }

    
    .discussions{
        height: auto !important;
    }

    .ask-qtn
    {
        font-size: 25px;
    }

    
}

@media screen and (max-width: 980px) {

    .discussions {
        display: flex;
        justify-content: space-between;
    }
    .discussions .discussion {
        width: 32px;
        height: 32px;
    }
    .chat_banner p {
        font-size: 25px;
    }
    .ask-qtn {
        font-size: 22px;
    }
    .subFooterMainText{
        font-size :12pt;
    }
    
    .tooltip::after{
        width: 60px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767.9px) {

    .add-deal-bag-page {
        background-image: url(../images/ask-the-normans-website-full-bg-mobile.png);
    }

    .discussions .discussion {
        width: 50px;
        height: 50px;
    }

    .twisted {
        display: inline-block;
    }

    .discussions{
        height: auto !important;
    }

    .subFooterText {
        font-size: 6pt;
    }

    .content{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .discussions {
        display: flex;
        justify-content: space-between;
    }
     .tooltip::after{
        width: 80px;
        font-size: 12px;
    }
}

@media screen and (max-width: 575px) {

    .discussions .discussion {
        width: 37px;
        height: 37px;
    }

    .twisted {
        display: inline-block;
    }

    .add-deal-bag-page {
        background-image: url(../images/ask-the-normans-website-full-bg-mobile.png);
        background-size: contain !important; 
    }

    .discussions{
        height: 350px !important;
    }
    .discussion-row{
        position: absolute;
        top: -50px;
    }
    .character-name{
        position: absolute;
        top: -280px;
    }
    .discussion-scroll {
        text-align: right;
    }

    .discussion-scroll img{
        width: 200px !important;
        margin-right: 30px;
    }
    .subFooterText {
        font-size: 8pt;
    }
    .norman-ozi-img{
        width: 100px !important;
    }
    .ask-qtn{
        font-size: 20pt;
        margin: 10px 0px;
    }

    .char-space{
        display: none;
    }
    .chat_banner p {
        font-size: 27px;
    }

    .discussions {
        display: block;
    }
    .ask-normans-logo{
        padding: 5px 5px 5px 25px !important;
    }
    .normanandozi-logo{
        padding: 5px 25px 5px 5px !important;
    }

    .tooltip::after{
        width: 60px;
        font-size: 10px;
    }

    .empty_div{
        display: none;
    }
}

@media screen and (max-width: 504px) {

    .discussions .discussion {
        width: 30px;
        height: 30px;
    }

    .norman-ozi-img {
        width: 80px !important;
    }
    .character-name .name {
        font-size: 20px !important;
    }

    .discussion-scroll img {
        margin-right: 20px;
    }
}

@media screen and (max-width: 445px) {

    
    .discussions .discussion {
        width: 28px;
        height: 28px;
    }
    .chat_banner p {
        font-size: 22px;
    }
    .discussion-scroll img {
        margin-right: 0px;
    }
}

@media screen and (max-width: 390px) {

    .discussions .discussion {
        width: 25px;
        height: 25px;
    }

    .norman-ozi-img {
        width: 60px !important;
    }
    .character-name .name {
        font-size: 16px !important;
    }
    .chat_banner p {
        font-size: 20px;
    }
    
}   

@media screen and (max-width: 350px) {

    .discussions .discussion {
        width: 20px;
        height: 20px;
    }

    .character-name .name {
        font-size: 16px !important;
    }

    .ask-qtn {
        font-size: 16pt;
        margin: 10px 0px;
    }
    .chat_banner p {
        font-size: 15px;
    }
}   