/*
Theme Name: hello-elementor Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

body.home {
    opacity: 0;
}
#yazik * {font-family: var(--e-global-typography-text-font-family), Sans-serif;}
#yazik .gt_float_switcher { display: flex; flex-direction: column-reverse;  box-shadow: none;  background: transparent;}
#yazik .gt_float_switcher .gt_options { position: absolute;  top: 50px; width: 350px;  right: 0px; background: #fff;  border-radius: 10px;  box-shadow: 0px 0px 7px #0000001f;}
#yazik .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow { transform: rotate(0deg);}
#yazik .gt_float_switcher .gt-selected .gt-current-lang { padding: 2px; font-weight: 500;}
.gt-selected span.gt-lang-code { font-size: 16px;}
#yazik .gt_float_switcher .gt-selected { background: transparent;}
#yazik .gt-selected img { border: 2px solid #fff; border-radius: 300px;  width: 28px; height: 28px; object-fit: cover; box-shadow: 0px 0px 0px 1px #00000061;}
#yazik .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate { transform: rotate(180deg)!important;}
#yazik .gt_float_switcher .gt_options a { width: 50%; float: inline-start; font-size: 14px; display: flex;  padding: 7px;}
#yazik .gt_float_switcher .gt_options a img { width: 28px;}
div#user-info * { font-family: var(--e-global-typography-text-font-family), Sans-serif;  font-size: 13px;}
.user-location *, .selectregion * {font-family: var(--e-global-typography-text-font-family), Sans-serif;}
div#user-info { display: flex; justify-content: center;  gap: 20px;}
.zagline { font-family: var(--e-global-typography-primary-font-family), Sans-serif; font-size: 20px;}
.zagline span {font-family: var(--e-global-typography-text-font-family), Sans-serif;}
.user-location { display: flex; align-items: flex-start; gap: 20px; justify-content: space-between;}
.flag-region { display: flex; align-items: center; gap: 10px; margin-top: 5px;min-width: 100px;   justify-content: end;}
.flag-region img {border: 2px solid #fff!important; border-radius: 300px!important; width: 28px!important; height: 28px!important; object-fit: cover; box-shadow: 0px 0px 0px 1px #0000002e!important;}
.selectregion {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {
    background: #0099fa;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    color: white;
    padding: 13px 25px!important;
    font-weight: 400;
    border-radius: 14px!important;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #0099fa;
    overflow: hidden;
    position: relative;
    padding-right: 60px!important;
    margin: 0 auto;
}
button#openurl:hover, button#openurl:focus {
    background-color: #0099fa;
}
.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
    height: 41px;
    width: 41px;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #1a4dde;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.country-selected {
    padding: 10px 15px;
    border: 1px solid #0099fa;
    background: #fff;
    cursor: pointer;
    user-select: none;
    position: relative;
    border-radius: 10px; padding-right: 45px;
}
.country-selected:after {
    content: '';
    position: absolute;
    right: 10px;
    transition: transform 0.3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='19.999752044677734 39.999752044677734 88.00012969970703 48.000247955322266'%3e%3cg%3e%3cpath d='M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z' fill='%23000000' opacity='1' data-original='%23000000' class=''%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #000;
    background-size: 10px;
    border-radius: 6px;
    opacity: 0.7;
}
    .country-dropdown.open .country-selected:after {
        transform: rotate(180deg);
    }
.list__item {
    padding: 7px 15px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
    line-height: 1;
}
#country-list {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    border-top: none;
    background: #fff;
    z-index: 1000;
    border-radius: 13px;
    padding: 8px 0px;
    box-shadow: 0px 0px 7px 0px #0000002e !important;
}
    .country-dropdown {
        position: relative;
        width: 100%;
        max-width: 300px;
    }
    .country-dropdown.open #country-list {
        display: block;
    }


    .list__item:hover {
        background: #f0f0f0;
    }
    .list__item.active {
        background: #e0e0e0;
        font-weight: bold;
    }
#country-list::-webkit-scrollbar {
  display: none; }



@media (max-width:768px){
.user-location {
    flex-direction: column;
    gap: 5px; align-items: anchor-center;
}
.flag-region {
    justify-content: flex-start;
}
.selectregion {
    flex-direction: column;
    gap: 5px; margin-bottom: 10px;
}
.zagline {
    text-align: center;
    width: 100%;
    font-size: 18px;
}
.country-dropdown {
    max-width: 100%;
}
.country-selected {
    font-size: 14px;
    padding: 10px;
}
.cssbuttons-io-button {
    width: 100%;
}
div#user-info {
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
div#user-info p {
    margin-bottom: 0px;
}

	
}