@import url('../lib/primeflex/themes/primeone-light.css');
@import url('../lib/bootstrap/dist/css/primeflex.css');


@font-face {
    font-family: dadehfa;
    src: url('../fonts/iranyekanxfanum-regular.woff') format('woff');
}

* {
    font-family: dadehfa;
    margin: 0;
}


html {
    scroll-behavior: smooth;
}

p {
    font-size: 13px;
    color: #7a7a7a;
}

h1 {
    font-size: x-large;
}

header {
}

#header-image {
    position: absolute;
    float: right;
    max-height: 120px;
    margin-top: 100px
}

.profile {
    color: white;
    font-size: x-large;
    cursor: pointer;
}

.TabBar {
    list-style: none;
    display: inline-block;
    float: left;
    width: auto;
    border-bottom: 5px solid #047F94;
    font-size: large;
    padding:10px 50px 5px 50px;
    font-weight: bold;
}

.DetKeyHeader {
    background: #9DC4D9;
}

    .DetKeyHeader h1 {
        text-align: center;
    }

.DetKeyContent {
    background: whitesmoke;
}

    .DetKeyContent p {
        font-size: x-large;
        text-align: center;
    }

    .DetKeyContent h5 {
        text-align: left;
        font-size: large;
        color: #7a7a7a;
        line-height: 0
    }

.aa:hover {
    background-color: lightblue;
}
/* background-color:;
}*/
.CodeBox {
    text-align: left;
    width: 100%;
    height: 480px;
    padding: 10px;
    background-color: black;
    color: white;
    overflow-y: scroll;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    display: none;
}

    .CodeBox.active {
        display: block;
    }

.Head {
    background: #047F94;
}

Head div {
}

.Main {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: whitesmoke;
}

.Main-Content {
    position: relative;
    float: left;
    width: 80%;
}

.Main-slide {
    position: absolute;
    background: #047F94;
    width: 20f%;
}

.Foot {
    padding-top: 20px;
    height: 307px;
    width: 100%;
    background: #047F94;
}

.DetKey-div {
    position: relative;
    top: 10px;
    height: 400px;
    width: 100%;
}

.Det_div {
    position: absolute;
    width: 48.5%;
    height: 400px;
    left: 1%;
    background: #FFF;
}

.Key-div {
    position: absolute;
    width: 48.5%;
    height: 400px;
    transform: translate(103.5%, 0%);
    background: #FFF;
}

.Code-div {
    position: absolute;
    width: 98%;
    height: 650px;
    left: 1%;
    top: 420px;
    background: #FFF;
}

.Methode-div {
    text-align: center;
    position: absolute;
    width: 96%;
    height: 46px;
    top: 4px;
    background: #FFF;
    border: 5px #9DC4D9;
    border-radius: 10px;
}

    .Methode-div:hover {
        background: #9DC4D9;
    }

.Methode-div-edit {
    position: absolute;
    width: 96%;
    height: 46px;
    left: 2%;
    top: 4px;
    background: #FFF;
    border: 5px #9DC4D9;
    border-radius: 10px;
}

    .Methode-div-edit:hover {
        background: rebeccapurple;
    }

.SlideText {
    position: relative;
    transform: translate(0%,-50%);
    text-align: right;
    color: black;
    font-size: large;
    font-weight: bold;
    padding: 10px;
}

.content-section {
    position: relative;
    width: 90%;
    display: inline-block;
    height: auto;
    text-align: center;
}

.section-heading {
    text-align: left;
    position: relative;
    margin-bottom: 60px;
}


/* Blog Style */

#blog {
    padding-left: 30px;
}

    #blog .DetKeyHeader {
        position: relative;
        background-color: transparent;
    }


    #blog .tabs li {
        display: inline-block;
        font-size: small;
        width: auto;
        float: left;
        border-bottom: 10px solid #9DC4D9;
    }

    #blog .tabs a {
        display: block;
        text-align: center;
        text-decoration: none;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        color: #232323;
        font-size: small;
        line-height: 60px;
        font-weight: 600;
        transition: 0.5s;
    }

        #blog .tabs a:active {
            display: block;
            text-align: center;
            text-decoration: none;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            color: #fff;
            font-size: small;
            line-height: 40px;
            font-weight: 600;
            transition: 0.5s;
        }

        #blog .tabs a:hover {
            color: #047F94;
            cursor: pointer;
        }

        #blog .tabs a:active {
            color: white;
        }

    #blog .tabs .active .a {
        color: #fff;
    }

    #blog .tabs .a .active {
        color: #fff;
    }

    #blog .tabs .active {
        background-color: #9DC4D9;
        color: #fff;
        text-underline-color: white;
        border-radius: 5px;
        margin: 5px;
    }

.tabgroup {
    background-color: transparent;
    padding: 20px 30px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#blog .tabgroup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    #blog .tabgroup ul li {
        display: inline-block;
        text-align: left;
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

        #blog .tabgroup ul li:last-child {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 10px;
        }

        #blog .tabgroup ul li img {
            float: left;
            margin-right: 30px;
            max-width: 100%;
            overflow: hidden;
        }

        #blog .tabgroup ul li .text-content {
            display: inline;
        }

#blog .item .text-content h4 {
    padding-top: 7.5px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    letter-spacing: 0.5px;
}

#blog .item .text-content span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
    margin-top: 25px;
}


.HeadDetail {
    position: relative;
    width: 98%;
    height: 320px;
    left: 1%;
    background: #FFF;
}

.Details {
    position: relative;
    width: 98%;
    height: 400px;
    left: 1%;
    top: 0;
}

.ApiAddress {
    position: relative;
    width: 48.5%;
    height: 300px;
    left: 1%;
    top: 0;
}

.ApiKey {
    position: relative;
    width: 48.5%;
    height: 300px;
    left: 1%;
    top: 0;
    transform: translate(103%, 0);
}

.Description {
    position: relative;
    width: 98%;
    left: 1%;
}

.MoreDetails {
    position: relative;
    width: 98%;
    height: 250px;
    left: 1%;
    background: #FFF;
}

.KeyDetail {
    position: relative;
    width: 98%;
    height: 300px;
    left: 1%;
}

.AdditionalDetails {
    position: relative;
    width: 98%;
    height: 200px;
    left: 1%;
}

.ProfileButton {
    position: relative;
    top: 25px;
    text-align: left;
    left: 3%;
}

.login-container {
    position: relative;
    margin: 0 auto;
    width: 300px;
    background-color: #9DC4D9;
    border-radius: 10px;
    top: 20px;
}

.login-form {
    margin-top: 20px;
}

label {
    text-align: right;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 6px;
}

input[type="text"],
input[type="password"] {
    width: 92%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .submit-button:hover {
        background-color: #0056b3;
    }

.popUpView {
    display: none;
    padding-top: 10px;
    text-align: center;
    /*background-color: #9DC4D9;*/
    /*display: none;*/
}

    .popUpView.active {
        display: block;
    }

/*.puphumberger {
    display: none;
    padding-top: 10px;
    text-align: center;*/
    /*background-color: #9DC4D9;*/
    /*display: none;*/
/*}

    .puphumberger.active {
        display: block;
    }*/

.list {
    list-style: none;
    text-align: left;
    padding-right: 15px;
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background: #047F94;
    color: black;
    text-align: center;
    padding: 20px;
}

.FootList {
    list-style: none;
    text-align: right;
}

.listItem {
    font-size: large;
    text-decoration: none;
    color: black;
}

    .listItem:hover {
        color: white;
    }

.LogOutButtons {
    display: flex;
    flex-direction: row;
    gap: 2px;
}

    .LogOutButtons a {
        text-decoration: none;
    }

        .LogOutButtons a button {
            display: block;
            width: 48%;
            background-color: #007bff;
            color: #ffffff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

table {
    border-collapse: collapse;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.FootSection {
    height: 150px
}

.FootSubSection {
    position: relative;
    width: 49%;
    height: 150px;
    left: -20%;
    top: 0;
    text-align: right
}

.FootATag {
    text-decoration: none;
    font-size: small;
    color: white
}

.FootStrongTag {
    text-decoration: none;
    font-size: small;
    color: white
}

.FootATag:hover {
    color: black;
}

.SocialMediaLogo {
    text-decoration: none;
    font-size: xxx-large;
    color: white
}

.FootSection2 {
    text-align: center;
    color: white
}

.FootSubSection2 {
    direction: ltr;
    font-size: large;
}

.FootFinal {
    text-align: center;
}

.ARButton {
}

.EditSite {
    position: relative;
    left: 10px;
}

    .EditSite label {
        text-align: left;
    }

.form-group {
    direction: rtl;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.form-group-site {
    direction: ltr;
    padding-right: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.input-pair {
    display: inline-block;
    width: 48%; /* Adjust as needed to leave some space for spacing */
    box-sizing: border-box;
}

    .input-pair textarea {
        display: block;
        width: 100%;
        height: 250px;
        margin-bottom: 5px;
    }
