* {
    font-family: sans-serif;
    scroll-behavior: smooth;
}

.id-hide {
    display: none !important;
}

.user-events {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.user-events {
    font-size: 11px;
}

.user-events span {
    font-size: 29px;
    font-weight: 700;
}

.page-view{
    color: #fff;
    font-size: 19px;
    padding-left: 20px;
    padding-top: 10px;
}

.overflow-x-auto {
    overflow-x: auto;
    /* overflow-y: hidden; */
}
.h-0{
    overflow: hidden !important; 
}

.make-pdf-file {
    color: #000;
}

div.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;

    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .2);

    /* z-o set */
    z-index: -999;
    opacity: 0;
    transition: 1.3s ease;
}

.action-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 9px;
    /* flex-wrap: wrap; */
    height: 100%;

    /* d-flex h-100 justify-content-between gap-2 align-items-center */
}

table {
    text-wrap: wrap;
}

div.modal.show {
    z-index: 999;
    opacity: 1;
}

div.modal * {
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7117647059);
}

div.modal .cross,
div.modal button,
div.modal input {
    cursor: pointer;
    display: inline-block !important;
}

div.modal .modal-child {
    background-color: #fff;
}

/* aciton modal start here */
div#action.modal .modal-child {
    border-radius: 9px;
    width: 400px;
}

div.modal .modal-child>div,
div.modal .modal-child .action-body-child {
    display: flex;
    justify-content: space-between;
    gap: 17px;
}

div.modal .modal-child .modal-head {
    padding: 15px;
}

div.modal .modal-child .modal-head .mode {
    display: flex;
    gap: 19px;
}

div.modal .modal-child .modal-head .mode span {
    color: #fff;
    padding: 6px 18px;
    background: rgba(13, 110, 253, .4);
    z-index: 2;
    outline: none;
    border: none;
    font-size: 15px;
    border-radius: 4px;
}

div.modal .modal-child .modal-body {
    padding: 9px 15px;
    font-size: 17px;
}

#template form {
    max-width: 1200px;
}

#template form {
    max-width: 1200px;
}

#template form * {
    font-size: 13px;
}

#template form .message {
    max-width: 350px;
}

div.modal .modal-child .modal-body>div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

div.modal .modal-child .modal-foot {
    padding: 15px;
    padding-top: 9px;
}

div.modal .modal-child .modal-foot button {
    color: #fff;
    padding: 6px 10px;
    background: #0d6efd;
    z-index: 2;
    outline: none;
    border: none;
    font-size: 15px;
    border-radius: 6px;
    position: relative;
    display: inline-block;
}

div.modal .modal-child .modal-foot button.close-btn {
    background-color: grey;
}

/* ends here */

.templatemo-left-nav::-webkit-scrollbar {
    display: none;
}

/* modal edit start */
div.view_edit.modal .modal-child .modal-body {
    flex-direction: column;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.rowc {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    min-width: 400px;
    /* max-width: 680px; */
    flex-wrap: wrap;
}

div.view_edit.modal .modal-child .modal-body .rowc {
    width: 800px;
}

.rowc .column {
    flex: 1 1 200px;
    display: inline-flex;
    flex-direction: column;
    width: fit-content;
}

.rowc .column input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2117647059);
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 2px;
    margin-top: 3px;
}

.rowc-1{
    display: flex;
    flex-direction: column;
}

.rowc-1 .column{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rowc-table-1 {
    /* display: flex;
    flex-direction: column; */
}
.rowc-table-1 table{
    width: 100%;
}
.rowc-table-1 table tbody tr{
    padding-bottom: 9px;
}
.rowc-table-1 table tr.t-input td p{
    display: inline-flex;
    flex-direction: column;
    /* display: ; */
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div.view_edit.modal .modal-child .modal-body table.table {
    width: 100%;
}

div.view_edit.modal .modal-child .modal-body table.table thead tr {
    border-bottom: 1.2px solid rgba(0, 0, 0, 0.2117647059);
    background-color: rgba(0, 0, 0, 0.6);
}

div.view_edit.modal .modal-child .modal-body table.table tr td {
    padding: 3px 8px;
}

div.view_edit.modal .modal-child .modal-body table.table thead tr td {
    color: #fff !important;
}

div.view_edit.modal .modal-child .modal-body table.table tbody tr {
    background-color: rgba(0, 0, 0, .2);
}

div.modal .modal-child .modal-body table.table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .07) !important;
}

div.modal .modal-child .modal-body table.table td.link {
    padding-left: 12px;
}

div.modal .modal-child .modal-body table.table a {
    font-size: 15px;
    color: #0d6efd;
}

div.modal .modal-child .modal-body .rowc .column textarea {
    height: 140px;
    margin-top: 7px;
    border: 1.2px solid rgba(0, 0, 0, 0.2117647059);
    padding: 7px 9px;
    font-size: 15px;
}

div.modal .modal-child .mode span {
    cursor: pointer;
}

div.modal .modal-child .mode .active {
    background-color: #0d6efd !important;
}

div.modal .modal-child.view-mode label {
    pointer-events: none;
}

div.modal .modal-child.view-mode input,
div.modal .modal-child.view-mode textarea {
    background-color: #f2f2f2;
    /* Light gray background */
    border: 1px solid #ccc;
    /* Light gray border */
    pointer-events: none;
    /* Prevents user interaction */
}

div.view_edit.modal .modal-child.view-mode .submit-btn {
    pointer-events: none;
    background-color: rgba(13, 110, 253, .4);
}

/* modal view_edit ends */


/* modal animations start */
div.modal .modal-child {
    transition: 1s ease;
    transform: translateY(-220px);
    opacity: 0;
}

div.modal.show .modal-child {
    transform: translateY(0);
    opacity: 1 !important;
}



#menuBarDiv_Peragraph {
    width: 100%;
    flex-wrap: wrap;
}

#menuBarDiv_Peragraph div {
    width: auto;
}

.Editor-editor {
    width: 100%;
    background: #fff !important;
}

#statusbar_Peragraph {
    width: 100%;
}








.panel-heading {
    display: flex;
    justify-content: space-between;
}

.filter-date {
    display: flex;
    justify-content: center;
    gap: 5px;
    height: 23px;
}

.filter-date input {
    height: 100%;
    color: #000;
}


.d-flex {
    display: flex;
}

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

.align-items-center {
    align-items: center;
}

.gap-2 {
    gap: 8px;
}

.text-center {
    text-align: center;
}

.h-100 {
    height: 100%;
}

.tab-container .tab-btn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 8px;
    padding-bottom: 20px;
}

.tab-container .tab-btn-group a {
    padding: 26px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #111111;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.tab-container .tab-btn-group a.active {
    transition: 0.3s ease;
    background-color: #39ADB4;
    color: #fff;
    font-weight: 600;
    transform: scale(1.1);
}

.tab-container .tab-content-group {
    position: relative;
    top: 0;
    left: 0;
}

.tab-container .tab-content-group .tab {
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.4);
    display: flex;
    flex-direction: column;
    /* gap: 34px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.tab-container .tab-content-group .tab.active {
    visibility: inherit;
    opacity: 1;
    transition: 1s ease;
    z-index: 99;
}

.tab .table>tbody>tr>td {
    padding: 5px 10px;
}


.fix-right-bottom {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 999;
}

.fix-right-bottom a {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 37px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.4);
}

.bg-green {
    background-color: #39ADB4;
}

.text-green {
    color: #39ADB4;
}

.bg-orange {
    background-color: #39ADB4;
}

.text-orange {
    color: #39ADB4;
}

.modal textarea {
    min-width: 40vw;
}


.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

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

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

body>div.templatemo-flex-row {
    min-height: 100vh;
}

.tab-container .tab-btn-group a.user-events {
    transform: scale(1);
}


.templatemo-edit-btn {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    z-index: 99;
}

.templatemo-edit-btn span {
    display: none;
    position: absolute;
    bottom: 98%;
    padding: 9px;
    background-color: #fff;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    max-width: 300px;
    max-height: 300px;
    width: 250px;
    overflow: auto;
    z-index: 99;
}

.templatemo-edit-btn:hover span {
    display: block;
    color: #000;
    z-index: 99;
}

.templatemo-overflow-hidden{
    overflow: visible;
}

.table-responsive{
    overflow:visible;
}


