@tailwind base;@tailwind components;@tailwind utilities;.app-main{@apply flex flex-col bg-white;}.app-item-title{@apply block mb-2 text-sm text-black font-medium;}.app-item-input{@apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500;}.app-item-call{@apply border-green-400 bg-transparent rounded-full flex w-full justify-center items-center text-center;height:50px;width:50px;background-color:transparent;border-color:green;border-width:1px;border-radius:50%}.call-icon-main{@apply flex flex-col justify-center items-center;}.call-ott-popup{@apply absolute inset-0 z-50 flex justify-end items-end p-2 bg-gray-700 bg-opacity-50;}.call-ott-main{@apply bg-white rounded-3xl p-12 flex flex-col justify-center items-center;}.call-ott-avatar{@apply w-20 h-20 rounded-full;}.call-ott-name{@apply text-black text-2xl pt-4;}.call-ott-name2{@apply text-xl pb-20;}.call-ott-row-action{@apply flex flex-row;}.call-ott-action1{@apply border-green-400 bg-transparent rounded-full w-[60px] h-[60px] flex justify-center items-center text-center;border-color:green;border-width:1px;border-radius:50%}.call-ott-action2{@apply border-red-500 bg-transparent rounded-full w-[60px] h-[60px] flex justify-center items-center text-center;border-color:red;border-width:1px;border-radius:50%}.call-ott-text-green{@apply text-green-700;}.call-ott-text-red{@apply text-red-700;}.call-ott-text-orange{@apply text-orange-700;}.call-padding-12{@apply pr-12;}.call-error-text{@apply text-sm text-red-600 italic;}.form-info-main{@apply bg-white rounded-3xl flex flex-col justify-center items-center;}.from-close{@apply relative w-full;}.form-close-icon{@apply absolute bottom-0 top-4 right-5;}.form-input-main{@apply bg-white rounded-3xl p-12 flex flex-col justify-center items-center;}.form-info-title{@apply block mb-2 text-lg text-red-600 font-medium;}.form-margin-bottom{@apply mb-6;}.form-input-label{@apply block mb-2 text-sm text-black font-medium;}.form-input-data{@apply bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5;}.ott_loader,.ott_loader div{box-sizing:border-box}.ott_loader{display:inline-block;position:relative;width:80px;height:80px}.ott_loader div{position:absolute;border:4px solid currentColor;opacity:1;border-radius:50%;animation:ott_loader 1s cubic-bezier(0,.2,.8,1) infinite}.ott_loader div:nth-child(2){animation-delay:-.5s}@keyframes ott_loader{0%{top:36px;left:36px;width:8px;height:8px;opacity:0}4.9%{top:36px;left:36px;width:8px;height:8px;opacity:0}5%{top:36px;left:36px;width:8px;height:8px;opacity:1}to{top:0;left:0;width:80px;height:80px;opacity:0}}.ant-pagination-total-text{position:absolute;left:0;font-weight:600;color:#1677ff}
