﻿
.btn-default {
    color: #fff;
    background-color: #2948df;
    border-color: #2040db;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
    .btn-default:hover {
        color: #fff;
        background-color: #3452e1;
        border-color: #2948df;
    }

.sahnevideo {
    position: absolute;
    left: 19.2%;
    top: 8%;
    z-index: 200;
    display: block;
    width: 65%;
    height: 55%;
}

.fancybox-slide--iframe .fancybox-content {
    width: 90%;
    height: 90%;
    max-width: 90%;
    max-height: 90%;
    margin: 0;
    overflow: auto;
    overflow-y: auto;
}

.img-annotated {
    position: relative;
}

.img-annotation {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    text-align: center;    
    color: white;
    border-radius:50%;
    
}


    .img-annotation span {
        font-weight: bold;
        padding: 15px;
        text-align: center;
        display: inherit;
        color: white;
        width: 100%;
        height:auto;
        align-items: center;
       
    }



 .img-annotation:hover, .img-annotation.touched {
            background-color: green;
            transition: all 0.5s ease;
            background-position: left bottom;
        }



/* .circle {
        background-color: red;
        border-radius: 50px;
        height: 100px;
        width: 100px;
    }

        .circle:hover {
            background-color: green;
            transition: all 0.5s ease;
            background-position: left bottom;
        }
*/


.ana-cerceve {
    position: relative;
}

.link-cerceve {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    color: white;
}





.tooltiptext {
    visibility: hidden;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #2a3042;
    background-clip: padding-box;
    border: 1px solid #32394e;
    border-radius: .4rem;
    outline: 0;
    /* transition: opacity 1s;*/
}

    .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.link-cerceve:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transition: all 0.8s ease;
    background-position: left bottom;
}

.baslik {
    font-size: 0.8vw;
    padding: 5px;
   
 
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #32394e;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.aciklama {
    padding: 5px;
    font-size: 0.7vw;
}



.divPush {
    position: absolute;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    color: white;
    font-size: 0.7vw;
    left: 39.5%;
    top: 25%;
    right: 0%;
    bottom: 20%;
    width: 21.2%;
    height:19.7%;
    
    
}
.divPush p{
    border-bottom:1px dotted;
}

    .divPush:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
        transition: all 0.8s ease;
        background-position: left bottom;
    }





/* width */
::-webkit-scrollbar {
    width: 5px;
    height:5px;
}

    ::-webkit-scrollbar:hover {
        width: 15px;
        height: 15px;
    }

/* Track */
::-webkit-scrollbar-track {
    background: #2b3e60;
}

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #232222;
}*/

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
        width:10px;
    }




.salonlink:nth-child(1) {
    left: 16.9%;
    top: 51.2%;
    right: 0%;
    bottom: 20%;
    width: 20.8%;
    height: 33%;
    
    
}

.salonlink:nth-child(2) {
    left: 65%;
    top: 51.2%;
    right: 0%;
    bottom: 20%;
    width: 20.8%;
    height: 33%;
   
}

::selection {
    
    background-color: #b174cb;
    color: white;
}


.open-button {
   
   
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 7%;
    right: 2%;
    width: 10%;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

    /* Full-width textarea */
    .form-container textarea {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
        resize: none;
        min-height: 200px;
    }

        /* When the textarea gets focus, do something */
        .form-container textarea:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/send button */
    .form-container .btn {
        background-color: #4CAF50;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red;
    }

    /* Add some hover effects to buttons */
    .form-container .btn:hover, .open-button:hover {
        opacity: 1;
    }