/* მხოლოდ 1 სტრიქონებით შეგნით */
.row-blog{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0px 0px;
    margin: 0.7rem 0.7rem 0.7rem 0.7rem;
}

.row-blog:last-child {
    margin-bottom: 70px;
}

.row-blog h1{
    font-size: 2rem;
    color: #000;
    text-shadow: 0px 0px 1px #207ce5;
}

.row-blog h2{
    font-size: 1.3rem;
    text-shadow: 0px 0px 1px #207ce5;
}

.col-blog{
    height: auto;
    width: 100%;
    background: ghostwhite;
    padding: 0px 7px 7px 0px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 1px grey;
}

.col-blog img{
    height: 120px;
    float: left;
    margin-right: 11px;
    border-radius: 20px;
    object-fit: cover;
    width: 180px;
    padding: 10px 10px 10px 10px;
}

.col-blog-text{
    font-size: 0.9rem;
    color: #848080;
    text-shadow: 0px 0px 1px #207ce5;
    padding-right: 3%;
    padding-left: 3%;
    text-shadow: 0px 0px 1px #207ce5;
    text-align: justify;    
    display: block;
    margin-bottom: 15px;
}



.box-blog{
    height: auto;
    width: 100%;
    background: ghostwhite;
    padding: 0px 7px 7px 10px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 1px grey;
}

.box-blog img{
    height: 80px;
    float: left;
    margin-right: 11px;
    border-radius: 100px;
    object-fit: cover;
    width: 80px;    
    padding: 10px 10px 10px 10px;
}

.box-blog-text{
    font-size: 1rem;
    color: #07155f;
    text-shadow: 0px 0px 1px #207ce5;
    margin-left: 25px;
    margin-right: 25px;
    display: block;
}

.box-blog-text img{
    border-radius: 0px;
    float: unset;
 }


.col-button{
    display: inline-block;
    font-size: 0.8rem;
    color: white;
    float: right;
    background: #8943a0;
    padding: 8px 10px 10px 10px;
    border-radius: 2px 2px;
    width: auto;
    margin-right: 3%;
}
.col-button:hover{opacity: 0.7;}



/* მხოლოდ 1 სტრიქონებით შეგნით */
.row-quest{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0px 0px;
    margin: 0.7rem 0.7rem 0.7rem 0.7rem;
}

.row-quest:last-child {
    margin-bottom: 70px;
}

.row-quest h3{
    font-size: 1rem;
    color: #000;
    text-shadow: 0px 0px 1px #207ce5;
}



.col-quest{
    height: auto;
    width: 100%;
    background: ghostwhite;
    padding: 7px 15px 0px 15px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 1px grey;
}

.col-quest img{
    height: 200px;
    margin-right: 0px;
    padding: 0px 0px;
    max-width: 350px;
}

.col-quest-text{
    font-size: 0.9rem;
    color: #848080;
    text-shadow: 0px 0px 1px #207ce5;
    padding-right: 3%;
    padding-left: 3%;
    text-shadow: 0px 0px 1px #207ce5;
    text-align: justify;    
    display: block;
    margin-bottom: 15px;
}

/* შეუზღუდავი სტრიქონების რაოდენობით შეგნით */
.rows-answ{
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0px 0px;
    margin: 1.7rem 0.7rem 0.7rem 0.7rem;
}


.col-answ{
    width: auto;
    background: #fff599;
    padding: 7px 15px 7px 7px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 1px grey;
    margin-bottom: 15px;
    margin-left: 10px;
    display: flex;
}

.col-answ-img{
    width: 20%;
    background: #fff599;
    padding: 7px 7px 7px 7px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 1px grey;
    margin-bottom: 15px;
    margin-left: 10px;
    display: flex;
}

.col-answ-img img{
    object-fit: cover;
    width: 100%;
}

.answ-button{
    font-family: bpg;
    font-size: 0.8rem;
    color: white;
    float: left;
    background: #9e9e9e;
    padding: 10px 10px 10px 10px;
    border-radius: 2px 2px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    cursor: pointer;
}
.answ-button:hover{opacity: 0.7;}


.progressBarTable{
    margin: 10px 10px 10px 10px; 
} 

.progressBarCell {
    display: inline-block;
    background: #2dcc70;
    height: 3px;
}

.progressCounter {
    font-weight: bold;
    float: right;
    background: #ededed;
    padding: 7px 7px 7px 7px;
    margin-right: 10px;
    border-radius: 2px 2px 2px 2px;
    color: #4c4b4b;
    border: 1px dotted;
    margin-bottom: 10px;
}


.promo-butt{
    font-size: 10px !important;
    padding: 7px 10px 6px 10px;
    float: unset !important;
    width: auto !important;
    height: auto !important;
    line-height: unset !important;
    margin-bottom: 4px;
}

.promo-butt:hover {
    opacity: 0.7 !important;
}

.pulse  {
    display: inline-block;
    float: right;
    width: 300px;
    height: 50px;
    border-radius: 3px 3px;
    background: #207ce5;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(83,94,104);
    animation: pulse 2s infinite;
    text-align: center;
    vertical-align: middle;
    color: whitesmoke;
    line-height: 52px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}
.pulse:hover {
    animation: none;
    background: #009ec3;
}

.pulse .fa {
    margin-right: 7px;
    vertical-align: baseline;
}



@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/*МОДАЛЬНОЕ ОКНО*/
#bg_popup{
position: fixed;
z-index: 99999;
background: rgba(0, 0, 0, 0.9);
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;}
   
#popup {
text-align: center;
background:#fff;
width: 80%;
margin: 20% auto;
padding: 5px 20px;
position: relative;}
   
.close{
display: block;
position: absolute;
top: 5px;
right: 5px;
width: 15px;
height: 20px;
color: #1877f2;
cursor: pointer;
}




/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
}

/* Style the arrow inside the select element: */
.select-selected:after {
position: absolute;
    content: "";
    top: 12px;
    right: 10px;
    width: 1px;
    height: 0;
    border: 10px solid #FF5722;
    border-color: #FF5722 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
border-color: transparent transparent #FF5722 transparent;
    top: 1px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #20b3f5;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items:first-child {
border: none;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #E0F7FA;
}



@media only screen and (max-width: 1050px){
    
    /* ტესტების ბლოკების ზომა პლანშეტებზე */ 
    .col-test-shell{
        width: 100%;
    }
    .col-test{
        width: 45%;
        margin-left: 0px;
    }
    .col-test img{
        height: 25vw;
    }
    
        
}


@media only screen and (max-width: 700px){
  
    /* ტესტების ბლოკების ზომა პლანშეტებზე */ 
    .col-test-shell{
        width: 100%;
    }
    .col-test{
        width: 45%;
        margin-left: 0px;
    }
    .col-test img{
        height: 25vw;
    }

}


@media only screen and (max-width: 500px){
    
    /* ტესტების ბლოკების ზომა */ 
    .col-test-shell{
        width: 100%;
    }
    .col-test{
        width: 95%;
        margin-left: 0px;
    }
    .col-test img{
        height: 40vw;
    }
    
    /*// კითხვების ბლოკი ////////////////////*/
    .col-quest img{
    width: 100%;
    object-fit: cover;
    }
    
    .row-blog h2{
    font-size: 1rem;
    text-shadow: 0px 0px 1px #207ce5;
    word-break: break-word;
}
     
   
}