body {
    background-color: var(--beige);
}



.page {
    display: grid;
    grid-template-rows: max-content auto max-content;
    min-height: 100vh;
    height: 100vh;
}

.page-title {

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

::placeholder {

    color: rgba(14, 71, 203, 0.50);

    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgba(14, 71, 203, 0.50);

    font-family: var(--title-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#main-wrap {
    width: 100%;
    padding-bottom: 25px;
}

.site-background-2 {
    display: grid;
    grid-template-rows: auto max-content;
}


/*logo container*/
.logo-container>.swoogo-image {
    padding: 10px 20px 20px 0px;
}


.logo-container img {
    margin: 0px 0px 0px 0px !important;
    max-height: 124px !important;
    height: 124px !important;
    object-fit: contain;

}

input[value="phone"]~.page .logo-container img,
input[value="tablet"]~.page .logo-container img,
.logo-container.short img {
    max-height: 90px !important;
    height: 90px !important;
    min-height: 89px !important;

}


.logo-container .blue-container {
    position: absolute;
    left: 0px;
    width: 100%;
}

.blue-container {
    background: var(--lightBlue);

}

.blue-container>.swoogo-text {
    overflow-x: hidden;
}

.blue-container .paragraph {
    width: fit-content;

    display: flex;
    position: relative;

}

.keywords,
.event-title {
    color: var(--blue);
    font-family: var(--title-font);
}

.blue-container .paragraph .event-title h1 {
    margin: 12px 30px;
}

.keywords h1,
.event-title h1 {
    font-size: 34px;
    letter-spacing: 2px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin: 15px 10px;
    grid-gap: 12px;
}


.keywords h1 {
    color: var(--blue);
    text-align: right;
    font-family: var(--special-font);
    font-size: 40px;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.keywords h1 span {
    color: var(--blue);
    font-family: var(--title-font);
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: -7px;
}

.event-title:not(.keywords) span:nth-child(1) {
    font-weight: 700;
    font-size: 42px;
    letter-spacing: -0.5px;
}

.event-title:not(.keywords) span:nth-child(2) {
    width: 2px;
    background: var(--blue);
    height: 27px;
    margin-top: 4px;
}

.event-title:not(.keywords) span:nth-child(3) {
    letter-spacing: 0.0;
    line-height: -7px;
}

.event-title:not(.keywords) span:nth-child(4) {
    letter-spacing: 0px;
}

.event-title:not(.keywords) span:nth-child(5) {
    letter-spacing: 0px;
}






/***************************************************************************************************/
/* Navigation
/***************************************************************************************************/


#nav-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.navbar {
    font-family: var(--standard-font);
    border: none !important;
    margin-bottom: 0px;
    background-color: transparent !important;

}

.navbar-header {
    position: absolute;
    top: 0px;
    float: right;
    right: 0px;
}

.navbar .navbar-collapse {
    border: none !important;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 100vh;
}



.navbar-collapse>div {

    display: grid;
    grid-template-rows: minmax(auto, 100px) minmax(auto, 90px) max-content auto;
    grid-template-columns: 1fr;
    height: 100vh;

}

.navbar-nav>li>a {
    text-transform: lowercase;
    font-family: var(--standard-font);
    font-size: 20px !important;
    color: var(--blue) !important;
    white-space: nowrap;
}



/*modal*/
.modal-content {
    background-color: var(--lightBeige);
    border-radius: 0px;
}

.modal-content iframe {
    max-height: 80vh;
    /*****************************/
}


.modal-header {
    background: var(--lightGreen);
    color: var(--blue);
    padding: 5px;
}


.modal-header .modal-title {
    display: none;

}

.modal-footer {
    height: 0px;
    padding: 0px;
    overflow: hidden;
}

.modal-header .close {
    color: var(--lightGreen);
    text-shadow: none;
    opacity: 1;
    font-size: 50px;

    display: grid;
    align-items: center;
    grid-template-rows: 32px;
    padding: 5px 10px;
    overflow: hidden;
    grid-template-columns: max-content 6px max-content;

}

.modal-header .close:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M9.24951 9.24951L26.7504 26.7504" stroke="%230E47CB" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.7505 9.24951L9.2496 26.7504" stroke="%230E47CB" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 36px;
    height: 36px;
    display: block;
}

/*toggle*/

.navbar-toggle {
    background-color: transparent !important;
    cursor: pointer;
    /* width: 50px; */
    /* height: 50px; */
    border: 1px solid transparent !important;
    border-radius: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;

    z-index: 100;
}

.navbar-toggle>div {
    width: 50px;
    height: 50px;
    padding: 10px 14px 6px 6px;
}

.navbar-toggle .icon-bar {
    width: 100%;
    height: 2px;
    background-color: var(--blue) !important;
    margin: 6px 0 !important;
    transition: 0.4s;
    transform-origin: right;
}

.modal-header .close:before,
.navbar-toggle:before {
    content: 'Close';
    font-size: 20px;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
    color: var(--blue);

}

.navbar-toggle.collapsed:before {
    opacity: 0;
}

/*closed*/

.navbar-toggle:not(.collapsed) .bar1 {
    transform: rotate(-45deg) translate(0px, -4px);

}

/* Fade out the second bar */
.navbar-toggle:not(.collapsed) .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.navbar-toggle:not(.collapsed) .bar3 {
    transform: rotate(45deg) translate(0px, 4px);
}

.navbar .navbar-nav {
    margin: 0px !important;
}




.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: var(--black);
    background: none !important;
}


@media (max-width:768px) {

    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {

        background: var(--lightBeige) !important;
    }
}

.menu-text {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

/*Nav button*/

.nav-button>div {
    font-size: 20px;
}

.nav-button .social-media-links ul {
    display: flex;

}

.nav-button .social-media-links li {

    padding: 10px;


}

.nav-button .list-inline {
    display: flex;
    margin: 0px;
}

/*
.nav-button .swoogo-button {
    background: var(--green);
    cursor: pointer;
    color: var(--white) !important;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

.nav-button .swoogo-button a {

    color: var(--white);
    text-decoration: none !important;
}


.nav-button .swoogo-button span {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: block;
}

.nav-button .swoogo-button:hover,
.nav-button .swoogo-button:focus {
    background: var(--blue);
}

*/

.nav-button,
.live-button {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}




.social-icons,
.live-button>div {
    width: 190px;

}

.user-icon,
.live-button a:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 44 44" fill="none"><path d="M36.1668 37.4865C35.3312 35.1475 33.4899 33.0807 30.9284 31.6066C28.367 30.1325 25.2286 29.3335 21.9999 29.3335C18.7713 29.3335 15.6329 30.1325 13.0714 31.6066C10.51 33.0807 8.66864 35.1475 7.83301 37.4865" stroke="%230E47CB" stroke-width="3" stroke-linecap="round"/><ellipse cx="22.0001" cy="14.6668" rx="7.33333" ry="7.33333" stroke="%230E47CB" stroke-width="3" stroke-linecap="round"/></svg>');

    content: '';
    width: 30px;
    height: 30px;
}

.live-button a:hover:before {

    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 44 44" fill="none"><path d="M36.1668 37.4865C35.3312 35.1475 33.4899 33.0807 30.9284 31.6066C28.367 30.1325 25.2286 29.3335 21.9999 29.3335C18.7713 29.3335 15.6329 30.1325 13.0714 31.6066C10.51 33.0807 8.66864 35.1475 7.83301 37.4865" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round"/><ellipse cx="22.0001" cy="14.6668" rx="7.33333" ry="7.33333" stroke="%23FFFFFF" stroke-width="3" stroke-linecap="round"/></svg>');

}

.live-button a {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    grid-gap: 10px;
}

.event-logo-container,
.live-button {
    background-color: var(--lightGreen);
    transition: background-color 0.4s ease-in-out
}


.logo-container .mobile {
    height: 70px
}

/* nav big screen*/



/*timezone*/

/*********************************************/
.timezone-display {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6px 16px !important;
    font-size: 14px;
    font-family: var(--standard-font);
    font-weight: 400;
    border-top: 1px solid var(--blue);
}

#nav-wrap .timezone-display {
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-gap: 15px;
    border-top: 0px;
}


.landing-content .timezone-display {
    padding: 6px 17px;
}

.landing-content .local-time,
.landing-content .dubai-time {
    display: inline-grid;
    grid-template-columns: 1fr max-content;
    grid-gap: 5px;

}

.timezone-display .time {
    font-weight: 700;
    initial-letter: raise;
    align-self: end;
}


.local-time>span:first-child,
.dubai-time>span:first-child {
    text-align: end
}

.navbar-container {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

@media (min-width: 768px) {
    .navbar-container {
        position: unset;

    }

    .event-logo-container {
        min-height: 15px;
    }

    /***************************/



    .event-title h1 {
        margin: 20px 0px 10px;
    }

    .navbar-collapse .event-title h1 {
        margin: 2px 0px;
    }

    /***************************/
    .event-logo-container,
    .live-button {
        background-color: transparent
    }

    .navbar>div {
        display: grid;
        grid-template-columns: 1fr 3fr;
    }

    .logo {
        margin-top: 10px;
        margin-bottom: 20px;
    }


    /*** buttons*/
    .navbar .navbar-nav {
        justify-content: space-between;
        width: 100%;
        display: flex;
        /* grid-gap: 70px; */
        flex-wrap: wrap;
        position: relative;
        padding-right: 0px;
    }

    .navbar .navbar-nav:before,
    .navbar .navbar-nav:after {
        content: none;
    }


    .navbar-nav>li>.dropdown-menu {
        border-radius: 0;
    }

    .navbar-default .navbar-nav>li>a {
        background-color: transparent !important;
        padding: 0px;
    }

    .navbar-default .navbar-nav>li {
        height: 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        margin-left: -5px;
    }

    .navbar-default .navbar-nav li:hover {
        -webkit-text-stroke: 1px;
        stroke: 1px;

    }

    /*hover live now button*/

    .navbar-toggle {
        display: none !important;
    }


    .navbar-default .dropdown-menu>.active>a,
    .navbar-default .dropdown-menu>.active>a:focus,
    .navbar-default .dropdown-menu>.active>a:hover {
        color: var(--blue) !important;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus {
        color: var(--blue) !important;
        -webkit-text-stroke: 1px;
        stroke: 1px;
    }

    .navbar-default .navbar-nav li>a:hover {
        color: var(--blue) !important;

    }

    .nav-button,
    .live-button {
        justify-content: end;

    }

    .live-button>div {
        margin-bottom: 0px;
    }

    .navbar-collapse>div {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: max-content max-content;
        height: unset;
    }


    .nav-button {
        grid-row: 1;
        grid-column: 2;

    }

    .nav-button>div {
        padding: 0px;
        font-size: 10px;
    }

    .nav-menu {
        display: flex;
        align-items: center;
        grid-column: 1;
        grid-row: 2;




    }


    .navbar {

        padding-top: 10px;
    }
}



/*special buttons*/


.special-button .swoogo-button {

    font-size: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    text-transform: lowercase;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: auto min(33%, 180px);
    background: var(--lightBeige);
    border: none;
    text-align: start;

}

.special-button .swoogo-button a {
    background: var(--lightBeige);
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--blue);
    padding: 0px 10%;

}

.special-button .swoogo-button:after {

    content: '';
    display: block;
    height: 46%;
    align-self: center;
    position: relative;
    left: 28%;
    top: 0px;
    background: linear-gradient(135deg, transparent calc(50% - 2px), var(--green) calc(50% - 2px), var(--green) calc(50% + 2px), transparent calc(50% + 2px));
    box-shadow: 18px -18px 0 0px var(--green);
    clip-path: inset(-4px -4px 0 0);
    aspect-ratio: 1/1;

}

.special-button .swoogo-button:hover,
.special-button .swoogo-button:focus {
    background: var(--green);

}

.special-button .swoogo-button:hover:after,
.special-button .swoogo-button:focus-within:after {
    background: linear-gradient(135deg, transparent calc(50% - 2px), var(--lightBeige) calc(50% - 2px), var(--lightBeige) calc(50% + 2px), transparent calc(50% + 2px));
    box-shadow: 18px -18px 0 0px var(--lightBeige);
}

.swoogo-button,
.navbar li {
    cursor: pointer;
}

/*keyboard focus*/
.swoogo-button a:focus,
.swoogo-button a:hover,
.navbar li a:focus,
.navbar li a:hover {
 
    outline-offset: 8px;
   
}


.swoogo-button:focus,
.navbar li:focus {
    outline: 5px auto #000;
    outline-offset: -2px;
}


/*alternate*/

.special-button.alternate .swoogo-button {
    background: var(--blue);
    font-weight: 700;
}

.special-button.alternate .swoogo-button a {
    background: var(--blue);
    color: var(--yellow);
}

.special-button.alternate .swoogo-button:after {
    background: linear-gradient(135deg, transparent calc(50% - 2px), var(--yellow) calc(50% - 2px), var(--yellow) calc(50% + 2px), transparent calc(50% + 2px));
    box-shadow: 18px -18px 0 0px var(--yellow);
}

.special-button.alternate .swoogo-button:hover,
.special-button.alternate .swoogo-button:focus-within {
    background: var(--yellow);
}

.special-button.alternate .swoogo-button:hover:after,
.special-button.alternate .swoogo-button:focus-within:after {
    background: linear-gradient(135deg, transparent calc(50% - 2px), var(--blue) calc(50% - 2px), var(--blue) calc(50% + 2px), transparent calc(50% + 2px));
    box-shadow: 18px -18px 0 0px var(--blue);
}


.mobile-social-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    padding-top: 10px;
}


.blue-container>div {
    display: grid;
    grid-template-columns: auto max-content auto;

}

.social-wall {
    background: var(--yellow);
    padding: 0px 20px;
}

.social-wall-button {
    height: 100%;
    display: flex;
    justify-content: end;

    align-items: center;
}

.mobile-only .social-wall-button {
    height: 40px;
}


.social-wall-button .join-label {
    white-space: nowrap;
}

/*container*/

.social-wall .swoogo-button {
    font-family: var(--standard-font);
    font-size: 14px;
    font-weight: 400;
}

.social-wall-button a:hover,
.social-wall-button a:focus {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.desktop,
.tablet {
    display: none;
}


/* For slightly larger mobile screens */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar .navbar-nav {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    }

}

/* For medium mobile screens */
@media (min-width: 375px) and (max-width: 413px) {}

/* For larger mobile screens */
@media (max-width: 767px) {

    .page .nav-menu li {

        font-size: 30px;
        /* font-weight: 600; */
        font-family: var(--title-font);
        text-transform: lowercase;
        height: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: auto min(33%, 180px);
        background: var(--lightBeige);
        border: none;
        text-align: start;

    }

    .page .nav-menu li a {
        background: var(--lightBeige);
        display: flex;
        justify-content: start;
        align-items: center;
        color: var(--blue);
        padding: 0px 10%;

    }

    .page .nav-menu li:after {

        content: '';
        display: block;
        height: 46%;
        align-self: center;
        position: relative;
        left: 28%;
        top: 0px;
        background: linear-gradient(135deg, transparent calc(50% - 2px), var(--green) calc(50% - 2px), var(--green) calc(50% + 2px), transparent calc(50% + 2px));
        box-shadow: 18px -18px 0 0px var(--green);
        clip-path: inset(-4px -4px 0 0);
        aspect-ratio: 1/1;

    }


    .page .nav-menu li:hover,
    .page .nav-menu li:focus-within {
        background: var(--green);

    }

    .page .nav-menu li:hover:after,
    .page .nav-menu li:focus-within:after {
        background: linear-gradient(135deg, transparent calc(50% - 2px), var(--lightBeige) calc(50% - 2px), var(--lightBeige) calc(50% + 2px), transparent calc(50% + 2px));
        box-shadow: 18px -18px 0 0px var(--lightBeige);
    }
}

.custom-container {
    width: calc(100% - 20px);
    margin: auto;
    min-height: 100%;
    height: 100%;
    max-width: 1180px;
    /*  padding: 0px 16px;*/
}

#nav-wrap .blue-container .custom-container {
    padding: 0px;
    width: 100%;
}

.custom-container.landing {
    max-width: 1280px;

    width: 100%;
}

#nav-wrap .blue-container .blue-grid {
    display: flex;
    justify-content: end;
}

#nav-wrap .social-header {
    background: var(--lightBeige);
    padding: 0px 6px;

}

/*scroll special*/

/* For portrait tablets */
@media (min-width: 768px) {

    .mobile-only {
        display: none
    }

    .nav-button,
    .live-button {
        align-items: start;
    }

    .logo-container {
        padding: 0px;
    }

    .tablet {
        display: block;
    }

    #nav-wrap .blue-container>.custom-container {
        grid-template-columns: 3fr 1fr;
        display: grid;

    }
}



/* For landscape tablets */
@media (min-width: 1024px) {
    .live-button a {

        margin-top: -5px !important;
        margin-bottom: 15px !important;
    }

    .timezone-display.custom-container {
        justify-content: end;

    }

    #main-wrap {

        padding-bottom: 0px;
    }


    .site-background-2,
    .program,
    .program-frame,
    .program-grid,
    .program-grid>div {
        min-height: 100%;
        height: 100%;
    }

    .session-frame {
        display: block;
        overflow-y: auto;
        height: 100%;
        min-height: 100%;

    }

    .navbar {

        padding-top: 20px;
    }

    .timezone-display {
        border: 0px;
    }

    .navbar .custom-container {
        width: 95%;
    }

    .desktop {
        display: block;
    }

    .special-button .swoogo-button {
        grid-template-columns: auto 33%;
    }

    .mobile {
        display: none
    }

    .mobile-text {
        display: none;
    }



    .site-background-2 {
        display: grid;
        height: 100%;


    }



    .timezone-display.desktop {
        display: flex;
    }

    .timezone-display.mobile {
        display: none;
    }

}



@media (min-width: 1024px) {
    .logo-container>.swoogo-image {
        padding: 0px 20px 0px 0px;
    }

    #nav-wrap {
        padding-bottom: 20px;
    }

    .navbar .custom-container,
    .custom-container {
        max-width: 1280px;
        width: 98%;
    }

    .custom-container.landing {
        max-width: 1420px;
        width: 100%;
    }


}




/* For 1080p screens */
@media (min-width: 1920px) and (max-width: 2559px) {

    .navbar .custom-container,
    .custom-container {

        width: 70%;
    }

    .custom-container.landing {
        max-width: 1420;
        ;
        width: 100%;
    }

}

/* For screens that are 2K in width (2560px) */
@media (min-width: 2560px) and (max-width: 3839px) {}



/*********************************************************
****** Scroll Top button
*********************************************************/
.scroll-to-top .arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="29" viewBox="0 0 25 29" fill="none"><path d="M12.5 3L13.5556 1.93428L12.5 0.888757L11.4444 1.93428L12.5 3ZM11 27C11 27.8284 11.6716 28.5 12.5 28.5C13.3284 28.5 14 27.8284 14 27L11 27ZM24.0556 12.3343L13.5556 1.93428L11.4444 4.06572L21.9444 14.4657L24.0556 12.3343ZM11.4444 1.93428L0.944429 12.3343L3.05557 14.4657L13.5556 4.06572L11.4444 1.93428ZM11 3L11 27L14 27L14 3L11 3Z" fill="%23FFCC00"/></svg>');
    width: 24px;
    height: 31px;

    flex-shrink: 0;
}


.scroll-to-top {
    position: fixed;
    height: 86px;
    bottom: 0px;
    min-height: 0px;
    display: none;
    pointer-events: none;
}

.scroll-to-top>button {
    width: 72.6px;
    height: 66px;
    background-color: var(--blue);
    right: 0%;
    bottom: 10px;
    float: right;
    color: var(--yellow);
    display: flex;
    justify-content: center;
    border: none;
    flex-direction: column;
    align-items: center;
    pointer-events: all;
}

.scroll-to-top span {
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
}

.popup-notification {
    position: absolute;
    color: var(--black);
    width: 0px;
    height: 0px;
    display: flex;
    align-items: end;
    z-index: 10000;
    font-family: var(--standard-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.popup-notification>div {
    min-width: 270px;
    position: relative;
    height: fit-content;
}

.popup-notification .background {
    opacity: 95%;
    background: rgb(220, 246, 250);
    width: 100%;
    position: absolute;
    height: 100%;
    filter: drop-shadow(0px 4px 4px rgba(39, 59, 74, 0.30));
}

.popup-notification .button {
    padding: 10px 20px;
}

.popup-notification .button button {
    color: var(--blue);
    font-size: 14px;
    font-family: var(--standard-font)
}

.popup-notification .content {
    z-index: 2;
    position: relative;
    padding: 20px;
}

.popup-notification .background:after {
    content: '';
    height: 20px;
    width: 20px;
    background: rgb(220, 246, 250);
    position: absolute;
    bottom: -11px;
    left: 10px;
    rotate: 45deg;


}