@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Start Common Css */
html {
    height: 100% !important;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100% !important;
    font-family: "Roboto";
    background: #f7faf7;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: auto;
}
p {
    margin-bottom: 0 !important;
}
ul {
    padding: 0 !important;
    margin: 0;
}

ul li {
    list-style: none;
}
img:focus-visible {
    outline: none;
}
img:focus {
    outline: none;
}
a:focus-visible {
    outline: none;
}
a:focus {
    outline: none;
}
.stickyHead {
    position: sticky;
    top: 80px;
    background: #f9feff;
    z-index: 2;
}
.invalid-feedback {
    display: block !important;
}
.wrapper {
    background: url("../../img/sidebar.png") no-repeat;
    background-position: top left;
    background-size: auto;
    height: 100vh;
}
.horizontal_heading_ {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    font-family: "Roboto";
    color: #060a05;
}
.subHeading {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    font-family: "Roboto";
    color: #060a05;
}
.primaryBtn {
    display: block;
    text-align: center;
    background: #060a05;
    box-shadow: 0px 20px 20px #060a0526;
    border-radius: 14px;
    padding: 13px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    width: 150px;
    border: 2px solid #060a05;
}
.backBtn {
    width: 150px;
    border: 2px dashed #060a05;
    border-radius: 18px;
    background: #ffffff !important;
    color: #000;
    box-shadow: none;
}
.headingMid {
    color: #060a05;
    font-size: 16px;
}
.headingSm {
    color: #060a05;
    font-size: 14px;
}
/* End Common Css */
/* Start Scrollbar Css */
.closebtn2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
::-webkit-scrollbar {
    width: 5px !important;
    height: 5px;
    display: none;
}
::-webkit-scrollbar-thumb {
    background-color: #7a9e9fc4 !important;
    border-radius: 16px !important;
    border: 5px solid #8fb1ab !important;
}
::-webkit-scrollbar-track {
    background: #b2d5cf !important;
    border-radius: 16px !important;
}
/* End Scrollbar Css */
/* Start Sidebar Css */
.logoSidebar {
    text-align: center;
    margin: 20px 0;
}
.vertical-tab {
    padding: 10px 15px;
    width: 230px;
    height: 95% !important;
    position: fixed;
    /* height: calc(100% - 70px); */
    padding-bottom: 30px;
    background: transparent
        linear-gradient(
            0deg,
            rgba(102, 16, 242, 0.3) 0%,
            rgb(102, 16, 242 / 30%) 100%
        ) !important;
    box-shadow: -10px 10px 30px #0000000d;
    border-radius: 20px;
    z-index: 2;
}
.vertical_menus_ {
    max-height: calc(100% - 65px);
    overflow: auto;
}
.vertical_menu_items_ {
    margin-bottom: 5px;
    display: block;
}
.vertical_menus_::-webkit-scrollbar {
    width: 5px;
}
.vertical_menus_::-webkit-scrollbar-thumb {
    background-color: #7a9e9fc4;
    border-radius: 16px;
    border: 5px solid #8fb1ab;
}
.vertical_menus_::-webkit-scrollbar-track {
    background: #b2d5cf;
    border-radius: 16px;
}
.vertical_menus_link_ {
    color: #ffffff !important;
    font-size: 14px;
    padding: 10px 12px;
    display: flex;
    transition: all 0.3s;
    border-radius: 10px;
    font-family: "Roboto";
    cursor: pointer;
    margin-right: 5px;
}
.vertical_menus_link_.active {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000000d;
    border-radius: 7px;
}
.vertical_menus_link_.active .iconShow {
    display: none;
}
.vertical_menus_link_ .iconHide {
    display: none;
}
.dasd_icons {
    margin-right: 8px;
}
.vertical_menus_link_.active .iconHide {
    display: block;
}
.vertical_menus_link_.active > span {
    color: #060a05 !important;
}
/* End Sidebar Css */
/* Start Header Css */
header {
    min-height: 80px;
    width: 100%;
    background: #ffffff;
    /* position: relative; */
    padding: 14px 0;
    position: sticky;
    z-index: 99;
    top: 0;
    width: 100%;
}
.headerlist {
    display: flex;
    align-items: center;
}
.navBar__ {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.navBar__ li {
    display: inline-block;
    padding: 0 10px;
}
.navBar__ li:last-child {
    padding-right: 0;
}
.navBar__ li a {
    font-size: 14px;
    color: #2b2728;
    font-weight: 400;
}
.userProfile__ {
    border-left: 1px solid #e2e2e2;
}
.userProfile__ .dropdown-toggle::after {
    display: none;
}
.userDetails {
    text-align: right;
    margin-right: 14px;
}
.userName {
    font-size: 14px;
    color: #2b2728;
    font-weight: 600 !important;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.smallTxt {
    font-size: 10px;
    color: #4f6367;
    margin: 0;
}
.userProfileHeader {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.notification_box {
    position: relative;
}
.notification_box::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50px;
    border: 2px solid #f5fbfb;
    right: 7px;
    top: 0;
}
/* End Header Css */
/* Start Dashboard Css */
.content_areas {
    width: 100%;
    margin-left: 242px;
    padding: 0 9px 27px 9px;
    position: relative;
    width: auto;
    width: calc(100% - 229px);
    transition: all 0.3s;
    max-height: calc(100vh - 30px);
    overflow: auto;
    overflow-x: hidden;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000000d;
    border-radius: 20px;
}
.dashCard {
    color: #060a05;
    padding: 24px 0 18px 32px;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 60px #0000000d;
    border: 2px solid #b4d3b24f;
    border-radius: 25px;
    height: 117px;
}
.welcome_ {
    display: flex;
    align-items: center;
}
.welcome_img img {
    max-width: 115px !important;
}
.welcomeText {
    margin-left: 21px;
}
.dashCard p {
    font-size: 14px;
    color: #ffffff;
}
.dashCard.dashSecond {
    /* background-color: #3e7efb; */
    background-color: #7b2c9d;
    background-image: url("../../img/wave.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 90% 100%;
    border: none;
    box-shadow: none;
}
.dashCard.dashThird {
    background-image: url("../../img/wave.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 90% 100%;
    /* background-color: #fd1e61; */
    background-color: #a43fc5;
    border: none;
    box-shadow: none;
}
.welcomeText h2 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
.welcomeText p {
    font-size: 9px;
    color: #888888;
}
.dashCardHeading {
    font-size: 40px;
    color: #ffffff;
}
.corrier,
.order {
    max-height: 440px;
    height: 100%;
    overflow-x: hidden;
}
.corrierCardCon {
    background: #f7faf7 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 15px;
}
.corrierCard {
    display: flex;
    justify-content: space-between;
}
.requestTopCard {
    display: flex;
    align-items: start;
}
.requestCardContent {
    width: 100%;
}
.requestCardImg {
    margin-right: 12px;
}
.requestBotImg {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.cardHeading {
    font-size: 12px;
    margin-bottom: 0;
    color: #060a05;
    font-weight: bold;
}
.cardText {
    font-size: 12px;
    color: #060a05;
}
.cardHeadingInner {
    font-size: 12px;
    color: #888888;
    font-weight: 400;
}
.imgName {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000000d;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
    font-size: 10px;
}
.acceptBtn {
    background: #060a05;
    border-radius: 7px;
    color: #fff;
    font-size: 10px;
    padding: 5px 18px;
    border: 1px solid #060a05;
}
.rejectBtn {
    background: #f7faf7;
    border: 1px dashed #060a05;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 500;
    color: #060a05;
    padding: 5px 18px;
}
.imgBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.orderShorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select__ {
    position: relative;
    text-align: end;
}

.select__ .Appointment_filterBox {
    text-align: end !important;
    position: relative;
}
.select__ .Appointment_filterBox .customSelect.orderFilter {
    background-color: #fff;
}
.select__ .Appointment_filterBox .filter_icon {
    position: absolute;
    right: 180px !important;
    top: 9px !important;
    left: inherit;
}
.customSelect {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000000d;
    border-radius: 14px;
    padding: 7px 35px 7px 20px;
    font-size: 11px;
    border: none;
    display: inline-block !important;
    width: auto;
    cursor: pointer;
    /* appearance:auto  !important; */
}
.input_icon_selectBox {
    padding: 3px;
    position: absolute;
    display: block;
    bottom: auto;
    top: 10px;
    right: 14px;
}
.orderText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.orderImg {
    width: 60px;
    height: 60px;
}
.orderCon {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
.orderCardImg {
    margin-right: 12px;
}
.orderContent {
    width: 100%;
}
.orderCount {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.destination .cardText {
    font-size: 10px;
    margin-bottom: 7px !important;
    z-index: 1;
    position: relative;
}
.location {
    color: #b4d3b2;
    font-size: 10px;
    z-index: 1;
    position: relative;
}
.destination {
    position: relative;
}
.destination::after {
    content: "";
    border-left: 1px dotted #b4d3b2;
    position: absolute;
    top: 0px;
    left: 6px;
    height: 100%;
    z-index: 0;
}
/* End Dashboard Css */
/* Start Request Managment */
.serachBar {
    display: inline-block;
    max-width: 385px;
    width: 100%;
    position: relative;
}
.search {
    padding: 4px 21px 4px 37px !important;
    background: #eceff166;
    border: 1px solid #eceff1 !important;
    border-radius: 10px;
}
.searchIcon {
    position: absolute;
    top: 8px;
    left: 11px;
}
.serachBar input::placeholder {
    color: #c0c2c4;
    font-size: 14px;
}
.appointment .form-control .form-control:disabled,
.form-control[readonly] {
    margin: 20px 0;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000000d;
    border-radius: 7px;
    padding: 8px 0;
    width: auto;
}
.calander_date {
    position: relative;
}
.dateselect {
    width: 24px;
    position: absolute;
    top: 8px;
    left: 20px;
}
.customTable {
    width: 100%;
    overflow-x: scroll;
    min-width: 670px;
}

.backBtn__ a {
    display: flex;
}
.backBtn__ span {
    font-size: 22px;
    font-weight: 600;
    color: #060a05;
    margin-left: 5px;
}
.content_areas.requestmanagement_show_container {
    min-height: calc(100vh - 36px);
}
/* End Request Managment */
/* Start Request Details Css */
.requestLeft {
    /* width: 325px; */
    max-height: 625px;
    height: 100%;
    border-radius: 10px;
}
.headingBig {
    color: #060a05;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}
.emailBig {
    color: #060a05;
    font-size: 18px;
}
.requestDetailsHeading {
    display: flex;
    justify-content: space-between;
}
.reqDetailsDate {
    color: #888888;
    font-size: 16px;
}
.reqDetialsText {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.emailBig img {
    width: 20px;
    height: 20px;
}
.facialText {
    color: #0f84ed;
}
.headingMed {
    color: #060a05;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.frontSide p {
    color: #a5a5a7;
    font-size: 14px;
    margin-bottom: 4px !important;
}
.idProofSides {
    display: flex;
    /* justify-content: space-between; */
}
.customCard {
    border-radius: 20px;
    padding: 20px 22px 0px 22px;
    background-size: 100%;
    height: 100%;
    margin-top: 15px;
    background: url("../../img/atmBg.svg") no-repeat, #000000c9;
    /* background-position: center; */
}
.bankDetails {
    display: flex;
    justify-content: space-between;
}
.bankCustomerName p {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    margin-bottom: 6px !important;
}
.bankCustomerName .headingMed {
    color: #ffffff;
}
.cardFoot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
}
.cardFoot a {
    color: #ffffff !important;
    font-size: 16px;
}
.cardFoot span {
    color: #ffffff !important;
    font-size: 12px;
}
.detailsBtn {
    display: flex;
    justify-content: end;
    align-items: center;
}
.idSides {
    width: 295px;
    height: 150px;
    border-radius: 10px;
}
/* End Request Details Css */
/* Start User Managment Details */
.activeBtn {
    background: rgb(79 175 90 / 20%);
    border-radius: 5px;
    color: #4faf5a;
    padding: 7px 14px;
    font-size: 12px;
}

.inactiveBtn {
    background: rgb(254 54 54 / 20%);
    border-radius: 5px;
    color: #fe3636;
    padding: 7px 14px;
    font-size: 12px;
}
.dateWithBorder {
    border-right: 1px solid rgb(6 10 5 / 15%);
    padding-right: 15px;
    margin-right: 12px;
    color: #b4d3b2;
}
.profileEmail {
    margin-top: 15px;
}
.userManagmentDetails .orderImg {
    width: 129px;
    height: 78px;
}
.userManagmentDetails .orderCon {
    background: #f7faf7;
    border-radius: 20px;
    padding: 13px 10px;
}
.userManagmentDetails .orderCount {
    align-items: center;
}
.userManagmentDetails .cardHeading {
    font-size: 14px;
}
.userManagmentDetails .cardText {
    font-size: 14px;
}
.userManagmentDetails .location {
    font-size: 14px;
}
.deliveryDate {
    border-right: 1px solid rgb(6 10 5 / 15%);
    padding-right: 15px;
    margin-right: 12px;
    color: #060a05;
    font-size: 12px;
}
.ongoing {
    color: #26c6da;
    font-size: 12px;
    font-weight: 600;
}
.complete {
    font-size: 12px;
    font-weight: 600;
    color: #4faf5a;
}
.dots {
    cursor: pointer;
}
.view_dropdown {
    box-shadow: 0 4px 9px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 12px !important;
    z-index: 222;
    overflow: hidden;
    border: none;
    cursor: pointer;
    /* text-align: center; */
}
.requestCon__ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
    background: #f7faf7;
    border-radius: 20px;
    margin-bottom: 10px;
}
.requestCardRight {
    display: flex;
    align-items: center;
}
.requestCardRight span {
    color: #060a05;
    font-size: 12px;
    border-right: 1px solid #b4d3b2;
    padding-right: 20px;
    margin-right: 20px;
}
.requestCon__ .requestCardContent {
    text-align: left;
}
.filter_icon {
    position: absolute;
    left: 13px;
    top: 9px;
}
.filter {
    cursor: pointer;
    padding: 7px 35px 7px 30px !important;
}
.userManTr {
    color: #888888;
    font-size: 14px;
}
.userManTr th {
    font-weight: 500 !important;
}
.customTable.userManTable th {
    background: #f7faf7;
    padding: 8px;
}
.customTable.userManTable th:first-child {
    border-radius: 10px 0 0 10px;
}
.customTable.userManTable th:last-child {
    border-radius: 0 10px 10px 0;
}
.userManagmentTd .requestTopCard {
    align-items: center;
}
.userManagmentTd .requestBotImg {
    width: 40px;
    height: 40px;
}
.userManagmentTd .cardHeading {
    font-size: 14px;
}
.userManTable td {
    font-size: 12px !important;
    color: #060a05;
    padding-bottom: 10px;
}
.userManTable td:first-child {
    padding-top: 10px;
}
.appointment .transCon {
    padding: 10px 0;
}
.userManTable td:last-child {
    text-align: center;
}
.appointment .dropdown {
    text-align: left;
    padding-left: 25px;
}
.active_class_div {
    background: rgb(79 175 90 / 20%);
    border-radius: 5px;
    color: #4faf5a;
    padding: 6px 15px;
    display: inline;
}
.appointment .inactive_class_div {
    font-size: 12px;
    padding: 6px 15px;
    cursor: pointer;
}
.inactive_class_div {
    background: rgb(254 54 54 / 20%);
    border-radius: 5px;
    color: #fe3636;
    padding: 6px 15px;
    display: inline;
}
.userManagmentDetails .destination::after {
    left: 7px;
    top: 2px;
    height: 91%;
}
.bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px -10px 6px #00000005;
    border-radius: 0px 0px 20px 20px;
}
.bottom .page-item.active {
    border-radius: 0 !important;
}
.bottom .page-item:not(.prev-item) .page-link,
.page-item:not(.next-item) .page-link,
.page-item:not(.first) .page-link,
.page-item:not(.last) .page-link,
.page-item:not(.active) .page-link {
    line-height: 1.11 !important;
    border-radius: 0 !important;
}
.bottom .dataTables_length {
    font-size: 12px;
}
.bottom select {
    border: none !important;
    appearance: none !important;
    background: transparent !important;
}
/* End User Managment Details */
/* Start Order Managment Css */
.customSelect.orderFilter {
    cursor: pointer;
    padding: 7px 35px 7px 30px !important;
    background: #f2f2f2 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.orderManangment .orderCon {
    background: #f7faf7;
    border-radius: 20px;
    padding: 13px 10px;
}
.orderManangment .orderImg {
    width: 129px;
    height: 78px;
}
.orderManangment .cardText {
    font-size: 14px;
}
.orderManangment .location {
    font-size: 14px;
}
.orderManangment .destination::after {
    left: 7px;
    top: 2px;
    height: 91%;
}
.orderManagmentCon {
    display: flex;
}
.orderLeftImg {
    margin-right: 15px;
}
.orderDetialsSection .requestDetailsCon {
    width: 100%;
}
.completeBtn .activeBtn {
    background: rgb(79 175 90 / 20%);
    border-radius: 5px;
    color: #4faf5a;
    padding: 7px 10px;
    font-size: 12px;
}
.orderDetialsSection .emailText {
    font-size: 15px;
    color: #888888;
}
.orderDetialsSection .destination .cardText {
    font-size: 18px;
    margin-bottom: 15px;
}
.orderDetialsSection .location {
    font-size: 18px;
}
.orderDetialsSection .destination::after {
    top: 5px;
    left: 8px;
    height: 86%;
}
.orderDetialsSection .destination {
    margin-top: 45px;
}
.speciCon {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.speci {
    display: flex;
    align-items: center;
}
.speci img {
    margin-right: 14px;
}
.speciDiv h6 {
    font-size: 16px;
    font-weight: 800;
    color: #060a05;
    margin-bottom: 0;
}
.speciDiv span {
    color: #a5a5a7;
    font-size: 12px;
}
.speciCon .speci:first-child {
    padding-right: 40px;
    border-right: 1px solid #eceded;
    margin-right: 40px;
}
.orderDes {
    color: #a5a5a7;
    font-size: 14px;
    margin: 15px 0;
}
.orderHeading {
    color: #060a05;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.orderDeler .speciDiv img {
    margin-right: 2px;
}
.delerImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.orderDeler .speciDiv span {
    color: #060a05;
}
.orderDeler .speci {
    background: #f7faf7 0% 0% no-repeat padding-box;
    border-radius: 20px;
    padding: 15px 15px;
}
.orderDelerCon .delerBorder:first-child .orderDeler {
    padding-right: 40px;
    border-right: 1px solid #eceded;
}
.orderDelerCon .delerBorder:nth-child(2) .orderDeler {
    padding-right: 40px;
    border-right: 1px solid #eceded;
}
/* End Order Managment Css */
/* Start Transtion Css */
.transCon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.transImg {
    display: flex;
    align-items: center;
}
.transImg img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.transCon .headingMid {
    font-size: 14px;
    color: #060a05;
}
.dateSpan {
    font-size: 14px;
    color: #a5a5a7;
}
.credit {
    color: #4faf5a;
    font-size: 14px;
    font-weight: 500;
}
.debit {
    color: #fe3636;
    font-size: 14px;
    font-weight: 500;
}
.appointment .headingMid {
    color: #060a05;
    font-size: 16px;
}

/* End Transtion Css */
/* Start Info pages */
.info .nav_link.active {
    background: #ffffff !important;
    color: #060a05 !important;
    box-shadow: 0px 3px 10px #0000000d !important;
    border-radius: 7px !important;
    font-size: 10px !important;
    padding: 7px 10px !important;
    font-weight: 600 !important;
    border: none;
}
.info .nav_link {
    color: #95b58f !important;
    /* box-shadow: 0px 3px 10px #0000000d !important; */
    border-radius: 7px !important;
    font-size: 10px !important;
    padding: 7px 10px !important;
    font-weight: 400 !important;
    border: none;
}
.info .nav-item {
    margin-right: 10px;
}
.navPills .nav-item:last-child {
    margin-right: 0;
}
.navPills {
    background: #f7faf7 0% 0% no-repeat padding-box;
    border: 1px solid #b4d3b2;
    border-radius: 10px;
    padding: 5px 6px !important;
}
.infoTabs {
    display: flex;
    align-items: center;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #060a05;
    font-size: 12px;
    font-weight: 500;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #060a05;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #060a05;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.radio-buttons {
    display: flex;
    margin-bottom: 12px;
}
.radio-buttons .form-group:first-child {
    margin-right: 20px;
}
/* End Info pages */
/* Start Buddy Page Css */
.buddy .navPills {
    border: 1px solid #b4d3b2;
    border-radius: 10px;
    padding: 5px 6px !important;
    background: #b4d3b2;
    border-radius: 25px;
}
.buddy .nav_link.active {
    border: none;
    box-shadow: none;
    background: #ffffff;
    border-radius: 25px;
    color: #b4d3b2;
    font-size: 12px;
}
.buddy .nav_link {
    color: #ffffff;
    font-size: 12px;
}
.div_terms_and_condition_buddy,
.div_privacy_policy_buddy {
    display: none;
}
/* End Buddy page Css */
/* Start Pagination Css */
.page-item.active .page-link {
    z-index: 3;
    border-radius: 5rem;
    background-color: #b4d3b2 !important;
    color: #fff !important;
    font-weight: 600;
}
.page-item .page-link {
    margin: 0;
    margin-left: 0;
    font-size: 1rem;
    min-width: 0 !important;
}
.page-item.next {
    display: none;
}
.page-item.previous {
    display: none;
}
.page-link {
    padding: 14px 10px;
    background: transparent !important;
    font-size: 10px !important;
}
#rejectModal .modal-dialog {
    max-width: 355px;
}
#rejectModal .modal-content {
    box-shadow: 0px 10px 20px #0000000d;
    border-radius: 20px;
}
#rejectModal .modal-header {
    padding: 30px 30px 14px 24px !important;
    border-radius: 20px;
    background-color: transparent;
}
#rejectModal textarea {
    width: 100%;
    background: #f7faf7 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: none !important;
    outline: none;
    padding: 10px;
    margin-top: 8px;
    resize: none;
}
#rejectModal textarea::placeholder {
    font-size: 12px;
    color: #131313;
}
#rejectModal .backBtn {
    max-width: 120px;
    background: #ffffff;
    border: 1px dashed #060a05;
    border-radius: 18px;
    font-weight: 400;
}
#rejectModal .primaryBtn {
    max-width: 140px;
    border-radius: 14px;
    font-weight: 400;
}
#rejectModal .modal-footer {
    border-top: 0;
    padding: 25px;
}
#rejectModal .modal-body {
    padding-bottom: 0;
}
#rejectModal .modal-title {
    font: normal normal bold 20px/24px Roboto;
    color: #060a05;
}
#rejectModal .input_label {
    font-size: 10px;
    color: #a5a5a7;
}
/* #rejectModal {
    backdrop-filter: blur(90px);
} */

/* Start view appointment page CSS */
section.orderDetialsSection {
    padding: 40px 60px;
}
.appointment_view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.appointment_view .cardText_d {
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #333333;
}
.pasend_details .user_txt {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #4f4f4f;
}
.pasend_details .Biodata_icon {
    width: 25px;
}
.orderManagmentCon {
    padding: 15px;
    box-shadow: 0px 6px 10px 0px #0000001a;
    border: 1px solid #0000000d;
    border-radius: 24px;
}
.pasend_details.d-flex {
    padding: 15px;
    box-shadow: 0px 6px 10px 0px #0000001a;
    border: 1px solid #0000000d;
    border-radius: 30px;
}
.pasend_details .orderLeftImg {
    max-width: 165px;
    width: 100%;
    border-radius: 14px;
}
/* .pasend_img .orderLeftImg{
    max-width: 150px !important;
    width: 100%;
    border-radius: 14px;
} */
.appointment_txt {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    color: #4f4f4f;
}
.appointment_Time {
    color: #723f8f;
}
.Main_appointment .horizontal_heading_{
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #333333;
}
.Name_heading {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    color: #333333;
    text-indent: 10px;
}
.appointment_view .reqDetialsText{
    text-indent: 4px;
}
.Main_appointment .userManTr {
    color: #888888;
    font-size: 18px;
    font-weight: 400;
}
.headingBig{
    color: #723F8F;
}
.Main_appointment .headingMed{
font-size: 20px;
    color: #2b2728;
    font-weight: 500;
    line-height: 33px;
}
.Main_appointment .online_type{
    align-items: start;
    justify-content: space-between;
}
.Main_appointment .meeting{
    align-items: start;
    justify-content: space-between;
}
.Main_appointment .payment_method{
    align-items: start;
    justify-content: space-between;
}
.Cancel_appoitment{
    border: 1px solid #0000000D;
    box-shadow: 0px 6px 10px 0px #0000001A;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.Cancel_appoitment .cancel{
    color: #F44336;
}
.Cancel_appoitment .horizontal_heading_{
    line-height: 35px;
}
.delerBorder .rating_{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
