﻿/* For Mobile Portrait View */
/*@media screen and (max-device-width: 480px) and (orientation: portrait) {
    html {
        background-color: red;
        width: 80%;
    }
}*/

/* For Mobile Landscape View */
/*@media screen and (max-device-width: 640px) and (orientation: landscape) {
    html {
        background-color: red;
    }
}*/

/* For Mobile Phones Portrait or Landscape View */
/*@media screen and (max-device-width: 640px) {
    html {
        background-color: red;
    }
}*/

@font-face {
    font-family: 'Yekan';
    src: url('fonts/Yekan.eot'); /* IE9 Compat Modes */
    src: url('fonts/Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Yekan.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Yekan.woff') format('woff'), /* Modern Browsers */
    url('fonts/Yekan.otf') format('opentype'), /* Open Type Font */
    url('fonts/Yekan.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: auto;
}

body {
    margin: 0;
    color: #FFFFFF;
    background-color: #0e2050;
    direction: rtl;
    font-size: 16px;
    font-family: 'Yekan', Tahoma, sans-serif;
    direction: rtl;
    text-align: justify-all;
    /*background-image: url('img/backtile.png');
    font: 600 16px/18px 'Tahoma',sans-serif;
    background-repeat: repeat;
    background: url('img/karamad1.png')no-repeat center center fixed;
    background-image: url('img/back.png');*/
}

/**, :after, :before {
    box-sizing: border-box;
}*/

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.login-wrap {
    top: 50px;
    min-width: 400px;
    padding-bottom: 5px;
    max-width: 500px;
    margin: auto;
    height: auto;
    position: relative;
    border-radius: 50px;
    background-color: #0e2050;
    /* background: url(img/karamad1.png);*/
    box-shadow: 0 5px 5px 0 #D2B26B,0 7px 20px 0 #D2B26B;
    overflow: auto;
    /*animation: background 3s infinite alternate-reverse linear, background2 12s infinite alternate-reverse linear;*/
}

.Register-wrap {
    top: 0px;
    min-width: 400px;
    /*min-height: 650px;*/
    max-width: 500px;
    /*height: 900px;*/
    margin: auto;
    overflow: auto;
    position: relative;
    text-align: center;
    border-radius: 50px;
    background-color: #0e2050;
    box-shadow: 0px 5px 5px 0 #D2B26B,0 7px 20px 0 #D2B26B;
}

.login-html {
    color: #D2B26B;
    width: 100%;
    height: auto;
    padding: 105px 50px 50px 50px;
    margin-top: 10px;
    /*background: rgba(40,57,101,.9);*/
}

.Div-content {
    background-color: white;
    height: auto;
    padding: 50px 70px 10px 10px;
    border-radius: 5px;
    text-align: center;
    min-height: 650px;
    color: #0e2050;
}

.login-bottun {
    background-color: #D2B26B;
    color: #0e2050;
}


.login-html .Contenttab-1,
.login-html .Contenttab-2,
.login-html .Contenttab-3,
.login-html .Contenttab-4 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: all .4s linear;
}

.login-html .EnterCode {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-html .classtab-1,
.login-html .classtab-2,
.login-html .classtab-3,
.login-html .classtab-4,
.login-form .group .check {
    display: none;
}

.login-html .tab,
.login-form .group .label,
.login-form .group .button {
    text-transform: uppercase;
}
/*.login-form .group {
    text-align:right;
}*/
.login-html .tab {
    font-size: 20px;
    margin-right: 15px;
    padding-bottom: 5px;
    margin: 0 15px 10px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #fff;
}

.login-html .classtab-1:checked + .tab,
.login-html .classtab-2:checked + .tab,
.login-html .classtab-3:checked + .tab,
.login-html .classtab-4:checked + .tab {
    color: #D2B26B;
    border-color: #D2B26B;
}

.login-form .group .check:checked + label {
    /* color: #fff;*/
}

    .login-form .group .check:checked + label .icon {
        /*background: #1161ee;*/
    }

        .login-form .group .check:checked + label .icon:before {
            transform: scale(1) rotate(45deg);
        }

        .login-form .group .check:checked + label .icon:after {
            transform: scale(1) rotate(-45deg);
        }

.login-html .classtab-1:checked + .tab + .classtab-2 + .tab + .classtab-3 + .tab + .login-form .Contenttab-1 {
    transform: rotate(0);
}

.login-html .classtab-2:checked + .tab + .classtab-3 + .tab + .login-form .Contenttab-2 {
    transform: rotate(0);
}

.login-html .classtab-3:checked + .tab + .login-form .Contenttab-3 {
    transform: rotate(0);
}

/*.login-html .classtab-4:checked + .tab + .login-form .Contenttab-4 {
    transform: rotate(0);
}*/

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    color: #D2B26B;
    text-align: right;
}

    .login-form .group {
        margin-bottom: 15px;
        position: relative;
        width: 100%;
        text-align: right;
    }

.floating-label {
    color: silver;
    padding-right: 5px;
    position: absolute;
    top: 11px;
    transition: 0.3s ease all;
    font-size: 15px;
    opacity: 0.2;
}

input:focus ~ .floating-label,
input[value]:not([value=""]) ~ .floating-label,
input:not(:placeholder-shown) ~ .floating-label
input:not(:focus):valid ~ .floating-label {
    top: -4px;
    font-size: 14px;
    transition: 0.3s ease all;
    opacity: 0.3;
    color: white;
}

/*input[value]:not([value=""]) ~ .floating-label {
    visibility:hidden;
}*/


.login-form .group .label,
.login-form .group .input,
.login-form .group .button {
    width: 100%;
    color: #fff;
    display: block;
}

.login-form .group .input,
.login-form .group .button {
    color: #D2B26B;
    border: none;
    padding: 12px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.1);
}


.login-form .group .label {
    color: #aaa;
    font-size: 12px;
}

.login-form .group .button {
    background-color: #D2B26B;
    font-weight: bolder;
    color: #0e2050;
    margin: 20px 0px 20px 0px;
}

    .login-form .group .button:hover {
        /*border: 1px solid #FFFFFF;*/
        box-shadow: 1px 1px 1px 1px #fff,1px 1px 1px 1px #fff;
        color: white;
    }


.login-form .group label .icon {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    background: rgba(255,255,255,.1);
}

    .login-form .group label .icon:before,
    .login-form .group label .icon:after {
        content: '';
        width: 10px;
        height: 2px;
        background: #fff;
        position: absolute;
        transition: all .2s ease-in-out 0s;
    }

    .login-form .group label .icon:before {
        left: 3px;
        width: 5px;
        bottom: 6px;
        transform: scale(0) rotate(0);
    }

    .login-form .group label .icon:after {
        top: 6px;
        right: 0;
        transform: scale(0) rotate(0);
    }



.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255,255,255,.2);
}

.foot-lnk {
    text-align: center;
}

.btn-Golden {
    background-color: #D2B26B;
    font-weight: bolder;
    color: #0e2050;
    margin: 20px 0px 20px 0px;
}

.ThumbnailImg {
    width: 220px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 10px;
}
.NewsTemplateImg {
    width: 200px;
    height: 150px;
    object-fit:fill;
    border:0px solid silver;
    border-radius: 5px; 
    margin:5px;
}

.Icon-Large {
    width: 100px;
    height: 100px;
}

.Login-Logo {
    width: 110px;
    height: 110px;
}

.Icon-Medium {
    width: 75px;
    height: 75px;
    color: #0f085a
}

.Icon-Smal {
    width: 50px;
    height: 50px;
}

.LeftFloat {
    float: left;
    width: 50%;
    text-align: center;
}

.RightFloat {
    float: right;
    width: 50%;
    text-align: center;
}

.CenterFloat {
    float: right;
    width: 100%;
    text-align: center;
}

.CenterText {
    text-align: center;
}

input:focus {
    border: 10px solid #D2B26B;
}

.otp-timer {
    margin-top: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .otp-timer span {
        margin-left: 5px;
    }

.minutes, .seconds, .dot {
    padding: 10px 2px 2px 2px;
    max-width: 30px;
    border-radius: 3px;
    color: #D2B26B;
    font-weight: bolder;
    font-size: 18px;
}

.PaymentDiv {
    color: #D2B26B;
    width: auto;
}

.table, .table-Details {
    border-collapse: collapse;
    margin: 10px 0 0 0;
    padding: 5px;
    font-size: 13px;
    min-width: 400px;
    max-width: 70% !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: auto;
}

    .table thead {
        position: sticky;
        position: -webkit-sticky;
        top: 108px;
        z-index: 999;
    }

        .table thead tr {
            background-color: #009879;
            color: #ffffff;
            text-align: center;
            max-width: 60% !important;
        }

    .table th, .table td {
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: auto;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .table th {
        vertical-align: middle;
    }

    .table td.rightAlign {
        text-align: right;
        padding-right: 5px;
    }

    .table td.leftAlign {
        text-align: left;
        padding-left: 5px;
    }

    .table tbody tr {
        border-bottom: 1px solid #dddddd;
        background-color: #dddddd;
    }

        .table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .table tbody tr:last-of-type {
            border-bottom: 1px solid #009879;
        }

        .table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

        .table tbody tr:hover {
            background-color: #D2B26B;
        }

.tr-Details {
    text-align: right;
    max-width: 400px;
}

.td-Title {
    font-weight: bolder;
    font-size: 15px;
    width: 100px;
    text-align: left;
}

.table-Details .td-Title {
    text-align: left;
}

.table-Details .td-Content {
    text-align: right;
}

@keyframes background {
    0% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    10% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    20% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    30% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    40% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    50% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    60% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    70% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    80% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    90% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }

    100% {
        background: #0e2050;
        box-shadow: 0 5px 15px 0 #D2B26B,0 17px 50px 0 #D2B26B inset;
    }
}
