﻿.DisplayContents {
    display: contents;
}

.DirectionRTL {
    direction: rtl;
}

.TestBlackColor {
    color: #2c3e50 !important;
}

    .TestBlackColor:hover {
        color: #34495e !important;
        font-size:17px !important;
    }

.border-box {
    /*color: #f0d920;*/
    background-color: #f5f3dc3d;
    direction: rtl;
    border: none !important;
    padding-right: 10px;
    padding-top: 4px;
}

    .border-box a {
        text-decoration: none;
        color: #f0d920;
    }

.for-color {
    color: #f0d920;
}

.FixDxRighTextDarkTheme {
    direction: ltr;
    background-color: #353434 !important;
    display: inline flow-root list-item;
    max-height: 250px;
    overflow: scroll;
}

.menu_background {
    background-image: url('assets/img/bg-header-holder.png'), url('assets/img/menu.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom,center;
    background-size: 100%, 100%;
}

.backFooter {
    background-image: url('assets/img/bg-main-holder.png'),url('assets/img/footer-image-design.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: top,top;
    background-size: 100%, 100%;
}

.backTile {
    background-image: url(assets/img/bg-pagetitle.png);
}

#DarkBackground {
    background-image: url(assets/img/bg.gif);
    background-color: dimgray !important;
    color: aliceblue;
    padding: 20px;
}


.Border_Radius {
    border-style: groove !important;
    border-radius: 15px !important;
    box-shadow: 2px 2px;
    background-color: transparent;
}

    .Border_Radius:hover {
        /*-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;*/
        box-shadow: 0 1rem 3rem #e6e1a47d !important;
        background-color: #ecd20f1f !important;
    }

.ButtonEffect {
    border-radius: 20px;
}

    .ButtonEffect:hover {
        /*-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;*/
        box-shadow: 0 1rem 3rem #e6e1a47d !important;
        background-color: #ecd20f1f !important;
    }



.Dashboard {
    cursor: pointer !important;
    color: white;
    font-family: 'DeltaFont Solid' !important;
    font-size: 32px !important;
    padding-left: 15px !important;
}

    .Dashboard:hover {
        font-size: 36px !important;
        color: bisque !important;
    }



/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
    height: 250px;
}



.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    text-align: center;
    display: table-cell;
    padding: 3px 10px;
    width: 33.3%;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

/*

.bodyContact {
    min-height: 60vh;
    width: 100%;
    background: #c8e8e9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 85%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .container .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .container .content .left-side {
            width: 25%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            position: relative;
        }

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

    .content .left-side .details i {
        font-size: 30px;
        color: #3e2093;
        margin-bottom: 10px;
    }

    .content .left-side .details .topic {
        font-size: 18px;
        font-weight: 500;
    }

    .content .left-side .details .text-one,
    .content .left-side .details .text-two {
        font-size: 14px;
        color: #afafb6;
    }

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #3e2093;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

    .right-side .input-box input,
    .right-side .input-box textarea {
        height: 100%;
        width: 100%;
        border: none;
        outline: none;
        font-size: 16px;
        background: #F0F1F8;
        border-radius: 6px;
        padding: 0 15px;
        resize: none;
    }

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

    .right-side .button input[type="button"] {
        color: #fff;
        font-size: 18px;
        outline: none;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        background: #3e2093;
        cursor: pointer;
        transition: all 0.3s ease;
    }

.button input[type="button"]:hover {
    background: #5029bc;
}

@media (max-width: 950px) {
    .container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

        .container .content .right-side {
            width: 75%;
            margin-left: 55px;
        }
}

@media (max-width: 820px) {
    .container {
        margin: 40px 0;
        height: 100%;
    }

        .container .content {
            flex-direction: column-reverse;
        }

            .container .content .left-side {
                width: 100%;
                flex-direction: row;
                margin-top: 40px;
                justify-content: center;
                flex-wrap: wrap;
            }

                .container .content .left-side::before {
                    display: none;
                }

            .container .content .right-side {
                width: 100%;
                margin-left: 0;
            }
}

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container1 {
    margin: 0 10px 0 10px;
    padding: 30px;
    overflow: hidden;
    background: #f3c
}
.Modalwidth {
    width: 250px;
    height: 200px;
}

.myRow {
    height: 48px;
}

.left1 {
    float: right;
    width: 30%;
    position: relative;
}

.left2 {
    float: right;
    width: 45%;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.right {
    margin-right: 20px;
    height: 80px;
    float: right;
    width: 15%;
    padding-top: 25px;
}



.tab1 {
    margin-right: 50px;
    font-size: xx-large;
    display: initial;
}

.container1 {
    margin: 0 10px 0 10px;
    padding: 30px;
    overflow: hidden;
    background: #f3c
}
.ModalWidth {
    width: 300px;
}

.ModalHeight {
    width: 400px;
}

table.redTable {
    border: 2px solid #A40808;
    background-color: #EEE7DB;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

    table.redTable td, table.redTable th {
        border: 1px solid #AAAAAA;
        padding: 3px 2px;
    }

    table.redTable tbody td {
        font-size: 13px;
    }

    table.redTable tr:nth-child(even) {
        background: #F5C8BF;
    }

    table.redTable thead {
        background: #A40808;
    }

        table.redTable thead th {
            font-size: 19px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
            border-left: 2px solid #A40808;
        }

            table.redTable thead th:first-child {
                border-left: none;
            }

    table.redTable tfoot {
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        background: #A40808;
    }

        table.redTable tfoot td {
            font-size: 13px;
        }

        table.redTable tfoot .links {
            text-align: right;
        }

            table.redTable tfoot .links a {
                display: inline-block;
                background: #FFFFFF;
                color: #A40808;
                padding: 2px 8px;
                border-radius: 5px;
            }

    .custom-drop-zone.custom-drag-over {
        background-color: #868A8D;
    }

.demo-page-section-component-area {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    width: 100%;
}

.component-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    width: 100%;
    padding: 2rem;
}

    .component-container > .w-100, .component-container {
        align-self: start;
    }

.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.m-0 {
    margin: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    width: 42px;
    height: 42px;
    -webkit-mask-image: url("../images/DropFile.svg");
    mask-image: url("../images/DropFile.svg");
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.card {
    word-wrap: break-word;
}

.m-1 {
    margin: .25rem !important;
}

.demo-page-section > .card > .card-body {
    padding: 0;
    display: flex;
    flex-direction: row;
}
.container1 {
    margin: 0 10px 0 10px;
    padding: 30px;
    overflow: hidden;
    background: #f3c
}

.left1 {
    float: right;
    width: 30%;
    position: relative;
}

.left2 {
    float: right;
    width: 45%;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.right {
    margin-right: 20px;
    height: 80px;
    float: right;
    width: 15%;
    padding-top: 25px;
}

.mb_30 {
    margin: 30px;
}


.bm-custom-size {
    width: 400px !important;
}

.bodyProfile {
    background: #E1BEE7
}

.profile-card {
    width: 350px;
    height: 400px;
    border-radius: 5px;
    background-image: linear-gradient(to right top, #ab47bc, #af50bf, #b358c2, #b660c5, #ba68c8)
}

.msg-button {
    margin-right: 10px;
    outline: 0 !important;
    background: #fff;
    box-shadow: none !important;
    padding-right: 30px;
    padding-left: 30px;
    transition: all 0.3s
}

    .msg-button:hover {
        transform: scaleX(1.1)
    }

.profile .icons {
    position: relative;
    top: -335px;
    list-style: none;
    margin-left: 10px
}

    .profile .icons li {
        height: 40px;
        width: 40px;
        background-color: #fff;
        border-radius: 50%;
        margin-top: 5px;
        transition: all 0.4s;
        color: #ab47bc
    }

        .profile .icons li:hover {
            cursor: pointer;
            transform: scale(1.1)
        }

        .profile .icons li a {
            height: 100%;
            width: 100%;
            background-color: #fff;
            line-height: 40px
        }
*/
