﻿@font-face {
    font-family: 'iran-sans';
    font-weight: normal;
    src: url("../fonts/iran-sans.woff") format("woff");
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: 'iran-sans';
    font-weight: bold;
    src: url("../fonts/iran-sans-bold.woff") format("woff");
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: 'Yekan_R';
    font-weight: normal;
    src: url("../fonts/Yekan_FA_Regular.woff") format("woff");
    unicode-range: U+0-0029, U+0040-10FFFF;
}

@font-face {
    font-family: 'Yekan_B';
    font-weight: bold;
    src: url("../fonts/Yekan_FA_Bold.woff") format("woff");
    unicode-range: U+0-0029, U+0040-10FFFF;
}
@font-face {
    font-family: 'IRANSans(FaNum)';
    font-weight: bold;
    src: url("../fonts/Yekan_FA_Bold.woff") format("woff");
    unicode-range: U+0-0029, U+0040-10FFFF;
}





.home-news a {
    font-family: "Yekan_R", "iran-sans";
    font-size: 16px;
    line-height: 24px;
}

    .home-news a:hover {
        color: #fff !important;
    }

.home-news:hover {
    background-color: #303956;
    border-radius: 5px;
    padding: 5px;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-black-70 {
    color: black;
}
.mb-4pt.itemTitle.text-black-70:hover {
    color: #3189d7;
}
p.card-subtitle.text-black-70.itemDescription:hover {
    color: #3189d7;
}
.name_top{
	width:136px;
	text-align: center;
}
.OIcon_65px {
    border-radius: 50%;
    width: 65px !important;
    height: 65px !important;
}

.OIcon_70px {
    border-radius: 12%;
    width: 70px !important;
    height: 70px !important;

}
.OIcons_70px {
    border-radius: 12%;

	filter: hue-rotate(82deg);
}

.OIcon_60px {
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
}

.OIcon_75px {
    border-radius: 50%;
    width: 75px !important;
    height: 75px !important;
}

.Icon_80px {
    border: solid 2px #d7daf9 !important;
    border-radius: 20%;
    width: 80px !important;
    height: 80px !important;
}
.bold-text{
	font-size: 18px;
    font-family: auto;
    font-weight: 600;
}

.d-flex.col-md.align-items-center.border-bottom.border-md-0.mb-16pt.pb-16pt.pb-md-0:hover {
  
    background: #E81d7530;
    border-radius: 20px;
}


.wh80 {
    width: 80px !important;
    height: 80px !important;
}

.wh90 {
    width: 80px !important;
    height: 80px !important;
}

.P_rtl {
    padding: 5px;
    direction: rtl;
    text-align: justify;
}

/* ************************ */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.inputIcon {
    padding: 10px;
    background: #FF366E;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 23px;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

    .input-field:focus {
        border: 2px solid dodgerblue;
    }
/* ************************ */


.footer-separator_text {
    display: inline-flex;
    padding-left: 0.5rem;
    border-radius: 0.25rem;
    background-color: #303956;
    max-width: 90%;
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #ffffff;
    font-weight: 600;
    /* letter-spacing: 2px; */
    font-family: "Yekan_R", "iran-sans", Exo\2, Helvetica Neue, Arial, sans-serif;
}











.footer-separator {
    position: relative;
    color: #868e96;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 0;
    margin-bottom: 1rem;
}

    .footer-separator:before {
        content: "";
        height: 1px;
        background-color: rgba(206, 206, 206, 0.6);
        width: 100%;
        top: 50%;
        right: 0;
        position: absolute;
        z-index: -1;
    }


.footerIcon {
    height: 20px;
    width: 20px;
   
}


.itemTitle {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 11px;
   
}

.itemDescription {
    font-size: 14px !important;
   
}



.table-flush tbody tr:hover {
    background-color: #ecebff;
}



.formControl {
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #272c33;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c7cc;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 1px rgba(39, 44, 51, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.W100Per {
    width: 100% !important;
}

.W50Px {
    width: 50px !important;
}

.pdpClear {
    cursor: pointer;
    position: absolute;
    top: 38px;
    left: 25px;
}


.persianNumber {
    font-family: "iran-sans" !important;
}


/* ************************ */
.dir-rtl {
    direction: rtl !important;
}

.responsive {
    width: 100%;
    height: auto;
}

/*--------------------------- sliderTopTools*/
.sliderTopToolsCntr {
}

    .sliderTopToolsCntr img {
        border-radius: 10px;
    }

        .sliderTopToolsCntr img:first-child {
            margin-bottom: 20px;
        }


.boxShadow {
    box-shadow: 0 0 5px #999;
}

[dir="ltr"] .nav-tabs .nav-link.active {
    margin-top: -5px;
    margin-bottom: 0px;
    height: 115%;
    color: #ffffff;
    background-color: #1156fb;
    border-bottom-color: #1156fb;
}

[dir="ltr"] .nav-tabs {
    background-color: white;
    border-radius: 5px;
}

.tab-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 0;
}

.vidArchTab ul {
    list-style: none;
    padding: 5px 0;
    margin-bottom: 0;
}

    .vidArchTab ul li {
        border-bottom: rgba(185, 185, 185, 0.5) solid 1px;
        padding: 5px 0;
    }

        .vidArchTab ul li:last-child {
            border-bottom: none;
        }

        .vidArchTab ul li img {
            width: 50%;
            border-radius: 5px;
        }

.d-flex.col-md.align-items-center.border-bottom.border-md-0.mb-16pt.pb-16pt.pb-md-0.contentEditable:hover{
	
	background: #743faf2e;
    border-radius: 26px;
    box-shadow: 0px 1px 5px #3f51b5;
}

.card.card-cstm.card-sm.card--elevated.p-relative.o-hidden.overlay.overlay--primary-dodger-blue.js-overlay.card-group-row__card{
	
    width: 99%;
    text-align: right;
    border-radius: 12px;
}

img.widthslid{
	width: 100%;
	height: 229px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;
}


.bubbleRow .slick-list {
    padding-top: 5px !important;
}

#topStudents img {
    width: 40px;
    border-radius: 50%;
    right: 28px;
    position: absolute;
}
#topStudentsi img {
    width: 40px;
    border-radius: 50%;
    right: 28px;
    position: absolute;
}
.topStudentsi {
	width: 18px;
    right: 22px;
    position: absolute;
    margin-top: -4px;
}
img.topStudentsi{
	width: 18px !important;
    border-radius: 0% !important;
    right: 22px !important;
    top: -4px;
}

.talkbubble {
    width: 95%;
    height: 98px;
    background: white;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 3px #888;
    padding: 7px;
}

    .talkbubble:hover {
        background: #0d3289;
        color: white;
    }

    .talkbubble:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 26px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 10px solid white;
    }

    .talkbubble .bubbleContainer {
        border-right: 5px solid #cecece;
        padding: 5px;
    }

        .talkbubble .bubbleContainer:hover {
            border-right: 5px solid red;
        }

    .talkbubble i {
        color: red;
		
    }

        .talkbubble i:hover {
            color: white;
        }

.dirRTL {
    direction: rtl;
}

.page-separator__text a {
    color: inherit;
    text-decoration: inherit;
    background-color: inherit;
}

.agentContainer {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 1px 1px 5px #999;
    height: 100px;
}

.agentIcon {
    text-align: center;
    background-color: #1156fb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    color: #fff;
    /* padding: 15%; */
}

.agentSearchContainer {
    background-color: #fff;
    box-shadow: 1px 1px 5px #999;
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
    text-align: center;
    color: #fff;
	    margin-bottom: 23px;
}
.swiper-pagination-bg{
	
	position: absolute;
    top: 0;
    right: 45px;
    width: 231px;
    z-index: 1;
}


.txtm {
    font-size: 10px;
    font-weight: bolder;
    text-align: right;
    width: 72px;
	font-family: 'IRANSans';
	margin-right: 10%;
}
.card-subtitle{
	font-weight: 500;
}

.txtmo {
    font-size: 9px !important;
	
}



@media (min-width: 425px){
 .hadi {
   display: flex!important;
    flex-direction: column;
}}




.agentTitle {
    padding: 5px;
    border-bottom: solid 1px #a9a9a9;
    text-align: center;
    margin: 5px 15px;
}

.Consultant{
	box-shadow: 1px 1px 5px #999;
    padding: 1%;
    border-radius: 12px;
}

.agentPropertyContainer {
}

.agentThumbPic {
}

.agentPropertyText {
    padding-left: 20px;
}

.btn-outline-primary{
	color: #5567ff;
    border-color: #5567ff;
}
.btn-outline-primary:hover{
	 color: #fff;
    background-color: #5567ff;
    border-color: #5567ff;
}

    
	.AgencyCntr h6{
	line-height: 4.5;
    font-weight: bold;
	}
	
	.agentPropertyText p {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
  //  max-height: 2em; //
    font-family: 'IRANSans(FaNum)';
    line-height: 1.8;
//	white-space: nowrap; //
    }
	.agentPropertyText p:hover{
		max-height: 12.5em;
		white-space: break-spaces;
	}

.agentPropertyLinkBtn {
    margin: 5px 15px;
}

.agentPropertyContainer img {
    width: 60px;
    height: 60px;
    margin: 5px;
}

.rounded-circle{
	border-radius: 50% !important;
}
.avatar-img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.text-limit-4l {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 6.5em;
    line-height: 1.8em;
}

.text-limit-3l {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.5em;
    line-height: 1.8em;
	    font-size: 13px;
    font-family: 'IRANSans';
}

.text-limit-2l {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.5em;
    line-height: 1.8em;
}

.agentSupporters {
    padding: 15px;
}

.agentSNames {
    display: inline-block;
    position: absolute;
    padding: 5px 10px;
}

.agentSupporters h6 {
    margin-bottom: 0;
}

.agentSupporters span {
    margin-bottom: 0;
    font-weight: 100;
}

.topNewsSlider {
}

    .topNewsSlider .tnsImg {
        width: 100%;
        border-radius: 5px;
    }

    .topNewsSlider img {
        width: 100%;
    }

    .topNewsSlider .tnsText {
        position: absolute;
        width: 30%;
        top: 10%;
        left: 5%
    }

        .topNewsSlider .tnsText .tnstTitle {
            background-color: #fff;
            color: red;
            padding: 15px;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .topNewsSlider .tnsText .tnstText {
            background-color: rgba(255, 255, 255, 0.9);
            padding: 15px;
            text-align: justify;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.newsSearchContainer {
    background-color: #fff;
    box-shadow: 1px 1px 5px #999;
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
}

.newsTopView {
    padding: 15px;
}

.ntvTitle {
    display: inline-block;
    position: absolute;
    padding: 0px 10px;
}

.newsTopView h6 {
    margin-bottom: 0;
}

.newsTopView span {
    margin-bottom: 0;
    font-weight: 100;
}

.asNews .agentSupporters {
    padding: 5px !important;
}

.posts-card-popular__title.newsCard {
    background-color: rgba(255, 255, 255, 0.75);
}

    .posts-card-popular__title.newsCard a {
        color: #000 !important;
        font-weight: 700;
    }

._loginLogo {
    position: absolute;
    bottom: 15px;
    left: 38%;
}





.card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;

}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
    height: 100%;
    min-height: 354px;
    justify-content: space-around;
}



/* .card2{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
	height: 100%;
	
} */



.posts-card-popular__content{
	background:#000000;
	
}

.card.card--elevated.posts-card-popular.overlay.card-group-row__card{
	width: 98%;
	transition: 2s;
}
.card.card--elevated.posts-card-popular.overlay.card-group-row__card:hover{
	transform: scale(1.02);
}
.card, .card-nav .tab-content{
	box-shadow: 0 3px 3px -2px rgb(39 44 51 / 10%), 0 3px 4px 0 rgb(39 44 51 / 4%), 0 1px 8px 0 rgb(39 44 51 / 2%);
    transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: box-shadow;
    margin-bottom: 1.5rem;
	
}
.stack{
	margin-bottom: calc(1rem + 10px);
    position: relative;
    overflow: initial;
    z-index: 0;
}

.categoryEditable, .contentEditable{
	position: relative;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    z-index: 10000;
}


.tittlegalla{
	left: 0;
    bottom: 0;
    color: white;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #faebd71c;
    padding: 130px 0 10px 0;
    font-size: 16px;
    transition: 0.3s;
    line-height: 20px;
	
}




.card,
.card-nav .tab-content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dfe2e6;
    border-radius: 0.98rem;
}

    .card-nav .tab-content > hr,
    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card-nav .tab-content > .list-group,
    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit;
    }

        .card-nav .tab-content > .list-group:first-child,
        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }

        .card-nav .tab-content > .list-group:last-child,
        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem !important;
	text-align: center;
}
.card-body.flex{
	
}
.leftslide{
	transition: 3s all;
    margin-bottom: 5.6%;
}
.leftslide:hover{
	transform: scale(1.10);
}

.page-sparatorp{
	text-align: right;
    font-family: 'IRANSans(FaNum)';
    font-weight: 600;
    margin-bottom: 1%;
    display: inline-flex;
    padding: 0 0.5rem;
    border-radius: 0.25rem;
    background-color: #1156fb;
    max-width: 90%;
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #fff;
}


.card-title {
    margin-bottom: 1rem;
}
a.card-title{
	color: #000000;
    font-weight: bold;
    font-family: inherit;
    font-size: initial;
}

a.card-title-gallery{
	color: #4f82fd;
    font-weight: bold;
    font-family: inherit;
    font-size: initial;
}


a.card-titleNews{
	color: #000000;
    font-weight: bold;
    font-family: inherit;
    font-size: initial;

    height: 45px;
    line-height: 1.6;
    display: inline-block;
}


a.card-title-gallery{
	
    color: #fff;
    font-weight: bold;
    font-family: inherit;
    font-size: initial;
}
.page-separator{
	position: relative;
    color: #868e96;
    align-items: center;
    justify-content: start;
    z-index: 0;
    margin-bottom: 1rem;
}
.page-separator:before{
	
	
    content: "";
    height: 1px;
    background-color: rgba(17,86,251,0.5);
    width: 100%;
    top: 40%;
    left: 0;
    position: absolute;
    z-index: -1;
}


.card-subtitle {
    margin-top: -0.5rem;
	text-align: right;
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 1rem;
    margin-bottom: 0;
    background-color: #fff;
}

    .card-header:first-child {
        border-radius: 0.5rem 0.5rem 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 1rem;
    background-color: #fff;
}

    .card-footer:last-child {
        border-radius: 0 0 0.5rem 0.5rem;
    }

.card-header-tabs {
    margin-bottom: -1rem;
    border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.card-deck .card,
.card-deck .card-nav .tab-content,
.card-nav .card-deck .tab-content {
    margin-bottom: 12px;
}
.iframe {
    width: 100%;
    height: 254px;
}
.spann{
	font-weight: bold; text-overflow: ellipsis;  word-wrap: break-word; overflow: hidden;  max-height: 2em;  font-family: 'IRANSans(FaNum)';    line-height: 1.8;    white-space: nowrap;
}
@media (max-width: 425px) {
    .hideen {
        display: none;
    }
}

@media (max-width: 768px) {
    .slick-dots li button {
        display: none !important;
    }
}
img.card-img{
	width: 100%;
    height: 220px;
    text-align: center;
    border-radius: 10px;
    padding: 3px;

}





@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -12px;
        margin-left: -12px;
    }
        .card-deck .card,
        .card-deck .card-nav .tab-content,
        .card-nav .card-deck .tab-content {
            flex: 1 0 0%;
            margin-right: 12px;
            margin-bottom: 0;
            margin-left: 12px;
        }
}



.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
	
	display: block !important;
	flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card-group > .card,
.card-nav .card-group > .tab-content {
    margin-bottom: 12px;
}


[dir=rtl] .slick-next{
	right: 1%;
}
 .slick-next{
	left: 1%;
}


.bg-s{
	background: #262B56;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        [dir="ltr"] .card-group > .card,
        [dir="ltr"] .card-nav .card-group > .tab-content {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            [dir="ltr"] .card-group > .card + .card,
            [dir="ltr"] .card-nav .card-group > .card + .tab-content,
            [dir="ltr"] .card-nav .card-group > .tab-content + .card,
            [dir="ltr"] .card-nav .card-group > .tab-content + .tab-content {
                margin-left: 0;
                border-left: 0;
            }

            [dir="ltr"] .card-group > .card:not(:last-child),
            [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                [dir="ltr"] .card-group > .card:not(:last-child) .card-header,
                [dir="ltr"] .card-group > .card:not(:last-child) .card-img-top,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-header,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-img-top {
                    border-top-right-radius: 0;
                }

                [dir="ltr"] .card-group > .card:not(:last-child) .card-footer,
                [dir="ltr"] .card-group > .card:not(:last-child) .card-img-bottom,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-footer,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            [dir="ltr"] .card-group > .card:not(:first-child),
            [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                [dir="ltr"] .card-group > .card:not(:first-child) .card-header,
                [dir="ltr"] .card-group > .card:not(:first-child) .card-img-top,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-header,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-img-top {
                    border-top-left-radius: 0;
                }

                [dir="ltr"] .card-group > .card:not(:first-child) .card-footer,
                [dir="ltr"] .card-group > .card:not(:first-child) .card-img-bottom,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-footer,
                [dir="ltr"] .card-nav .card-group > .tab-content:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0;
                }
}

[dir="ltr"] .card-columns .card,
[dir="ltr"] .card-columns .card-nav .tab-content,
[dir="ltr"] .card-nav .card-columns .tab-content {
    margin-bottom: 1rem;
}

@media (min-width: 576px) {
    [dir="ltr"] .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 24px;
        column-gap: 24px;
        orphans: 1;
        widows: 1;
    }

        [dir="ltr"] .card-columns .card,
        [dir="ltr"] .card-columns .card-nav .tab-content,
        [dir="ltr"] .card-nav .card-columns .tab-content {
            display: inline-block;
            width: 100%;
        }
}


















#LoginForm .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-left-width: 1px;
}

#LoginForm .input-group-text {
    border-left-width: 0 !important;
    border-right-width: 1px !important;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gj_topStudent {
    flex-wrap: initial !important;
}

.gj_videoConsulting {
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    text-align: center;
}