<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Modal */
.size-color-form-modal {
    position: absolute;
    background: #fff;
    box-shadow: -8px 8px 46px -9px rgb(6 19 51 / 20%);
    border-radius: 8px;
    width: 370px;
    right: 0px;
    top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 24px;
    z-index: 2;
    display: none;
}
.size-color-form-modal.active {
    display: block;
}
/* Modal End */
.frm-box{
    padding: 50px;
}
.dshbrd-hdr{
    background: #091D4F;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin: -50px -50px 0px -50px;
}
.dshbrd-hdr h4{
    font-size: 24px;
    color: #fff;
    line-height: 160%;
    margin: 0px;
}
.dshbrd-hdr .link{
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 0px;
    padding-bottom: 2px;
}
.dshbrd-hdr .link svg{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.frm-sec{
    width:630px;
    max-width: 90%;
    margin: auto;
}
.frm-box .section-title h2 span a{
    border-bottom: 1px solid #0d6efd;
}
.frm-lbl{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    color: #091D4F;
    margin-bottom: 10px;
}
.prfle-img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
}
.prfle-img&gt;img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.edit{
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #091D4F;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.edit&gt;svg{
    margin: auto;
    width: 16px;
    height: 16px;
}
.prfle-dtail{
    padding-left: 40px;
}
.prfle-dtail h2{
    font-size: 24px;
    color: #091D4F;
    line-height: 160%;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
}
.prfle-dtail h2 span{
    display: inline-block;
    color: rgb(9 29 79 / 50%);
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    padding-left: 10px;
}
.prfle-dtail p{
    color: rgb(9 29 79 / 50%);
    font-size: 18px;
    margin: 0px 0px 30px 0px;
}
.prfle-dtail p span{
    display: inline-block;
    font-weight: 700;
    color: #091D4F;
}
.prfl-fld-edt .frm-contrl-inpt{
    background: #e4e4e4;
    color: rgb(9 29 79 / 40%);
    position: relative;
}

.prfl-fld-edt  .edit{
    width: 28px;
    height: 28px;
    bottom: 11px;
    right: 10px;
    background: transparent;
}
.prfl-fld-edt  .edit&gt;svg&gt;path{
    fill: #091D4F;
}
.section-title.frm-title h2{
    font-size: 30px;
}
.link{
    text-decoration: none;
    color: #091D4F;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #091D4F;
}
.gray-box .pr-tmplt-tbl th, .gray-box .pr-tmplt-tbl td{
    text-align: center;
}
.ticket-dtl{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.ticket-img{
    margin-right: 40px;
    width: 200px;
}
.ticket-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}
.radio-lbl{
    font-size: 14px;
    color: rgb(9 29 79 / 60%);
    font-weight: 600;
}
.ticket-cntnt{
    flex: 1;
}


.dshbord-crd{
    display: flex;
    align-items: flex-start;
    background: #eaeaea;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    cursor: pointer;
}
.dshbord-img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(9 29 79 / 20%);
    display: flex;
    margin-right: 15px;
}
.dshbord-img svg{
    margin: auto;
    width: 38px;
    height: 38px;
}
.dshbord-cntnt{
    padding: 0px;
    flex:1;
}
.dshbord-cntnt h2{
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
    line-height: 160%;
}
.dshbord-cntnt p{
    font-size: 15px;
}
.dshbord-cntnt .sml-txt{
    line-height: normal;
}
.w-fit-content{
    width: fit-content !important;
}
/* Chat message */
.chat-box{
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 867px;
    margin: 25px 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
    box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
  }
  
  .msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
  }
  
  .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
  }
  .msger-chat::-webkit-scrollbar {
    width: 6px;
  }
  .msger-chat::-webkit-scrollbar-track {
    background: #ddd;
  }
  .msger-chat::-webkit-scrollbar-thumb {
    background: #bdbdbd;
  }
  .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
  }
  .msg:last-of-type {
    margin: 0;
  }

  .msg-bubble {
    width: 100%;
    border:1px solid #e4eedc;
    border-radius: 3px;
  }
  .msg-info {
    background:#dff0d8;
    width: 100%;
    padding: 10px;
  }
  .msg-info-name {
    font-size: 13px;
    color:#3c9a15
  }
  .msg-text{
    color: #091D4F;
    font-size: 14px;
  }
  .msg-info-time {
    font-size: 0.85em;
    color: rgb(9 29 79 / 50%);
  }
  .msg-info-time span{
    color:rgb(9 29 79 / 80%)
  }
  .msg-attachement{
    background: #e5e5e5;
    margin-top: 10px;
  }
  .msg-attachement h2{
    padding-top: 4px;
    font-weight: 700;
    font-size: 15px;
    color: #091D4F;
  }
.msg-attachement-file{
    padding: 8px;
    font-size: 14px;
    color: #091D4F;
    font-weight: 500;
    border: 1px solid #ccc;
}
  .trckng-stts{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
.trckng-tm{
    font-size: 15px;
    color: #091D4F;
    font-weight: 500;
    min-width: 120px;
}
.trckng-dtl{
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px dashed #ccc;
    font-size: 16px;
    color: #091D4F;
    font-weight: 600;
}
.trckng-dtl span{
    display: block;
    font-size: 13px;
    color:rgb(9 29 79 / 50%);
    font-weight: 200;
}

.th-date{
    width: 60px;
}
.th-ordr-id{
    width: 100px;
}
.th-ordr-info{
    width: 180px;
}
.th-cost{
    width: 100px;
}
.th-pymnt-stts{
    width: 80px;
}
.th-view-tckt{
    width: 150px;
}
.th-tckt-stts{
    width: 80px;
}
.th-acton{
    width: 200px;
}
/* Chat Message End */
@media screen and (max-width:767px){
    .prfle-img{
        margin: 0px auto 30px;
    }
    .prfle-dtail{
        text-align: center;
        padding-left: 0px;
    }
    .prfle-dtail h2{
        justify-content: center;
    }
    .gray-box{
        padding-left: 0px;
        padding-right: 0px;
    }
    .dshbrd-hdr{
        margin-left: 0px;
        margin-right: 0px;
    }
    .dshbrd-hdr h4{
        font-size: 18px;
    }
}
@media screen and (max-width:768px){
    
    .size-color-form-modal.modal-center-XY{
        top: 50% !important;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}
@media screen and (max-width:620px){
    .ticket-dtl{
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .ticket-img{
        margin: auto auto 30px;
    }
    .ticket-dtl  .default-btn{
        margin: auto;
    }
    .trckng-stts{
        flex-direction: column;
    }
    .trckng-dtl{
        border-top: 1px dashed #ccc;
        border-left: 0px;
        margin: 10px 0px 0px;
        padding: 10px 0px 0px;
    }
    .prfle-dtail h2{
        flex-direction: column;
    }
    .frm-box {
        padding-bottom: 20px;
    }

}

@media screen and (min-width:991px){
    .modal-lg{
        min-width: 600px;
    }
}
.error {
    font-size: 12px;
    color: #f00 !important;
    font-weight: normal;
}
@media screen and (max-width:580px){
	.dshboard-radio{
		text-align: left;
	}
	.dshboard-radio .custom_radio{
		align-items: baseline;
	}
}
.default-dark:hover {
    color: #fff;
}   
/* #order-return .pr-tmplt-tbl tbody td {
    padding:8px;
} */

/* Shipping status popup css start */
.ship-box {
    display: flex;
    margin-bottom: 15px;
}
.ship-details {
    border-left: 2px solid #dfe2e7;
    padding-left: 25px !important;
}
.ship-time {
    width: 170px;
}
.ship-box div {
    margin: 0px !important;
    padding: 5px 80px 6px 0px;
}
.ship-details span {
    display: block;
    color: #27415a;
    font-weight: 300;
}
small.badge.bg-green.view_tracking {
    display: block;
    margin-bottom: 5px;
}
#viewShipping .rest_mdlBody {
    padding-left: 45px;
}
span.ship-delivery {
    font-weight: 600;
}
.ship-time,span.ship-delivery {
    color: #27415a;
    font-weight: 500;
}
#viewShipping .fill_hdng h4.sub-title {
    color: #d46516;
}
#viewShipping .rest_mdlBody{
    text-align: left;
}
.tracking_list {
    height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
}
.resetmdl_hdng{
    background-color: #f0f0f0;
    text-align: center;
    padding: 28px 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 5px #ccc;    
}
span.day-text {
    color: #3e8b25;
    font-size: 15px;
    font-weight: 500;
    margin: 15px 0px;
    display: block;
}

@media screen and (max-width:649px){
    .ship-box{
        flex-direction: column;
    }
    .ship-details{
        border-left: 0px;
        border-top: 2px solid #dfe2e7;
        padding-left: 0px !important;
    }
    body .ship-box .ship-time {
       padding-left: 0px;
    }
    
}

@media screen and (min-width:650px){
    body .ship-box .ship-time {
        padding: 10px;
        min-width: 170px;
    }
}</pre></body></html>