@media only screen and (max-width: 768px) {
    #dtwpFloatBox {
    bottom: 0px !important;
    right: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    }
    .dtwpBoxHeader,.dtwpBoxSocials {
        border-radius: 0px !important;
        height: fit-content;
        padding-bottom: 15px !important;
    }
}
@keyframes dtwpBox{
  from {
    max-height: 0px;
    
  }
  to {
    max-height: 450px;
  }
}
.show .dtwpBox{
        animation: dtwpBox 0.6s;
}
.dtwpFloatContainer{
    z-index:999999;
    position: fixed;
}
.dtwpBox {
    max-height: 450px;
    overflow-y: auto;
}
.dtwpBox::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    border-radius: 50px;
}

.dtwpBox::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.dtwpBox::-webkit-scrollbar-thumb
{
    background-color: #00000069;
    border-radius: 50px;
}

.dtwpBoxHeader {
    border-radius: 10px 10px 0px 0px;
    padding: 15px 15px 10px;
}
.dtwpFloatBoxTitle {
    font-size: 25px;
}
.dtwpFloatBox {
    position: fixed;
    z-index: 9999999;
    width:350px;
    display: grid;
    border-radius: 10px;
    background: #fff;
    padding: 1px;
    box-shadow: 0 0 2px 0px #0b0b0ba1;
    transition: ease-out .12s all;
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
}
.dtwpFloatContainer .show {
    transform: scale(1);
}
.dtwpBoxFAQ {
    background: #fff;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: normal;
    color: #2a2a2a;
}
.dtwpBoxQuestion label {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin: 0px;
    line-height: 1.5;
}
.dtwBoxACSavailableTime {
    font-size: 13px;
    font-weight: normal;
}
.dtwpFloatBox ul {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px !important;
}
.dtwpBoxACSF img {
    width: 70px;
    border-radius: 50%;
}
.dtwpBoxACSL{
    margin: 0px 15px;
}
.dtwpBoxAccounts {
    background: #ffffff;
    padding: 5px 15px;
}
.dtwpBoxAccounts ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.dtwpBoxAccounts ul li {
    border: 1px solid #bdf6cf;
    padding: 7px;
    margin: 4px 0px;
    border-radius: 10px;
    background: #eafff03d;
    cursor:pointer;
}
.dtwBoxACSTitle {
    color: #1a1a1ac7;
    font-size: 13px;
}
.dtwBoxACSName {
    color: #010101;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}
.notAvailable{
    background: #f8f8f8 !important;
    cursor: not-allowed !important;
    border-color: #d7d7d7 !important;
}
.notAvailable a{
    pointer-events: none;
}
.notAvailable .dtwBoxACSName {
    color: #747474;
}
.dtwpBoxAnswer {
    padding: 8px 3px;
    white-space: pre-wrap;
    line-height:1.5;
}
.dtwpBoxFAQ ul li {
    padding: 6px;
    border-bottom: 1px solid #e5e2e2;
    cursor:pointer;
}
.dtwpBoxQuestion span {
    color: #363636ab;
}

.dtwpBoxQuestion input:checked + .dtwpBoxAnswer{
    display:block;
}
.dtwpBoxQuestion input + .dtwpBoxAnswer{
    display:none;
}
.dtwpBoxQuestion input {
    display: none;
}
.dtwpBoxSocials {
    background: #fff;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid #d7d7d7;
    padding: 7px 0px 3px;
}
.dtwpBoxSocials img {
    width: 20px;
}
.dtwpBoxHeader svg {
    width: 20px;
    float: right;
    cursor:pointer;
}
.dtwpBoxHeader p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 8px;
}
.dtwpFloatBtn{
    cursor:pointer;
}
.RTL .dtwpBoxHeader svg {
    float: left !important;
}