* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.ff_outfit {
    font-family: "Mona Sans", sans-serif !important;
}

.btn_back {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    color: #000000;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
}

.btn_back img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.btn_solid {
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    box-shadow: 0px 1px 2px 0px #0A0D120D,
        0px -2px 0px 0px #0A0D120D inset,
        0px 0px 0px 1px #0A0D122E inset;
    background-color: #E2001A;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 185px;
    padding: 10px 16px;
    border-radius: 8px;
    min-height: 44px;
}

.btn_solid img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.btn_bordered {
    border: 2px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    background-color: #F5F5F5;
    box-shadow: 0px 1px 2px 0px #0A0D120D,
        0px -2px 0px 0px #0A0D120D inset,
        0px 0px 0px 1px #0A0D122E inset;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    min-width: 185px;
    padding: 10px 16px;
    border-radius: 8px;
    min-height: 44px;
}

.title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
    font-family: "Mona Sans", sans-serif !important
}

.disc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #717680;
}

/* order  */
.section-head .btn,
.section-head input,
.addscreen .dropdown .btn {
    background: #FFFFFF;
    border: 2px solid #FFFFFF1F;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    max-width: 160px;
    box-shadow: 0px 1px 2px 0px #0A0D120D,
        0px -2px 0px 0px #0A0D120D inset,
        0px 0px 0px 1px #0A0D122E inset;
    margin-left: 12px;
}

.section-head .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Add Screens  */

.addscreen {
    padding: 32px 0 48px 0;
}

.addscreen h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}

.addscreen .form-group {
    margin-bottom: 20px;
}

.addscreen .form-group .form-control,
.addscreen .form-group .form-select {
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    background-color: #FFFFFF;
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
}

.addscreen .form-group .form-control::placeholder {
    color: #717680;
}

.addscreen .form-group label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
    margin-bottom: 6px;
}

.addscreen .form-group textarea {
    height: 126px;
    resize: none;
}

.addscreen form .form-row:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E9EAEB;
}

.addscreen .dropdown .dropdown-menu {
    transform: translate3d(0px, 45.6px, 0px) !important;
    padding: 0;
    top: 0;
    box-shadow: 0px 2px 2px -1px #0A0D120A,
        0px 4px 6px -2px #0A0D1208,
        0px 12px 16px -4px #0A0D1214;
    width: 248px;
    overflow: hidden;
}

.addscreen .dropdown .form-check {
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 0;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.addscreen .dropdown hr {
    margin: 0;
    border-top: 1px solid #D5D7DA;
    opacity: 1;
}

.addscreen .dropdown .form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #D5D7DA;
    border-radius: 4px;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #0F193C;
    border-color: #0F193C !important;
}

.addscreen .dropdown .form-check label {
    color: #414651;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: fit-content !important;
    width: auto;
    flex: 1;
}

.addscreen .form-group p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #535862;
}

.inp_file-wrapper {
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #717680;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
}

.inp_file-wrapper input {
    border: none;
    outline: none;
    padding: 8px 12px;
}

.inp_file-wrapper label {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-left: 1px solid #D5D7DA;
    padding: 8px 12px;
    margin-bottom: 0 !important;
}

.inp_file-wrapper label img {
    width: 20px;
    height: 20px;
}

.uploaded {
    background: #FFFFFF;
    padding: 16px;
    border: 1px solid #E9EAEB;
    border-radius: 12px;
    display: flex;
    margin-top: 12px;
}

.uploaded img {
    width: 20px;
    height: 20px;
}

.uploaded h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.uploaded p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

}

.uploaded .text-green {
    color: #079455 !important;
}

.uploaded p img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.uploaded .btn img {
    width: 32px;
    height: 32px;
}

.form-check input[type=radio] {
    box-shadow: none;
    border: 2px solid #A4A7AE;
}

.form-check .form-check-input[type=radio]:checked {
    background-color: #E2001A;
    border-color: #E2001A !important;
}


.form-check label {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #535862;
}

.inp_location {
    padding: 8px 12px 8px 42px !important;
    background: url(../assets/images/map-pin.svg) center no-repeat;
    background-position: left 14px center;
}


@media (min-width:767px) and (max-width:991px) {
    .addscreen .help_Txt .content {
        bottom: 30px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        width: 300px;
    }

    .addscreen .help_Txt:hover .content {
        transform: unset;
        transform: translateX(-50%);
    }
}

/* order detail ................  */

.orderDetail {
    padding: 32px 0 40px 0;
}

.orderDetail .table-outer {
    overflow: hidden;
}

.orderDetail .orderInfo {
    padding: 24px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #D5D7DA;
}

.orderDetail .orderInfo h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}

.orderDetail .orderInfo p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.orders {
    padding: 24px;
}

.text-danger {
    color: #E2001A !important;
}

.order-detail:not(:last-child) {
    margin-bottom: 24px;
}

.order-detail .img-container {
    border: 1px solid #D5D7DA;
    padding: 12px 24px;
    border-radius: 4px;
}

.order-detail h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 24px;
}

.order-detail p {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #474747;
    margin-bottom: 0;
}

@media (max-width:575px) {

    .orderDetail .orderInfo,
    .orders {
        padding: 16px;
    }

    .order-detail h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .order-detail p {
        font-size: 16px;
        line-height: 20px;
    }

    .orderDetail .orderInfo h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .orderDetail .orderInfo p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .order-detail h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .orderDetail .orderInfo h3 {
        font-size: 20px;
    }
}

/* notification ...................... */

.notification {
    padding: 28px 0 48px 0;
}

.notification .cards .card {
    border: 1px solid #A4A7AE;
    border-radius: 16px;
    padding: 24px 32px;
}

.notification .cards .card h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #414651;
    margin-bottom: 0;
}

.notification .cards .card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #58595B;
    margin-bottom: 0;
}

.notification .cards .card form {
    margin-top: 32px;
    max-width: 592px;
}

.notification .cards .card .form-group {
    margin-bottom: 20px;
}

.notification .cards .card .form-group label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
    margin-bottom: 6px;
}

.notification .cards .card .form-group .form-control {
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    border-radius: 8px;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
}

.notification .cards .card .form-group textarea {
    height: 126px;
}

.notification .cards .card .form-group label span {
    color: #E2001A !important;
}

#MassageScheduleforLater {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

#MassageScheduleforLater.show {
    max-height: 500px;
    opacity: 1;
}

.help_Txt,
.help_Txt img {
    height: 16px;
    width: 16px;
}

.help_Txt:hover .content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.help_Txt .content {
    padding: 8px;
    border-radius: 8px;
    background-color: #F5F5F5;
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.help_Txt .content p {
    font-size: 10px;
    line-height: 14px;
}


.notification .canvas {
    padding: 0 !important;
}

.notification .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification .card-heading {
    background-color: #F3F4F4;
    border-bottom: 1px solid #BCBEC0;
    padding: 16px 32px;
    border-radius: 20px 20px 0 0;
}

.notification .card-heading h3 {
    font-size: 18px;
}


.phone-container {
    width: 258px;
    height: 532px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 40px;
}

.phone {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.phoneContant {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    max-width: 258px;
    width: 100%;
    height: 100%;
    max-height: 532px;
    border-radius: 28px;
    overflow: hidden;
    background-image: url(../assets/images/Wallpaper.png);
    background-size: cover;
}

.screen-content {
    min-height: 64%;
    max-height: 64%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 0 32px;
    position: relative;
    z-index: 1;
    overflow: auto;
}

.notification .notifications {
    width: 100%;
    background-color: #FFFFFFCC;
    border-radius: 12px;
    padding: 8px 12px;
    backdrop-filter: blur(30px);
    display: flex;
    align-items: center;
}

.notification .notifications:not(:last-child) {
    margin-bottom: 10px;
}

.notification .notifications img {
    width: 32px;
    height: 32px;
}

.notification .notifications h6 {
    font-weight: 600;
    font-size: 12px !important;
    line-height: 13px !important;
    color: #222222;
    margin-bottom: 0;
}

.notification .notifications p {
    font-weight: 400;
    font-size: 11px !important;
    line-height: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification .notifications p span {
    font-size: 9px;
}

.dtr-details {
    display: block;
    width: 100%;
}

.table-outer {
    border: 1px solid #E9EAEB;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    border-radius: 12px;
    margin-top: 32px;
}

.table-outer .table-head {
    padding: 26px 24px;
}

.table-outer .table-head h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #181D27;
}

.table {
    border: 1px solid #E9EAEB;
}

.table tr th {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #717680;
    padding: 13px 24px;
    background-color: #FAFAFA;
}

.table tr td {
    padding: 12px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #181D27;
}

.table tr td span {
    font-weight: 400 !important;
}

.table .form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 1px solid #D5D7DA;
    box-shadow: none;
}

.dataTables_filter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    max-width: 400px;
}

.dataTables_filter label {
    width: 100%;
}

.dataTables_filter .form-control {
    background-color: #FFFFFF;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    padding: 8px 16px 8px 44px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
    box-shadow: none;
    background-image: url(../assets/images/search-lg.svg);
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 20px;
    max-width: 100%;
    width: 96% !important;
}

/*modals*/
.meetingModalHeaderIcon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #BCBEC0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.meetingModalHeaderIcon img {
    width: 24px;
    height: 24px;
}

.btn-close {
    box-shadow: none !important;
    opacity: 1 !important;
}

/* deleta Modal  */

.deleteModal .modal-header {
    padding: 20px 24px;
}

.deleteModal .modal-body {
    padding: 10px 24px;
}

.deleteModal .modal-footer {
    padding: 20px 24px;
}

.deleteModal .modalTitle {
    font-size: 16px;
}

.deleteModal .modal-content {
    border: 0 !important;
    color: #58595B;
}

.deleteModal .modal-dialog {
    max-width: 540px;
}

/* Add Modal .....  */

.addModal .modal-dialog {
    max-width: 640px;
}

.addModal .modal-header {
    padding: 24px 24px 16px 24px;
}

.addModal h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.addModal .form-group label {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #414651;
    margin-bottom: 6px;
}

.addModal .form-group .form-control,
.addModal .form-group .form-select {
    border: 1px solid #D5D7DA;
    box-shadow: 0px 1px 2px 0px #0A0D120D;
    background: #FFFFFF;
    padding: 8px 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #717680;
}

.addModal .modal-footer {
    padding: 24px;
}


@media (max-width:575px) {

    .help_Txt .content {
        bottom: 30px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        width: 300px;
    }

    .help_Txt:hover .content {
        transform: unset;
        transform: translateX(-50%);
    }
}