.boxed {
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgb(37 51 75 / 10%), 0 3px 6px 0 rgb(37 51 75 / 10%);
    padding: 16px;
    text-align: center;
    position: relative;
}

.logos {
    width: 100%;
    padding: 24px 0;

}

nav.navbar {
    background-color: #000000;
}

h6.mainh6 {
    color: #000000;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 33px;
    margin: 0;
}

h6.logotext {
    color: #000000;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 33px;
    margin: 0;
}

p.mainp {
    color: #000000;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0;
}

.tillepadind {
    position: relative;
    padding: 16px 0;
    border-bottom: 1px dashed #C2C2C2;
}

.flexloct {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
}

h1.tilleh1 {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0;
    padding: 24px 0 16px 0;
}

img.loceted {
    padding-right: 8px;
}

.boxeded {
    height: 130px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgb(37 51 75 / 10%), 0 3px 6px 0 rgb(37 51 75 / 10%);
    padding: 16px;
    align-items: center;
    display: flex;
    margin-bottom: 16px;
}

img.deesign {
    padding-right: 16px;
}

img.chatimgs {
    /* margin-left: 16px; */
}

.mainboxeder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0 24px 0;
    /* position: fixed;
    bottom: 0;
    width: 64%;
    background: #000000; */
}


.tillepadind::after {
    position: absolute;
    content: '';
    background: #000000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -25px;
    bottom: -10px;
}

.tillepadind::before {
    position: absolute;
    content: '';
    background: #000000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: -25px;
    bottom: -10px;
}

.modal-dialog.register {
    margin-top: 10%;
    background-color: transparent !important;
    box-shadow: 0 50px 70px 0 rgb(0 0 0 / 20%);
    /* width: 372px; */
    margin-left: auto;
    margin-right: auto;
}



.register .modal-content {
    border-radius: 16px !important;
    border: none !important;
    margin: auto;
}

.chat .modal-content {
    height: 100vh !important ;
    /* height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available; */

    /* height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available; */
    background-color: #000000 !important;
}

/* .modal-open{
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
   
} */

.modal-content.bg {
    background-color: #000000;
    box-shadow: 0 50px 70px 0 rgb(0 0 0 / 20%);
    padding: 16px;
    width: 100% !important;
}

.modal-dialog.chat {
    background-color: #000000;
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    overflow: -moz-hidden-unscrollable;
    overflow: hidden;
    /* height: 100vh; */
    
    min-height: -moz-available ;
    min-height: -webkit-fill-available;
    min-height: fill-available;
    width: 100%;
}

div#exampleModal {
    background: #b2b2b270;
}

h6.continue {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0;
}

.modal-headered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

input.enternm {
    color: #000000;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    width: 100%;
    border-radius: 16px;
    background-color: #FFFFFF;
    outline: none;
    padding: 16px;
}

.phnno {
    color: #000000;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    width: 100%;
    border-radius: 16px;
    background-color: #FFFFFF;
    outline: none;
    padding: 16px 16px 16px;
    /* position: relative; */
}

.iti {
    position: relative;
    display: block !important;
}

.iti__flag-container {
    margin: 11px 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}

.iti__selected-flag {
    width: 93px;
    border-right: 1px solid #B2B2B2 !important;
}

textarea {
    overflow: auto !important;
    resize: none !important;
}

.vyjdx {
    padding: 16px 0 32px 0;
}

.submited {
    color: #000000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    border-radius: 16px;
    background-color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 16px;
}

input.enternm::placeholder {
    color: #B2B2B2;
}

input.phnno::placeholder {
    color: #B2B2B2;
}

/* .modal-dialog {
    position: relative;
} */

/* .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #000000;
    box-shadow: -50px 0 114px 0 rgba(0, 0, 0, 0.2);
} */

/* .modal.right .modal-body {
    height: 400px;
    overflow-y: auto;
} */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.hgfd6yasd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

/* .modal-header-chat {
    
    background-color: #000000;
    box-shadow: -50px 0 114px 0 rgb(0 0 0 / 20%);
    padding: 16px 16px 0 16px;
} */
.modal-header-chat {
    /* position: fixed; */
    background-color: #000000;
    box-shadow: -50px 0 114px 0 rgb(0 0 0 / 20%);
    padding: 16px 16px 0 16px;
    position: absolute;
    z-index: 11;
    width: 100%;
    top: -1px;
}

.chat-section {
    /* border:2px solid green ; */
    background-color: #000000;
    padding: 16px 16px 0 16px;
    overflow-y: auto;
    /* height: 81vh; */
}

.chat-section::-webkit-scrollbar-track {
    background-color: #000000;
}

.chat-section::-webkit-scrollbar {
    width: 4px;
    background-color: #4E4E4E;
}

.chat-section::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #4E4E4E;
    /* background-color: #be1515; */
}

.chatwi {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    display: inline-block;
    border-radius: 24px 24px 0 24px;
    background-color: #2997FF;
    padding: 8px 16px;
    max-width: 70%;
    word-break: break-word;
    white-space:pre-wrap;
    text-align: start !important;
}

.bluebox {
    text-align: end;
    padding-bottom: 16px;
}

.blueboxblack {
    padding-bottom: 16px;
}

.timeed {
    text-align: end;
    /* display: flex;
    justify-content: end;
    align-items: center; */
}

p.timeet {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0;
    display: inline-block;
}

img.cxsjv {
    padding-right: 4px;
}

.chatbla {
    color: #000000;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    display: inline-block;
    border-radius: 24px 24px 24px 0px;
    background-color: #ffffff;
    padding: 8px 16px;
    max-width: 70%;
    word-break: break-word;
    white-space:pre-wrap;
    text-align: start !important;
}

.chatwied {
    color: #ffffff;
    font-family: Poppins;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0;
    display: inline-block;
    border-radius: 24px 24px 24px 24px;
    background-color: #2997FF;
    padding: 8px 16px;
    margin-bottom: 16px;
}

.timeedblack {
    display: flex;
    justify-content: end;
    align-items: center;

}

img.cxcssjv {
    padding-right: 95px;
}

img.cxcscsasjv {
    padding-right: 115px;
}

.hjfydtadsm{
    display:none ;
}

.message {
    background-color: #F6F6F6;
    /* display: flex; */
    box-shadow: 0 -0.33px 0 0 #a6a6aa;
    padding: 16px 0 12px 16px;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.msgtextbox {
    border: 0.5px dashed #8E8E93 !important;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 10px 16px;
    width: 95%;
    color: #000000 !important;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px !important;
    outline-color: #000000 !important;
}
.msg-area{
    display: flex;
}
.block-msg{
    text-align: center;
    font-family: Poppins;
    line-height: 20px;
    font-size: 15px;
    padding: 13px 10px;
}

.hgcfcuatgds {
    border: 0.5px dashed #8E8E93 !important;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 10px 16px;
    width: 90%;
    color: #000000 !important;
    font-family: Poppins;
    font-size: 14px;
    letter-spacing: 0;
    /* height: 100% !important ; */
    min-height: 45px !important;
    /* max-height: 80px !important; */
    /* line-height: 14px !important; */
    outline-color: #000000 !important;
    /* -moz-outline-color: rgb(0 ,0 ,0); */
}

.hgcfcuatgds::placeholder {
    color: #B2B2B2;

}

.hgcfcuatgds::-webkit-scrollbar-track {

    background-color: #ffffff;
}

.hgcfcuatgds::-webkit-scrollbar {
    width: 4px;
    /* margin:2px 34px 2px 0px ; */
    /* height: 8px; */
    background-color: #959595;
}

.hgcfcuatgds::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #ffffff;
}

.popover {
    position: absolute;
    top: 0;
    left: -9px !important;
    z-index: 1060;
    display: block;
    max-width: 276px;

}

/* ngb-popover-window.bs-popover-top>.arrow {
    left: 80% !important;
    margin-left: -0.5rem;
} */
img.viyfiscacs {
    padding: 8px 10px 8px 10px;
}

.main-parant-i {
    background-color: #000000;
    margin: -2px 0;
    padding: 0 24px;
    width: 100%;
}

.boxededeedt {
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgb(37 51 75 / 10%), 0 3px 6px 0 rgb(37 51 75 / 10%);
    padding: 16px;
    align-items: center;
    margin-bottom: 24px;
}

h4.Specoffersial {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 27px;
    padding: 31px 0;
    margin: 0;
}

.col-lg-4.order91n {
    padding-left: 24px;
    /* border-left: 1px solid #393939; */
}

.col-lg-8.order99n {
    padding-right: 24px;
    border-right: 1px solid #393939;
}


body {
    background-color: #000000 !important;
}

img.yufdfaxar76u {
    display: none;
}

.mainslider {
    height: 87.9vh;
    /* background: #000000; */
    overflow-y: scroll;
    padding: 0 10px 0 0px;
}

.mainslider::-webkit-scrollbar-track {
    background-color: #000000;
}

.mainslider::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #4E4E4E;
}

.mainslider::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #4E4E4E;
}

.scroolbr {
    max-height: 87.9vh;
    /* background: #000000; */
    overflow-y: scroll;
}

.scroolbr::-webkit-scrollbar-track {
    background-color: #000000;
    -moz-background-color: #000000  ;
}

.scroolbr::-webkit-scrollbar {
    width: 4px ;
    height: 8px ;
    background-color: #4E4E4E ;

    /* -moz-width: 4px !important;
    -moz-height: 8px !important;
    -moz-background-color: #4E4E4E !important; */
}
/* .scroolbr {
    scrollbar-color: red red;
    scrollbar-width: 1% !important;
} */

.scroolbr::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #4E4E4E;;
    /*scrollbar-color: rebeccapurple green;*/

    /* -moz-border-radius: 2px;
    -moz-background-color: #4E4E4E; */
}

.scroolbr::-moz-scrollbar-track {
    background-color: #000000;
    -moz-background-color: #000000;

}


/* .scroolbr::-moz-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #d60c0c;

    -moz-width: 4px;
    -moz-height: 8px;
    -moz-background-color: #df0101;
}

.scroolbr::-moz-scrollbar-thumb {
    border-radius: 2px;
    background-color: #410707;

    -moz-border-radius: 2px;
    -moz-background-color: #4E4E4E;
} */



.jkgvasdh {
    position: fixed;
    bottom: 24px;
    right: 35.3%;
}

.link {
    margin-left: 16px;
}

.link:hover {
    cursor: pointer;
}

.noOffer {

    margin-top: 24px;
    margin-bottom: 60px;
    text-align: center;
    padding: 16px 16px;
    border: 1px dashed #C2C2C2;
    border-radius: 10px;
}

.noOffer img {
    padding-bottom: 8px;
}

.clickable {
    color: blue !important;
    text-decoration: none !important;
    cursor: pointer;
  }
  



/*============================ old css=====================================*/