.h-36 {min-height: 36px;height: 36px;}
.h-64 {min-height: 64px;height: 64px;}
.w-270 {min-width: 270px;width: 270px;}
.addLinksTabsArea {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex;
    flex-wrap: nowrap;
}
.addLinksTabsArea.nav-tabs .nav-link {background-image: linear-gradient(to top, var(--color-first) 2px, rgba(255, 255, 255, 0) 2px);}
.dropdown-disconnect .dropdown-menu {
    width: 200px;
    z-index: 999;
    padding: 2px 0;
    top: 8px !important;
    right: -10px !important;
    left: auto !important;
    transform: none !important;
}
.h-185{
    max-height:185px;
    overflow-y:auto;
    overflow-x:hidden;
}
.link-card {
    border: 1px solid var(--bg-light);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background:var(--color-white-same);
}
.link-number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background:var(--color-first);
    color:var(--color-white-same);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.error-text {
    color:var(--color-red);
    font-size: 14px;
    display: none;
}
.insta-col .overlay-options img, .insta-col .overlay-options video,
.youtube-col .overlay-options img, .youtube-col .overlay-options video,
.tiktok-col .overlay-options img, .tiktok-col .overlay-options video {
    object-fit: cover;
    object-position: center;
}
.insta-col, .insta-col .overlay-options {width: 240px;height: 240px;}
.youtube-col, .youtube-col .overlay-options {width: 240px;height: 150px;}
.tiktok-col .overlay-options, .tiktok-col .overlay-options img, .tiktok-col .overlay-options video {width: 85px;height: 85px;}
@media screen and (max-width: 991px){
    .insta-col, .insta-col .overlay-options {width: 210px;height: 210px;}
    .youtube-col, .youtube-col .overlay-options {width: 210px;height: 100px;}
    .w-270 {min-width: 240px;width: 240px;}
}
@media screen and (max-width: 767px){
    .insta-col, .insta-col .overlay-options {width: 127px;height: 127px;}
    .youtube-col, .youtube-col .overlay-options {width: 100%;}
}