@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800");

@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins/Poppins-Regular.ttf") format("truetype"),
        url("/fonts/Poppins/Poppins-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: "Montserrat", sans-serif;
}

* .fa {
    font-family: FontAwesome !important;
}

*[class*="MuiTypography"] {
    font-family: "Montserrat", sans-serif !important;
}

*[class*="ant"] {
    font-family: "Montserrat", sans-serif !important;
}

.rbc-time-header-gutter {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 56px !important;
}

.rbc-time-header-content {
    border-right: 1px solid black !important;
    border-left: 1px solid black !important;
}

/* .rbc-time-header-content:first-child {
    border-left: none;
}

.rbc-time-header-content:last-child {
    border-right: none;
} */

.time-slot-divider {
    border-right: 1px solid black !important;
}

@media (min-width: 1200px) {
    #root {
        max-height: 100vh;
        overflow: hidden;
    }
}

.space {
    padding: 24px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.generic_link {
    text-decoration: none;
    color: inherit;
}

.horizontal_break {
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}

/* override google maps places dropdown default style */

.pac-item {
    padding: 10px;
}

/* react tabs custom styles */

.react-tabs {
    width: 50%;
    display: flex;
    flex: 1;
    flex-direction: column;
    background: white;
}

.react-tabs__tab-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    padding: 0;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.react-tabs__tab {
    max-width: 150px;
    padding: 17px 0 14px 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    max-height: 50px;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

.react-tabs__tab--selected {
    border-bottom: 3px solid #3965bf;
}

.container {
    width: 100%;
    margin: auto;
}

.container.flexed {
    display: flex;
    flex-direction: row;
}

/**
  * here are since Antdesign Style changes
  */

.ant-table-wrapper .ant-pagination {
    padding-right: 15px !important;
}

/** Authentification **/

.red {
    color: #d0021b;
}

.green {
    color: #4ece3d;
}
/* variables */

.welcome {
    font-family: "Poppins", sans-serif !important;
}

.auth-wrapper-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 40px;
    min-width: 600px;
    font-family: "Poppins", sans-serif !important;
    color: #32597d !important;
    font-size: 16px !important;
}

.ant-input-affix-wrapper-disabled,
.ant-select-disabled {
    opacity: 0.5 !important;
}

.ant-btn-text {
    padding: 0 !important;
    text-decoration: underline !important;
}

.ant-btn:focus {
    border-color: #40a9ff !important;
    border-right-width: 1px !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
}

.auth-wrapper-field p,
.auth-wrapper-field label,
.auth-wrapper-field .ant-input-affix-wrapper,
.auth-wrapper-field .ant-btn-text {
    font-family: "Poppins", sans-serif !important;
    color: #32597d !important;
}

.auth-wrapper-field .ant-form-item-control-input-content {
    display: flex;
    font-family: "Poppins", sans-serif !important;
}

.ant-form-item-with-help {
    margin-bottom: 24px;
}

::placeholder {
    color: #8e8d8d !important;
    opacity: 0.5 !important; /* Firefox */
}

.ant-typography a:focus,
.ant-typography a:hover {
    color: #1890ff !important;
    text-decoration: underline !important;
}

.auth-wrapper-field > div {
    width: 100%;
    font-family: "Poppins", sans-serif !important;
}

.auth-wrapper-field .title {
    font-family: "Poppins", sans-serif !important;
    color: #32597d !important;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.auth-wrapper-field .text {
    font-family: "Poppins", sans-serif !important;
    color: #32597d !important;
    text-align: center;
}

.auth-wrapper-field .ant-space-vertical {
    width: 100%;
}

.auth-wrapper-field .ant-input-affix-wrapper,
.auth-wrapper-field .ant-select-selector {
    font-family: "Poppins", sans-serif !important;
    border-radius: 25px !important;
}

.auth-wrapper-field .input--phone {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0px;
    font-family: "Poppins", sans-serif !important;
    color: #32597d !important;
}

.intl-tel-input {
    flex-grow: 1;
}

.intl-tel-input .focus-visible {
    border-color: #40a9ff;
    outline: 0;
    outline-style: initial;
    outline-color: initial;
    box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
}

.btn--auth {
    border-radius: 30px !important;
    opacity: 1;
    font-weight: 700px !important;
    font-size: 16px !important;
    font-family: "Poppins", sans-serif !important;
}

.btn--auth[disabled] {
    opacity: 0.5;
}
.auth-page-link {
    color: #32597d !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
}

.auth-page-link:hover {
    transform: scale(1.1);
}

.btn--auth-primary {
    background-color: #f2a341 !important;
    color: #fff !important;
    width: 285px !important;
    height: 56px !important;
}

.btn--auth-secondary {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #32597d !important;
    border: 2px solid #32597d !important;
    width: 280px !important;
    height: 54px !important;
}

.btn--auth-primary:hover {
    background-color: #1ca6af !important;
    border: 2px solid #1ca6af !important;
}

.btn--auth-secondary:hover {
    background-color: #f2a341 !important;
    border: 2px solid #f2a341 !important;
    color: #fff !important;
}

.icon--password-invalid {
    color: #f4a261;
}

.icon--password-valid {
    color: #00ce30;
}

.color-white {
    color: #fff !important;
}

.width-100 {
    width: 100%;
}

.font-title {
    font-size: 48px;
    text-align: center;
}

.font-desc {
    font-size: 20px;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
    display: flex !important;
}

.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    padding-left: 10px !important;
}

.intl-tel-input .selected-flag .iti-flag {
    position: static !important;
    margin: inherit !important;
}

/** tarif 590 **/

.addresses .ant-table-wrapper {
    width: 99%;
}

.addresses .searchBar {
    height: 40px;
}

/* Stepper */

.stepper-wrapper .stepperButton {
    width: 80%;
}

.stepper-wrapper .stepperButton-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.stepper-wrapper .btn {
    border-radius: 4px;
    background-color: #ed7e7e;
    color: #fff;
}

.stepper-wrapper .title {
    color: #007ace;
    background-color: #fff;
    font-size: 21px;
    padding: 20px 0 10px 15px;
}

.stepper-wrapper .ant-steps {
    padding: 0 10px 0 20px;
}

/* Row */

.inputGroup {
    margin: 10px;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(63 63 68 / 15%), 0 0 0 1px rgb(63 63 68 / 5%);
}

.inputGroup .InvoiceInfoColumnLeft {
    padding-right: 10%;
}

.inputGroup .InvoiceInfoColumnRight {
    padding: 0 10%;
}

.inputGroup .ant-list {
    width: 100%;
}

.invoice-header .nextBtn {
    border-radius: 4px;
    background-color: #ed7e7e;
    color: #fff;
    margin-right: 20px;
}

/* Invoice Preview */

.pdfOptions {
    height: 35px;
    background-color: rgba(199, 201, 204, 0.5);
}

.pdfToPrint {
    display: none;
}

.chevronFixed {
    position: fixed !important;
    top: 50%;
}

/** Clients **/

.bulkSmsSmallPadding {
    margin-top: 1em;
    padding: 5px 0;
}

.bulkSmsBigPadding {
    padding: 16px 0;
}

.bulkSmsCredits {
    font-weight: bold;
    font-size: 15px;
}

.bulkSmsCount {
    color: #8dabc4;
    font-size: 15px;
}

.bulkSmsDesc {
    color: #72757a;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}

.modalWrapper {
    width: 820px;
    max-width: 100%;
    padding: 20px;
    text-align: left;
}

.modalWrapper .topMargin {
    margin-top: 40px;
}

.modalWrapper .title {
    width: 100%;
    color: rgb(44, 64, 90);
    font-size: 34px;
    font-weight: 500;
}

.modalWrapper .imgContainer {
    display: flex !important;
    justify-content: center;
}

.modalWrapper .subTitle {
    margin-bottom: 40px;
    margin-top: 10px;
    color: #8dabc4;
    font-size: 15px;
    line-height: 18px;
}

.modalWrapper .text {
    padding-left: 10px;
    color: #3f536e;
    font-size: 18px;
    font-style: italic;
    text-align: left;
    max-height: 150px;
    overflow-y: scroll;
}

.modalWrapper .desc {
    color: #8dabc4;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 20px;
}

.ant-tag-checkable-checked {
    color: #30a8f2 !important;
    background-color: #f5f1ff !important;
}

.anticon-edit:hover {
    transform: scale(1.3);
    cursor: pointer;
}

.anticon-close:hover {
    transform: scale(1.4);
    cursor: pointer;
    font-weight: 800;
}

/** Notifications **/

.contactTabs {
    background-color: #fff;
    margin: 32px !important;
    padding: 5px !important;
}

.notificationText {
    padding: 20px;
    margin-top: 10px;
    background-color: #fafbfc;
    border: 1px solid #d8e5ee;
    border-radius: 4px;
}

.notificationList {
    padding: 2% 5% !important;
}

.notificationDesc2 {
    margin: 0 5px;
}

.notificationDesc3 {
    color: #007ace;
}

.notificationList .ant-timeline-item-tail {
    border-left: 3px dotted #f0f0f0 !important;
}

.notificationList .ant-timeline-item-content {
    margin: 0 0 0 40px !important;
}

@media (max-width: 420px) {
    .modalWrapper .successImg {
        width: 100%;
    }
}

@media (max-width: 801px) {
    .auth-wrapper-field {
        min-width: 0px;
    }
    .modalWrapper .title {
        font-size: 20px;
    }
    .modalWrapper .topMargin {
        margin-top: 20px;
    }
}

@media (min-width: 320px) {
}

@media (min-width: 480px) {
}

@media (min-width: 600px) {
}

@media (min-width: 801px) {
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .react-tabs__tab-list {
        justify-content: flex-start;
    }
}

@media (min-width: 1025px) {
}

@media (min-width: 1281px) {
    .container {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

@media print {
    .pdfToPrint {
        display: block;
    }
    .notToPrint,
    #freshworks-container {
        display: none;
    }
}

.ant-form-vertical .ant-form-item-row {
    flex-direction: column;
}

.sub-menu a {
    text-decoration: none;
}

.ant-modal-close-x {
    width: 24px !important;
}

.ant-modal-close {
    width: 24px !important;
}

.ant-modal-close:hover {
    background-color: unset !important;
    width: unset !important;
    height: unset !important;
}

.anticon-close:hover {
    transform: scale(1) !important;
    font-weight: 400 !important;
}

.ant-tabs-content-top {
    height: 100%;
}

.ant-tabs-nav {
    margin: 0 !important;
}

.ant-steps-icon-dot {
    left: 1px !important;
}

.ant-select-selector,
.ant-picker-outlined,
.ant-input-number-input,
.ant-input-affix-wrapper,
.ant-input {
    border-radius: 6px !important;
}

.ant-upload-list-item-actions {
    left: 50% !important;
}

.ant-select-selection-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#proxy-renderer,
#msdoc-renderer {
    height: 100%;
}

#docx-editor {
    width: 100% !important;
    height: 95vh !important;
}

#pdf-editor {
    width: 100% !important;
    height: 95vh !important;
}

.e-icons {
    font-family: "e-icons" !important;
}

.title-text {
    color: rgba(0, 0, 0, 0.65);
}

.editable-cell {
    position: relative;
}

.editable-cell-value-wrap {
    padding: 5px 12px;
    cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
    padding: 4px 11px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.e-canvas-wrapper {
    display: flex;
}

.rbc-timeslot-group {
    min-height: 50px;
}

.rbc-month-row {
    display: inline-table !important;
    min-height: 50px !important;
}

.responsive-buttons {
    justify-content: space-between;
}

.responsive-col {
    display: flex;
    justify-content: center;
    flex-basis: auto;
}

@media (max-width: 780px) {
    .responsive-buttons {
        justify-content: center;
    }

    .responsive-col {
        flex-basis: 100%;
        justify-content: center;
    }
}
