/* Theme CSS */
@font-face {
    font-family: 'Tahoma';
    src: url('./tahoma.eot');
    src: url('./tahoma.eot?#iefix') format('embedded-opentype'),
        url('./tahoma.woff2') format('woff2'),
        url('./tahoma.woff') format('woff'),
        url('./tahoma.ttf') format('truetype'),
        url('./tahoma.svg#Tahoma') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.mthemeDark.mdbWrapper {
    background: #103144;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    ;
}

.mthemeDark .mRightcolumn {
    border: 0.1vw solid #25526C;
    background-color: #103144;
}

.mthemeDark .mdbBody .mcolHeader {
    background: linear-gradient(to bottom, #0085AD, #00A7B5);
}

/* Theme CSS End */

.mdbWrapper {
    height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mdbHeader {
    height: 10vh;
    margin: 0 !important;
    width: 100%;
    padding: 0 1vw;
    font-size: 2.5vw;
    align-items: center;
}

.mdbBody {
    height: 83vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 1vh 1vw;
    overflow: hidden;
}

.mLeftcolumn.col {
    width: 17vw !important;
    max-width: 17vw !important;
    padding: 0 1vw !important;
}

.rightlogo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1vw !important;
}

.mRightcolumn {
    border-radius: 0.9vw;
    height: 25.2vh;
    display: flex;
    padding: 2vh 0;
    margin-right: 1vw;
    margin-bottom: 2.2vh;
}

.mRightContainer {
    padding: 0 !important;
    width: 83vw !important;
    max-width: 83vw !important;
}

.text_arabic {
    font-family: "Tahoma";
    font-weight: 400;
    margin-bottom: 1vh;
}

h1.text_arabic {
    font-weight: 700;
}

.mdbBody .mcolHeader {
    margin-bottom: 2.2vh;
    text-align: right;
    border-radius: 0.9vw;
    height: 25.2vh;
    width: 100%;
    padding: 0 1.8vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mdbBody .mcolHeader .mlefttablerow {
    height: 50%;
    padding: 1vh 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mdbBody .mcolHeader .mlefttablerow:first-child {
    border-bottom: 0.1vh solid#3eb4c2;
}

.mdbBody .mcolHeader div {
    font-size: 2.2vw;
}

.mtknModalBody hr {
    border-top: 0.1vh solid#ffffff;
    opacity: 0.3;
    width: 100%;
    margin: 2vh 0;
}

.mtknModalBody hr {
    margin: 6vh 0 !important;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 5vh;
}

.flex-center h1 {
    font-size: 3vw;
    margin: 2vh 0;
}

.mdbBody .mtoken {
    font-size: 3.6vw;
    font-weight: 600;
    width: 100%;
    padding: 0 1.8vw;
    line-height: normal;
    display: table;
    word-break: break-word;
    height: 100%;
}

.mdbBody .mtablerow {
    display: table-row;
    height: 50%;
}

.mRightcolumn>div {
    width: 33.3%;
    max-width: 33.3%;
    border-right: 0.1vw solid #25526C;
}

.mRightcolumn>div:nth-child(3) {
    border-right: none !important;
}

.mRightcolumn .mtoken .mtablerow span {
    display: table-cell;
}

.mRightcolumn .mtoken .mtablerow:first-child span {
    vertical-align: middle;
    font-weight: 700;
    padding-bottom: 2vh;
}

.mRightcolumn .mtoken .mtablerow:last-child span {
    font-size: 3vw;
    vertical-align: middle;
    padding-top: 2vh;
}

.mlogos {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-left: 1vw;
}

.content-page {
    padding: 0;
}

.mdbFooter {
    height: 7vh;
    padding: 0.1vh 0vw;
    font-size: 0.98vw;
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mdbFooter>div>div:nth-child(2) {
    font-size: 1.05vw;
    font-family: "Tahoma";
    font-weight: 400;
    text-align: right;
}

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

.mdbFooter>div>div {
    padding: 0 2vw !important;
}

.clientLogo {
    height: 7.2vh;
}

.mcopyright {
    font-size: 0.9vw;
    text-align: center;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
}

.mcopyright span {
    font-size: 0.8vw;
}

.modal-body {
    padding: 0
}

.mtknModal .modal-body {
    padding: 10vh 5vw !important;
}

.mtknModal .modal-content {
    background: linear-gradient(to bottom, #0085AD, #00A7B5);
    border-radius: 0.9vw;
    border: 0.1vw solid #0F99C2;
    margin: 0 !important;
}

.mtokenlabel {
    font-size: 2vw;
    text-align: right;
    padding-right: 2.5vw;
    width: 20vw;
    max-width: 20vw;
    line-height: normal;
    color: #ffffff;
}

.mtokenlabel>div:first-child {
    margin-bottom: 1.2vh;
}

.mtknModal.modal-lg .modal-dialog {
    position: relative;
    left: 0;
    right: 0;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtokendetails {
    font-weight: 700;
    font-size: 3vw;
    color: #052E46;
    line-height: 1.2;
    word-break: break-word;
}

.roomNumber {
    font-size: 2.5vw;
}

.mtknModal.modal-dialog-centered {
    min-height: 100% !important;
}

.mtknModalBody {
    width: 100%;
    height: 100%;
}

.mtknModalBody>.row {
    margin: 0 !important;
}

.mtknModalBody .col {
    padding: 0 1vw;
}

.mtknModal .modal-dialog {
    width: 95vw !important;
    max-width: 95vw !important;
    margin: auto !important;
}

.modal-content {
    margin: 0 !important;
    padding: 0 !important;
}

.modal-open {
    padding: 0 !important
}

.modal-backdrop.show {
    opacity: 0.7 !important
}

.modal-backdrop {
    background-color: #103144 !important;
    opacity: 0.85;
}

@media screen and (min-width: 1366px) and (max-width: 3000px) {
    .mdbBody .mtoken {
        font-size: 2.8vw;
    }

    .mdbFooter,
    .mdbFooter>div>div:nth-child(2) {
        font-size: 1.1vw;
    }

    .mcopyright,
    .mcopyright span {
        font-size: 0.9vw;
    }

    .mdbHeader,
    .mdbBody .mcolHeader div {
        font-size: 1.5vw;
    }

    .mRightcolumn .mtoken .mtablerow:last-child span {
        font-size: 1.95vw;
    }
}

@media screen and (min-width: 760px) and (max-width: 820px) {
    .mdbFooter,
    .mdbFooter>div>div:nth-child(2) {
        font-size: 1.5vw !important;
    }
    .mcopyright span {
        font-size: 1.2vw;
    }
}