@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://db.onlinewebfonts.com/c/0f4e36d040e4e2610f99e59adc22aa6b?family=National-Regular");
/* @font-face {
    font-family: metric;
    src: url("./fonts/MetricWeb-Regular.woff");
}
@font-face {
    font-family: metric;
    src: url("./fonts/MetricWeb-Bold.woff");
    font-weight: bold;
} */

/* * old styles */
@keyframes appear {
    0% {
        transform: translateY(100%) rotate(0deg);
        opacity: 0;
    }
    70% {
        transform: translateY(-20%) rotate(0deg);
        opacity: 1;
    }
    75% {
        transform: translateY(-20%) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}
@keyframes ripple-animation {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    2% {
        transform: scale(0);
        opacity: 0.8;
    }

    85% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes jump {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
html * { -webkit-text-size-adjust: none; }
#collegeit-container-btn {
    position: fixed;
    top: 84%;
    right: 4%;
    z-index: 9999999;
    opacity: 0;
    animation: appear 800ms ease-in-out 800ms forwards;
}

#collegeit-container-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #3d3d43;
    animation: ripple-animation 2s ease-in-out 1s 3 forwards;
}

#collegeit-container-btn:hover #collegeit-tooltip {
    transform: translateY(0);
    opacity: 1;
}

#collegeit-tooltip {
    box-sizing: border-box;
    transition: 250ms;
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
    background-color: rgb(69, 101, 220);
    font-family: Outfit;
    margin-bottom: 0.2rem;
    color: white;
    font-size: 1.1rem;
    padding: 0.4rem 1rem;
    border-radius: 12px;
    position: absolute;
    box-shadow: 0 0 2px black;
    top: -50px;
    right: 0px;
    width: 250px;
    line-height: 1.12;
}
#collegeit-tooltip::after {
    content: "";
    position: absolute;
    background-color: rgb(69, 101, 220);
    width: 12px;
    height: 12px;
    bottom: -6px;
    right: 8%;
    transform: rotate(45deg);
    border-top-left-radius: 20px;
}

#collegeit-btn {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0.2rem;
    background: #50A669 !important;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px, inset 0 0 2px #038533;
    transition: 250ms;
}
#collegeit-btn:hover {
    box-shadow: 0 0 4px black, rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
        rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px,
        inset 0 0 2px #069d3e;
    transition: 250ms;
    background: #069d3e !important;
}
#collegeit-btn:active {
    transform: scale(0.95);
}
#collegeit-btn > img {
    height: 100%;
    box-sizing: border-box;
}

#collegeit-widget-wrapper {
    position: fixed;
    z-index: 9999999;
    bottom: 18%;
    right: 2%;
    transition: 250ms;
    transform-origin: bottom;
    transform: scaleY(0);
    opacity: 0;
}
#collegeit-widget-container {
    position: relative;
}
#collegeit-widget-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0.2rem;
    border-radius: 50%;
    margin-right: 0.5rem;
}
#collegeit-widget-close-btn:hover {
    background-color: rgb(53, 53, 53);
}

#collegeit-widget-iframe {
    height: 555px;
    width: 350px;
    min-height: 515px;
    outline: none;
    border: none;
    background-color: white;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    z-index: 9999999;
    border-radius: 12px;
}

#collegeit-new-tt-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: 250ms;
    transition-delay: 250ms;
    opacity: 0;
    pointer-events: none;
    transform: translateY(80px) scale(0.2);
    transform-origin: right;
    background-color: rgb(255, 255, 255);
    font-family: "National-Regular";
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
    padding: 0.4rem;
    border-radius: 15px;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    top: -165px;
    right: 0px;
    width: 275px;
    padding-left: 50px;
    z-index: 100;
    pointer-events: all;
}

#collegeit-container-btn:hover #collegeit-new-tt-wrapper{
    transform: translateY(0) scale(1);
    opacity: 1;
}
#collegeit-container-btn:hover #collegeit-tooltip {
    transform: translateY(0);
    opacity: 1;
}

#collegeit-new-tt-container {
    position: relative;
    top: 36px;
    text-align: center;
    margin-bottom:36px ;
    left: -25px;
    z-index: 9999998;
}

#collegeit-new-tt-img-wrapper {
    position: absolute;
    top: -75px;
    left: 36%;
    z-index: 100;
}

#collegeit-new-tt-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid rgb(178, 178, 178);
    object-fit: cover;
    z-index: 100;
}

#collegeit-new-tt-name {
    font-weight: 400;
    font-size: 0.8rem;
    color: #777;
    z-index: 100;
}

#collegeit-new-tt-spec {
    font-weight: 400;
    font-size: 0.8rem;
    color: #777;
    z-index: 100;
}

#collegeit-new-tt-lower-text {
    font-size: 14px;
    z-index: 100;
    line-height: 1.2;
    padding-top: 7px;
    padding-bottom: 3px;
    font-family: Outfit;
}

#collegeit-new-tt-chat-btn {
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    background: #1fab52;
    padding: 8px 0px;
    width:200px;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 7px;
    font-weight: 400;
    text-shadow: 0 0 1px #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 100;
    pointer-events: all; 
    font-family: Outfit;
    
}

#collegeit-new-tt-chat-btn:hover {
    background: #069d3e;
}

#collegeit-new-tt-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    position: absolute;
    top: -40px; /* -43px */
    right: -26px;  /* -33px */
/*     
    height: 35px;
    width: 35px !important; */
    height: 45px;
    width: 45px !important;
    cursor: pointer;
    background-color: transparent;
    z-index: 9999998;
}

#collegeit-new-tt-cancel-icon {
    height: 26px;
    width: 26px !important;
    z-index: 9999999;
}
#main-whatsapp-icon{
    vertical-align: unset;
    transition: 250ms;
    transition-delay: 250ms;
}

@media only screen and (max-width: 512px) {
    #collegeit-widget-contaienr {
        height: 100%;
        width: 100%;
    }
    #collegeit-widget-wrapper {
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0;
    }

    #collegeit-widget-iframe {
        width: 100%;
        height: 100%;
        border-radius: 1px;
    }
}

@media only screen and (max-width: 475px) {

    #collegeit-new-tt-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        transition: 250ms;
        transition-delay: 250ms;
        opacity: 0;
        pointer-events: none;
        transform: translateY(80px) scale(0.2);
        transform-origin: right;
        background-color: rgb(255, 255, 255);
        font-family: "National-Regular";
        margin-bottom: 0.2rem;
        font-size: 0.95rem;
        padding: 0.3rem;
        border-radius: 15px;
        position: absolute;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
        top: -148px;
        right: 0px;
        width: 257px;
        padding-left: 50px;
        z-index: 9999999;
        pointer-events: all;
    }
    #collegeit-new-tt-img {
        height: 50px;
        width: 50px;
        z-index: 100;
    }
    #collegeit-new-tt-lower-text {
        font-size: 12px;
        z-index: 100;
        line-height: 1;
    }
    #collegeit-new-tt-chat-btn {
       
        padding: 10px 20px;
        margin-top: 0px;
        margin-bottom: 9px;
        font-size: 13px;
        font-weight: 500;
        z-index: 100;
        font-family:Outfit;
    }
    #collegeit-new-tt-img-wrapper {
        position: absolute;
        top: -65px;
        left: 36%;
        z-index: 100;
    }
    #collegeit-new-tt-cancel-icon {
        height: 45px !important;
        width: 45px !important;
        
        /* height: 20px;
        width: 20px !important; */
        z-index: 9999999;
    }
    #collegeit-new-tt-lower-text {
        font-size: 13px;
        position: relative;
        top: -10px;
        z-index: 100;
        line-height: 1.2;
    }
}
/* * old styles end */


.collegeit {
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
    box-sizing: border-box;
}


#cit-wrapper {
    position: fixed;
    bottom: 5%;
    right: 4%;
    z-index: 9999999;

}

/* Card Popup */
#cit-container {
    max-width: 315px;
    min-width: 300px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 6px;
    padding-top: 12px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
    gap: 6px;
    transform-origin: bottom right;
    display: none;
}

#cit-timer-container {
    position: absolute;
    right: 14px;
    top: 10px;
    display: flex;
    justify-items: center;
    align-items: center;
}

#cit-timer-ring {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-self: center;
}

#cit-timer-ring svg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cit-timer-ring circle {
    transition: stroke-dashoffset 0.1s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

#cit-timer-text {
    font-size: 12px;
    color: #696969;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#cit-namecard-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

#cit-namecard-image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#cit-namecard-name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

#cit-intro {
    padding: 0 50px;
    text-align: center;
    font-size: 13px;
    color: #696969;
    margin-top: 6px;
}

#cit-additional-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}

#cit-additional-info-image {
    width: 42px;
}

#cit-additional-info-text {
    font-size: 12px;
    color: #696969;
    font-weight: 400;
}

#cit-buttons-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    width: 100%;
    padding: 0px 10px;
}

.collegeit-btn {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s;
    font-family: 'Outfit', sans-serif;
}

.collegeit-btn:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.collegeit-btn:active {
    transform: translateY(2px);
}

#cit-button-not-now {
    background-color: #979797;
    color: white;
    width: 100%;
}

#cit-button-not-now:hover {
    background-color: #7a7a7a;
}

#cit-button-lets-talk {
    background-color: #4880FF;
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#cit-button-lets-talk img {
    height: 14px;
}

#cit-button-lets-talk:hover{
    background-color: #2b64e9;
}
/* Card Popup End */

/* Widget */
#cit-widget-container {
    position: relative;
    transform-origin: bottom right;
    display: none;
    animation: cit-appear 400ms forwards;
}


#cit-widget-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12px;
    right: 12px;
    border: none;
    background-color: #4e4c4c;
    padding: 2px;
    border-radius: 50%;
    cursor: pointer;
}
#cit-widget-close:hover {
    background-color: #696363;
}


#cit-widget {
    min-height: 515px;
    height: 575px;
    width: 390px;
    border-radius: 12px;
    background-color: #202124;
    border: none;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

#cit-widget::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
/* Widget End */

/* Button Popup */

#cit-call-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

#cit-call-button-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #3d3d43;
    animation: cit-ripple 2s ease-in-out 1s 3 forwards;

}

#cit-call-button-container button {
    background-color: #4880FF;
    color: white;
    border: none;
    height: 64px;
    width: 64px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.1s linear;
}

#cit-call-button-container button:hover {
    background-color: #2b64e9;
    box-shadow: 0 4px 12px 0 rgba(72, 128, 255, 0.5);
}

#cit-call-button-container button:active {
    transform: scale(0.95);
}

#cit-call-button-container #cit-cb-img {
    width: 26px;
    height: 26px;
    animation: cit-shake 0.5s 3s 2;
}

#cit-call-button-container #cit-online-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4CAF50;
}

/* Button Popup end */






@keyframes cit-fade {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes cit-collapse {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes cit-appear {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}


@keyframes cit-ripple {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    2% {
        transform: scale(0);
        opacity: 0.8;
    }
    85% {
        transform: scale(2);
        opacity: 0;
    }
    
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes cit-shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media only screen and (max-width: 512px) {
    #cit-widget-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #cit-widget {
        width: 100%;
        height: 97vh;
        border-radius: 0;
    }

}
